.mt5{
margin-top: 5px;
}
body,h1,h2,h3,h4,h5,h6,p,span,a{
font-family: 'Josefin Sans', sans-serif;


}
ul.menu li a {
    text-transform: uppercase;
    word-spacing: normal;
}
.navbar-burger.burger {
    position: absolute;
    right : 0;
}
.p-4 {
    padding: 0.45rem!important;
    padding-left: 50px !important;
}
  
  .circle-medium {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    border-width: 4px;
  }
  .circle-medium .level-badge {
    width: 27px !important;
    height: 27px !important;
  }

  .circle {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid #FFFFFF;
    margin: 0 9px 0 9px;
    position: relative;
    cursor: pointer;
    transition: all ease 200ms;
  }
  .circle:hover {
    background-color: #FFFFFF;
  }
  .circle:hover .cartz > .cartzz {
    stroke: #777777;
  }
  .circle:hover .nav-dropdown {
    display: flex;
  }
  .circle .notify {
    position: absolute;
    left: 24px;
    top: -3px;
    border-radius: 15px;
    height: 18px;
    width: auto;
    background-color: red;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .circle .notify span {
    font-size: 10px;
    font-weight: 900;
    margin: 0 !important;
    padding: 6px;
    margin-top: 1px !important;
  }
  .circle .level-badge {
    position: absolute;
    right: -7px;
    top: -3px;
    border-radius: 15px;
    height: 18px;
    width: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .circle .level-badge .level-badge-color {
    fill: #F2BD7A;
  }
  
  .cart {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .account {
    border: 2px solid #F2BD7A;
    background-image: url(https://umystic.files.wordpress.com/2012/02/happy-woman.jpg);
    background-size: cover;
    background-color: #CCCCCC;
  }
  .account:hover {
    border-color: #FFFFFF;
  }
  .account:hover .nav-dropdown {
    display: flex;
    flex-direction: row;
  }
  
  .acc-column {
    width: 100% !important;
    margin: 0 !important;
  }
  .acc-column a {
    padding: 10px 3px;
  }
  .acc-column a p {
    float: right;
    margin: 0;
    color: #ff8c00;
    font-weight: 300;
  }
  
  .account-display-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .account-display-menu .account-quickInfo {
    margin-left: 15px;
  }
  .account-display-menu .account-quickInfo h5 {
    font-weight: 300;
    margin: 0;
  }
  .account-display-menu .account-quickInfo p {
    color: #ff8c00;
    margin: 0;
    font-weight: 300;
  }
  
  .right-drop {
    top: 57px;
    right: -21px;
    left: inherit;
    min-width: 320px;
  }
  .right-drop:after {
    right: 26px;
  }
  
  .invisible-space {
    opacity: 0;
    height: 40px;
    width: 100%;
    left: 0;
    top: -25px;
    display: inline-block;
    position: absolute;
  }
  .title{
    padding: 15px;
    flex: 1 1 0%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 7.5px 0px;
    font-weight: bold;
    font-size: 24px;
  }
  .slide {
    position: absolute;
    height: 400px !important;
    min-height: 10em;
    will-change: transform;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .slide .headline {
    z-index: 1;
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  .slide .headline h1 {
    color: white;
    width: 700px;
    text-align: left;
  }
  .slide .headline h1 span {
    color: orange;
  }
  .slide .headline h4 {
    color: white;
    margin: 10px 0;
  }
  
  .slide2 {
    background: linear-gradient(rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.3)), url("../images/slider1.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .slide2 .headline {
    align-items: center;
  }
  .slide2 .headline h1 {
    text-align: center;
  }
  .slide2 .headline .btnn1 {
    background-color: #00B1FF;
  }
  
  .slide1 {
    background: linear-gradient(rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.3)), url("../images/slider2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .slide1 .headline {
    align-items: left;
  }
  .slide1 .headline h1 {
    text-align: left;
  }
  .slide1 .headline .btnn1 {
    background-color: #ff8c00;
  }
  
  .arrow {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 400px;
    background-color: rgba(250, 250, 250, 0);
    transition: all ease 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .arrow:hover {
    background-color: rgba(40, 40, 40, 0.1);
  }
  .arrow:hover > .arrow-icon > .arrow-icon-attr {
    stroke: #fafafa;
  }
  .arrow .arrow-icon {
    height: 60px;
  }
  .arrow .arrow-icon .arrow-icon-attr {
    fill: none;
    stroke: rgba(250, 250, 250, 0.5);
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all ease 300ms;
  }
  
  .righty {
    transform: rotate(180deg);
    right: 0;
    position: absolute;
  }
  
  .hero > .slick-slider > .slick-dots {
    margin: 0 0 38px 0;
  }
  
  .slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
  }
  .slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
  }
  .slick-dots li.slick-active button {
    background-color: #CCCCCC;
  }
  .slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    background-color: rgba(238, 238, 238, 0.4);
    border: none;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
  }
  .slick-dots li :hover {
    background-color: #CCCCCC;
  }
  
  .slick-slider {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    max-height:  400px;;
    overflow: visible;
    padding-bottom: 15px;
  }
  .slick-track:before {
    display: table;
    content: "";
  }
  .h400{
    height: 80vh;
  }
  .slick-track:after {
    display: table;
    content: "";
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 100%;
  }
  .slick-slide:focus, .slick-slide:hover {
    outline: 0;
  }
  
  [dir=rtl] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
    height: auto;
    width: 100%;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  .slick-loading .slick-list {
    background: #fff url("./loader.gif") center center no-repeat;
  }
  
  .product-card {
    height: 360px;
    width: 200px;
    background-color: white;
    border-radius: 11px;
    margin: 5px;
    z-index: 1;
    position: relative;
    border: 1px solid rgba(204, 204, 204, 0);
    transition: all ease 300ms;
  }
  .product-card .favorite-heart {
    display: none;
  }
  .product-card:hover {
    border: 1px solid rgba(204, 204, 204, 0.3);
  }
  .product-card:hover .burst-24 {
    top: 80px !important;
  }
  .product-card:hover .product-image {
    height: 67%;
  }
  .product-card:hover .tranquility {
    background-image: url(https://02t7vh-8o80adgwck2j.webscalenetworks.net/yeRlTf42x/media/catalog/product/cache/1/hover_alternate/17f82f742ffe127f42dca9de82fb58b1/t/o/xtop_tranquility-min.png.pagespeed.ic.43Ev5hUXzg.png);
    background-position: 50% 50%;
  }
  .product-card:hover .purify {
    background-image: url(https://hiqw8n-8o80adgwck2j.webscalenetworks.net/yeRlTf42x/media/catalog/product/cache/1/hover_alternate/17f82f742ffe127f42dca9de82fb58b1/t/o/xtop_purify-min.png.pagespeed.ic.1Ikv1tepu0.png);
    background-position: 50% 50%;
  }
  .product-card:hover .breathease {
    background-image: url(https://cltbj2-8o80adgwck2j.webscalenetworks.net/yeRlTf42x/media/catalog/product/cache/1/hover_alternate/17f82f742ffe127f42dca9de82fb58b1/t/o/xtop_breatheease-min.png.pagespeed.ic.LtBcL-bpG2.png);
    background-position: 50% 50%;
  }
  .product-card:hover .usage-small {
    display: none;
  }
  .product-card:hover .product-cta {
    display: flex;
    height: 160px;
  }
  .product-card:hover .favorite-heart {
    display: flex;
  }
  .product-card:hover .sharez {
    display: flex;
  }
  .product-card .usage-small {
    display: inline-block;
    width: 100%;
    margin-top: -9px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    z-index: 1;
  }
  .product-card .product-image {
    cursor: pointer;
    height: 85%;
    z-index: 1;
    background-size: 155%;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    transition: all ease 100ms;
  }
  .product-card .tranquility {
    background-image: url(https://hiqw8n-8o80adgwck2j.webscalenetworks.net/yeRlTf42x/media/catalog/product/cache/1/hover/17f82f742ffe127f42dca9de82fb58b1/m/a/xmain_tranquility-min.png.pagespeed.ic.p5FXPVH-Mr.png);
  }
  .product-card .purify {
    background-image: url(https://hiqw8n-8o80adgwck2j.webscalenetworks.net/yeRlTf42x/media/catalog/product/cache/1/hover/17f82f742ffe127f42dca9de82fb58b1/m/a/xmain_purify-min.png.pagespeed.ic.z_JLymNyqa.png);
  }
  .product-card .breathease {
    background-image: url(https://02t7vh-8o80adgwck2j.webscalenetworks.net/yeRlTf42x/media/catalog/product/cache/1/hover/17f82f742ffe127f42dca9de82fb58b1/m/a/xmain_breatheease-min.png.pagespeed.ic.wQ3ww05fQV.png);
  }
  .product-card .product-cta {
    width: 100%;
    height: 120px;
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    transition: all ease 300ms;
    z-index: -1;
  }
  .product-card .product-cta .btnn1 {
    width: 80%;
    line-height: 40px;
    font-size: 15px;
    background-color: #BB85B9;
  }
  .product-card .product-cta .starz {
    color: #ff8c00;
    font-size: 20px;
  }
  .product-card .product-cta .price {
    margin: 7px;
  }
  .product-card .product-cta h5 {
    margin: 7px;
    text-align: center;
  }
  
  .product-carousel {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  
  .arrow2 {
    z-index: 1;
    top: 0;
    width: 346px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all ease 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
  }
  .arrow2:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .arrow2:hover > .arrow-icon > .arrow-icon-attr {
    stroke: #323232;
  }
  .arrow2 .arrow-icon {
    height: 60px;
  }
  .arrow2 .arrow-icon .arrow-icon-attr {
    fill: none;
    stroke: rgba(50, 50, 50, 0.5);
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all ease 300ms;
  }
  
  .prev, .prev-2 {
    left: 0;
  }
  
  .next, .next-2 {
    transform: rotate(180deg);
    position: absolute;
    right: 0 !important;
    top: 0;
  }
  
  .slick-disabled {
    opacity: 0.1;
  }
  
  .collection {
    padding: 0;
    padding-bottom: 60px;
  }
  
  .collect-flex {
    padding: 0;
    display: flex;
    flow-direction: row;
    justify-content: space-between;
  }
  
  .collection-block {
    border-radius: 11px;
    flex-grow: 1;
    height: 350px;
    width: auto;
    margin: 9px;
    background-color: #BB85B9;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
    transition: all ease 300ms;
  }
  .collection-block:hover {
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
  }
  .collection-block:hover .collect-p {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .collection-block:hover .collection-icon > span {
    margin-left: -5px;
    color: white;
  }
  .collection-block:hover .collection-icon > .collect-icon > svg > .iconz {
    fill: white;
  }
  .collection-block .collection-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .collection-block .collection-icon .collect-icon {
    height: 40px;
    width: 40px;
    float: left;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 300ms;
  }
  .collection-block .collection-icon .collect-icon svg {
    height: 30px;
    width: 30px;
  }
  .collection-block .collection-icon .collect-icon svg .iconz {
    fill: rgba(255, 255, 255, 0.7);
    transition: all ease 300ms;
  }
  .collection-block .collection-icon span {
    display: inline-block;
    line-height: 28px;
    padding: 0 15px;
    padding-top: 1px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    transition: all ease 300ms;
  }
  .collection-block .energy-icon .collect-icon, .collection-block .energy-icon span {
    background-color: #ECCD00;
  }
  .collection-block .wellness-icon .collect-icon, .collection-block .wellness-icon span {
    background-color: #BF934F;
  }
  .collection-block .mood-icon .collect-icon, .collection-block .mood-icon span {
    background-color: #973FCB;
  }
  .collection-block .relief-icon .collect-icon, .collection-block .relief-icon span {
    background-color: #C93A4C;
  }
  .collection-block .sleep-icon .collect-icon, .collection-block .sleep-icon span {
    background-color: #3AA2E3;
  }
  .collection-block .clean-icon .collect-icon, .collection-block .clean-icon span {
    background-color: #05C988;
  }
  .collection-block .skin-icon .collect-icon, .collection-block .skin-icon span {
    background-color: #F1772A;
  }
  
  .collect-p {
    width: 100%;
    padding: 20px 37px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    transition: all ease 300ms;
  }
  
  .shrink {
    flex-shrink: 1;
  }
  
  .two {
    flex-grow: 2;
    flex-shrink: 0;
  }
  
  .energy {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(http://wdy.h-cdn.co/assets/cm/15/10/54f5fe871d185_-_01-woman-walking-lgn.jpg);
    background-size: cover;
  }
  
  .wellness {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(http://hopeforwomenmag.com/wp-content/uploads/2015/01/a-happy-woman.jpg);
    background-size: cover;
  }
  
  .mood {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(http://www.essentialoildiffuseronline.com/wp-content/uploads/2015/11/romantic-portrait-of-beautiful-67462525.jpg);
    background-size: cover;
  }
  
  .relief {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(https://www.usnews.com/cmsmedia/e7/b9/cd611bf4410ebeb899c816d5007d/150626-neckpain-stock.jpg);
    background-size: cover;
  }
  
  .sleep {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(http://pixel.nymag.com/imgs/fashion/daily/2016/03/18/18-woman-sleeping.w1200.h630.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .cleaning {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(https://images.britcdn.com/wp-content/uploads/2016/02/kitchen-clean.jpg);
    background-size: cover;
  }
  
  .skin {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(http://orogoldpeel.com/wp-content/uploads/2016/08/OROGOLD-AN-OUTSTANDING-SKINCARE-GUIDE-FOR-WOMEN-IN-THEIR-20S.jpg);
    background-size: cover;
  }
  
  .featured {
    height: 500px;
    background: linear-gradient(rgba(53, 141, 50, 0.7), rgba(53, 141, 50, 0.7)), url(https://aos.iacpublishinglabs.com/question/aq/1400px-788px/uses-peppermint-extract_f3e91c7c0951ea36.jpg?domain=cx.aos.ask.com);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .featured .container {
    height: 100%;
    background-color: rgba(204, 204, 204, 0);
    box-sizing: border-box;
    display: flex;
    flex-direction: row !important;
  }
  .featured .container .feature-product {
    background-image: url(https://cdn.rockymountainoils.com/media/wysiwyg/oil-fill-line1.png);
    background-size: 140%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-color: rgba(242, 189, 122, 0);
    flex-grow: 1;
  }
  .featured .container .feature-content {
    background-color: rgba(201, 58, 76, 0);
    flex-grow: 1;
    color: #FFFFFF;
  }
  .featured .container .feature-content .section-title {
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 60px;
  }
  .featured .container .feature-content .feature-boldtxt {
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    color: #FFFFFF;
  }
  .featured .container .feature-content .feature-boldtxt span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
  }
  .featured .container .feature-content p {
    line-height: 25px;
    margin-bottom: 20px;
  }
  .featured .container .feature-content .btnn1 {
    background-color: #FFFFFF;
    color: green;
    float: left;
    margin-top: 30px;
    margin-right: 30px;
  }
  .featured .container .feature-content .saafe-icon {
    width: 120px;
    float: left;
    text-align: center;
  }
  .featured .container .feature-content .saafe-icon svg {
    height: 120px;
    width: 120px;
  }
  .featured .container .feature-content .saafe-icon svg path {
    fill: #FFFFFF;
  }
  .featured .container .feature-content .saafe-icon a {
    font-style: italic;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    transition: color ease 300ms;
  }
  .featured .container .feature-content .saafe-icon a:hover {
    color: white;
  }
  
  .articles {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .articles .container .title-area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .articles .container .title-area .btnn1 {
    background-color: #BB85B9;
  }
  .articles .container .row .heroSlider-fixed .article-carousel {
    height: 650px;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card {
    height: auto;
    max-height: 583px;
    background-color: #FFFFFF;
    border-radius: 11px;
    border: 1px solid rgba(204, 204, 204, 0.4);
    overflow: hidden;
    color: #CCCCCC;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0);
    transition: all ease 300ms;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card:hover {
    box-shadow: 0px 15px 19px 0px rgba(0, 0, 0, 0.16);
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card:hover p {
    color: #777777;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-image {
    width: 100%;
    padding-bottom: 100%;
    background-color: #F2BD7A;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb {
    padding: 15px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb h4 {
    margin: 2px 0;
    color: #333333;
    width: 100%;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb .authorDate {
    margin: 5px 0;
    font-size: 12px;
    line-height: 0px;
    color: #333333;
    width: 100%;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb p {
    margin-top: 15px;
    line-height: 23px;
    transition: all ease 300ms;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb .btnn2 {
    border-color: #BB85B9;
    color: #BB85B9;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb .btnn2:hover {
    color: #FFFFFF;
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb .btnn2:after {
    border: 0 solid rgba(187, 133, 185, 0.1);
  }
  .articles .container .row .heroSlider-fixed .article-carousel .article-card .article-blurb .btnn2:hover:after {
    border-width: 200px;
    border-color: #bb85b9;
    -webkit-transition: border 380ms ease;
    transition: border 380ms ease;
  }
  
  .article-1 {
    background-image: url(https://hiqw8n-8o80adgwck2j.webscalenetworks.net/NHRkUTMkc/wp/wp-content/uploads/2017/03/xInWithTheGood-thumbnail-1.jpg.pagespeed.ic.tUpb31UyGf.webp);
  }
  
  .article-2 {
    background-image: url(https://cltbj2-8o80adgwck2j.webscalenetworks.net/NHRkUTMkc/wp/wp-content/uploads/2017/03/xInhale-thumbnail.jpg.pagespeed.ic.VdkTnDwyJx.webp);
  }
  
  .article-3 {
    background-image: url(https://02t7vh-8o80adgwck2j.webscalenetworks.net/NHRkUTMkc/wp/wp-content/uploads/2017/03/xFallingforYou-thumbnail2.jpg.pagespeed.ic.NeVtAJqlLJ.webp);
  }
  
  .article-4 {
    background-image: url(https://hiqw8n-8o80adgwck2j.webscalenetworks.net/NHRkUTMkc/wp/wp-content/uploads/2017/02/xinvigorate-thumbnail-A2.jpg.pagespeed.ic.T8JFYyZ9G6.webp);
  }
  
  .article-5 {
    background-image: url(https://hiqw8n-8o80adgwck2j.webscalenetworks.net/NHRkUTMkc/wp/wp-content/uploads/2017/02/xSea-Salt-Instagram2a-1.jpg.pagespeed.ic.K4qxkd_-jQ.webp);
  }
  
  .article-6 {
    background-image: url(https://hiqw8n-8o80adgwck2j.webscalenetworks.net/NHRkUTMkc/wp/wp-content/uploads/2017/01/xFullSizeRender.jpg.pagespeed.ic.G7n16qJYx4.webp);
  }
  
  .article-7 {
    background-image: url(https://02t7vh-8o80adgwck2j.webscalenetworks.net/NHRkUTMkc/wp/wp-content/uploads/2016/08/xIMG_1542-720x402.jpg.pagespeed.ic.LNwoVSVvRt.webp);
  }
  
  .rmoz {
    height: 850px;
    background: linear-gradient(rgba(105, 55, 125, 0.7), rgba(105, 55, 125, 0.7)), url(https://kristiansworld.files.wordpress.com/2015/02/lavenderfieldsunset.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .rmoz .container {
    height: 100%;
  }
  .rmoz .container .title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #FFFFFF;
    height: 100%;
  }
  .rmoz .container .title-area .title-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rmoz .container .title-area .title-text p {
    width: 700px;
    text-align: center;
    line-height: 30px;
  }
  .rmoz .container .title-area .logo {
    height: 200px;
  }
  .rmoz .container .title-area .logo svg {
    width: 40vw;
    enable-background: new 0 0 244.8 86.4;
  }
  .rmoz .container .title-area .logo svg .rmo {
    fill: #FFFFFF;
    transition: all ease 300ms;
  }
  .rmoz .container .title-area .logo:hover > svg > .rmo {
    fill: #BB85B9;
  }
  .rmoz .container .title-area .btnn2 {
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
  .rmoz .container .title-area .btnn2:hover {
    color: #69377D;
  }
  .rmoz .container .title-area .btnn2:after {
    border: 0 solid rgba(255, 255, 255, 0.1);
  }
  .rmoz .container .title-area .btnn2:hover:after {
    border-width: 200px;
    border-color: white;
    -webkit-transition: border 380ms ease;
    transition: border 380ms ease;
  }
  
  .saafe {
    height: 550px;
  }
  .saafe .container {
    height: 100%;
  }
  .saafe .container .title-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: #777777;
    height: 100%;
    border-bottom: 2px solid #F2BD7A;
  }
  .saafe .container .title-area .title-text {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
  }
  .saafe .container .title-area .title-text .section-title, .saafe .container .title-area .title-text .section-subtitle {
    text-align: left;
  }
  .saafe .container .title-area .title-text p {
    width: 700px;
    text-align: left;
    line-height: 30px;
  }
  .saafe .container .title-area .saafe-icon svg {
    width: 400px;
    enable-background: new 0 0 244.8 86.4;
    cursor: pointer;
  }
  .saafe .container .title-area .saafe-icon svg path {
    fill: #F2BD7A;
    transition: all ease 300ms;
  }
  .saafe .container .title-area .saafe-icon:hover > svg > path {
    fill: #ff8c00;
  }
  .saafe .container .title-area .btnn2 {
    border-color: #F2BD7A;
    color: #F2BD7A;
  }
  .saafe .container .title-area .btnn2:hover {
    color: #FFFFFF;
  }
  .saafe .container .title-area .btnn2:after {
    border: 0 solid rgba(242, 189, 122, 0.1);
  }
  .saafe .container .title-area .btnn2:hover:after {
    border-width: 200px;
    border-color: #f2bd7a;
    -webkit-transition: border 380ms ease;
    transition: border 380ms ease;
  }
  
  .main-case {
    width: 90vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  
  .element-card {
    width: 300px;
    height: auto;
    max-height: 400px;
    background-color: #FFFFFF;
    border-radius: 11px;
    border: 1px solid rgba(204, 204, 204, 0.4);
    overflow: visible;
    color: #CCCCCC;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0);
    transition: all ease 300ms;
  }
  .element-card p {
    display: inline-block;
    padding: 20px;
    color: #777777;
  }
  .element-card:hover {
    box-shadow: 0px 15px 19px 0px rgba(0, 0, 0, 0.16);
  }
  .element-card:hover p {
    color: #777777;
  }
  
  .authorDate {
    font-weight: 400;
    font-size: 12px;
    line-height: 0;
  }
  
  .element-case {
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    color: #333333;
  }
  
  .card-info {
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 12px;
    color: #CCCCCC;
  }
  
  .info-btn {
    line-height: 22px;
    font-size: 12px;
    background-color: #777777;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    transition: all ease 300ms;
  }
  .info-btn:hover {
    background-color: #69377D;
  }
  .info-btn:hover .info_pop1 {
    display: flex;
    flex-direction: row;
  }
  
  .info_pop1, .info_pop2 {
    display: none;
    position: absolute;
    top: -36px;
    left: 34px;
    background: #E1CAE0;
    border: 2px solid #845082;
    border-radius: 11px;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #845082;
    font-weight: 500;
    text-align: left;
    width: 180px;
    margin: 15px;
    padding: 12px;
    box-shadow: 0px 15px 19px 0px rgba(0, 0, 0, 0.16);
    cursor: default;
  }
  .info_pop1:after, .info_pop1:before, .info_pop2:after, .info_pop2:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .info_pop1:after, .info_pop2:after {
    border-color: rgba(255, 181, 181, 0);
    border-right-color: #E1CAE0;
    border-width: 10px;
    margin-top: -11px;
  }
  .info_pop1:before, .info_pop2:before {
    border-color: rgba(245, 0, 0, 0);
    border-right-color: #845082;
    border-width: 13px;
    margin-top: -14px;
  }
  
  .color-box {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    padding: 25px;
    color: #FFFFFF;
  }
  
  .favorite-heart {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .favorite-heart .check-with-label {
    display: none;
  }
  .favorite-heart .check-with-label:checked + .label-for-check > svg > .heart {
    fill: #F21C56;
    stroke: none;
  }
  .favorite-heart .check-with-label + .label-for-check > svg > .heart {
    fill: none;
    stroke: #CCCCCC;
    stroke-width: 4px;
    transition: all ease 200ms;
  }
  .favorite-heart svg {
    height: 15px;
    cursor: pointer;
    padding: 10px;
    transition: all ease 100ms;
  }
  .favorite-heart svg:hover > .heart {
    stroke: #F21C56 !important;
  }
  .favorite-heart svg:active {
    height: 20px;
  }
  .favorite-heart svg:active .heart {
    fill: #F21C56;
    stroke: none;
  }
  
  .togglez {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tgl {
    display: none;
  }
  .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
  }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 49px;
    height: 25px;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .tgl + .tgl-btn:after {
    left: 0;
  }
  .tgl + .tgl-btn:before {
    display: none;
  }
  .tgl:checked + .tgl-btn:after {
    left: 50%;
  }
  .tgl + .tgl-btn {
    background: #EEEEEE;
    border-radius: 50px;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #EEEEEE;
  }
  .tgl + .tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  }
  .tgl + .tgl-btn:hover:after {
    will-change: padding;
  }
  .tgl + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
  }
  .tgl + .tgl-btn:active:after {
    padding-right: 0.8em;
  }
  .tgl:checked + .tgl-btn {
    background: #8BC589;
    border-color: #8BC589;
  }
  .tgl:checked + .tgl-btn:active {
    box-shadow: none;
  }
  .tgl:checked + .tgl-btn:active:after {
    margin-left: -0.8em;
  }
  a.bd-tw-button.button {
    font-size: 14px;
    font-weight: 500;
}
a.navbar-item {
    font-size: 14px;
    font-weight: 500;
}
.navbar-link.flex {
    font-size: 14px;
    font-weight: 500;
}
.max-w-xs {
    max-width: 12rem !important;
}
.aligncenter{
margin: 0 auto;
}
.footer-section {
    background: #387388;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 150px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #ffffff;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #ff5e14;
      padding: 13px 20px;
      border: 1px solid #ff5e14;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background:#1a3d49;
    padding: 10px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
  }
  .copyright-text p a{
    color: #ff5e14;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #ffffff;
  }
  .mt30{
    margin-top:30px;
  }
  .m10{
    margin:10px;
  }
  .block:not(:last-child), .box:not(:last-child), .breadcrumb:not(:last-child), .content:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .notification:not(:last-child), .pagination:not(:last-child), .progress:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .tabs:not(:last-child), .title:not(:last-child) {
    margin-bottom: -0.5rem !important;
}
.blocksearch {
  width: 100vh;
}
.topbar{
  height:70px;
}
div#dropdown {
  z-index: 9999;
}
.topbutton span {
  text-transform: none !important;
  font-size: 12px;
  text-align: center;
  justify-content: center;
  line-height: 35px;
}
i.fa.fa-sign-in {
    text-align: center;
}
ul.newstyle {
  background: white;
  position: absolute;
  z-index: 999;
  padding: 30px;
}
.rightside {
  position: absolute;
  right: -220px;
  top: 0px;
}







.newmegamenu body {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	background-color:#fff;
	color:#656565;
	overflow:hidden;
	position:relative;
}

.newmegamenu a {
	text-decoration:none;
	color:#333333;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.newmegamenu a:hover,
.newmegamenu a:focus {
	color:#f28b00;
	text-decoration:none;
	outline:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.newmegamenu ul, .newmegamenu ol {
	padding:0;
}

.newmegamenu img {
	max-width:100%;
	height:auto;
}

.newmegamenu b, .newmegamenu  strong {
	font-weight:900;
}

.newmegamenu uttonb,
.newmegamenu button:hover {
	border:none;
}

.newmegamenu button:focus {
	outline:none;
}

.newmegamenu button,
.newmegamenu input[type="button"],
.newmegamenu input[type="reset"],
.newmegamenu input[type="submit"] {
	display:inline-block;
	color:#fff;
	padding:0px 27px 0 27px;
	height:48px;
	line-height:42px;
	font-size:14px;
	color:#ffffff;
	background:#e5e5e5;
	border-radius:30px;
	font-weight:600;
	font-family:"Nunito", sans-serif;
	position:relative;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.newmegamenu button.search-submit-form {
	position:absolute;
	right:2px;
	top:7px;
	padding:0px 10px;
	color:#999999;
	background-color:transparent;
	display:inline-block;
	height:29px;
	line-height:31px;
	font-size:12px;
	border-color:transparent;
	border-left:1px solid #d0d0d0;
	text-transform:uppercase;
	font-weight:700;
	border-radius:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}


.newmegamenu .btn {
	background-image:none;
}


.newmegamenu .uneditable-input,
.newmegamenu .dropdown-menu,
.newmegamenu .navbar .nav > .active > a,
.newmegamenu .navbar .nav > .active > a:hover,
.newmegamenu .navbar .nav > .active > a:focus {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	color:#727272;
}

.newmegamenu select::-ms-expand {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
}

.newmegamenu h1, .newmegamenu  h2,.newmegamenu  h3,.newmegamenu  h4,.newmegamenu  h5,.newmegamenu  h6 {
	font-family:'Nunito', sans-serif;
	font-weight:400;
}

.newmegamenu h1 {
	font-size:32px;
}

.newmegamenu h2 {
	font-size:24px;
}

.newmegamenu h3 {
	font-size:20px;
	font-weight:500;
	color:#2d2d2d;
}

.newmegamenu h4 {
	font-size:18px;
}

.newmegamenu .container {
	width:1170px;
}

.newmegamenu .clearfix {
	clear:both;
}

.newmegamenu .left {
	text-align:left;
}

.newmegamenu .center {
	text-align:center;
}

.newmegamenu .sale {
	color:#f28b00;
	font-weight:500;
	font-size:22px;
	font-family:'Nunito';
}

.newmegamenu .regular {
	color:#c5c5c5;
	font-size:14px;
	text-decoration:line-through;
}

.newmegamenu .background {
	background-color:#f5f5f5;
}

/* aniketrod
-------------------------------------------------------------- */
.newmegamenu .aniketrod {
	position:relative;
}

.newmegamenu .aniketrod > .overlay {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:909;
	opacity:0;
	display:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.newmegamenu .aniketrod > .overlay.show {
	opacity:1;
	display:block;
}

/* Header
-------------------------------------------------------------- */
.newmegamenu #header {
	position:relative;
	z-index:999;
	background-color:#fff;
}
/* Header Top */
.newmegamenu .header-top {
	border-bottom:1px solid #e5e5e5;
}

.newmegamenu .header-top.style1 {
	background-color:#f5f5f5;
	padding:6px 0;
}

.newmegamenu .header-top.style2 {
	background-color:#ffa020;
	padding:0px 0;
	border-bottom:none;
}

.newmegamenu .header-top.style2 ul.flat-support > li >
a {
	color:#fff;
}

.newmegamenu .header-top.style2 ul.flat-support > li {
	border-color:#fec579;
}

.newmegamenu .header-top.style2 ul.flat-infomation > li.phone {
	color:#fff;
}

.newmegamenu .header-top.style2 ul.flat-infomation > li.phone > a {
	color:#Fff;
}

.newmegamenu .header-top.style2 ul.flat-unstyled > li > a {
	color:#fff;
}

.newmegamenu .header-top.style3 {
	background-color:#f5f5f5;
	padding:0px 0;
	border-bottom:none;
}

.newmegamenu .header-top.style4 {
	background-color:#f5f5f5;
	padding:6px 0 6px;
	border-bottom:none;
}

/* Flat Support */
.newmegamenu ul.flat-support li {
	display:inline-block;
	line-height:38px;
	height:37px;
}

.newmegamenu ul.flat-support li a {
	border-right:1px solid #e5e5e5;
	padding-right:10px;
	padding-left:7px;
	font-size:12px;
	font-weight:400;
}

.newmegamenu ul.flat-support li:first-child > a {
	padding-left:0;
}

.newmegamenu ul.flat-support li:last-child > a {
	padding-right:0;
	border-right:none;
}

.newmegamenu ul.flat-support.style1 > li,
.newmegamenu ul.flat-unstyled.style2 > li {
	display:inline-block;
	line-height:27px;
	height:24px;
}

/* Flat Infomation */
.newmegamenu ul.flat-infomation {
	text-align:center;
}

.newmegamenu ul.flat-infomation li.phone {
	color:#f28b00;
	line-height:38px;
	height:37px;
	letter-spacing:-0.5px;
}

.newmegamenu .grid-right ul.flat-infomation li.phone {
	height:55px;
	line-height:59px;
	font-size:15px;
}

/* Flat Unstyled */
.newmegamenu ul.flat-unstyled {
	text-align:right;
	margin-right:3px;
}

.newmegamenu ul.flat-unstyled > li {
	display:inline-block;
	line-height:38px;
	height:37px;
	position:relative;
}

.newmegamenu ul.flat-unstyled > li > a {
	border-left:1px solid #e5e5e5;
	line-height:1;
	padding-left:9px;
	padding-right:6px;
	letter-spacing:-0.5px;
}

.newmegamenu ul.flat-unstyled > li:last-child > a {
	padding-right:0;
}

.newmegamenu ul.flat-unstyled > li:first-child > a {
	border-left:none;
}

.newmegamenu ul.flat-unstyled > li > a i {
	padding-left:10px;
	padding-right:4px;
}

.newmegamenu ul.flat-unstyled > li:last-child > a i {
	padding-right:0px;
}

.newmegamenu ul.flat-unstyled > li > ul {
	background-color:#fff;
	border-radius:10px;
	padding:10px 0;
	box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	z-index:99;
	width:130px;
	text-align:left;
	top:100px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.newmegamenu ul.flat-unstyled > li > ul:before {
	content:'';
	position:absolute;
	left:30px;
	top:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #e5e5e5;
	z-index:100;
}

.newmegamenu ul.flat-unstyled > li:hover > ul {
	opacity:1;
	visibility:visible;
	top:38px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.newmegamenu ul.flat-unstyled li > ul > li > a {
	display:block;
	padding:1px 15px;
	line-height:24px;
	font-size:12px;
}

.newmegamenu .flat-unstyled.style1 {
	float:right;
	line-height:102px;
	height:101px;
	margin-right:3px;
}

/* Header Middle */
.newmegamenu .header-middle #logo {
	line-height:97px;
	margin-left:-2px;
	margin-bottom:7px;
}

.newmegamenu .header-middle .grid-left #logo {
	margin-bottom:0px;
}

.newmegamenu .header-middle .logo.style1 {
	float:left;
	width:23%;
	margin-right:0px;
}

.newmegamenu .header-middle.style1 {
	background-color:#f28b00;
}



/* Menu Mega
-------------------------------------------------------------- */
#mega-menu {
	position:relative;
	top:0px;
	height:55px;
	width:250px;
	margin-bottom:10px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > .btn-mega {
	font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: #fefefe;
    height: 65px;
    padding-left: 0px;
    line-height: 65px;
    background-color: #3b748a;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: relative;
    z-index: 98;
    cursor: pointer;
}

#mega-menu:hover ul.menu {
	top:-1px;
	visibility:visible;
	opacity:1;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > .btn-mega > span {
	position:absolute;
	height:2px;
	width:18px;
	left:46px;
	top:31px;
	background-color:#fff;
	display:inline-block;
}

#mega-menu > .btn-mega > span:before {
	content:'';
	position:absolute;
	height:2px;
	width:24px;
	top:-7px;
	background-color:#fff;
}

#mega-menu > .btn-mega > span:after {
	content:'';
	position:absolute;
	height:2px;
	width:24px;
	top:7px;
	background-color:#fff;
}

#mega-menu > ul.menu {
	position:relative;
	z-index:90;
	background-color:#fff;
	border:1px solid #484848;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	top:-40px;
	opacity:0;
	visibility:hidden;
	height:516px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li > a {
	height: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 51px;
    padding: 0 0px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
}

#mega-menu > ul.menu > li:last-child > a {
	border-bottom:none;
}

#mega-menu > ul.menu > li:hover > a .menu-title {
	color:#f28b00;
}

#mega-menu > ul.menu > li > a.dropdown:after {
	content:'\f105';
	position:absolute;
	font-family:'fontawesome';
	right:29px;
	font-size:14px;
	color:#484848;
}

#mega-menu > ul.menu > li > a .menu-img {
	margin-right:18px;
	min-width:30px;
	display:inline-block;
	text-align:center;
}

#mega-menu > ul.menu > li > a .menu-title {
	color:#484848;
}

#mega-menu.style1 > ul.menu {
	transform:translateY(0%);
	opacity:1;
	top:-1px;
	visibility:visible;
	border-width:1px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#mega-menu > ul.menu > li:hover > .drop-menu {
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
	
}

#mega-menu > ul.menu > li .drop-menu {
	transform:translateX(-10%);
	opacity:0;
	visibility:hidden;
	padding:27px 7px 27px 0;
	position:absolute;
	top:-1px;
	left:270px;
	width:875px;
	border-radius:10px;
	z-index:-1;
	height:auto;
	background-color:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li .drop-menu > .one-third {
	width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .cat-title {
	color:#f28b00;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul li {
	margin-bottom:5px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul li a:not(:hover) {
	color:#484848;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a {
	color:#f28b00;
	font-weight:bold;
	position:relative;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#f28b00;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a:hover:before {
	width:100%;
	left:0;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li {
	border:2px solid #e5e5e5;
	border-radius:5px;
	background-color:#e5e5e5;
	height:110px;
	padding:30px 10px 30px 18px;
	margin-bottom:20px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li:hover {
	background-color:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text {
	float:left;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .banner-title {
	font-weight:bold;
	font-size:18px;
	color:#f28b00;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .more-link a img {
	margin-left:10px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-img {
	float:right;
}

/* Main Navigation
-------------------------------------------------------------- */
#mainnav {
	padding-left:30px;
	float:left;
}

#mainnav > ul.menu {
	word-spacing:-4px;
}

#mainnav > ul.menu > li {
	display:inline-block;
	line-height:57px;
	height:55px;
}

#mainnav ul.menu > li > a {
	display:inline-block;
	color:#000000;
	font-size:14px;
	font-weight:500;
	padding:0 21.5px;
	border-right:1px solid #fec579;
	line-height:1;
	position:relative;
	z-index:8;
}

#mainnav ul.menu > li > a:after {
	content:'';
	position:absolute;
	bottom:-20px;
	left:-1px;
	opacity:0;
	background-color:#fff;
	height:48px;
	width:calc(100% + 2px);
	z-index:-3;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#mainnav ul.menu > li:hover > a {
	color:#f28b00;
}

#mainnav ul.menu > li:hover > a:after {
	opacity:1;
}

#mainnav ul.menu > li:last-child > a {
	border-right:none;
}

#mainnav.style1 {
	padding-left:4px;
	line-height:104px;
}

#mainnav.style1 ul.menu > li > a {
	color:#484848;
	border:none;
	padding:0;
	font-weight:500;
	margin-right:33px;
}

#mainnav.style2 {
	padding-left:55px;
}

#mainnav.style2 ul.menu > li {
	margin-top:24px;
}

#mainnav.style2 ul.menu > li > a {
	margin-right:43.5px;
	text-transform:uppercase;
	font-weight:bold;
	color:#656565;
	padding:0;
	border-right:0px;
}

#mainnav.style2 ul.menu > li:last-child > a {
	margin-right:0px;
}

#mainnav.style2 ul.menu > li.has-mega-menu:hover > .submenu {
	top:80px;
}

#mainnav.style3 ul.menu > li > a {
	color:#484848;
	border-color:#c9c9c9;
}

#mainnav.style4 {
	padding-left:72px;
}

#mainnav ul.menu > li:hover > .submenu {
	opacity:1;
	visibility:visible;
	top:55px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mainnav.style1 ul.menu > li.column-1:hover > .submenu {
	top:55px;
}

#mainnav.style1 ul.menu > li:hover > .submenu {
	top:80px;
}

/* Today Deal */
.today-deal {
	float:right;
}

.today-deal a {
	line-height:55px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	position:relative;
}

.today-deal a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#fff;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.today-deal a:hover:before {
	width:100%;
	left:0;
}

.today-deal.style1 > a {
	color:#f28b00;
}

/* Sub Menu */
ul.menu li.column-1 {
	position:relative;
}

ul.menu li.column-1 .submenu {
	width:263px;
	left:-1px;
	padding:18px 0;
}

ul.menu li.column-1 .submenu > li {
	line-height:30px;
}

ul.menu li.column-1 .submenu > li:last-child {
	border-bottom:none;
}

ul.menu li.column-1 .submenu > li > a {
	display:block;
	font-size:13px;
	padding-left:22px;
	position:relative;
	font-weight:500;
	color:#484848;
}

ul.menu li.column-1 .submenu > li > a:hover {
	color:#f28b00;
}

ul.menu li.column-1 .submenu > li > a i {
	padding-right:15px;
}

.submenu .row:not(:last-child) {
	margin-bottom:30px;
}

.submenu .col-md-4 {
	padding-left:50px;
}

.submenu .cat-title {
	color:#f28b00;
	font-size:16px;
	font-weight:500;
	margin-bottom:20px;
}

.submenu ul > li {
	margin-bottom:5px;
	line-height:24px;
}

.submenu .show {
	line-height:24px
}

.submenu .show a {
	color:#f28b00;
	font-weight:700;
	position:relative;
}

.submenu .show a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#f28b00;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.submenu .show a:hover:before {
	width:100%;
	left:0;
}

/* Main Navigation Mobile
-------------------------------------------------------------- */
#mainnav-mobi {
	display:block;
	margin:0 auto;
	width:100%;
	position:absolute;
	left:0;
	z-index:1000;
	background-color:#222222;
}

#mainnav-mobi > ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

#mainnav-mobi ul li {
	margin:0;
	position:relative;
	text-align:left;
	border-top:1px solid #333333;
	cursor:pointer;
	display:block;
}

#mainnav-mobi ul > li > a {
	text-decoration:none;
	height:50px;
	line-height:50px;
	padding:0 20px;
	color:#fff;
	border:none;
}

#mainnav-mobi ul.submenu {
	top:100%;
	left:0;
	z-index:2000;
	position:relative;
	background-color:#222222;
}

#mainnav-mobi > ul > li > ul > li {
	position:relative;
	border-top:1px solid #333333;
}

#mainnav-mobi ul.submenu > li > a {
	display:block;
	text-decoration:none;
	padding:0 50px;
	border-top-color:rgba(255,255,255,.1);
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top:none;
}

#mainnav-mobi ul.submenu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color:#fff;
}

#mainnav-mobi ul.menu li.has-mega-menu .submenu {
	background:#222222;
	right:0px;
	width:100%;
	position:relative;
}

#mainnav-mobi ul.menu li.has-mega-menu h3.cat-title {
	color:#fff;
	padding-left:50px;
	cursor:pointer;
}

#mainnav-mobi ul.menu li.has-mega-menu .submenu .row:not(:last-child) {
	margin:0;
}

/* Button Menu */
.btn-menu,
.btn-menu-mega {
	display:none;
	position:relative;
	background:#397388;
	cursor:pointer;
	float:right;
	top:10px;
	width:25px;
	height:25px;
	border:2px solid #fff;
	padding:15px 18px 17px;
	border-radius:4px;
	z-index:8;
	-webkit-transition:all ease .238s;
	-moz-transition:all ease .238s;
	transition:all ease .238s;
}

.btn-menu-mega {
	background:#484848;
	border-color:#484848;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span,
.btn-menu-mega:before,
.btn-menu-mega:after,
.btn-menu-mega span {
	background-color:#fff;
	-webkit-transition:all ease .238s;
	-moz-transition:all ease .238s;
	transition:all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu-mega:before,
.btn-menu-mega:after {
	content:'';
	position:absolute;
	height:2px;
	width:25px;
	left:5px;
	top:50%;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
}

.btn-menu span,
.btn-menu-mega span {
	position:absolute;
	width:25px;
	height:2px;
	left:5px;
	top:50%;
	overflow:hidden;
	text-indent:200%;
}

.btn-menu-mega span {
	width:20px;
}

.btn-menu:before,
.btn-menu-mega:before {
	-webkit-transform:translate3d(0, -7px, 0);
	transform:translate3d(0, -7px, 0);
}

.btn-menu:after,
.btn-menu-mega:after {
	width:25px;
	-webkit-transform:translate3d(0, 7px, 0);
	transform:translate3d(0, 7px, 0);
}

.btn-menu.active:after,
.btn-menu-mega.active:after {
	width:25px;
}

.btn-menu.active span,
.btn-menu-mega.active span {
	opacity:0;
}

.btn-menu.active:before,
.btn-menu-mega.active:before {
	-webkit-transform:rotate3d(0, 0, 1, 45deg);
	transform:rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after,
.btn-menu-mega.active:after {
	-webkit-transform:rotate3d(0, 0, 1, -45deg);
	transform:rotate3d(0, 0, 1, -45deg);
}

.btn-submenu,
.btn-submenu-child {
	position:absolute;
	right:0px;
	top:-1px;
	font:20px/51px 'FontAwesome';
	text-align:center;
	cursor:pointer;
	width:51px;
	height:50px;
	background:#333;
}

.btn-submenu-child {
	right:57px;
	top:0px;
	height:45px;
	line-height:46px;
}

.btn-submenu:before {
	content:"\f107";
	color:#ffffff;
}

.btn-submenu-child:before {
	content:"\f107";
	color:#fff;
}

.btn-submenu.active:before,
.btn-submenu-child.active:before {
	content:"\f106"
}

/* Mega Mobile
-------------------------------------------------------------- */
#mega-mobile {
	display:block;
	margin:0 auto;
	width:100%;
	position:absolute;
	left:0;
	z-index:1000;
	background-color:#222222;
}

#mega-mobile > ul.menu > li > a {
	color:#fff;
	display:block;
	padding:15px 0;
	cursor:pointer;
	padding-left:15px;
	border-bottom:1px solid #333;
	position:relative;
}

#mega-mobile > ul.menu > li > a .menu-img {
	margin-right:18px;
	min-width:30px;
	display:inline-block;
	text-align:center;
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown,
.btn-dropdown-child {
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	width:54px;
	height:54px;
	background:#262626;
	text-align:center;
	cursor:pointer;
	font:20px/54px 'FontAwesome';
}

.btn-dropdown-child {
	right:0px;
	width:44px;
	height:44px;
	line-height:44px;
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown:after,
.btn-dropdown-child:after {
	content:'\f107';
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown.active:after,
.btn-dropdown-child.active:after {
	content:'\f106';
}

#mega-mobile > ul.menu > li > .drop-menu {
	padding:0 54px 0 50px;
}

#mega-mobile > ul.menu > li > .drop-menu .cat-title {
	position:relative;
	color:#f5f5f5;
	padding:10px 0;
	border-bottom:1px solid #333;
}

#mega-mobile > ul.menu > li > .drop-menu ul {
	padding-left:20px;
}

#mega-mobile > ul.menu > li > .drop-menu ul li {
	border-bottom:1px solid #333;
}

#mega-mobile > ul.menu > li > .drop-menu ul li a {
	color:#f5f5f5;
	font-size:12px;
	padding:8px 0;
	display:block;
}

#mega-mobile > ul.menu > li > .drop-menu .show,
#mega-mobile > ul.menu > li > .drop-menu .one-third:nth-child(3) {
/*	display:none; */
}


/* This css for Responsive*/
@media only screen and (max-width:1900px) {
	
	footer.style1 {
		margin:0px;
	}

	.header-bottom.style1 .grid-left,
	.flat-slider.style1 .grid-left {
		width:240px;
	}

	.header-bottom.style1 .grid-right,
	.flat-slider.style1 .grid-right {
		width:calc(100% - 260px);
	}

	.header-bottom.style1 .grid-right {
		padding:7px 15px 7px 15px;
	}

	.header-bottom.style1 .grid-right ul.flat-infomation {
		margin-right:5px;
	}

	.header-bottom.style1 .grid-right .top-search.style1 {
		width:53%;
	}

	.header-bottom.style1 .grid-left #mega-menu {
		width:100%;
	}

	.slider .slider-item.style10 .item-text {
		width:50%;padding:30px;
	}

	.slider .slider-item.style10 .item-image {
		padding-top:100px;padding-right:30px;width:50%;
	}

	.banner-box.style1 {
		width:50%;
	}

	.banner-box.style1.v1 .inner-box {
		display:none;
	}

	#mainnav.style2 {
		float:right;padding-left:0px;
	}

	#mainnav.style2 ul.menu > li.has-mega-menu:hover > .submenu {
		top:90px;
	}

	.flat-unstyled.style1 {
		line-height:50px;height:50px;margin-right:0px;
	}

	.boxed.style2 .container-fluid {
		width:1170px;max-width:100%;
	}

	.counter.style1.v2,
	.bestsellers, .featured, .hot-sale {
		width:50%;padding-left:15px !important;padding-right:15px !important;
	}

	footer.style4 {
		width:1200px;
	}

	footer.style4 .widget-about {
		padding-left:0px;
	}

	footer.style4 .widget-newsletter {
		padding-right:0px;margin-left:0px;
	}

	.boxed.style2 .footer-bottom.style1 p.copyright {
		margin-left:0px;
	}

	.boxed.style2 .footer-bottom.style1 p.btn-scroll {
		margin-right:0px;
	}


}

@media only screen and (min-width:1200px) and (max-width:1366px) {
	
	#mega-menu > ul.menu > li .drop-menu {
		left:258px;width:879px;
	}

	.flat-location .location-detail {
		width:300px;
	}

	.flat-location .location {
		width:380px;
	}

	.flat-location #flat-map-2 {
		width:calc(100% - 300px - 380px);
	}

	.location .location-content .select-location select {
		width:92px;margin-right:7px;
	}

	.location .location-content .select-location .select:before {
		right:30px;
	}

	.boxed.style2 .flat-imagebox .container-fluid .box-product .row .col-xl-2 {
		max-width:33.333%;
	}


}

@media only screen and (max-width:1366px) {
	
	.product-detail-bar {
		padding-left:0px;
	}

	.boxed.style2 .container-fluid {
		padding:0 30px;
	}

	.boxed.style2 .container-fluid .flat-row-title {
		margin-left:0px;margin-right:0px
	}

	.flat-highlights.style2 .container-fluid {
		padding:20px 30px;
	}

	footer.style4 {
		width:auto;
	}

	footer.style2 .container-fluid {
		padding:40px 30px;
	}

	footer.style4 .widget-categories-ft {
		padding-left:60px;
	}


}

@media only screen and (max-width:1199px) {
	
	body.background section.flat-row {
		margin-left:15px;margin-right:15px;
	}

	body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev {
		left:-45px;
	}

	body.background .flat-imagebox.style4 .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next {
		right:-45px;
	}

	#mega-menu > ul.menu > li .drop-menu {
		width:704px;left:255px;
	}

	#mega-menu > ul.menu > li .drop-menu > .one-third {
		padding-left:0px;padding-right:3px;
	}

	.box-cart .inner-box ul.menu-compare-wishlist li {
		margin-right:5px;
	}

	.mainnav {
		padding-left:0px;
	}

	.mainnav ul.menu > li > a {
		padding:0 20px;
	}

	#mega-menu {
		    width: 200px;
	}

	.flat-team {
		padding:10px 0 50px;
	}

	ul.brands-tablist {
		padding:20px 20px;
	}

	article.main-post.style3,
	article.main-post.style3 .content-post {
		padding:0px;
	}

	.table-cart tr td .quanlity input {
		width:100%;
	}

	.table-cart tr td .quanlity span.btn-up {
		right:20px;
	}

	.flat-location .location,
	.flat-location .location-detail {
		width:50%;
	}

	.flat-location #flat-map-2 {
		width:100%;
	}

	.flex-control-thumbs li {
		margin-right:10px;margin-bottom:10px;
	}

	.box-cart.style2 .btn-add-cart a {
		width:100%;
	}

	.box-cart.style2 .compare-wishlist,
	.box-cart.style2 .btn-add-cart {
		display:block;margin-left:0px;text-align:center;
	}

	.imagebox .box-content .cat-name a:before,
	.imagebox .box-content .cat-name a:after {
		width:20%;
	}

	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:before,
	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-content .cat-name a:after {
		width:30%;
	}

	.imagebox.style5 {
		overflow:hidden;
	}

	.imagebox.style5 .box-text {
		padding:20px 0 20px;margin-right:0px;
	}

	.slider .slider-item.style6 .item-text {
		padding:30px 30px;
	}

	.slider .slider-item.style7 {
		position:relative;height:400px;
	}

	.slider .slider-item.style7 .item-text {
		padding:80px 0 0 30px;
	}

	.slider .slider-item.style7 .item-image {
		width:30%;position:absolute;padding:0;bottom:0;right:10px;
	}

	.top-search.style1 {
		width:520px;padding-left:30px;
	}

	.box-cart.style1 .inner-box > a > .price,
	.header-bottom.style1 .grid-right ul.flat-infomation {
		display:none;
	}

	.mainnav.style1 ul.menu > li > a {
		margin-right:22px;
	}

	.slider .slider-item.style8 .item-image {
		width:50%;margin-top:40px;
	}

	.box-6 {
		width:50%;padding:0 10px 0 10px;
	}

	.box-6.big {
		padding-right:10px;padding-left:10px;
	}

	.box-6 .product-box,
	.box-6.big .product-box {
		width:100%;
	}

	.header-bottom.style1 .grid-right .top-search.style1 {
		width:70%;
	}


}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
	#mainnav ul.menu > li > a {
		padding:0 18px;
	}

	.imagebox.style1.v3 .box-price {
		width:200px;padding:30px 2px 0 20px;
	}

	.imagebox.style1.v3 .box-content {
		width:250px;
	}

	.imagebox.style1.v3 .box-image {
		width:calc(100% - 465px);
	}

	.drop-menu {
		width:710px;left:260px;
	}

	.drop-menu > .one-third {
		padding-left:0px;padding-right:0px;
	}

	.drop-menu > .one-third:first-child {
		padding-left:15px;n
	}

	.box-right .img-line {
		padding-left:45px;margin-top:-100px;
	}

	.box-right .img-line img:first-child {
		margin-right:-60px;
	}

	.box-cart.style2 .compare-wishlist a.compare {
		display:block;margin-right:0px;
	}

	.product-detail.style2 .footer-detail .quanlity-box > div.quanlity {
		width:110px;margin-right:10px;
	}

	.product-detail .footer-detail .quanlity-box > div.colors {
		display:block;margin-bottom:20px;margin-left:0px;
	}

	.counter.style1 .counter-content .count-down .square {
		width:55px;
	}

	.top-search form.form-search .box-search .search-suggestions {
		width:670px;
	}

	.slider .slider-item .item-text {
		width:58%;padding:80px 40px;
	}

	.slider .slider-item.style5 .item-text {
		width:40%;
	}

	.slider .slider-item.style2 .item-text {
		width:40%;padding:30px 40px;
	}

	#mainnav.style1 ul.menu > li > a {
		padding:0 12px 0 12.5px;margin-right:0px;
	}

	#mainnav.style1 ul.menu > li.has-mega-menu .submenu {
		width:97%;
	}

	#mainnav.style2 ul.menu > li.has-mega-menu .submenu {
		width:97%;
	}


	.flexslider.style2 {
		width:56%;
	}
	#mega-menu > ul.menu > li .drop-menu {
		padding-left: 15px;
	}
	.slider .slider-item.style7 {
		height: 485px;
	}


}



@media only screen and (min-width:992px) {
	
	ul.submenu {
		word-spacing:2px;
	}

	.submenu {
		position:absolute;top:100px;right:15px;width:1140px;background-color:#fff;opacity:0;visibility:hidden;z-index:99;padding:30px;word-spacing:2px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}


}

@media only screen and (min-width:992px) and (max-width:1199px) {
	ul.menu > li.has-mega-menu .submenu {
		width: 130%;
	}

}

@media only screen and (max-width:991px) {
	
	.header-middle #logo.style1 {
		line-height:70px;margin-bottom:0px;
	}

	ul.flat-infomation.style1 li.phone {
		line-height:70px;margin-right:40px;
	}

	.owl-carousel-11.owl-theme .owl-controls .owl-dots {
		bottom: 0;
	}

	.btn-menu.style1 {
		background:#333;top:17px;
	}

	.btn-menu.style1.v1 {
		background:transparent;top:10px;
	}

	.btn-menu.style1.v2 {
		background:#333;top:10px;
	}

	.top-search.style1 {
		width:370px;padding-left:0px;right:15px;
	}

	.top-search.style1 form.form-search .box-search input {
		padding-left:20px;
	}

	.flat-row,
	.flat-iconbox.style1 {
		padding:30px 0;
	}

	.flat-product-content .container {
		padding:30px 15px;
	}

	.box-cart .inner-box > a > .price {
		display:none;
	}

	.top-search {
		padding-left:0px;margin-right:0px;
	}

	.top-search form.form-search .cat-wrap select {
		padding:1px 35px 0 20px;
	}

	.top-search form.form-search .box-search input {
		padding-left:140px;
	}

	.btn-menu,
	.btn-menu-mega {
		display:block;
	}

	.btn-menu-mega {
		float:left;
	}

	.mainnav > ul.menu > li {
		height:auto;
	}

	.mainnav ul.menu > li > a:after {
		width:0px;
	}

	.mainnav ul.menu > li:hover > .submenu {
		top:100%;
	}

	#mainnav-mobi ul > li > a >.submenu {
		position:relative;top:0px;right:0px;width:100%;background-color:#222222;opacity:1;visibility:visible;z-index:99;padding:30px;word-spacing:4px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row h3 {
		word-spacing:2px;cursor:pointer;font-weight:400;font-size:15px;margin-bottom:0px;padding:15px 0 15px 20px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row .btn-submenu {
		top:-15px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul {
		padding-left:30px;word-spacing:2px;padding-right:40px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li {
		border-top:none;border-bottom:1px solid #333;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li > a {
		padding-left:5px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row:nth-child(2),
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row .show,
	.box-right .img-line img:first-child,
	.box-left .img-line img:first-child,
	.flat-newsletter .form-newsletter .right {
		display:none;
	}

	#mainnav-mobi ul > li > a >.submenu li a {
		color:#484848;
	}

	ul.menu li.column-1 .submenu {
		width:100%;background:#222222;border-radius:0px;position:relative;top:-3px;opacity:1;word-spacing:2px;visibility:visible;padding:0;
	}

	.today-deal {
		margin-left:20px;
	}

	.image-about img,
	.box-flexslider, .product-detail.style5 {
		width:100%;
	}

	.product-detail.style5 {
		padding:0 30px;
	}

	.product-detail.style5 .header-detail .reviewed .status-product {
		text-align:left;
	}

	.product-detail.style5 .header-detail .reviewed .status-product span {
		display:inline-block;
	}

	.flexslider .slides img {
		width:auto;max-width:100%;
	}

	.iconbox.style1 {
		margin-bottom:30px;
	}

	.brands-list .brands-item {
		width:20%;
	}

	.imagebox.style1.v1 {
		margin-bottom:30px;
	}

	.imagebox.style1.v1 .box-content,
	.flat-contact {
		padding-top:0px;
	}

	.imagebox.style1.v1 .box-content .cat-name a {
		font-size:15px;
	}

	.flat-tab ul.tab-list {
		padding-left:0px;
	}

	.flat-tab .tab-content {
		padding:30px;
	}

	.progres {
		padding-right:0px;
	}

	.progress-circle {
		text-align:center;
	}

	.progress-circle .circle-item {
		margin-right:80px;
	}

	.order-tracking {
		padding:50px;
	}

	.term-conditions .text-wrap {
		margin-bottom:40px;
	}

	.term-conditions .text-wrap p {
		padding-right:0px;
	}

	.table-cart {
		margin-bottom:30px;
	}

	.form-login, .form-register {
		padding:30px;
	}

	.form-coupon {
		margin-top:40px;
	}

	.cart-totals form .btn-cart-totals {
		margin-top:50px;
	}

	.compare-content .table-compare {
		width:840px;overflow:auto;
	}

	.table-compare tr th {
		padding-left:20px;
	}

	.blog-pagination span {
		display:block;float:none;text-align:center;
	}

	ul.flat-pagination.style1,
	.reviewed .status-product,
	.product-detail.style3 .reviewed .status-product {
		float:none;
	}

	.product-box.style3 {
		height:360px;margin-bottom:30px;
	}

	.imagebox.style1.v3 {
		min-height:380px;padding:15px 20px 20px 20px;
	}

	.imagebox.style1.v3 .box-price {
		text-align:left;padding:0px 55px 0 0px;
	}

	.imagebox.style1.v3 .box-image {
		margin-right:0px;
	}

	.iconbox.style2 {
		margin-bottom:50px;
	}

	.box-right .img-line,
	.box-left,
	.box-right.style1 .img-line {
		text-align:center;margin-top:0px;
	}

	.box-left .img-line {
		margin-bottom:0px;
	}

	.product-detail .footer-detail .quanlity-box > div.colors {
		margin-bottom:20px;margin-right:20px;
	}

	.box-cart.style2 {
		margin:20px 0 20px;
	}

	.box-cart.style2 .btn-add-cart {
		margin-bottom:15px;
	}

	.flexslider.style1 .flex-viewport {
		margin:50px 0 50px;
	}

	.flexslider.style1 .flex-control-nav {
		top:auto;margin-top:0px;width:100%;position:relative;
	}

	.flexslider.style1 .flex-control-nav li {
		display:inline-block;width:auto;
	}

	.flexslider.style1 .slides img {
		display:inline-block;float:none;
	}

	.product-detail.style3 {
		margin-left:0px;
	}

	.box-cart.style2 .compare-wishlist, .box-cart.style2 .btn-add-cart {
		text-align:left;
	}

	.box-cart.style2 .btn-add-cart a {
		width:auto;padding:0 30px;
	}

	.flat-product-content.style2 > .row > .col-md-12 > .row {
		padding:50px 30px;
	}

	.description-text.style1 .box-text:first-child,
	.description-text.style1 .box-text:nth-child(3),
	.description-text.style1 .box-text:nth-child(4) {
		margin-right:0px;margin-top:30px;
	}

	.description-image.style1 {
		margin:0px;text-align:center;
	}

	.box-right.style1 .box-text,
	.box-right.style1 {
		margin-left:0px;
	}

	.box-counter .product-item,
	.counter {
		width:100%;padding:0;
	}

	.counter span.special {
		right:0px;
	}

	.count-down {
		text-align:center;
	}

	.count-down .square {
		margin:0 15px 15px;
	}

	.count-down .square:last-child {
		margin-right:15px;
	}

	.count-down .square .text {
		margin-left:0px;
	}

	.imagebox.style3 {
		padding:20px 20px;
	}

	.imagebox.style3 .box-image {
		float:none;margin-right:0;margin-bottom:20px;text-align:center;
	}

	.imagebox.style3 .box-image.save span {
		top:20px;
	}

	.imagebox.style3 .box-bottom .btn-add-cart a {
		width:auto;padding:0 50px;
	}

	.imagebox.style3 .box-content,
	.imagebox.style3 .box-bottom {
		text-align:center;
	}

	.box-wrap.style1 {
		height:auto;
	}

	.flat-newsletter .form-newsletter {
		padding:50px 20px;margin-top:30px;
	}

	.flat-newsletter .form-newsletter .left {
		float:none;text-align:center;padding-top:0px;
	}

	.widget-categories-ft,
	.box-left .img-product,
	.form-review.style2 {
		padding-left:0px;
	}

	.widget-ft {
		margin-bottom:20px;
	}

	footer {
		padding:0px 0;
	}

	.box-cart .inner-box .dropdown-box:before {
		right:15px;
	}

	.top-search form.form-search .box-search .search-suggestions {
		width:0;
	}

	.imagebox.style5 .box-text {
		text-align:center;float:none;width:100%;margin-right:0px;
	}

	.flexslider.style1 .slides img {
		padding-left: 0px;
	}

	.flexslider.style2 {
		width:100%;float:left;
	}

	.flexslider.style2 .flex-viewport {
		margin:50px 50px 0;
	}

	.flexslider.style2 .flex-control-nav {
		right:auto;left:0;width:20%;
	}

	.slider .slider-item .item-image {
		display:none;
	}

	.slider .slider-item.style4 .item-text {
		padding:80px 48px;width:100%;
	}

	.slider .slider-item.style5 .item-image,
	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		display:block;
	}

	.slider .slider-item.style6 .item-text {
		width:100%;padding-top:80px;
	}

	.slider .slider-item.style7 .item-text,
	.slider .slider-item.style2 .item-text {
		width:52%;padding-top:20px;
	}

	.slider .slider-item.style7 .item-text .content-item .regular {
		display:none;
	}

	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		width:45%;padding-right:20px;
	}

	.slider .slider-item.style8 .item-text .header-item h2 {
		font-size:52px;
	}

	.flat-iconbox.style6 .col-md-3 .iconbox {
		padding:0 0 !important;
	}

	footer.style4 .widget-menu,
	footer.style4 .widget-categories-ft {
		padding-left:0px;
	}

	.flat-unstyled.style1 {
		height:auto;line-height:100px;
	}

	.header-middle .grid-left #logo {
		line-height:100px;float:left;
	}

	.header-bottom.style1 .grid-left {
		width:15%
	}

	.flat-slider.style1 .grid-left {
		width:0;
	}

	.header-bottom.style1 .grid-right,
	.flat-slider.style1 .grid-right {
		width:100%;margin-left:0px;
	}

	.slider .slider-item.style10 .item-image {
		display:block;
	}

	.boxed.style2 .header-bottom .container-fluid {
		padding:0 15px;
	}

	.grid-right .show-search {
		display:block;float:right;margin-top:4px;
	}

	.grid-right .top-search.style1 {
		padding:10px 0;margin-right:0px;position:absolute;top:100px;right:15px;width:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	.header-bottom.style1 .grid-right .top-search.style1.active {
		top:64px;opacity:1;visibility:visible;
	}

	.grid-right .box-cart.style1 {
		float:right;margin-right:15px;
	}

	.grid-left .btn-menu {
		background:#333;
	}

	.owl-carousel-4 .owl-item .imagebox.style4 {
		height:340px;
	}


}

@media only screen and (min-width:768px) and (max-width:991px) {
	
	ul.flat-unstyled {
		margin-left:-30px;
	}

	ul.flat-support {
		margin-right:-35px;
	}

	.text-about {
		padding:30px 50px;
	}

	.imagebox.style1.v3 .box-image {
		width:168px;
	}

	.box-owl-carousel .rows .imagebox.style1.v1 {
		padding:0 15px;
	}

	.top-search form.form-search .cat-wrap {
		display:none;
	}

	.top-search form.form-search .box-search input {
		padding-left:15px;
	}

	.owl-carousel-3 .imagebox.style4 {
		height:310px;
	}

	.banner-box.style2 .inner-box,
	.banner-box.style2 .inner-box:nth-child(2),
	.banner-box.style2 .inner-box a img {
		width:100%;
	}

	.banner-box.style2 .inner-box:nth-child(2) {
		margin-top:20px;
	}

	.slider .slider-item.style8 .item-image {
		display:block;
	}

	.slider .slider-item.style8 .item-text {
		width:50%;padding-top:30px;
	}
	.slider .slider-item.style9 .item-text {
		padding: 25px 20px;
	}
}

@media only screen and (max-width:767px) {
	ul.flat-unstyled,
	ul.flat-support {
		text-align:center;
	}

	.header-middle #logo {
		text-align:center;line-height:60px;margin:0px;
	}

	.top-search {
		padding:15px 0 5px;
	}

	.top-search.style1 {
		padding:10px 0;margin-right:0px;position:absolute;top:100px;right:0;width:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	.top-search.style1 .cat-wrap {
		display:none;
	}

	.top-search.style1.active {
		top:44px;right:15px;opacity:1;visibility:visible;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	.top-search.style1.active form.form-search .box-search input {
		border:1px solid #484848;
	}

	.top-search.style2 {
		padding:15px 0 15px;width:100%;float:none;
	}

	.show-search {
		display:block;float:right;margin-top:4px;
	}

	.box-cart.style1.v1 {
		padding:10px 0 15px;float:none;text-align:center;
	}

	.box-cart.style1 {
		text-align:right;float:right;margin-right:15px;
	}

	.slider .slider-item .item-text .header-item h2 {
		font-size: 44px;
	}

	.product-box.style2.v1 {
		float:none;
	}

	.iconbox {
		margin-bottom:30px;
	}

	.text-about {
		margin-left:0px;margin-right:0px;padding:30px;
	}

	article.main-post.style4 {
		text-align:center;
	}

	.member {
		text-align:center;
	}

	.brands-list .brands-item {
		width:25%;
	}

	.progress-circle .circle-item {
		margin-right:19px;
	}

	.order-tracking {
		padding:30px 30px;
	}

	.order-tracking form .one-half {
		width:100%;padding:0px;margin-bottom:20px;
	}

	.order-tracking form .btn-track button {
		margin-top:0px;margin-left:0px;
	}

	article.main-post.style2,
	article.main-post .featured-post a img,
	.box-counter.style1 .counter,
	.box-counter.style1 .product-item {
		width:100%;
	}

	.box-counter.style1 .product-item {
		padding-left:0px;
	}

	.imagebox.style3.v1 .box-image.save span {
		left:-29px;top:-25px;
	}

	.form-login,
	#shop .sidebar .widget,
	.box-wrap.style1 {
		margin-bottom:30px;
	}

	.form-login, .form-register {
		height:420px;
	}

	.form-login .title, .form-register .title {
		margin-bottom:40px;
	}

	.sort-product.style1 {
		padding:15px 25px;
	}

	.sort-product.style1 .icons,
	.sort-product.style1 .sort {
		float:none;
	}

	.sort-product .sort > div.popularity {
		margin-left:0px;
	}

	.description-image {
		margin-top:0px;text-align:center;
	}

	.box-right .img-line {
		padding-left:0px;
	}

	.product-detail.style1 > span {
		width:0px;
	}

	.product-detail.style4 {
		padding:15px;
	}

	.counter.style1 {
		margin-left:0px;width:100%;margin-top:30px;text-align:center;
	}

	.counter.style1 .item-sale {
		margin:0px 15px 15px;
	}

	.box-owl-carousel .rows {
		margin:0 15px;
	}

	.box-owl-carousel .rows .imagebox.style1.v1 {
		width:100%;padding-bottom:20px;margin-bottom:0px;border-right:none;border-bottom:1px solid #e5e5e5;
	}

	.box-owl-carousel .rows .imagebox:nth-child(3),
	.box-owl-carousel .rows .imagebox.style1.v1:nth-child(3) {
		border-bottom:none;
	}

	.banner-box {
		display:none;
	}

	.flat-newsletter .form-newsletter .left .title {
		float:none;margin-right:0px;margin-bottom:15px;
	}

	.footer-bottom.style3 {
		text-align:center;
	}

	.footer-bottom.style3 p.copyright,
	.footer-bottom.style3 .btn-scroll {
		float:none;
	}

	.product-box.style1.v1 {
		height:250px;
	}

	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box {
		padding-left:0px;
	}

	.box-cart {
		text-align:center;padding:18px 0;
	}

	.box-cart .inner-box ul.menu-compare-wishlist li {
		margin-right:25px;
	}

	.table-wishlist {
		width:750px;
	}

	.table-wishlist tbody tr td > div.delete {
		margin-right:30px;
	}

	.popup-newsletter .popup-text {
		width:100%;
	}

	.popup-newsletter .popup-image {
		display:none;
	}

	.popup-newsletter .container {
		width:720px
	}

	.slider .slider-item.style5 {
		height:400px;
	}

	.slider .slider-item.style8 .item-text {
		width:100%;
	}

	.slider .slider-item:before {
		right:50px;
	}

	.slider .slider-item.style2 .item-text {
		padding:20px;
	}

	.divider90 {
		display:none;
	}

	.owl-carousel-3 .imagebox.style4 {
		height:300px;
	}

	.counter.style1.v2, .bestsellers, .featured, .hot-sale,
	.box-6.big {
		width:100%;
	}

	.product-wrap.style1 .tab-item {
		padding:0 10px;
	}

	.header-middle .grid-left,
	.header-middle .grid-right {
		width:100%;margin-left:0px;text-align:center;
	}

	.header-middle .grid-right .flat-unstyled.style1 {
		float:none;line-height:50px;
	}

	.header-middle .grid-left #logo {
		line-height:60px;
	}

	.slider .slider-item.style10 .item-text {
		width:100%;
	}

	.slider .slider-item.style10 .item-image {
		display:none;
	}

	.header-bottom.style1 .grid-right .top-search.style1.active {
		top:64px;
	}

	.box-filter .widget {
		width: 50%;
	}


}

@media only screen and (max-width:575px) {
	
	.container {
		max-width:100%;
	}

	.header-middle #logo.style1 {
		float:none;width:100%;
	}

	ul.flat-infomation.style1 {
		float:left;
	}

	ul.flat-infomation.style1 li.phone {
		height:auto;
	}

	ul.flat-infomation.style1 li img {
		display:none;
	}

	.widget-apps .widget-title h3 {
		margin-top:0px;
	}

	ul.app-list li {
		
	}

	ul.app-list li.app-store {
		margin-bottom:20px;margin-right:0px;
	}

	.brands-list .brands-item {
		width:33.333%;
	}

	.flat-tab ul.tab-list li {
		padding:14px 25px;
	}

	.progress-circle .circle-item {
		margin-right:0px;display:block;margin-bottom:30px;
	}

	.progress-circle .circle-item .demo {
		position:relative;left:50%;margin-left:-83.5px;
	}

	article.main-post.style1 .featured-post {
		float:none;margin-right:0;margin-bottom:20px;
	}

	article.main-post .featured-post a img,
	.comment-respond .form-comment form .comment-form-name,
	.comment-respond .form-comment form .comment-form-email,
	.comment-respond .form-comment form .comment-form-comment {
		width:100%;
	}

	article.main-post.single .content-post .entry-post blockquote {
		padding-left:50px;
	}

	article.main-post.single .content-post .entry-post blockquote span {
		left:3px;
	}

	.fields-content .field-row .field-one-half,
	#form-contact .form-box.one-half {
		width:100%;padding:0px !important;
	}

	.table-cart table {
		width:650px;overflow:hidden;
	}

	.table-cart tr td .quanlity span.btn-up {
		right:20px;
	}

	.table-cart tr td .img-product {
		margin-right:15px;
	}

	.flat-location .location,
	.flat-location .location-detail,
	.flat-location #flat-map-2 {
		width:100%;
	}

	.product-box.style3 {
		min-height:580px;height:auto;
	}

	.imagebox.style1.v3 {
		text-align:center;min-height:600px;height:auto;
	}

	.imagebox.style1.v3 .box-image,
	.imagebox.style1.v3 .box-content,
	.imagebox.style1.v3 .box-price {
		width:100%;padding:0px;text-align:center;
	}

	.imagebox.style1.v3 .box-price .btn-add-cart a {
		display:inline-block;padding:0 40px;
	}

	.flex-control-thumbs {
		margin-top:30px;
	}

	.product-detail-bar li {
		padding:12px 12px;font-size:16px;
	}

	.product-detail-bar.style1 li {
		padding:12px;
	}

	body.background section.flat-row .container {
		padding:10px 15px 0;
	}

	.box-owl-carousel.style1 .imagebox.style7 {
		width:100%;border-right:none;
	}

	.popup-newsletter .container {
		width:480px
	}

	.flexslider.style2 .flex-viewport {
		margin:0 0 30px;
	}

	.flexslider.style2 .flex-control-nav {
		width:100%;position:relative;margin-top:0px;
	}

	.flexslider.style2 .flex-control-thumbs li {
		float:left;margin-bottom:10px;
	}

	.slider .slider-item.style6 .item-text {
		padding-top:30px;
	}

	.slider .slider-item.style7 .item-text,
	.slider .slider-item.style2 .item-text,
	.box-6 {
		width:100%;
	}

	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		display:none;
	}

	.slider .slider-item.style2 .item-text {
		padding:20px 20px;
	}

	.slider .slider-item.style4 .item-text .header-item h2 {
		font-size:50px;
	}

	.boxed.style1 .flat-row.flat-highlights {
		padding-top:30px;
	}

	.box-6.big .imagebox .box-bottom .btn-add-cart a {
		padding:0 35px;
	}

	.boxed.style2 .footer .container-fluid {
		padding:0 15px;
	}

	.imagebox.style3 .box-bottom .btn-add-cart a {
		padding:0 35px;
		width: 100%;
		margin-left: 0px;
	}

	.imagebox.style3 .box-bottom .compare-wishlist{
		text-align: center;
	}

	.imagebox.style3 .box-bottom .compare-wishlist a.compare{
		margin-left: 0px;
	}

	.box-filter .widget {
		width: 100%;
	}


	.slider .slider-item .item-text .header-item h2{font-size: 40px;}

}

@media only screen and (min-width:480px) and (max-width:767px) {
	
	.banner-box .inner-box a {
		margin-top:30px;text-align:center;
	}

	.slider .slider-item.style5 .item-image {
		width:43%;padding-right:30px;
	}


}

@media only screen and (min-width:480px) {
	
}

@media only screen and (max-width:480px) {
	
	.flat-breadcrumb ul.breadcrumbs li.trail-item a {
		margin-right:10px;
	}

	.wrap-error .content-error .form-search-error {
		padding:30px 30px;
	}

	.wrap-error .content-error .form-search-error form .search-input input {
		width:100%;margin-right:0px;display:block;margin-bottom:15px;
	}

	.brands-list .brands-item {
		width:50%;
	}

	.progres .progress-item .perc span {
		top:17px;
	}

	.btn-radio.style2 .radio-info label {
		width:180px;
	}

	.accordion-toggle .toggle-title:before {
		right:19.5px;
	}

	.accordion-toggle .toggle-title:after {
		right:12.5px;
	}

	.tabs ul.menu-tab {
		margin-bottom:20px;
	}

	.tabs ul.menu-tab li {
		margin-right:15px;font-size:16px;
	}

	ol.comment-list li.comment .comment-text .comment-metadata .name {
		float:none;
	}

	ol.comment-list li.comment .comment-text .comment-metadata .queue {
		text-align:left;line-height:24px;
	}

	.cart-totals {
		padding:35px 20px 30px 30px;
	}

	.btn-order {
		padding:0px;
	}

	.form-coupon {
		padding:30px 15px;
	}

	.form-coupon form input {
		width:100%;margin-bottom:20px;margin-right:0px;
	}

	.sort-product .icons,
	.sort-product .sort,
	.wrap-imagebox .flat-row-title span {
		float:none;
	}

	.sort-product .sort > div {
		margin-left:0px;margin-bottom:15px;display:block;
	}

	.sort-product .sort > div select {
		width:100% !important;
	}

	.main-shop .wrap-imagebox .flat-row-title h3 {
		display:block;float:none;padding:0px 0 10px;
	}

	.owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-prev,
	.owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-next {
		border-radius:50%;border:1px solid #e5e5e5;left:-15px;width:45px;height:45px;line-height:42px;background-color:#fff;
	}

	.owl-carousel-4.owl-theme .owl-controls .owl-nav div.owl-next {
		right:-15px;left:auto;
	}

	.product-detail {
		padding:20px;
	}

	.rating .queue-box li span,
	.rating .score .queue {
		display:block;
	}

	.rating .queue-box li span.numb-star,
	.rating .score .queue {
		margin-left:0px;
	}

	.rating .score .queue {
		margin-top:20px;
	}

	.product-tab ul.tab-list li,
	.product-tab ul.tab-list li.active {
		margin-right:18px;font-weight:300;font-size:16px;
	}

	.product-tab ul.tab-list li {
		margin-right:15px;
	}

	.product-tab ul.tab-list li:hover {
		font-weight:400;
	}

	.banner-box {
		margin-bottom:20px;
	}

	.banner-box.one-half .inner-box {
		width:100%;margin-bottom:20px;
	}

	.banner-box.one-half {
		margin-bottom:0px;
	}

	.banner-box .inner-box a img,
	.banner-box.style2 .inner-box:nth-child(2) {
		width:100%;
	}

	.imagebox.style3 .box-content,
	.imagebox.style3 .box-bottom {
		text-align:left;
	}

	.flat-newsletter .form-newsletter .left form {
		display:block;
	}

	.flat-newsletter .form-newsletter .left form input {
		width:100%;
	}

	.flat-imagebox.style2 .product-wrap .tab-item .row .col-md-6 .product-box .imagebox .box-bottom .btn-add-cart a {
		padding:0 30px;
	}

	.top-search.style1 {
		width:290px;
	}

	.top-search form.form-search .cat-wrap {
		display:none;
	}

	.top-search form.form-search .box-search input {
		padding-left:15px;
	}

	.box-cart .inner-box .dropdown-box {
		right:-57px;width:310px;padding:25px 15px;
	}

	.box-cart .inner-box .dropdown-box:before {
		right:73px;
	}

	.popup-newsletter .container {
		width:320px
	}

	.popup-newsletter .popup-text h2 {
		font-size:20px;
	}

	.popup-newsletter .popup-text p.subscribe {
		margin:15px 0 15px;
	}

	.popup-newsletter .popup-text .form-popup .checkbox {
		margin-top:0px;
	}

	.slider .slider-item.style4 .item-text {
		padding:15px 10px;
	}

	.slider .slider-item.style8 .item-text {
		padding:25px;
	}

	.owl-carousel-3 .imagebox.style4 {
		height:310px;
	}

	.slider .slider-item.style10 .item-text .header-item h2 {
		font-size:50px;
	}

	.header-bottom.style1 .grid-right .top-search.style1 {
		width:91%;
	}

	.owl-carousel-4 .imagebox.style4 {
		text-align:center;
	}

	.slider .slider-item .item-text {
		width:100%;padding:30px !important;
	}

	.owl-carousel-item .product-box.style1:last-child {
		margin-bottom:80px;
	}

	.slider .slider-item.style7 .item-text .header-item h2 {
		margin-top:0px;margin-bottom:0px;
	}

	.box-cart.style1.v1 .inner-box .dropdown-box {
		right:-80px;
	}

	.box-cart.style1.v1 .inner-box .dropdown-box:before {
		right:95px;
	}

	.slider .slider-item.style8 .item-text .header-item h2 {
		line-height:42px;
	}

	.flat-breadcrumb ul.breadcrumbs li.trail-item {
		margin-right:6px;
	}

	.slider .slider-item:before,
	.slider .slider-item.style1:before {
		right: 20px;
	}

}

@media (max-width:320px) {
	
}

 .bbb_viewed {
      padding-top: 5vh;
    position: relative;
    padding-bottom: 0px;
    background: #eff6fa;
 }

 .bbb_main_container{
         background-color: #fff;
    padding: 11px;
 }

 .bbb_viewed_title_container {
     border-bottom: solid 1px #dadada
 }

 .bbb_viewed_title {
         margin-bottom: 16px;
    margin-top: 8px;

 }

 .bbb_viewed_nav_container {
     position: absolute;
     right: 40px;
     top: 50px;
	display: flex;
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 13px;
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 .bbb_viewed_image {
    width: 150px;
    height: 200px;
 }

 .bbb_viewed_image img {
     display: block;
     max-width: 100%
 }

 .bbb_viewed_content {
     width: 100%;
 }

 .bbb_viewed_price {
     font-size: 16px;
     color: #000000;
     font-weight: 500
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .bbb_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }

 .bbb_viewed_name {
     margin-top: 3px
 }

 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount { 
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }
 .footer-widget {
    color: white;
}
.border-bottom {
        border-bottom: var(--bs-border-width) var(--bs-border-style) #3d7b8c !important;
}
.breadcrumbs {
    margin-top: 10px;
    padding:10px;
    background: #3d7b8c !important;
} 
.breadcrumbs h3.title,.breadcrumb-item,.breadcrumb a,.breadcrumb li+li::before {
    color: white !important;
}
.breadcrumbs .row{
    
    background:#3d7b8c  !important;
}


.col-md-12.bg-light.border-bottom.pt-5.pb-5 {
    
    background: #3d7b8c  !important;
}
.purchase-info input, .purchase-info .btn {
   
    margin-bottom: 0rem !important;
}

.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}

.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #ffffff00;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}
.one-third.mywidth{
    width:30% !important;
}
.card-wrapper {
    position: relative;
    margin-top: 50px;
	margin-bottom: 50px;
    display: block;
	height: auto;
}
.breadcrumbs{
	text-align:justify-content;
	padding:10px;
	width:100%;
	margin:10px auto;
}

.one-third {
    font-size: 12px;
    font-weight: 600;
    height: 475px;
    overflow-y: scroll;
}
i.fa.fa-mobile {
    font-size: 24px;
    margin-right: 14px;
}
.one-third::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.one-third::-webkit-scrollbar

{
	width: 6px;
	background-color: #F5F5F5;
}

.one-third::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #40758a;
}
.img-item {
    display: inline-flex;
}


.frame {
    width: 100%;
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 1 */
.btn-1 {
  background: rgb(6,14,131);
  background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);
  border: none;
}
.btn-1:hover {
   background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
}

/* 2 */
.btn-2 {
  background: rgb(59 116 136);
  background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
  border: none;
  
}
.btn-2:before {
  height: 0%;
  width: 2px;
}
.btn-2:hover {
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}


/* 3 */
.btn-3 {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgb(59 116 136) 0%, rgb(59 116 136) 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgb(59 116 136);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgb(59 116 136);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}

/* 4 */
.btn-4 {
  background-color: #4dccc6;
background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-4:hover{
  background-color: #89d8d3;
background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
}
.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  transition: all 0.3s ease;
}
.btn-4:before {
  height: 0%;
  width: .1px;
}
.btn-4:after {
  width: 0%;
  height: .1px;
}
.btn-4:hover:before {
  height: 100%;
}
.btn-4:hover:after {
  width: 100%;
}
.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.9),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  transition: all 0.3s ease;
}
.btn-4 span:before {
  width: .1px;
  height: 0%;
}
.btn-4 span:after {
  width: 0%;
  height: .1px;
}
.btn-4 span:hover:before {
  height: 100%;
}
.btn-4 span:hover:after {
  width: 100%;
}

/* 5 */
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(255,27,0);
background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
}
.btn-5:hover {
  color: #f0094a;
  background: transparent;
   box-shadow:none;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #f0094a;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}


/* 6 */
.btn-6 {
  background: rgb(247,150,192);
background: radial-gradient(circle, rgba(247,150,192,1) 0%, rgba(118,174,241,1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
 box-shadow:
   -1px -1px 20px 0px rgba(255,255,255,1),
   -4px -4px 5px 0px rgba(255,255,255,1),
   7px 7px 20px 0px rgba(0,0,0,.4),
   4px 4px 5px 0px rgba(0,0,0,.3);
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover{
  background: transparent;
  color: #76aef1;
  box-shadow: none;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  box-shadow:
   -1px -1px 20px 0px rgba(255,255,255,1),
   -4px -4px 5px 0px rgba(255,255,255,1),
   7px 7px 20px 0px rgba(0,0,0,.4),
   4px 4px 5px 0px rgba(0,0,0,.3);
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: .5px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: .5px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}

/* 7 */
.btn-7 {
background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: rgba(251,75,2,1);
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251,75,2,1);
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}

/* 8 */
.btn-8 {
  background-color: #f0ecfc;
background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #c797eb;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background: transparent;
}
.btn-8 span:hover{
  color: #c797eb;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c797eb;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
  

/* 9 */
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #1fd1f9;
background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

/* 10 */
.btn-10 {
  background: rgb(22,9,240);
background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.btn-10:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.btn-10:hover:after {
  background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 11 */
.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/* 12 */
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


/* 13 */
.btn-13 {
  background-color: #89d8d3;
background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  border: none;
  z-index: 1;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
   background-color: #4dccc6;
background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #fff;
}
.btn-13:hover:after {
  top: 0;
  height: 100%;
}
.btn-13:active {
  top: 2px;
}


/* 14 */
.btn-14 {
  background: rgb(255,151,0);
  border: none;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #eaf818;
  background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-14:hover {
  color: #000;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-14:active {
  top: 2px;
}

/* 15 */
.btn-15 {
  background: #b621fe;
  border: none;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #fff;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}


/* 16 */
.btn-16 {
  border: none;
  color: #000;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}
.cardsnew img.img-responsive.aligncenter {
    
    width: 100%;
    height: 250px;
    object-fit: contain;
   
}
.quantity {
    display: block;
    -webkit-transform: translateY(-100%);
    position: relative;
    width: 100%;
    text-align: center;
}
.cardsnew {
    height:420px;
    margin: 10px 0px;
    background: white;
    border: 1px solid #00000036;
}
.cardsnew a {
    position: relative;
    font-weight: 600;
}
.owl-carousel .owl-item img {
    display: block;
    width: 140px;
    height: 200px;
}
.registered-customers {
    background: white;
    padding: 10px;
    margin: 20px;
}
button.cart-button.text-uppercase {
    background: #397387;
    padding: 10px 30px;
    border-radius: 5px;
	margin:10px 0px;
    color: white;
}
.registered-customers p {
    line-height: 40px;
}
.registerbutton{
	 background: #397387;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
}
.hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: #89cf9c;
}
.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: #3a7588;
}

.add-to-cart-button {
  background: #397388 !important;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 13px -2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: flex;
  font-family: "Ubuntu", sans-serif;
  justify-content: space-around;
  min-width: 195px;
  overflow: hidden;
  outline: none;
  padding: 0.7rem;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s ease;
  width: auto;
  margin:10px 0px;
}
.add-to-cart-button:active {
  box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, 0.45);
  transform: translateY(4px);
}
.add-to-cart-button:hover {
  cursor: pointer;
}
.add-to-cart-button:hover, .add-to-cart-button:focus {
      box-shadow: 0 0 0 0.2rem rgb(57 115 136);
    transform: translateY(-1px);
}
.add-to-cart-button.added {
  background: #2fbf30;
  box-shadow: 0 0 0 0.2rem rgba(11, 252, 3, 0.45);
}
.add-to-cart-button.added .add-to-cart {
  display: none;
}
.add-to-cart-button.added .added-to-cart {
  display: block;
}
.add-to-cart-button.added .cart-icon {
  animation: drop 0.3s forwards;
  -webkit-animation: drop 0.3s forwards;
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.add-to-cart-button.added .box-1,
.add-to-cart-button.added .box-2 {
  top: 18px;
}
.add-to-cart-button.added .tick {
  animation: grow 0.6s forwards;
  -webkit-animation: grow 0.6s forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.add-to-cart,
.added-to-cart {
  margin-left: 36px;
}

.added-to-cart {
  display: none;
  position: relative;
}

.add-to-cart-box {
  height: 5px;
  position: absolute;
  top: 0;
  width: 5px;
}

.box-1,
.box-2 {
  transition: 0.4s ease;
  top: -8px;
}

.box-1 {
  left: 23px;
  transform: rotate(45deg);
}

.box-2 {
  left: 32px;
  transform: rotate(63deg);
}

.cart-icon {
  left: 15px;
  position: absolute;
  top: 8px;
}

.tick {
  background: #146230;
  border-radius: 50%;
  position: absolute;
  left: 28px;
  transform: scale(0);
  top: 5px;
  z-index: 2;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1px);
  }
}
@keyframes drop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(1px);
  }
}
/* Page style */
h2.product-title {
    font-size: 22px;
    text-decoration: none;
}
a.btn.btn-solid.registerbutton.right {
    float: right;
}
section.cart-section.section-b-space {
    margin: 30px;
}
a.btn.btn-solid.registerbutton:hover {
    background: #397387;
	color:White;
}
a.btn.btn-solid.registerbutton.right:hover {
    background: #397387;
	color:White;
}
.registerpage .input {
    border: none;
}
.registerpage label {
    line-height: 35px;
}
.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: #518296 !important;
}
.submenu {
    height: 80vh;
}

.divisionmy {
	font-size: 12px;
    font-weight: 600;
    overflow-y: scroll;
    height: 70vh;
}
.divisionmy::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.divisionmy::-webkit-scrollbar

{
	width: 6px;
	background-color: #F5F5F5;
}

.divisionmy::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #40758a;
}
.breadcrumbs-area {
    background: white;
    padding: 10px;
    font-size: 18px;
    margin: 10px;
    font-weight: 600;
}
.cardsaccount {
    background: white;
    margin: 10px 0px;
    padding: 10px 30px;
}
ul.top-page {
    display: inline-flex;
}
.sidemenumy {
    background: white;
    padding: 10px;
    text-align: justify;
}
.sidemenumy p {
    line-height: 35px;
}
/*Back To TOp  */
/*
 * 4 January 2022
 * CSS-only Back-To-Top button implemented in a website layout
 * based on Temani Afif's FCC article (link in the description)
 * works in all modern browsers (including mobile devices)
 */

:root {
	--back-to-top-offset: 200px;
	--back-to-top-button-size: 2.8em;

	--base-font-size: 120%;
	--base-line-height: 170%;
	--base-font-family: Poppins, system-ui, sans-serif;

	--heading-font-family: Montserrat, system-ui, sans-serif;
	--heading-padding-start: 1em;
	--h1-font-size: 320%;
	--h1-line-height: 120%;
	--h1-padding-end: 0.4em;

	--main-padding-inline: 2em;
	--main-padding-block: 3em;
	--main-max-width: 1000px;

	--paragraph-margin-block: 1em;
	--list-margin-inline: 2em;
	--list-item-padding-block: 0.2em;

	--color-background: #efefff;
	--color-heading: hsl(210, 100%, 7%);
	--color-paragraph: rgba(0, 0, 0, 0.8);
	--color-accent: hsl(210, 100%, 39%);
	--color-accent-bright: hsl(210, 100%, 49%);
	--color-accent-alpha: hsla(210, 100%, 39%, 0.4);
	--color-img-shadow: rgba(0, 0, 0, 0.2);
}

/* === relevant portion === */
#back-to-top {
	place-self: end;
	position: sticky;
	margin-top: calc(100vh + var(--back-to-top-offset));
	bottom: 2.7em;
	right: 2em;
}

html,body {
	scroll-behavior: smooth;
}

a#back-to-top {
    font-size: 18px;
    text-align: center;
    line-height: 55px;
}


/* === to make things look pretty === */


#back-to-top {
    min-width: var(--back-to-top-button-size);
    height: var(--back-to-top-button-size);
    border-radius: 50%;
    display: block;
    place-items: center;
    right: 15px;
    position: fixed;
    text-decoration: none;
    background-color: hsl(196deg 41% 38%);
    box-shadow: 0 0.6em 1em 0.2em var(--color-accent-alpha);
    transform: translateY(0%);
    transition: ease-out 200ms;
    transition-property: transform, background-color;
    bottom: 60px;
    z-index: 99;

}

#back-to-top:hover {
	transform: translateY(-22%);
	background-color: var(--color-accent-bright);
}

#back-to-top::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 200%;
	transform: translateY(-30%);
	background-color: rgba(0, 0, 0, 0);
	display: block;
}
a.cart-refresh img {
    text-align: center;
    width: 60px;
    -webkit-filter: invert(1) contrast(500%);
    align-items: center;
    margin: 20px auto;
}

a.cart-refresh {
    position: fixed;
    right: 10px;
    width: 100px;
    bottom: 150px;
    z-index: 999;
    border-radius: 50%;
    background: #3b748a;
    height: 100px;
}
.cont {
	      position: relative;
	   max-width: 100%;
    width: 100%;
    margin: 0px auto;
    display: block;
	  }
	  .cart {
	      margin: 0px auto;
    outline: none;
    border: 0;
    background: #3b748a;
    padding: 15px;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: 0.5s width;
	  }
	  .cart_clk {
	      left: -20%;
	      width: calc(100% - 75px);
	  }
	
	  
	  .cart .fa {
	      font-size: 26px;
	      position: relative;
	      padding: 0 5px 0 0;
	  }
	  .cart .fa:after {
	      position: absolute;
	      content: attr(data-before);
	      color: #000;
	      font-family: 'Lato', sans-serif;
	      left: 11px;
	      font-weight: bold;
	      top: 5px;
	      font-size: 12px;
	  }
	  .qty {
	      padding-top:30px;
	     position: relative;
    text-align: center;
       -webkit-transform: translateY(-40%);
    color: #416AA6;
    margin: 0px auto;
    display: block;

	  }
	  .dec,
	  .inc {
	      cursor: pointer;
	  }
	  .num {
	      width: 22px;
	      display: inline-block;
	      text-align: Center;
	  }
.bgwhite{
    background:white !important;
}
.lds-spinner {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 45%;
    height: 100%;
    
    left: 45%;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #3a748a;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lds-spinnerX {
    display: none;
    position: fixed;
    width: 100%;
    top: 45%;
    height: 100%;
    z-index: 999;
    left: 45%;

}

.lds-spinnerX div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinnerX div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #3a748a;
}
.lds-spinnerX div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinnerX div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinnerX div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinnerX div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinnerX div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinnerX div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinnerX div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinnerX div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinnerX div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinnerX div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinnerX div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinnerX div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinnerX {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.productview .qty {
    position: relative;
    width: max-content;
    text-align: center;
    -webkit-transform: translateY(-50%);
    height: auto;
    background: #816a6a3d;
    color: #416AA6;
        margin: 45px 30px;
    display: block;
    border-radius: 8px;
    padding: 10px;
}
.mysummarycard {
    margin: 5px;
    background: white;
    padding: 10px;
    box-shadow: rgb(230 230 230) 0px -1px 4px inset;
}
.message {
    background: #3973872e;
    padding: 10px;
    margin: 2px;
    font-size: 12px;
}
.mysummarycard table {
    margin: 10px 0px;
}
.mysummarycard td {
    width: 50%;
        font-size: 14px;
    padding: 5px;
     box-shadow: rgb(230 230 230) 0px -1px 0px inset;
}
.promo button.registerbutton {
    margin: 10px auto;
}
.bordergrey{
    box-shadow: rgb(230 230 230) 0px -1px 0px inset;
}
.owl-carousel .owl-item{
 box-shadow: rgb(230 230 230) 0px -1px 2px inset;
}
.cardsnew.login {
    height: 310px;
    padding: 10px 0px;
    margin: 10px 0px;
    background: white;
    border: 1px solid #00000036;
}
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b748a; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #96d4a6; 
}
table.cart-table {
    margin:30px 0px;
    width: 100%;
}
table.cart-table tbody td {
    border:2px solid black;
    padding:10px;
}
table.cart-table th {
    border:2px solid black;
    padding:10px;
}
.panel-body {
    padding: 10px;
}
a#example_next {
    transform: rotate(0deg);
}
.dataTables_length select {
    background-position: right -0.2rem center;
    background-size: 1.25em 1.25em;
}
div#example_paginate {
    margin-top: 10px;
}
.billing-detailsx {
    background: white;
    padding: 5px;
    margin: 10px;
}
ul.submenu-child.mystyle {
    width: 100%;
    padding: 0px 20px !important;
}
ul.submenu-child.mystyle a {
    font-size: 12px;
}
/* Pagination */
.paging {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:30px auto;
}

.paging a {
    display: block;
    padding: 0.5em 1em;
    margin: 0 0.5em;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 0.8em;
    text-align: center;
}

.paging .current {
   background-color: #397389;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}

.paging .disabled {
    pointer-events: none;
    opacity: 0.5;
}
.next, .next-2 {
    transform: rotate(0deg);
}

.xstop {
    font-size: 1.2em;
    padding: 0.3em 1em;
    background-color: #397389;
    color: white;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.searchform {
      padding: 7px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
.searchform:focus {
  border: 2px solid #555;
  outline: none;
}
.categorymypage .num input {
    width: 50% !important;
    text-align: center;
}
.categorymypage .num {
    width: 50% !important;
    display: inline-block;
    text-align: center;
}
.product.categorymypage {
    margin: 0px 0px;
}
.categorymypage #cart-button {
   position: fixed;
    top: 35%;
    right: 2% !important;
    width: 70px;
    height: 70px;
    left: auto;
    border-radius: 50%;
    background-color: #397389;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.categorymypage #cart-button i {
    position: absolute;
    color: #fff;
    font-size: 30px;
        top: 20px;
    left: 16px;

}
.column-1 .col-lg-12.col-md-12.divisionmy {
    padding: 0px 20px 0px 20px;
}
.slide{
    background-size:cover !important;
    height: 80vh !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.owl-item img.img-responsive {
    width: 100%;
    object-fit: cover;
}
span.carttext {
       position: fixed;
    top: 46%;
    font-weight: 800;
    right: 1%;
    z-index: 9999;
    text-align: center;
}



.sale {
 top: -10%;
    right: 10%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0px;
    position: absolute;
    width: 100%;
}
.sale img {
    width: 50px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

span.num {
  position: relative;
}

span.num .after,
span.num .before {
  position: absolute;
  right: 0px;
  width: 1.6em;
  height: 1.55em;
  font-size: 14px;
  background: #fff;
}

span.num .after {
        cursor: pointer;
    color: rgba(0,0,0,.45);
   
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-top: 0px;
}

span.num .before {
  color: rgba(0,0,0,.45);
 
  margin-bottom: 0px;
  bottom: 0em;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
        cursor: pointer;
}

span.num input {
 border-radius: 4px;
 border: 1px solid #d9d9d9;
     color: black;
}
.modal-backdrop.fade.show {
    z-index: 2;
}
.productviewnew{
    margin:30px auto;
    display:block;
}

.productviewnew  .categorymypage .num input {
    width: 80% !important;
}
.productviewnew .categorymypage .num {
    text-align: start;
}
.productviewnew span.num .after,.productviewnew span.num .before {
    text-align: center;
}
.productviewnew .categorymypage .num{
     text-align: start;
}
.productviewnew .qty {
    text-align: start;
}
.mytitlecategory a{
font-size:16px;
font-weight:700;
}
.productviewnew .card {
    padding: 30px;
}
.productviewnew .img-showcase img {
    width: 50%;
    MARGIN: 0PX AUTO;
    min-width: 50%;
    DISPLAY: block;
}
.catpage h3.title {
    text-align: center;
    font-size: 48px;
}
.slide{
    background-size: cover !important;
    height:70vh !important;
    background-repeat:no-repeat !important;
}
@media (max-width: 768px) {
  .xstop {
    font-size: 1em;
    padding: 0.3em 0.8em;
  }
}
/* Responsive styles */
@media only screen and (max-width: 600px) {
    .paging a {
        padding: 0.2em 0.5em;
        font-size: 0.6em;
    }
    .slide {
    background-size: contain !important;
}
.one-third.mywidth{
    width:100% !important;
}
}