<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*http://www.egotur.com/icons/et-line-font/*/
@font-face {
    font-family: 'et-line';
    src: url('fonts/et-line.eot');
    src: url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
        url('fonts/et-line.woff') format('woff'), url('fonts/et-line.ttf') format('truetype'),
        url('fonts/et-line.svg#et-line') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-icn {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
}

.Line-icns {
    font-family: 'et-line';
    font-style: normal;
    font-weight: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: none !important;
}

*::-moz-selection {
    background: #ed1b24;
    color: #fff;
}

*::selection {
    background: #ed1b24;
    color: #fff
}

.animets {
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body{ margin:0;}
img {
    border: 0;
}

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #f2cdb3;
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

/* end preloader */
.scrollToTop {
    background: #ed0606;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    height: 28px;
    line-height: 25px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 30px;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.wpap {
    position: fixed;
    right: 7px;
    bottom: 40px;
    z-index: 9;
}

.rsp-img {
    float: left;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #ed1b24;
}

a:hover {
    color: #fd4d55;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: 700;
    color: #000;
}

p {
    margin: 0 0 10px;
    line-height: 26px;
}

.noLst {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pullLft {
    float: left;
}

.pullRit {
    float: right;
}

.pullNon {
    float: none;
    display: inline-block;
}

.row {
    width: 100%;
    overflow: hidden;
}

.col-3 {
    width: 33.33%
}

.col-2 {
    width: 50%;
}

.col-4 {
    width: 25%;
}

.col-1 {
    width: 100%;
}

.sctn {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.secTil {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
}

.secTil span {
    color: #000;
    font-weight: 300;
}

.subttl {
    float: left;
    width: 100%;
    text-align: center;
}

.subttl strong {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #000;
    position: relative;
    padding: 0 70px;
}

.subttl strong:after,
.subttl strong:before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;
    background: #f1453d;
    top: 10px;
}

.subttl strong:before {
    left: inherit;
    right: 0;
}

.subttl strong span {
    color: #f1453d;
}

.slog {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.wper {
    width: 1180px;
    margin: 0 auto;
    display: block;
}

.wper::after {
    content: "";
    display: table;
    clear: both;
}

hr {
    height: 2px;
    background: #ed0606;
    width: 80px;
    border: none;
    display: inline-block;
    float: none;
    margin: 10px 0;
}

.btns {
    display: inline-block;
    padding: 12px 25px;
    min-width: 100px;
    background: #ed1b24;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.btns:hover {
    background: #fb2f38;
    color: #fff;
}

.hdrspc {
    float: left;
    width: 100%;
    height: 65px;
}

.header {
    float: left;
    width: 100%;
    padding: 0;
    position: fixed;
    background: #fff;
    z-index: 9;
}

.header.fixed {
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
}

.header .topstrip {
    background: #f5f7fa;
    color: #797c7f;
    padding: 7px 0;
    display: none;
}

.topstrip .strpMsg {
    float: left;
    margin: 0;
    font-size: 13px;
}

.strpMsg span {
    color: #000;
}

.topstrip .strpRit {
    float: right;
    margin: 0;
    padding: 5px 0;
}

.topstrip .strpRit a {
    float: left;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #797c7f;
    line-height: 15px;
    color: #797c7f;
    font-size: 13px;
}

.topstrip .strpRit a:hover {
    color: darkgrey;
}

.topstrip .strpRit a i {
    font-family: 'FontAwesome';
    float: left;
    font-style: normal;
    margin-right: 7px;
}

.topstrip .strpRit .cals {
    border-left: none;
}

.cals i:before {
    content: "\f095";
}

.mailt i:before {
    content: "\f0e0";
}

.header .hlogo {
    float: left;
    font-size: 30px;
    padding: 10px 0;
    margin-right: 40px;
}

.header .hlogo img {
    float: left;
}

.header .hdrrit {
    float: right;
    margin-top: 12px;
}

.hdrMnu {
    float: none;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}

.topMnu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.topMnu&gt;li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    position: relative;
    vertical-align: top;
}

.topMnu&gt;li&gt;a {
    color: #000;
    padding: 20px 0;
    float: left;
    font-size: 15px;
}

.topMnu&gt;li.crnt&gt;a,
.topMnu&gt;li:hover&gt;a {
    color: darkgrey;
}

.topMnu li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 60px;
    width: 230px;
    border: 1px solid #ccc;
    border-top: 2px solid darkgrey;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(40px);
}

.topMnu li:hover&gt;.sub-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translateY(0px);
}

.sub-menu li {
    float: left;
    text-align: left;
    padding: 5px 15px;
    border-bottom: 1px dashed #ddd;
    width: 100%;
}

.sub-menu li:hover {
    opacity: 0.8;
}

.sub-menu li a {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    width: 100%;
}

.sub-menu li a:hover {
    color: darkgrey;
}

.hvch&gt;a {
    position: relative;
}

.hvch&gt;a:after {
    font-family: 'FontAwesome';
    content: "\f0d8";
    position: absolute;
    bottom: 0;
    height: 10px;
    left: 40%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(40px);
}

.hvch:hover&gt;a:after {
    opacity: 1;
    transform: translateY(0px);
}

.mob-mnu {
    float: left;
    margin: 0 5px;
    position: relative;
    width: 20px;
    height: 30px;
    background: none;
    cursor: pointer;
    z-index: 99999;
    display: none;
}

.mob-mnu::after {
    content: "";
    position: fixed;
    top: 71px;
    bottom: 0;
    left: 320px;
    right: 0;
    background: rgba(13, 15, 17, 0.7);
    display: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.actv.mob-mnu::after {
    display: block;
}

.mnu-btn,
.mnu-btn::before,
.mnu-btn::after {
    background-color: #333;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -o-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    width: 100%;
}

.mnu-btn {
    margin: 15px 0 0;
}

.mnu-btn::before {
    top: -8px;
}

.mnu-btn::after {
    bottom: -8px;
}

.actv .mnu-btn,
.headr.fixed .actv .mnu-btn {
    background-color: transparent;
}

.actv .mnu-btn::before,
.actv .mnu-btn::after {
    bottom: 0;
    top: 0;
}

.actv .mnu-btn::before {
    background-color: #333;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.actv .mnu-btn::after {
    background-color: #333;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.srchbx {
    float: left;
    position: relative;
}

.srchbx .srchfrm {
    float: right;
}

.mobsrch {
    display: none;
}

.srchfrm .srch {
    width: 95px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 30px;
    color: #333;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
}

.srchfrm .srchbtn {
    font-family: 'FontAwesome';
    position: relative;
    font-size: 16px;
    background: none;
    border: none;
    padding: 0;
    height: 33px;
    width: 30px;
    text-align: center;
    line-height: 33px;
    color: #000;
    cursor: pointer;
}

.srchbtn:before {
    content: "\f002";
}

.srchfrm .srch:focus {
    color: #ed0606;
    width: 250px;
}

.riticns {
    float: right;
    text-align: left;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.riticns&gt;li {
    float: left;
    margin-left: 0;
}

.riticns&gt;li&gt;a {
    float: left;
    padding: 8px 6px;
}

.riticns&gt;li&gt;a&gt;Img {
    float: left;
    height: 14px;
}

.riticns&gt;li:hover&gt;a {
    opacity: 0.7;
}

.riticns&gt;li&gt;a.trkord {
    padding: 6px;
}

.riticns&gt;li&gt;a.trkord img {
    height: 18px;
}

.riticns&gt;li&gt;a&gt;.cuntr {
    float: right;
    font-size: 11px;
    padding: 0 3px;
    margin-left: 5px;
    height: 15px;
    min-width: 15px;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    line-height: 13px;
}

.cuntr:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #000;
    border-width: 3px;
    margin-top: -3px;
}

.slider {
    float: left;
    width: 100%;
    padding: 20px 0 65px;
    background: #f5f7fa;
}

.slider .hdns1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 65px;
    color: #666;
    font-style: italic;
    margin-top: 30px;
}

.slidbx {
    float: left;
    width: 100%;
}

.slidbx img {
    float: left;
    object-fit: cover;
    height: 100%;
}

.catgScrl {
    float: left;
    width: 100%;
    padding: 50px 0 0;
    text-align: center;
}

.jwlCat {
    display: grid;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 70px;
    padding: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.jwlCat li {
    width: 100%;
}

.jwlCat li a {
    overflow: hidden;
    position: relative;
}

.jwlCat li a,
.jwlCat li img {
    float: left;
    width: 100%;
    background: #000;
    transition: all 0.5s ease;
    border-radius: 30px;
}

.jwlCat li:hover img {
    opacity: 0.8;
}

.jwlCat li .catmgs {
    float: left;
    width: 100%;
}

/*.jwlCat li .hdn2 {position:absolute; bottom:20px; left:15%; right:15%; text-align:center; margin:0; background:rgba(255,255,255,0.8); 
font-weight:600; font-size:15px; padding:5px;border-radius:25px;transition:all 0.5s ease;}*/

.jwlCat li .hdn2 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 15px;
    padding: 5px;
    border-radius: 25px;
    transition: all 0.5s ease;
}

.jwlCat li:hover .hdn2 {
    bottom: 20px;
    color: #000;
}




.mostView {
    float: left;
    width: 100%;
    background: #f0eee4;
    padding: 50px 0;
    background: linear-gradient(45deg, #191a1f 50%, #aba9b1 0%);
}

.shopbyClect {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.colst {
    float: left;
    width: calc(100% + 20px);
    list-style: none;
    margin: 0 0 0 -20px;
    padding: 0;
}

.colst li {
    float: left;
    padding: 0;
    width: calc(33.33% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    height: 438px;
    overflow: hidden;
    border-radius: 30px;
}

.colst a,
.colst img {
    float: left;
    width: 100%;
    background: #000;
    transition: all 0.5s ease;
}

.colst li a:hover img {
    opacity: 0.7;
}

.colst a {
    position: relative;
    border-radius: 30px;
}

.colst li .hdn2 {
    position: absolute;
    bottom: 35px;
    color: #fff;
    font-size: 36px;
    left: 25px;
    width: 250px;
    line-height: 36px;
    transition: all 0.5s ease;
}

.colst li .hdn2 span {
    font-weight: normal;
    font-size: 28px;
}

.colst li a:hover .hdn2 {
    bottom: 45px;
}

.colst li.mid .hdn2 {
    bottom: 25px;
    font-size: 24px;
    left: 25px;
    width: 170px;
    line-height: 28px;
}

.colst li.mid a:hover .hdn2 {
    bottom: 35px;
}

.colst li.mid .hdn2 span {
    font-size: 18px;
}

.pnts {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #d6d4ca;
}

.pntlst {
    float: left;
    width: calc(100% + 20px);
    margin-left: -20px;
    list-style: none;
    padding: 0;
}

.pntlst li {
    float: left;
    width: calc(33.33% - 20px);
    margin-left: 20px;
    padding: 5px 5px 5px 80px;
    height: 65px;
}

.pntlst .imgicn {
    float: left;
    margin-left: -80px;
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pntlst .txbx {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.pntlst .hdn2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.pntlst p {
    line-height: 18px;
    font-size: 13px;
    color: #575757;
    margin: 0;
}


.foter {
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
}

.foter .nwltr {
    float: left;
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foter .subsFrm {
    float: left;
}

.nwltr h2 {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 10px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.subsFrm .nwsltrfrms {
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    filter: grayscale(100%);
}

.subsFrm .ints {
    float: left;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 15px;
    color: #fff;
    width: 250px;
    border-radius: 25px 0 0 25px;
    height: 40px;
}

.subsFrm .ints:focus {
    background: rgba(255, 255, 255, 0.3);
}

.subsFrm .btns {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    height: 40px;
    border-radius: 0 20px 20px 0;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 15px;
}

.subsFrm .btns:hover {
    background: rgba(255, 255, 255, 0.6);
}

.nwltr .socilnk {
    float: right;
}

.socilnk .sclIcn {
    margin-left: 15px;
}

.sclIcn {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sclIcn li {
    margin: 5px;
    float: left;
}

.sclIcn li a {
    font-family: 'FontAwesome';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid;
}

.sclIcn li a:hover {
    background: #fff;
    color: #2e2e2f;
    border: 1px solid #fff;
}

.sclIcn li .fb:before {
    content: "\f09a";
}

.sclIcn li .gpls:before {
    content: "\f0d5";
}

.sclIcn li .twtr:before {
    content: "\f099";
}

.emil:before {
    content: "\f0e0";
}

.sclIcn li .whtsp:before {
    content: "\f232";
}

.foter .ftbxsLft {
    float: left;
    padding: 35px 0;
}

.foter .ftbxsrit {
    float: right;
    padding: 35px 0;
}

.foter .ftbxin {
    float: left;
    width: 300px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.foter .ftbxsrit .ftbxin {
    padding-left: 35px;
}

.foter .ftbxsLft .ftbxin {
    padding-right: 20px;
    border: none;
    width: 370px;
}

.ftbxin h2 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ftbxin .ftlgo {
    font-size: 30px;
    color: #fff;
}

.ftbxin .ftlgo span {
    font-weight: bold;
}

.ftbxin p {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    font-size: 15px;
}

.ftbxin p strong {
    color: #fff;
    font-weight: normal;
}

.ftbxin p a {
    color: #fff;
}

.ftbxin p.ftrlgo a {
    float: left;
}

.ftbxin p.ftrlgo a img {
    float: left;
    background: #fff;
    padding: 5px 10px;
}

.ftbxin .lnklst {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftbxin .lnklst li {
    float: left;
    width: 100%;
}

.ftbxin .lnklst li a {
    float: left;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
}

.ftbxin .lnklst li a:before {
    content: "";
    height: 6px;
    width: 6px;
    float: left;
    margin-left: -20px;
    background: darkgrey;
    margin-top: 6px;
}

.foter .othlnk {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}

.foter .othlnk li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border-left: 1px solid #999999;
    line-height: 13px;
    margin: 5px 0;
}

.foter .othlnk li a {
    color: #ffffff;
}

.foter .othlnk li:first-child {
    border: none;
}

.ftbxin .lnklst li a:hover,
.foter .othlnk li a:hover,
.ftbxin p a:hover {
    color: darkgrey;
}

.cprit {
    margin: 0;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cprit a {
    color: darkgrey;
}

.cprit a:hover {
    color: #ffffff;
}

/*--Woocommerce css*/
.tinv-wishlist table td a {
    color: #333;
    font-weight: 600;
    font-size: 16px
}

.tinv-wishlist table td.product-price {
    color: #8d021f;
    font-weight: 600
}

.tinv-wishlist table td.product-price del {
    font-size: 13px;
    color: #bbb
}




.shopHdr {
    float: left;
    width: 100%;
    background: #f5f7fa;
    text-align: center;
    padding: 30px 0;
    color: #333;
}

.shopHdr .shpTitl {
    width: 300px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.shopHdr .shpTitl span {
    font-weight: normal;
    text-transform: none;
    font-size: 17px;
}

.Catgry {
    float: left;
    width: 100%;
    padding: 30px 0 20px;
    border-top: 1px solid #eee;
}

.CatgryLst.owl-carousel .owl-item .item a {
    float: left;
    width: 160px;
    text-align: center;
    padding: 10px;
}

.CatgryLst.owl-carousel .owl-item .item a.active {
    background: #f5f7fa;
}

.CatgryLst.owl-carousel .owl-item .item .catmgs {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 70px;
}

.CatgryLst.owl-carousel .owl-item .item .hdn3 {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    margin: 10px 0 0;
}

.CatgryLst.owl-carousel .owl-item img {
    min-height: 100%;
}

.CatgryLst.owl-theme .owl-nav {
    top: 30px;
}

.CatgryLst.owl-theme .owl-nav [class*="owl-"] {
    background: none;
    color: #000;
}

.CatgryLst.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #eee;
    color: #000;
}




.listSect {
    float: left;
    width: 100%;
    background: #fff;
}

.listSect .srchpdt {
    padding-left: 0;
}

.listSect .shpSidbr {
    float: left;
    width: 100%;
    padding: 0 0 30px 0
}

.listSect .prtdLst {
    float: left;
    width: 100%;
    padding: 0;
}

.listSect .srchpdt .prtdLst {
    border-left: none;
    padding-left: 0;
}

.srchpdt .woocommerce ul.products li.product {
    width: 23.6%;
}

.shpSidbr .WooSidbar {
    float: left;
    width: 100%;
    padding: 30px 0 0
}

.WooSidbar .widget-woof {
    float: left;
    width: 100%
}

.WooSidbar .bx-titl {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #fc254d;
    border-bottom: 1px solid #f0dc9c;
    background: #fff;
    padding: 10px 15px
}

.WooSidbar .woof {
    float: left;
    width: 100%
}

.woocommerce .WooSidbar .widget_price_filter .ui-slider .ui-slider-range {
    background: #000;
    height: 2px;
    top: 2px
}

.woocommerce .WooSidbar .woof_submit_search_form_container {
    display: block;
}

.woocommerce .WooSidbar .woof_submit_search_form_container .button {
    margin-right: 7px;
}

#woof_svg_load_container {
    width: 50px;
    height: 50px;
}

.woocommerce .WooSidbar .widget_price_filter .ui-slider-horizontal {
    height: 8px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #f0dc9c
}

.woocommerce .WooSidbar .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff;
}

input[type="checkbox"] {
    appearance: none;
    background: #fff;
    border: 1px solid #cea45f;
    height: 12px;
    width: 12px;
    float: left;
    margin: 10px 8px 0 0
}

input[type="checkbox"]:checked {
    background: #cea45f;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1)
}

select {
    appearance: none;
    border: 1px solid #ddd;
    padding: 8px;
    color: #777;
    background: url(../images/slctbk.png) center right no-repeat #fff
}

select:focus {
    border: 1px solid #ccc
}

.product_list_widget {
    float: left;
    width: 100%;
    margin-top: 15px !important
}

.woocommerce ul.product_list_widget li {
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #ddd;
    color: #ccc
}

.woocommerce ul.product_list_widget li a {
    color: #555;
    font-weight: 600;
    font-size: 13px
}

.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: -60px;
    width: 50px
}

ul.product_list_widget del .amount {
    color: #ccc;
    text-decoration: line-through
}

ul.product_list_widget .amount {
    color: #5aa75a
}

ul.product_list_widget ins .amount {
    text-decoration: none
}

ul.product_list_widget ins {
    text-decoration: none
}

.prtdLst .woocommerce-page {
    float: left;
    width: 100%;
    padding: 15px 0 30px
}

.prtdLst #woof_results_by_ajax {
    float: left;
    width: 100%
}

.prtdLst .woocommerce-result-count {
    float: left;
    font-size: 14px;
    margin: 5px 0 0;
    font-weight: 600
}

.prtdLst .woocommerce-ordering {
    float: right;
    width: 250px
}

.woocommerce-ordering .orderby {
    width: 100%;
    height: 35px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fff;
    padding: 7px 7px 15px;
    text-align: center
}


.cstmlst {
    display: grid;
    float: left;
    width: 100%;
    list-style: none;
    margin: !important;
    padding: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cstmlst::before,
.cstmlst::after {
    display: none !important;
}

.cstmlst&gt;li {
    border: 1px solid #ddd;
    padding: 0 0 25px !important;
    width: 100% !important;
    margin: 0 !important;
}



.related form.cart,
.related form.cart .variations {
    margin-bottom: 0 !important;
}

.btncntr.fixedfltr {
    position: fixed;
    top: 150px;
    width: 298px;
    z-index: 9;
    background: #f0eee4;
}

.woocommerce ul.products li.product .quantity {
    display: inline-block;
    float: none !important;
}

.woocommerce .quantity {
    float: right;
    width: 93px;
}

.woocommerce table.shop_table td.product-quantity {
    min-height: 50px;
}

.quantity span {
    cursor: pointer;
    width: 30px;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-left: -1px;
    text-align: center
}

.quantity span.adde {
    float: right;
}

.quantity .qty {
    float: none;
    width: 35px !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
    vertical-align: top;
    float: none;
}

.woocommerce ul.products li.product .variations {
    width: 100%;
    margin-bottom: 8px !important;
}

.woocommerce ul.products li.product .variations .label,
.woocommerce ul.products li.product .variations .reset_variations {
    display: none !important;
}

.woocommerce ul.products li.product .variations select {
    width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product a.added_to_cart {
    position: absolute;
    top: 35%;
    background: rgba(78, 200, 30, 0.8);
    padding: 7px 12px;
    left: 10%;
    color: #fff;
    right: 10%;
    display: none;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
    background: rgba(0, 0, 0, 0.6);
}

.woocommerce ul.products li.product .star-rating {
    float: none;
    display: inline-block
}

.woocommerce ul.products li.product:hover {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .25)
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0 !important
}

ul.products li.product .tinvwl_add_to_wishlist-text,
ul.products li.product .tinvwl_remove_from_wishlist-text {
    display: none !important
}

ul.products li.product .tinvwl_add_to_wishlist_button {
    background: #f7f7f7;
    text-align: center;
    border-radius: 20px;
    color: red;
    height: 30px;
    width: 30px;
    line-height: 32px;
    margin: 0
}

ul.products li.product .moreDtls,
.instimg .moreDtls {
    background: #5aa75a;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    margin: 10px 0 15px;
    font-weight: 600;
    font-size: 12px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
    margin-right: 0
}

ul.products li.product .tinv-wraper.tinv-wishlist {
    position: absolute;
    right: 10px;
    top: 10px
}

.woocommerce ul.products li.product .onsale {
    right: 15px !important;
    top: 15px !important;
    border-radius: 50px;
    padding: 5px 10px;
    line-height: normal;
    background: #8d021f;
    min-height: inherit;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    width: 50px;
    white-space: normal;
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    margin: 15px 0;
    white-space: normal;
    max-height: 55px;
    overflow: hidden;
    line-height: 19px;
}

.woocommerce ul.products li.product .price {
    text-align: center;
    color: #c20b32;
    font-weight: 600
}

.woocommerce nav.woocommerce-pagination {
    float: left;
    width: 100%
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: #fff
}

.woocommerce ul.products li.product .price {
    color: #000 !important;
    font-size: 1em !important;
}


.ftrs {
    float: left;
    border: 1px solid #ddd;
    padding: 8px 12px;
    color: #313a57;
    font-size: 13px;
    margin-top: 1px;
    margin-right: 7px;
    display: none;
    background: #fff
}

.ftrs:before {
    content: "\f0b0";
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
}

.tinvwl-table-manage-list {
    border-collapse: collapse
}

.tinv-wishlist .social-buttons a {
    color: #666
}

.tinv-wishlist .social-buttons a:hover {
    color: #77a464
}

.tinvwl-table-manage-list .ftinvwl {
    cursor: pointer;
    line-height: 27px
}

.woocommerce .woocommerce-breadcrumb {
    color: #333;
    margin: 0 !important;
    font-size: 14px;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    display: inline-block;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #545454
}

.sctn.prdtpg {
    background: #fff;
    padding: 30px 0 !important;
}

.prdtpg .flex-viewport {
    border: 1px solid #ddd;
    margin-bottom: 15px
}

.prdtpg .woocommerce-product-gallery__wrapper {
    border: 1px solid #ddd;
}

.woocommerce.prdtpg span.onsale {
    right: inherit;
    left: 10px;
    border-radius: 50px;
    padding: 5px 10px;
    line-height: normal;
    background: #8d021f;
    min-height: inherit;
    top: 17px;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    display: none;
}

.prdtpg .summary {
    background: #fff;
    padding: 0;
    margin-bottom: 0 !important;
}

.prdtpg .summary .product_title {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 20px !important;
    color: #000;
    font-size: 25px;
    line-height: 1.5;
}

.prdtpg .summary .product_title small {
    float: left;
    width: 100%;
    color: #aaa;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.prdtpg .summary .sku_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 600
}

.sku_wrapper .sku {
    font-weight: 400;
    color: #777
}

.woocommerce .star-rating span,
.woocommerce .woocommerce-review-link {
    color: #ed1b24;
}

.prdtpg .summary .woocommerce-product-rating {
    float: left;
    width: 100%;
    margin-bottom: 5px !important
}

.prdtpg .summary .price {
    float: left;
    width: 100%;
    font-size: 20px !important;
    margin-bottom: 0;
}

.prdtpg .summary .addInfoDet {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

.woocommerce .summary p.price del {
    color: #999;
    font-weight: 600;
    font-size: 18px
}

.woocommerce .summary p.stock {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 14px !important;
    font-weight: 600
}

.addInfoDet h2 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #313a57;
    font-weight: 600;
    margin-bottom: 10px
}

.woocommerce .addInfoDet table.shop_attributes {
    text-align: left;
    border-top: none;
    font-size: 14px;
    margin-bottom: 0
}

.woocommerce .addInfoDet table.shop_attributes td p {
    padding: 0
}

.woocommerce .addInfoDet table.shop_attributes td p a {
    color: #666;
    font-style: normal;
    font-size: 12px
}

.woocommerce .addInfoDet table.shop_attributes th {
    padding: 0;
    border-bottom: none;
    color: #313a57;
    font-weight: 400
}

.woocommerce .addInfoDet table.shop_attributes td {
    border-bottom: none
}

.woocommerce .addInfoDet table.shop_attributes tr:nth-child(2n) td,
.woocommerce .addInfoDet table.shop_attributes tr:nth-child(2n) th {
    background: #fff;
    border: none
}

.prdtpg .summary .woocommerce-product-details__short-description {
    float: left;
    width: 100%;
    font-size: 17px;
    text-align: justify;
}

.prdtpg .summary .woocommerce-product-details__short-description p,
.prdtpg #tab-description p {
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}

.prdtpg .summary .woocommerce-product-details__short-description p strong,
.prdtpg #tab-description p strong {
    color: #313a57;
    font-weight: 600
}

.prdtpg .summary .woocommerce-product-details__short-description table,
.prdtpg #tab-description table {
    text-align: left;
    width: 100%;
}

.prdtpg .summary .woocommerce-product-details__short-description table td,
.prdtpg .summary .woocommerce-product-details__short-description th,
.prdtpg #tab-description td,
.prdtpg #tab-description th {
    border: 1px solid #eee;
    padding: 3px 10px;
}

.prdtpg .summary .woocommerce-product-details__short-description ul,
.prdtpg #tab-description ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 26px;
    color: #666;
    font-size: 13px;
}

.prdtpg .summary .woocommerce-product-details__short-description ul li,
.prdtpg #tab-description ul li {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
}

.prdtpg .summary .woocommerce-product-details__short-description ul li:before,
.prdtpg #tab-description ul li:before {
    content: "";
    float: left;
    margin: 10px 0 0 -15px;
    height: 6px;
    width: 6px;
    background: #000;
}

.prdtpg .summary .woocommerce-product-details__short-description .dlry {
    background: #eee;
    padding: 5px 15px;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

.prdtpg .summary .woocommerce-product-details__short-description .dlry p {
    margin: 0;
    font-style: italic;
}

#productDescription {
    text-align: justify;
}



.prdtpg .summary form.cart {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px !important
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: normal !important;
    border-radius: 0;
}

.woocommerce .button.ml-2 {
    border: 2px solid;
    color: #000 !important;
    background: #fff !important;
    padding: 8px 15px;
}

.woocommerce .button.ml-2:hover {
    background: #fff !important;
    color: #000 !important;
    opacity: 0.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #333 !important
}

.woocommerce .quantity .qty {
    border: 1px solid #ccc;
    padding: 6px 2px 6px
}

.prdtpg .woocommerce-tabs {
    background: #fff;
    padding: 20px 0;
    float: left;
    width: 100%
}

.prdtpg .related {
    float: left;
    width: 100%;
    margin-top: 20px
}

.prdtpg .related .rltdprd {
    float: left;
    width: 100%;
    margin: 0 0 20px
}

.prdtpg .related&gt;h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.woocommerce table.shop_table thead {
    background-color: #f7f7f7
}

.woocommerce table.shop_table {
    background: #fff
}

.woocommerce table.shop_table td.product-thumbnail img {
    width: 100px
}

.woocommerce table.shop_table a.remove {
    border: 1px solid #ccc;
    height: 25px;
    width: 25px;
    line-height: 22px;
}

.woocommerce table.shop_table a {
    color: #555;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    border: 1px solid #ccc;
    padding: 7px
}

.shop_table .coupon .input-text {
    min-width: 150px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border: 1px solid #eee !important;
    background: #fff
}

.woocommerce-info::before {
    color: #ff8207
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
    border: 1px solid #eee
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #ddd;
    padding: 10px
}

.woocommerce-error::before {
    color: #fc254d
}

.woocommerce-MyAccount-navigation {
    float: left;
    width: 23%;
    background: #f5f7fa;
    padding: 0
}

.woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    background: #f5f7fa;
    padding: 20px;
    border: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation&gt;ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-MyAccount-navigation&gt;ul&gt;li {
    float: left;
    width: 100%;
    padding: 10px 20px 10px 40px;
    border-bottom: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation&gt;ul&gt;li.woocommerce-MyAccount-navigation-link--downloads {
    display: none
}

.woocommerce-form-coupon-toggle {
    display: none
}

.woocommerce-MyAccount-navigation&gt;ul&gt;li a {
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.woocommerce-MyAccount-navigation&gt;ul&gt;li.is-active a {
    color: #8d021f
}

.woocommerce-MyAccount-navigation&gt;ul&gt;li.is-active:before {
    background: #8d021f
}

.woocommerce-MyAccount-navigation&gt;ul&gt;li:before {
    content: "";
    float: left;
    margin-left: -20px;
    margin-top: 6px;
    height: 7px;
    width: 7px;
    background: #333
}

.woocommerce .woocommerce-MyAccount-content table.shop_table thead {
    background: #fffbf0;
    color: #333
}

.woocommerce-MyAccount-content h2 {
    margin-bottom: 15px
}

.woocommerce .woocommerce-customer-details address {
    background: #fff;
    padding: 15px 20px;
    color: #666;
    line-height: 25px
}

.woocommerce div.product div.images .flex-control-thumbs {
    float: left;
    width: 100%
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 10%;
    padding: 3px;
    clear: inherit !important;
    float: none;
    display: inline-block
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 2px solid #333
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    cursor: zoom-in
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1 !important
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 5px !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal !important
}

.prdtpg .comment-form-rating label[for="rating"] {
    float: left;
    margin-right: 10px
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #ccc
}

.prdtpg .comment-respond .comment-form-author {
    width: 48%;
    float: left;
    margin-right: 2% !important
}

.prdtpg .comment-respond .comment-form-email {
    float: left;
    width: 50%
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%
}

.tabs.wc-tabs {
    text-align: left;
    background: none;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.tabs.wc-tabs li {
    float: left;
}


.tabs.wc-tabs li a {
    font-weight: normal;
    padding: 10px;
    float: left;
    color: #666;
    border: 1px solid #ccc;
    margin: 0 0 -1px 10px;
    border-radius: 7px 7px 0 0;
    background: #eee;
}

.tabs.wc-tabs li.active a {
    border-bottom: 1px solid #fff;
    background: #fff;
}



.prdtpg .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left
}

.socisre {
    float: left;
    width: 100%;
    padding: 15px 0
}

.socisre label {
    float: left;
    font-weight: 600;
    color: #333;
}

.socisre .sclIcn li {
    margin: 7px 7px 0 0;
}

.socisre .sclIcn {
    margin: 0;
    float: left;
}

.socisre .sclIcn li a {
    color: #333;
    font-size: 13px;
    border-radius: 0;
    height: 30px;
    width: 30px;
}

.socisre .sclIcn li a:hover {
    color: #313a57;
    opacity: .5;
    border: 1px solid
}

.socisre .yith-wcwl-add-to-wishlist {
    clear: both;
    float: left;
}

.qsnsw {
    float: left;
    width: 100%
}

.qsnsw .qsnpk {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 20px 20px 10px;
    margin-bottom: 2px
}

.qsnsw .qsnpk h4 {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.ruglstbx {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.ruglstbx li {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #aaa;
    padding: 0 0 20px;
    margin: 0 0 20px;
    text-align: justify
}

.ruglstbx .imgbxr {
    float: left;
    margin: 0 40px 20px 0;
    width: 50%
}

.ruglstbx li:nth-child(2n) .imgbxr {
    float: right;
    margin: 0 0 20px 40px
}

.ruglstbx .imgbxr img {
    float: left;
    width: 50%;
    padding: 2px
}

.ruglstbx h2,
.ruglstbx h3 {
    margin: 0 0 5px
}

.pagForm {
    float: left;
    width: 100%;
    text-align: center;
    background: #ebeff7;
    padding: 20px
}

.pagForm .hdng {
    margin: 0 0 20px;
}

.rqstfrm {
    float: left;
    width: 100%
}

.rqstfrm .intbx {
    float: left;
    width: 99%;
    margin: 0 .5% 5px
}

.rqstfrm .intbx .inpt {
    float: left;
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc
}

.rqstfrm .intbx textarea.inpt {
    height: 80px
}

.rqstfrm .intbx.hlfs {
    width: 49%
}

.rqstfrm .intbx .lbls {
    float: left;
    font-size: 12px
}

div.wpcf7-response-output {
    float: left;
    width: 100%
}

.cntc .col-2 {
    padding: 0 10px
}

.prntCat {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    list-style: none;
    background: #ebeff7;
}

.prntCat .cattitl {
    padding: 10px
}

.prntCat li {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    background: #fff;
}

.prntCat a {
    float: left;
    width: 100%;
}

.prntCat .cattitl {
    float: left;
    width: 100%;
    background: #f7f7f7;
}

.cattitl .pcimg {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 30px;
}

.cattitl .pctnm {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    display: flex;
    align-items: center;
    width: 330px;
    line-height: 18px;
}

.prntCat .btns {
    padding: 5px 10px;
    text-align: center;
    float: right;
}

.chltCat {
    float: left;
    width: 100%;
    margin: 15px 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.chltCat li {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin: 0 7px 20px 7px;
    float: none;
}

.chltCat li:hover .ccimg {
    opacity: 0.8;
}

.chltCat .ccimg {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
}

.chltCat .cctnm {
    float: left;
    width: 100%;
    color: #333;
    padding: 7px 0 0;
    font-size: 13px;
}



.xoo-cp-content .prdtls,
.xoo-cp-content .prdtls&gt;a {
    float: left;
    width: 100%
}

.xoo-cp-content .prdtls .prdtimgs {
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #ccc;
    margin: 0 10px 10px 0;
}

.xoo-cp-content .prdtls .prdtimgs img {
    height: auto;
    max-width: 100%;
}

.xoo-cp-content .prdtls .prdtNm {
    float: right;
    width: calc(100% - 100px);
    font-size: 13px;
    font-weight: normal;
}

.xoo-cp-content .prdtls .prdqty {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
}

.xoo-cp-btn-vc.xcp-btn {
    float: left;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    margin: 0 10px 10px 0;
}

.xoo-cp-btn-ch.xcp-btn {
    float: left;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 0;
}

.xoo-cp-close.xcp-btn {
    float: right;
    background: #fff;
    border: 1px solid #fff;
    text-decoration: underline;
    color: #000;
}

.xoo-cp-atcn {
    background: none;
    padding: 0;
}

.xoo-cp-icon-cross::before {
    content: "\f00d";
    font-family: 'FontAwesome';
}

span.xoo-cp-close {
    right: 10px;
    top: 10px;
    font-size: 19px;
}

.woocommerce div.product form.cart button.button.loading::after {
    top: inherit;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce form .form-row.validate-required .input-checkbox {
    margin: 8px 10px 0 0;
}

.woocommerce #payment #place_order {
    float: left;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 37px;
}

.pincheck_wrapper {
    float: left;
    width: 100%;
}

#pincheck_wrapper .pincheck_inner {
    margin: 10px 0 !important;
}

#pincheck_wrapper .pincheck_inner .button {
    background: #000 !important;
    border-radius: 0 !important;
    font-weight: normal !important;
}

#ship-to-different-address .checkbox input[type="checkbox"] {
    margin: 6px 8px 0 0;
}


/*--Woocommerce css end*/


/*--Blog PgCss--*/
.blogs {
    background: #fff;
}

.blogs .lftclm {
    float: left;
    width: 68%;
    margin-right: 2%;
}

.blogs .ritclm {
    float: left;
    width: 30%;
    padding-left: 5px;
    position: sticky;
    top: 0px;
}

.blog-hm-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.blog-hm-list&gt;li {
    width: 100%;
    margin: 0;
    float: left;
    margin: 0 0 10px;
    padding: 15px;
    background: #f7f7f7;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.pst-grd .pst-tiel {
    float: left;
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin: 10px 0 0;
}

.pst-grd .pst-tiel a {
    float: left;
    width: 100%;
    color: #fc2429;
    font-weight: bold;
    font-size: 20px;
}

.pst-grd .pst-media {
    float: left;
    width: 350px;
    margin-top: 5px;
}

.pst-grd .pst-media a,
.pst-grd .pst-media img {
    float: left;
    width: 100%;
}

.pst-grd .postcont {
    float: right;
    width: 400px;
}

.pst-grd .pst-smry {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    font-size: 14px;
}

.pst-grd .pst-smry .pst-cntnt {
    float: left;
    width: 100%;
}

.pst-grd .pst-smry .pst-cntnt p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: justify;
}

.pst-grd .post-info {
    border-top: 1px solid #ccc;
    color: #999;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
}

.post-info .pst-by {
    float: left;
    width: 100%;
}

.post-info .pst-by strong {
    font-weight: 600;
    color: #555;
}

.post-info .pst-on {
    float: right;
}

.post-info a,
.post-info i {
    color: #000;
    font-style: normal;
}

.post-info a:hover {
    color: #fd4477;
}

.post-info .btns {
    float: left;
    color: #fff;
    padding: 8px 13px;
    background: #050505;
    margin-top: 10px;
}

.post-info .btns:hover {
    color: #fff;
    opacity: 0.8;
}

.post-info .post-categories {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-info .post-categories li {
    float: left;
    padding-left: 5px;
}

.post-info .post-categories li:after {
    content: ",";
    color: #000;
}

.post-info .post-categories:before {
    content: "Post In : ";
    float: left;
    margin-right: 7px;
    color: #555;
    font-weight: 600;
}

.post-info .post-categories a {
    color: #999;
}

.post-info .psttgs {
    float: left;
    width: 100%;
    color: #555;
    font-weight: 600;
}

.post-info .psttgs a {
    color: #999;
    font-weight: normal;
}

.post-info a:hover {
    color: #666;
}

.blog-post-sect .blog-rit-clm {
    float: right;
    width: 29.5%;
}

.rit-clm-bx {
    float: left;
    padding: 0 0 20px;
    width: 100%;
    margin-bottom: 10px;
    background: #f7f7f7;
    padding: 20px;
}

.rit-clm-bx .bx-titl {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.rit-clm-bx .searchform {
    float: left;
    width: 100%;
}

.rit-clm-bx .searchform .screen-reader-text {
    display: none;
}

.searchform&gt;div {
    float: left;
    width: 100%;
    padding-right: 85px;
}

.searchform #searchsubmit {
    float: right;
    margin-right: -85px;
    width: 85px;
    background: #333;
    color: #fff;
    border: none;
    height: 35px;
    padding: 5px;
}

.searchform input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #333;
    padding: 10px;
    height: 35px;
    background: #fff;
}

.rit-clm-bx ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rit-clm-bx ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px dashed #aaa;
}

.rit-clm-bx .comment-author-link a {
    color: #888;
}

.rit-clm-bx .post-date {
    float: left;
    width: 100%;
    color: #aaa;
    font-size: 12px;
}

.rit-clm-bx .tagcloud {
    border-top: 1px dashed #aaa;
    float: left;
    padding-top: 15px;
    width: 100%;
}


.tagcloud a {
    float: none;
    display: inline-block;
    margin: 3px;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-size: 12px !important;
}

.post-content img {
    max-width: 100%;
    margin: 15px 0;
}

.blog-img img {
    min-width: 100%;
}

.post-content {
    color: #666;
    line-height: 26px;
}

.recentcomments&gt;a {
    float: left;
    width: 100%;
    margin-top: 3px;
}

.nav-links {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.pagination {
    float: left;
    width: 100%;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .nav-links {
    float: left;
    width: 100%;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-block;
    border: 1px solid;
    padding: 2px 7px;
}

.pstViw {
    float: left;
    width: 100%;
    padding: 0;
    background: #fff;
    margin-top: 0;
}

.pstViw .postimg {
    float: left;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
    padding: 20px;
}

.pstViw .postimg img {
    width: 100%;
}

.pstViw .pstTile {
    float: left;
    width: 100%;
    margin: 25px 0 10px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    font-weight: 600;
}

.psttxbs {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.psttxbs .txtbxs ol li {
    padding: 5px 0px;
    color: #333;
    float: left;
}

.psttxbs .txtbxs {
    float: left;
    width: 100%;
    text-align: justify;
}

.psttxbs h3,
.psttxbs h2 {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #333;
}

.psttxbs .txtbxs p {
    float: left;
    width: 100%;
}

.psttxbs .txtbxs ul,
.psttxbs .txtbxs ol {
    float: left;
    width: 100%;
    line-height: 26px;
    padding: 0 0 0 20px;
}

.psttxbs .txtbxs ol li::marker {
    font-weight: bold;
}

.psttxbs .tblwpr {
    float: left;
    width: 100%;
    overflow: auto;
}

.tblwpr table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: 12px;
    color: #333;
}

.tblwpr table thead {
    background: #eee;
}

.pstviw-optn {
    background: #fff;
    float: left;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

.post-navg {
    float: left;
    width: 130px;
}

.pstviw-optn .share-post {
    float: right;
    width: 130px;
    text-align: right;
}

.share-post .socLink {
    float: right;
}

.socLink {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socLink li {
    float: left;
    margin: 0 3px;
}

.socLink li a {
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    color: #333;
}

.post-navg a {
    display: inline-block;
    background: #ea4517;
    padding: 5px 15px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
}

.post-navg a[rel="prev"] {
    float: left;
    margin-right: 2px;
}

.post-navg a[rel="next"] {
    float: left;
}

.post-navg a:hover {
    background: #e83504;
    color: #fff;
    text-decoration: none;
}

.post-navg a:active {
    background: #ea4517;
    color: #fff;
    text-decoration: none;
}

.post-view .commnets,
.post-view .post-cmnt {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.pstviw-optn p {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.rombxs {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
}

.rombxs #comments {
    float: left;
    font-weight: normal;
    margin: 0 0 20px;
    width: 100%;
}

.rombxs .commentlist {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
}

.rombxs .commentlist ul {
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 20px;
}

.rombxs .commentlist li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.rombxs .commentlist .comment-body {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.rombxs .commentlist .comment-author {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.rombxs .commentlist .comment-author .avatar {
    float: left;
    margin-right: 10px;
    border-radius: 35px;
    background: #ccc;
}

.rombxs .commentlist .comment-author .says {
    display: none;
}

.rombxs .commentlist .comment-author .fn {
    margin-top: 7px;
    float: left;
    font-style: normal;
}

.rombxs .commentlist .comment-meta {
    margin: 7px 0;
}

.rombxs .commentlist .reply {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.rombxs .comment-respond {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.comment-respond .comment-reply-title {
    float: left;
    width: 100%;
    font-weight: normal;
}

.comment-respond .comment-form {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
}

.comment-form p,
.comment-form .form-submit {
    float: left;
    width: 100%;
}

.comment-form .comment-form-comment {
    float: left;
    width: 100%;
}

.comment-form .comment-form-comment textarea {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    height: 180px;
    color: #666;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    float: left;
    width: 100%;
}

.comment-form label {
    float: left;
    width: 100%;
}

.comment-form input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    color: #666;
}

.comment-form .form-submit {
    border-top: 1px solid #ddd;
    float: left;
    margin: 15px 0 0;
    padding: 15px 0 0;
    text-align: center;
    width: 100%;
}

.comment-form .form-submit .submit {
    display: inline-block;
    border: none;
    padding: 10px 15px;
    background: #fb6104;
    color: #fff;
    cursor: pointer;
}

.comment-form .form-submit .submit:hover {
    background: #e15602;
}

,
.comment-form .form-submit .submit:active {
    background: #fb6104;
}

.err404 {
    text-align: center;
    background: #fff;
}

.err404 h1,
.err404 h2 {
    float: left;
    width: 100%;
    font-size: 65px;
    color: #333;
    margin-bottom: 20px;
}

.err404 h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #777;
}

.err404 p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/*--Blog PgCss end--*/

/* -- Registor Pages --*/
.lgnFrm {
    float: left;
    width: 100%;
    text-align: center;
}

.lgnFrm .frmbx {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    width: 450px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

.frmbx .inptbx {
    float: left;
    width: 100%;
    padding: 7px;
    text-align: left;
}

.frmbx .lbls {
    float: left;
    width: 100%;
    margin: 7px 0;
    font-weight: 600;
    color: #555;
}

.frmbx .inpts {
    float: left;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
}

.frmbx .inptbx.ckbx .lbls {
    width: auto;
    font-weight: normal;
}

.frmbx .btnhldr {
    float: left;
    width: 100%;
    padding: 0;
}

.frmbx .btnhldr .btns {
    width: 100%;
    background: #000;
    cursor: pointer;
    float: left;
    margin: 0.5%;
}

.frmbx .btnhldr .btns.lnks {
    background: #ccc;
    color: #000;
}

.frmbx .btnhldr .btns:hover {
    opacity: 0.8;
}

.frmbx .lnk {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

/* -- Registor Pages end--*/

@media only screen and (max-width:1200px) {
    .wper {
        width: 920px;
    }

    .srchbx {
        position: relative;
        width: 150px;
    }

    .srchfrm .srch {
        width: 90px;
    }

    .topMnu&gt;li&gt;a {
        font-size: 11px;
    }

    .header .hlogo {
        margin-right: 10px;
    }

    .colst li {
        height: 345px;
    }

    .pntlst .imgicn {
        height: 60px;
        width: 60px;
        display: inline-block;
        float: none;
        margin: 0;
    }

    .pntlst li {
        padding: 20px;
        text-align: center;
        height: auto;
    }

    .foter .ftbxin {
        width: 260px;
    }

    /*--Blog PgCss--*/
    .pst-grd .postcont {
        width: 370px;
    }

    /*--Blog PgCss end--*/
}

@media only screen and (max-width:939px) {
    .wper {
        width: 740px;
    }

    .hdrMnu {
        float: right;
        margin-top: 12px;
        margin-left: 15px;
    }

    .hdrMnu .mob-mnu {
        display: block;
    }

    .actv.mob-mnu::after {
        display: none;
    }

    .slider {
        background: #f0eee4;
        padding: 20px 0 45px;
    }

    .colst li {
        height: 270px;
    }

    .colst li .hdn2 {
        width: 190px;
        font-size: 24px;
        line-height: 24px;
    }

    .colst li .hdn2 span {
        font-size: 18px;
    }

    .topMnu {
        position: fixed;
        top: 72px;
        margin: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #f1f3f7;
        text-align: left;
        padding: 0;
        overflow: auto;
        display: none;
        z-index: 2;
        border-right: 1px solid #ddd;
    }

    /*.header.fixed .topMnu {top:36px;}*/
    .topMnu&gt;li {
        float: left;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
    }

    .topMnu&gt;li&gt;a {
        float: left;
        width: 100%;
        padding: 9px 40px 9px 15px;
        font-size: 15px;
    }

    .topMnu li .sub-menu {
        position: relative;
        top: inherit;
        display: none;
        visibility: visible;
        opacity: 1;
        float: left;
        width: 100% !important;
        margin: 0 !important;
        transition: all 0.0s ease;
        transform: translateY(0px);
    }

    .topMnu li:hover .sub-menu {
        transition: all 0.0s ease;
        display: none;
    }

    .topMnu li.MegaMnu {
        position: relative;
    }

    .topMnu li.MegaMnu&gt;.sub-menu {
        white-space: normal;
        height: auto;
        width: 96%;
        top: inherit;
    }

    .topMnu .opnsub {
        float: left;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
        font-style: normal;
        margin-left: -35px;
        cursor: pointer;
        color: #333;
        position: relative;
    }

    .hvch&gt;a::after {
        display: none;
    }

    .topMnu .opnsub:before {
        content: "+";
        float:
    }

    .topMnu .opnsub.mns:before {
        content: "-";
    }

    .pntlst {
        margin: 0;
        width: 100%;
    }

    .pntlst li {
        padding: 20px;
        text-align: center;
        height: auto;
        margin: 5px 0;
        width: 50%;
    }

    .foter .subsFrm,
    .nwltr .socilnk {
        width: 100%;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        padding: 10px;
    }

    .nwltr h2 {
        float: left;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 15px;
        border: none;
    }

    .subsFrm .nwsltrfrms {
        display: inline-block;
        float: none;
        margin: 0;
    }

    .socilnk .sclIcn {
        display: inline-block;
        float: none;
        margin: 0;
    }

    .foter .ftbxin {
        width: 100%;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 15px;
    }

    .foter .ftbxsLft .ftbxin {
        width: 100%;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        ;
    }

    .foter .ftbxsLft {
        padding-bottom: 0;
    }

    .foter .ftbxsrit {
        padding-top: 0;
    }

    .jwlCat li img {
        height: auto;
    }

    .listSect .wper {
        padding: 0
    }

    .listSect .prtdLst {
        border: none;
        padding: 0;
        position: relative
    }

    /*.prtdLst .woocommerce-result-count{display:none}*/
    .srchpdt .prtdLst .woocommerce-result-count {
        display: block;
    }

    .listSect .shpSidbr {
        display: none;
        opacity: 0;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .listSect .shpSidbr.show {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 280px;
        margin: 0;
        background: #fff;
        padding: 10px;
        z-index: 11;
        overflow: auto;
        opacity: 1
    }

    .ftrs {
        /*display: block;*/
        cursor: pointer;
        margin: 0;
        float: right;
        width: 80px;
        text-align: center;
    }

    .ftrs:after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        background: rgba(0, 0, 0, 0.5);
    }

    /*.prtdLst .woocommerce-ordering{position: fixed;top: 91px;left: 0;width: calc(100% - 80px);} .woocommerce-ordering .orderby {text-align:center;}*/
    .shopHdr.lstpg {
        padding: 45px 0 15px;
    }

    .clse.ftrs:after {
        opacity: 1;
        visibility: visible
    }

    .shpSidbr .WooSidbar {
        padding: 0 0 10px
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 20px
    }

    .tab-content .cstmlst {
        white-space: nowrap;
        overflow: auto;
    }

    .tab-content .cstmlst&gt;li {
        width: 280px !important;
    }

    .blgVbx,
    .rombxs {
        width: 100%;
    }


    /*--Blog PgCss--*/
    .blogs .lftclm {
        width: 100%;
        margin: 0;
    }

    .blogs .ritclm {
        width: 100%;
    }

    .pst-grd .postcont {
        width: 480px;
    }

    /*--Blog PgCss end--*/
}

@media only screen and (max-width:766px) {
    .wper {
        width: 520px;
    }

    .srchbx {
        width: 150px;
    }

    .srchfrm .srch {
        width: 100%;
    }

    .header .hlogo {
        font-size: 20px;
    }

    .header .wper {
        height: auto;
    }

    .jwlCat {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .jwlCat li a,
    .jwlCat li img {
        border-radius: 0;
    }

    .jwlCat li a {
        background: #eee;
    }

    .colst li {
        width: calc(100% - 20px);
        height: auto;
    }

    .colst li .hdn2 {
        right: inherit;
        left: 25px;
        font-size: 36px;
        width: 255px;
    }

    .topstrip .strpRit {
        display: none;
    }

    .topstrip .strpMsg {
        width: 100%;
        text-align: center;
        font-size: 11px;
    }

    .header .hdrrit {
        margin-top: 15px;
    }

    .hdrMnu {
        margin-top: 15px;
    }

    .mob-mnu::after,
    .topMnu {
        top: 65px;
    }

    .slider .hdns1 {
        font-size: 28px;
    }

    .woocommerce table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.cart .product-thumbnail:before {
        display: none;
    }

    .woocommerce table.cart .product-thumbnail a {
        width: 100%;
        display: inline-block;
    }

    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border: 1px solid #ddd;
    }

    .woocommerce table.shop_table td.product-thumbnail,
    .woocommerce table.shop_table td.product-name {
        text-align: left !important;
    }

    a.xcp-btn {
        width: 100%;
        text-align: center;
    }

    .shop_table .coupon .input-text {
        min-width: 150px;
        float: left;
        width: 100% !important;
        margin: 0 0 10px;
    }

    .shop_table .coupon .button,
    .cart_totals .wc-proceed-to-checkout .checkout-button {
        width: 100% !important;
        text-align: center;
    }

    .cstmlst {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 3px;
        grid-row-gap: 3px;
    }

    table.wishlist_table tbody td,
    table.wishlist_table thead th {
        display: block;
    }

    table.wishlist_table thead {
        display: none;
    }


}

@media only screen and (max-width:539px) {
    .wper {
        width: calc(100% - 20px);
    }

    .hdrrit .srchbx {
        display: none;
    }

    .mobsrch {
        display: block;
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }

    .mobsrch .srchbx {
        width: 100%;
    }

    .mob-mnu::after,
    .topMnu {
        top: 108px;
    }

    .hdrspc {
        height: 110px;
    }

    .prdtpg .summary .product_title {
        font-size: 18px;
    }

    .slidbx {
        height: 170px;
    }

    .prtdLst .woocommerce-result-count {
        width: 100%;
        text-align: center;
        margin: 0 0 7px;
        font-size: 13px;
    }

    .prtdLst .woocommerce-ordering {
        float: left;
        width: 100%;
    }

    .jwlCat li .hdn2 {
        font-size: 13px;
        right: inherit;
        position: inherit;
        float: left;
        width: 100%;
        bottom: inherit;
        left: inherit;
        border-radius: 0;
    }

    .jwlCat li a {
        height: auto;
    }

    .jwlCat li:hover .hdn2 {
        bottom: inherit;
    }

    .jwlCat li img {
        width: 100%;
        height: auto;
    }

    .prdtpg .summary form.cart {
        text-align: center;
    }

    .woocommerce div.product form.cart div.quantity {
        float: none;
        display: inline-block;
    }

    .woocommerce .prdtpg .summary form.cart .button {
        width: 100%;
        margin: 7px 0 !important;
        padding: 15px;
        border: 2px solid #000;
    }

    .woocommerce div.product form.cart div.quantity {
        margin: 0 0 5px;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        padding: 0 15px;
    }

    .woocommerce-product-gallery {
        left: -11px;
        width: calc(100% + 21px) !important;
    }

    .prdtpg .flex-viewport {
        border: none;
    }

    .CatgryLst.owl-carousel .owl-item .item a {
        width: 105px;
    }

    .CatgryLst.owl-carousel .owl-item .item .catmgs {
        height: 50px;
        width: 50px;
    }

    .Catgry {
        padding: 15px 0 0;
    }

    #ship-to-different-address .checkbox input[type="checkbox"] {
        margin: 2px 8px 0 0;
    }

    .lgnFrm .frmbx {
        width: 100%;
    }

}

@media only screen and (max-width:480px) {
    .header .hlogo img {
        width: 100px;
    }

    .header .hdrrit,
    .hdrMnu {
        margin-top: 8px;
    }

    .hdrspc {
        height: 100px;
    }

    .pntlst li {
        width: 100%;
    }

    .catgScrl,
    .mostView,
    .shopbyClect,
    .foter .nwltr,
    .foter .ftbxsLft {
        padding: 20px 0;
    }

    /*.cstmlst &gt; li { width:99%!important;}*/
    .prdtpg .comment-respond .comment-form-author,
    .prdtpg .comment-respond .comment-form-email {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    /*--Blog PgCss--*/
    .pstViw .postimg img {
        width: 100%;
    }

    .psttxbs {
        padding: 0 10px;
    }

    .shopHdr .shpTitl {
        font-size: 14px;
    }

    /*--Blog PgCss end--*/
}

@media only screen and (max-width:450px) {}



/*--Owlcarousel--*/
.owl-carousel {
    display: none;
    float: left;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    float: left;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item .item {
    float: left;
    width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

/*--Owlcarousel end--*/

/*--Owlthemedefault css--*/
.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
    height: 0;
}



.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 18px;
    font-family: 'FontAwesome';
    padding: 4px 7px;
    margin: 0;
    background: #000;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ed1b24;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    top: 35px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    float: left;
    width: 100%;
    position: relative;
    margin-top: -25px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 0 7px;
    background: #fffffc;
    /*border:1px solid #111a1f;*/
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b1ab8d;
}


/*--Owlthemedefault css end--*/
.woocommerce .prodtDtls a.added_to_cart {
    display: none;
}

.ml-2 {
    margin-left: 5px !important;
}

.d-none {
    display: none !important;
}

.yith-infs-loader {
    float: left;
    width: 100%;
}

.um:not(.um-admin) {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

#billing_country_field,
.woocommerce-shipping-fields {
    display: none;
}</pre></body></html>