html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/fontsfree-net-proxima-nova-sbold.woff2') format('woff2'), url('../fonts/fontsfree-net-proxima-nova-sbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'), url('../fonts/TitilliumWeb-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web2';
    src: url('../fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('../fonts/TitilliumWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    src: url('fonts/HELVETICANEUECONDENSEDBOLD.eot');
    src: url('../fonts/HELVETICANEUECONDENSEDBOLD.eot') format('embedded-opentype'), url('../fonts/HELVETICANEUECONDENSEDBOLD.woff2') format('woff2'), url('../fonts/HELVETICANEUECONDENSEDBOLD.woff') format('woff'), url('../fonts/HELVETICANEUECONDENSEDBOLD.ttf') format('truetype'), url('../fonts/HELVETICANEUECONDENSEDBOLD.svg#HELVETICANEUECONDENSEDBOLD') format('svg');
}

@font-face {
    font-family: 'proxima_nova_softregular';
    src: url('../fonts/proximanovasoft-regular.woff2') format('woff2'), url('../fonts/proximanovasoft-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pacificoregular';
    src: url('../fonts/pacifico.woff2') format('woff2'), url('../fonts/pacifico.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light.woff2') format('woff2'), url('../fonts/proximanova-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-LightCond.woff2') format('woff2'), url('../fonts/HelveticaNeue-LightCond.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word
}

html, body {
}

body {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a img {
    border: none;
}

a {
    text-decoration: none !important;
    color: #434343;
}

ul {
    list-style: none
}

:focus {
    outline: none
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
}

.wrapper-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding: 0 20px;
    width: 100%;
}

.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after, .afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type="submit"], button {
    -webkit-appearance: none
}

select {
    word-wrap: normal
}

::-webkit-input-placeholder {
    color: #b0b0b0;
}

:-moz-placeholder {
    color: #b0b0b0;
}

::-moz-placeholder {
    color: #b0b0b0;
}

.search-icon {
    float: right;
    top: -3px;
    position: relative;
}

.nav-menu {
    margin-bottom: 0
}

.btn-top {
    float: left;
    margin-top: 11px;
    margin-right: 10px;
}

.search-icon a {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background: #434343;
    text-decoration: none;
    display: inline-block;
    margin-top: 9px;
}

.top-header {
    PADDING: 25PX 0;
}

.btn-top a {
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-family: 'proxima_novasemibold';
    border-radius: 50px;
    background-color: #02828f;
    background-image: linear-gradient(to bottom right, #02828f, #99ce3b);
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 6px 14px #88888861;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.info-top.logout-button {
    float: right;
    padding-top: 5px;
    padding-left: 2%;
}

.info-top {
    display: inline-block;
    padding-right: 12px;
}

.info-top a {
    color: #525252;
    font-size: 15px;
    font-family: 'Titillium Web';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.top-block {
    background: #eff2f5;
    padding: 3px 0 6px;
}

.menu-block {
    float: left
}

.top-right-btn {
    float: right
}

.site-menu {
    text-align: center;
}

.nav-menu li {
    padding: 0 7px;
    position: relative;
    display: inline-block;
}

.nav-menu li:nth-last-child(2) {
    padding-right: 0;
}

.nav-menu > li > a {
    position: relative;
    color: #5f5f5f;
    font-size: 16PX;
    display: block;
    padding: 15px 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'proxima_novasemibold';
    text-decoration: none;
}

.btn-top a:hover {
    background-image: linear-gradient(to bottom right, #08b2c3, #98d826);
}

.info-top a i {
    font-size: 18px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.info-top a:hover {
    color: #99ce3b;
}

.top-info-mail {
    text-align: right
}

.top-info-mail .info-top {
    padding-right: 0px;
}

.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 1000;
    visibility: visible;
    filter: alpha(opacity=0);
    visibility: hidden;
    opacity: 0;
}

.nav-menu .sub-menu li {
    float: none;
    background: #ededed;
    border-bottom: 1px solid #fff;
    border-left: none;
    padding: 0;
    display: block;
    position: relative;
}

.nav-menu .sub-menu li:first-child {
    border-top: 3px solid #99ce3b;
}

.nav-menu .sub-menu a {
    padding: 10px;
}

.nav-menu .sub-menu li a {
    text-align: left;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.nav-menu .sub-menu ul {
    position: absolute;
    top: 0px;
    left: 100%;
    border-top: 0;
    padding-left: 0px;
    padding-top: 0;
    filter: alpha(opacity=0);
    width: 180px;
    visibility: hidden;
    opacity: 0;
}

.nav-menu .sub-menu li:last-child {
    border-bottom: none;
}

.nav-menu > li:last-child {
    padding-right: 0;
}

.nav-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-menu .sub-menu ul li:first-child {
    border-top: none;
}

.nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child {
    background: #f3f2f2;
}

.cross-button {
    display: none
}

.menu-section {
}

.nav-menu > li:hover > a {
    color: #99ce3b;
}

.nav-menu .sub-menu li a:hover {
    color: #fff;
    background: #cacaca;
}

.menu-expand {
    display: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    letter-spacing: 3px;
    text-decoration: none;
    float: right;
    border-radius: 5px;
}

.menu a {
}

.menu-expand.active i {
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    opacity: 0;
}

.overlay.active {
    z-index: 100;
    opacity: 1;
}

.nav-menu > .menu-item-has-children > a:after {
    position: absolute;
    content: "";
    display: block;
    height: 9px;
    width: 9px;
    right: -10px;
    top: 23px;
    background: url(../images/arrow.png) no-repeat;
}

.nav-menu > .menu-item-has-children:hover > a:after {
    background: url(../images/arrow-hover.png) no-repeat;
}

.banner {
    position: relative;
    text-align: center
}

.banner-text-block {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    margin: auto;
}

.banner h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
}

.banner h1 span {
    color: #99ce3b
}

.banner h2 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    margin: 14px 0;
}

.banner-button a {
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    border: 1px solid #fff;
    font-family: 'proxima_nova_softregular';
    padding: 15px 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-button {
    padding-top: 20px;
}

.banner-button a:hover {
    color: #99ce3b;
    border: 1px solid #99ce3b
}

.products-section {
    padding: 38px 0 80px;
    background: #f0f0f0;
    position: relative
}

.heading h2 {
    text-align: center;
    color: #86b730;
    font-size: 20px;
    font-family: 'pacificoregular';
    margin-top: 0;
    margin-bottom: 5px;
}

.heading h1 {
    color: #292929;
    text-align: center;
    font-size: 50px;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    margin-top: 0;
}

.products-block {
    padding-top: 30px
}

.our-product {
    border: 9px solid #fff;
    background: #cde8e1;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0px 6px 14px #88888861;
}

.product-vies-btn a {
    color: #333333;
    font-size: 22px;
    font-family: 'proxima_novasemibold';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.product-vies-btn a:hover {
    color: #99ce3b;
}

.prod-img {
    position: relative;
    padding-top: 76%;
}

.prod-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.prod-img a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.product-vies-btn {
    margin-bottom: 28px;
    margin-top: 15px;
}

.product-vies-btn i {
    font-weight: bold;
    position: relative;
    top: 2px;
    left: 2px;
}

.tour-text-overlay {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our-product:hover .tour-text-overlay {
    opacity: 1;
    visibility: visible;
}

.product-hover h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'proxima_novasemibold';
    margin-bottom: 15px;
}

.product-hover p {
    color: #fff;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
}

.product-hover-btn a {
    font-size: 15px;
    color: #fff;
    font-family: 'proxima_nova_softregular';
    border-radius: 50px;
    padding: 7px 37px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.product-hover-btn {
    padding-top: 27px;
}

.product-hover {
    position: relative;
    top: 14%;
    padding: 0 20px;
}

.product-hover-btn a:hover {
    color: #99ce3b;
    border: 1px solid #99ce3b;
}

.products-block-in {
    margin-bottom: 45px;
}

.products-block-in:nth-child(2) .our-product {
    background: #f1dc8d
}

.products-block-in:nth-child(3) .our-product {
    background: #a3d4db
}

.products-block-in:nth-child(4) .our-product {
    background: #f0e9df
}

.products-block-in:nth-child(5) .our-product {
    background: #acdae7
}

.products-block-in:nth-child(6) .our-product {
    background: #fec9d9
}

.product-top-img {
    position: absolute;
    top: 0;
    left: 0
}

.product-top-img-2 {
    position: absolute;
    right: 0;
    top: 43%;
}

.view-all-btn a {
    color: #585858;
    border: 1px solid #585858;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    padding: 13px 26px 13px 38px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.view-all-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.view-all-btn i {
    font-weight: bold;
    position: relative;
    top: 2px;
    left: 5px;
}

.view-all-btn a:hover {
    color: #99ce3b;
    border: 1px solid #99ce3b;
}

.basket-block {
    background: #3c3c3c
}

.static-logo {
    border-radius: 50px;
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px #88888861;
}

.product-values h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-values h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'proxima_novalight';
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 1px;
}

.inner-circle-blocks {
    text-align: center
}

.static-logo {
    position: relative;
}

.static-logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.static-logo a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.basket-inner {
    position: relative;
    margin: 0 auto;
    width: 82%;
    margin-top: -50px;
    margin-bottom: 13px;
}

.banner img {
    width: 100%;
    min-height: 160px;
}

.about-section {
    position: relative
}

.about-section .heading h1 {
    text-align: left
}

.about-section .heading h2 {
    text-align: left
}

.about-section p {
    color: #8a8a8a;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
    margin-bottom: 27px;
    margin-top: 15px;
}

.about-left {
    padding: 70px 0 43px;
}

.about-bg {
    position: absolute;
    right: 0
}

.about-bg img {
    width: 86%;
    float: right;
}

.abt-btn1 a {
    color: #fff;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    border-radius: 50px;
    padding: 14px 38px;
    border: 1px solid #99ce3b;
    background: #99ce3b;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.about-btn {
    margin-top: 43px
}

.abt-btn1 {
    display: inline-block;
    padding-right: 15px
}

.abt-btn2 a {
    color: #585858;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    border-radius: 50px;
    padding: 14px 38px;
    border: 1px solid #585858;
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.abt-btn2 {
    display: inline-block
}

.abt-btn1 a:hover {
    color: #585858;
    border: 1px solid #585858;
    background: #fff
}

.abt-btn2 a:hover {
    color: #fff;
    border: 1px solid #99ce3b;
    background: #99ce3b;
}

.testminal-section {
    background: url(../images/testmnl-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 33px 0 53px;
}

.testminal-section .heading h1 {
    color: #fff
}

.testmnl-img img {
    border-radius: 50%;
    height: 132px;
    width: 132px;
    text-align: center;
    margin: 0 auto
}

.testmnl-block {
    text-align: center;
    margin-top: 40px;
}

.testmnl-block p {
    color: #fff;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
    padding-top: 17px;
    margin: 0 auto;
    width: 70%;
    line-height: 1.6;
}

.testminal-section h4 {
    color: #99ce3b;
    font-size: 22px;
    font-family: 'proxima_novasemibold';
    margin-top: 19px;
    margin-bottom: 46px;
}

.testminal-section .swiper-pagination {
    left: 0;
    right: 0;
}

.testminal-section .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    opacity: 1;
}

.testminal-section .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
}

.copy-right-section {
    background: #111111;
    padding: 30px 0 20px;
    text-align: center
}

.copy-right-section p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-upper {
    padding: 30px;
    background: #212121
}

.footer-newsletter-section {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #444444
}

.footer-newsletter-section h4 {
    font-family: 'pacificoregular';
    color: #86b730;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-newsletter-section h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    margin: 0 0 10px;
}

.newsletter-form {
    margin-top: 20px;
}

.newsletter-form input[type="email"] {
    padding: 15px;
    background: #444444;
    font-size: 18px;
    width: 70%;
    border-radius: 40px;
    border: none;
    font-family: 'proxima_novasemibold';
    float: left;
    color: #b0b0b0
}

.newsletter-form input[type="submit"] {
    float: right;
    width: 28%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: #83b727;
    padding: 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: 'proxima_novasemibold';
}

.footer-menu-section {
    padding-top: 40px;
}

.footer-menu-section p {
    color: rgba(255, 255, 255, 0.6);;
    font-size: 18px;
}

.footer-menu-section h3 {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
    background: url(../images/zig-zag-border.png) no-repeat left bottom;
    margin-bottom: 20px;
}

.footer-menu-section p a {
    color: rgba(190, 246, 90, 0.6);
}

.footer-menu-section ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-menu-section ul li {
    margin: 0px 0 2px;
}

.footer-menu-section ul li a:hover {
    color: #83b727
}

.cdetails {
    margin-bottom: 20px;
}

.cdetails a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cdetails a:hover {
    color: rgba(190, 246, 90, 0.6);
}

.cdetails a img {
    padding-right: 10px;
}

.login-in {
    display: none !important
}

.header-outer {
    position: relative;
}

.search-bae-inner {
    position: relative;
    top: 40px
}

.search-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.90);
    z-index: 100000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -ms-transform: scale(0);
    /* IE 9 */
    -webkit-transform: scale(0);
    /* Safari */
    transform: scale(0);
}

input[type="text"].search-field {
    border: none;
    border-bottom: 1px solid #415968;
    padding: 20px 20px 10px 70px;
    background: none;
    width: 100%;
    font-size: 22px;
    color: #7a7a7a;
    font-family: inherit
}

input[type="submit"].sbtn {
    background: rgba(255, 255, 255, 0) url(../images/arrow-search.png) no-repeat center;
    border: none;
    height: 60px;
    width: 60px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.f-outer form {
    position: relative;
}

.search-bar.active {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transform: scale(1);
}

.close-outer {
    position: relative;
}

.close-btn {
    position: absolute;
    font-size: 50px;
    color: #000;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    top: -10px;
    left: 0px;
    z-index: 100;
}

.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat center center;
    padding: 36px 0 30px;
    background-size: cover;
}

.inner-banner h1 {
    color: #fff;
    font-size: 30px;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    margin-bottom: 15px;
    margin-top: 0;
}

.inner-banner h1 span {
    font-weight: 300;
    font-family: 'Helvetica Neue';
}

.breadcums a {
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Myriad Pro';
}

.breadcums a:hover {
    color: #d8ff94
}

.breadcums {
    color: #fff;
    font-size: 15px
}

.breadcums span {
    margin: 0 5px
}

.product-img {
}

.product-right {
}

.product-inner-detail {
    border: 1px solid #e5e5e5
}

.business-card {
    background-color: #f7ffe;
    background-image: linear-gradient(#f7ffe8, #fafff1);
    padding: 25px 25px 8px 25px
}

.business-card h2 {
    color: #535353;
    font-size: 20px;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    margin-bottom: 17px;
    margin-top: 0;
}

.card-listing li {
    font-family: inherit;
    font-weight: normal;
    font-size: 15px;
    color: #525252;
    padding-left: 29px;
    background: url(../images/order-list-img.png) no-repeat left center;
    margin-bottom: 14px;
}

.product-detail-block {
    padding: 15px 0 55px;
    border-bottom: 1px solid #d3d3d3;
    position: relative
}

.product-right {
    background: #fff;
}

.product-right-bor {
    background: #fff;
    border: #ccc 1px solid;
}

.product-detail-cart {
    padding: 15px 0 55px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    background: #f2f2f2;
}

.card-listing {
}

.configure {
    background: #3ea06e;
    padding: 12px 25px
}

.configure h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.sizing-block h4 {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 600;
}

.size-select .nice-select {
    width: 100%;
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Titillium Web';
    border: 1px solid #d8d8d8;
    border-radius: 0;
    padding: 12px 12px;
    line-height: inherit;
}

.sizing-block {
    padding: 12px 25px;
    background-color: #fff;
    background-image: linear-gradient(#fcfff7, #fff);
}

.size-select .nice-select:after {
    border-bottom: 2px solid #929292;
    border-right: 2px solid #929292;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

.size-select {
    margin-bottom: 15px;
}

.size-select .nice-select .list {
    width: 100%;
}

.card-listing-2 {
    padding-left: 0
}

.product-total h5 {
    font-size: 20px;
    color: #5a5a5a;
    font-weight: 600;
    text-align: right;
    margin-top: 20px;
}

.product-total h5 span {
    color: #3ea06e;
    font-size: 25px;
    display: inline-block;
}

.order-button a {
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-family: 'proxima_novasemibold';
    border-radius: 50px;
    background-color: #02828f;
    background-image: linear-gradient(to bottom right, #02828f, #99ce3b);
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 6px 14px #88888861;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.order-button .btn {
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-family: 'proxima_novasemibold';
    border-radius: 50px;
    background-color: #02828f;
    background-image: linear-gradient(to bottom right, #02828f, #99ce3b);
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 6px 14px #88888861;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.main-page-layout svg {
    max-width: 100%;
}

.order-button {
    padding-top: 20px;
    text-align: right;
}

.product-total {
    margin-left: 12px;
    padding-bottom: 40px;
}

.order-button a:hover {
    background-image: linear-gradient(to bottom right, #08b2c3, #98d826);
}

.order-button .btn:hover {
    background-image: linear-gradient(to bottom right, #08b2c3, #98d826);
}

.tab-inr-block {
    border: 1px solid #d3d3d3;
    padding: 25px 25px 35px 25px;
    box-shadow: 0px 6px 14px #88888861;
}

.tab-inr-block h2 {
    color: #616161;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 0;
}

.tab-inr-block p {
    color: #616161;
    font-size: 18px;
    margin-bottom: 33px;
    line-height: 1.5;
}

.tab-inr-block ul li {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    color: #616161;
    padding-left: 35px;
    background: url(../images/product-list-ul.png) no-repeat left center;
    margin-bottom: 18px;
}

.tab-inr-block ul {
    margin-bottom: 33px;
}

.product-tabbing {
    padding-top: 35px;
    padding-bottom: 45px;
}

.resp-tabs-list li a {
    position: relative;
    color: #616161;
    font-size: 18px;
    background: none;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-weight: 600;
    font-weight: normal;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    padding: 18px 25px;
    border: 1px solid #eaeaea;
    border-right: none;
    background: #eaeaea;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer
}

.resp-tabs-list li.resp-tab-active a {
    background: #99ce3b;
    color: #fff;
    border: 1px solid #99ce3b;
}

.resp-tabs-list li:hover a {
    background: #99ce3b;
    color: #fff;
    border: 1px solid #99ce3b;
}

.resp-tabs-list li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.resp-tabs-list li:last-child a {
    border-right: none
}

.resp-tabs-list li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.resp-tabs-list li:first-child a {
    border-right: none
}

.tabbing-inner-list {
    margin: 0 auto;
    width: 55%;
    padding-bottom: 6px;
}

.related-products h4 {
    font-size: 22px;
    color: #616161;
    font-weight: 600;
    background: url(../images/headingbg.jpg) no-repeat left bottom;
    margin-top: 0;
    padding-bottom: 8px;
    margin-bottom: 29px;
}

.related-products {
    padding: 38px 0 70px;
    background: #f2f2f2;
    position: relative;
    margin-bottom: 15px;
}

.sub-product h2 a {
    text-align: center;
    color: #333333;
    font-size: 22px;
    font-family: 'proxima_novasemibold';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.prod-single-img {
    position: relative;
    padding-top: 87%;
    border: 1px solid #e2e2e2;
    background: #f6f6f6;
    border-radius: 7px;
}

.prod-single-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.prod-single-img a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.sub-product h2 {
    text-align: center;
    margin-top: 12px;
}

.related-products .swiper-button-prev {
    width: 32px;
    height: 13px;
    background: url(../images/leftarrow.png) no-repeat center;
    margin-top: 0;
    left: 58px;
    top: 45%;
}

.related-products .swiper-button-next {
    width: 32px;
    height: 13px;
    background: url(../images/rightarrow.png) no-repeat center;
    margin-top: 0;
    right: 58px;
    top: 45%;
}

.sub-product h2 a:hover {
    color: #99ce3b
}

.prod-left-bg {
    position: absolute;
    left: 0;
    top: 0
}

.prod-right-bg {
    position: absolute;
    right: 0;
    top: 22%
}

.prod-gallery {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 50px 45px;
}

.product-img .gallery-thumbs img {
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #bee37d;
}

.prod-gallery .gallery-thumbs .swiper-slide {
}

.product-detail-block .gallery-top .swiper-slide {
    position: relative;
    padding-top: 145%;
}

.product-detail-block .gallery-top .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.product-detail-block .gallery-top .swiper-slide a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.prod-gallery {
    position: relative
}

.zoom-level {
    position: absolute;
    top: 12px;
    right: 12px
}

.top-block-inr {
    background: #eff2f5;
    padding: 3px 0 6px;
}

.top-block-inr .info-top p {
    font-size: 15px;
    color: #4a4a4a;
    font-family: 'proxima_novasemibold';
    margin-right: 16px;
    margin-top: 7px;
    float: left;
    margin-bottom: 0;
}

.info-top p {
    font-size: 15px;
    color: #4a4a4a;
    font-family: 'proxima_novasemibold';
    margin-right: 16px;
    margin-top: 0px !important;
    float: left;
    margin-bottom: 0;
}

.language-selector {
    float: right;
    width: 25px;
}

.language-selector img {
    vertical-align: top;
}

.top-block-inr .top-info-section {
    margin-top: 2px;
}

.create-acc-wrap {
    width: 100%;
    margin: 50px 0;
}

.reg-tab-wrap {
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 25px 25px 35px 25px;
    box-shadow: 0px 6px 14px #88888861;
}

.reg-note {
    width: 100%;
    color: #6b6b6b;
    font-size: 15px;
    padding: 0 0 25px 0;
}

.reg-note a {
    font-style: italic;
    color: #7caf22;
}

.tab-bttn {
    width: 100%;
    padding: 0 0 30px 0%;
}

.resp-tab-item a {
    border-radius: 0px !important;
}

.tab-form-wrap {
    width: 100%;
}

.tfw-top {
    width: 100%;
    padding: 0 0 15px 0;
    float: left;
}

.tfw-left {
    width: 50%;
    padding: 0 3% 0 0;
    float: left;
}

.form-heading1 {
    background: #525252;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    margin-bottom: 20px;
}

.form-heading1 label {
    margin: 0px 0 0 5px;
    font-size: 18px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    font-weight: normal
}

.form-box-wrap {
    width: 100%;
}

.form-row {
    width: 100%;
    padding: 0px 0 15px 0;
    float: left;
}

.form-row-box1 {
    width: 60%;
    padding: 0 3% 0 0;
    float: left;
}

.ref-form-inp1 {
    width: 100%;
    float: left;
    padding: 9px 3%;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #595959;
    border-radius: 3px;
}

.ref-form-inp2 {
    width: 100%;
    float: left;
    padding: 9px 2%;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #595959;
    border-radius: 3px;
}

::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.form-row-box2 {
    width: 40%;
    padding: 0 0 0 3%;
    float: left;
}

.get-add-button {
    width: 100%;
    float: left;
    background: #99ce3b;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    border: 0px;
    background: -moz-linear-gradient(-45deg, #02828f 0%, #99ce3b 100%);
    background: -webkit-linear-gradient(-45deg, #02828f 0%, #99ce3b 100%);
    background: linear-gradient(135deg, #02828f 0%, #99ce3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02828f', endColorstr='#99ce3b', GradientType=1);
    border-radius: 3px;
}

.get-add-button:hover {
    background: #99ce3b;
}

.form-row-box3 {
    width: 40%;
    padding: 0 2% 0 0;
    float: left;
}

.form-row-box4 {
    width: 60%;
    padding: 0 0 0 2%;
    float: left;
}

.form-row .nice-select {
    width: 100%;
    float: left;
    padding: 0px 2% 9px 2%;
    border: 1px solid #d4d4d4;
    font-size: 15px !important;
    color: #595959 !important;
    border-radius: 3px;
    font-family: 'Titillium Web';
}

.form-row .nice-select::after {
    border-bottom: 2px solid #929292;
    border-right: 2px solid #929292;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    width: 10px;
}

.form-row .nice-select .list {
    width: 100%;
}

.tfw-right {
    width: 50%;
    padding: 0 0 0 3%;
    float: left;
}

.tfwr-head-bot {
    width: 100%;
    font-style: italic;
    font-size: 14px;
    color: #9a9a9a;
    padding-bottom: 15px;
}

.hide-form-box {
    width: 100%;
}

.tfw-bot1 {
    width: 100%;
    padding: 15px 0 15px 0;
    float: left;
}

.tfw-bot1-inner {
    width: 100%;
    float: left;
}

.checkbox, .radio {
    width: 28px;
    height: 28px;
    margin: 5px 0;
    padding: 0 5px 0 0;
    background: url(../images/checkbox.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.radio {
    background: url(../images/radio.png) no-repeat;
}

.form-row label {
    margin: 0px 0 0 5px;
    font-size: 16px;
    color: #636363;
    font-family: 'proxima_novasemibold';
    font-weight: normal
}

.form-row label a {
    color: #8abc31;
}

.reg-form-bttn {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
    text-align: center;
}

.reg-form-bttn input {
    width: 400px;
    padding: 15px 0;
    font-size: 25px;
    font-family: 'Titillium Web2';
    color: #fff;
    border: 0px;
    background: #99ce3b;
    background: -moz-linear-gradient(-45deg, #02828f 0%, #99ce3b 100%);
    background: -webkit-linear-gradient(-45deg, #02828f 0%, #99ce3b 100%);
    background: linear-gradient(135deg, #02828f 0%, #99ce3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02828f', endColorstr='#99ce3b', GradientType=1);
    border-radius: 3px;
}

.reg-form-bttn input:hover {
    background: #99ce3b;
}

/*Login Page*/

.login-left {
    width: 50%;
    float: left;
    padding: 20px 4% 20px 0;
}

.login-heading {
    background: #525252;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    font-family: 'proxima_novasemibold';
    margin-bottom: 20px;
}

.login-reg-text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #555555;
    padding-bottom: 15px;
    font-family: 'Titillium Web2';
    padding: 0 2%;
}

.log-reg-button {
    width: 50%;
    float: left;
    padding: 20px 0 0 0;
}

.log-reg-button a {
    text-align: center;
}

.login-right {
    width: 50%;
    float: left;
    padding: 20px 0% 20px 4%;
}

.lor-mid {
    width: 100%;
    float: left;
}

.lrm-row {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}

.lrm-bottom {
    width: 100%;
    float: left;
}

.log-log-button {
    width: 50%;
    float: left;
    padding: 0px 0 0 0;
}

.log-log-button a {
    text-align: center;
}

.log-forgot {
    width: 50%;
    float: left;
    padding: 8px 0 0 5%;
    font-size: 15px;
    font-family: 'Titillium Web2';
    color: #555;
}

/*End Login Page*/

/*Contact Us*/

.contact-wrap {
    width: 100%;
    margin: 50px 0;
}

.cw-top {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}

.cwt-left {
    width: 70%;
    float: left;
    padding: 0 5% 0 0;
}

.cwt-heading {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #2c2c2c;
    font-family: 'proxima_novasemibold';
    margin-bottom: 20px;
}

.cwt-bot {
    width: 100%;
    float: left;
}

.cwt-row {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
}

.cwt-row-half1 {
    width: 50%;
    float: left;
    padding: 0 2% 0 0;
}

.cwt-row-half2 {
    width: 50%;
    float: left;
    padding: 0 0% 0 2%;
}

/*
.contact-form-inp {
    width: 100%;
    float: left;
    padding: 14px 3%;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #595959;
    border-radius: 3px;
}
*/

.contact-form-inp {
    width: 100%;
    float: left;
    padding: 9px 2%;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #595959;
    border-radius: 3px;
    font-family: 'Titillium Web2';
}

.contact-text-inp {
    width: 100%;
    float: left;
    padding: 15px 2%;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #595959;
    border-radius: 3px;
}

.contact-btton {
    width: 200px;
    float: right;
}

.cwt-row2 {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}

.cwt-right {
    width: 30%;
    float: left;
}

.swtr-bot {
    width: 100%;
    float: left;
}

.cwt-box1 {
    width: 100%;
    float: left;
    background: #edeff2;
    margin-bottom: 10px;
    padding: 21px 5%;
    font-size: 16px;
}

.cwt-box-left {
    width: 15%;
    padding-right: 5%;
    float: left;
}

.cwt-box1-right {
    width: 85%;
    float: left;
}

.cw-bottom {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}

/*End Contact Us*/

/*About Us*/

.about-wrap {
    width: 100%;
}

.about-top {
    width: 100%;
    padding: 50px 0;
    background: url(../images/bg1.png) repeat;
}

.about-top-inner {
    width: 1170px;
    margin: 0 auto;
}

.abti-title {
    width: 100%;
    text-align: center;
    color: #8bc743;
    font-size: 25px;
    font-family: 'pacificoregular';
}

.thx-title {
    font-size: 64px !important;
}

.thx-title span {
    font-size: 30px !important;
    text-transform: inherit !important;
}

.abti-title span {
    font-size: 30px;
    color: #292929;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    text-transform: uppercase;
}

.abti-text {
    width: 100%;
    font-size: 16px;
    font-family: 'Titillium Web2';
    color: #555;
    text-align: center;
    padding: 20px 10%;
    line-height: 24px;
}

.about-bot {
    width: 100%;
    padding: 50px 0;
    background: #1c1c1c;
}

.about-bot-inner {
    width: 1170px;
    margin: 0 auto;
}

.abb-left {
    width: 50%;
    float: left;
}

.abbl-heading {
    width: 100%;
    float: left;
    color: #fff;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    text-transform: uppercase;
    font-size: 30px;
}

.abbl-boxes {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
}

.abbl-box {
    width: 50%;
    float: left;
    padding: 10px 2% 20px 2%;
}

.abbl-bicon {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}

.abbl-bhead {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20px;
    font-family: 'proxima_novasemibold';
    margin-bottom: 10px;
}

.abbl-bhead-text {
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: 'Titillium Web2';
    color: #d6d6d6;
}

.abb-right {
    width: 50%;
    float: left;
    padding: 50px 0 0 3%;
}

.abb-last {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0;
}

.abl-heading {
    width: 100%;
    float: left;
    color: #2d2d2d;
    font-family: 'HELVETICANEUECONDENSEDBOLD';
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    padding: 0 0 20px 0;
    line-height: 33px;
}

.abl-heading span {
    color: #8bc743;
    font-size: 30px;
    font-family: 'pacificoregular';
    text-transform: capitalize;
}

.abl-button {
    width: 200px;
    margin: 0 auto;
}

.about-bttn {
    width: 100%;
    float: left;
    background: #99ce3b;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    border: 0px;
    background: -moz-linear-gradient(-45deg, #02828f 0%, #99ce3b 100%);
    background: -webkit-linear-gradient(-45deg, #02828f 0%, #99ce3b 100%);
    background: linear-gradient(135deg, #02828f 0%, #99ce3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02828f', endColorstr='#99ce3b', GradientType=1);
    border-radius: 100px;
    text-align: center;
}

.about-bttn:hover {
    background: #99ce3b;
    color: #fff;
}

/*End About Us*/

/*My Account Start*/

.cart-button {
    display: inline-block;
    padding: 0 0 0 10%;
}

.cart-button p {
    font-size: 15px;
    color: #4a4a4a;
    font-family: 'proxima_novasemibold';
    margin-right: 16px;
    margin-top: 12px;
    float: left;
    margin-bottom: 0;
}

.cart-icon {
    float: right;
    padding: 5px 0 0 0;
}

.admin-pro-wrap {
    width: 25%;
    float: left;
    padding: 0 4% 0 0
}

.admin-pro-left {
    width: 100%;
    float: left;
    padding: 20px 0 20px 0
}

.admin-picture {
    width: 35%;
    float: left;
}

.adp-right {
    width: 65%;
    float: left;
    padding-left: 2%;
}

.adp-name {
    width: 100%;
    float: left;
    color: #60b15b;
    font-size: 16px;
    padding: 10px 0 0px 0;
    font-family: 'Titillium Web';
}

.adp-mail {
    width: 100%;
    float: left;
    color: #616161;
    font-size: 14px;
    font-family: 'Titillium Web2';
}

.pro-left-wrap {
    width: 75%;
    float: left;
    padding: 0 0 0 2%;
}

.fla-right {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d3d3d3;
    font-family: 'Titillium Web2';
    padding: 10px 0 10px 0;
    margin-bottom: 10px
}

.fla-order-wrap {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #fff;
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: .01%;
    overflow-x: auto;
}

.fla-pagi-wrap {
    background: #f7f8fa;
    height: 61px;
    padding: 15px;
    font-size: 16px;
    font-family: 'Titillium Web2';
}

.fla-order-row1 {
    width: 100%;
    float: left;
    background: #f1f6f8;
    padding: 10px 1%;
    margin-bottom: 5px;
}

.florder-pic {
    width: 16%;
    float: left;
    background: #fff;
    border: 1px solid #d6e4e9;
    text-align: center;
    padding: 10px 0;
    margin: 0 7% 0 0;
}

.flor-box1 {
    width: 25%;
    float: left;
    padding: 15px 0;
}

.flor-box-heading {
    width: 100%;
    float: left;
    padding: 0px 0 8px 0;
    color: #434343;
    font-size: 17px;
    font-family: 'Titillium Web';
    white-space: nowrap;
}

.flor-info {
    width: 100%;
    float: left;
    color: #858585;
    font-size: 15px;
    font-family: 'Titillium Web2';
}

.fla-order-row2 {
    width: 100%;
    float: left;
    background: #e6edf0;
    padding: 10px 1%;
    margin-bottom: 5px;
}

/*Profile Start*/

.profile-pic-wrap {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.profile-pic-wrap > .propic-space > img {
    width: 84px;
    height: auto;
}

.pro-left-wrap .profile-pic-wrap {
    display: none;
}

.propic-space {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 15px 0;
}

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

.change-pic {
    width: 126px;
    text-align: center;
    background: #3f3f3f;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-family: 'Titillium Web2';
    padding: 8px 15px;
}

.change-pic:hover {
    color: #fff;
    background: #76bc4e;
    cursor: pointer;
}

.change-pic:focus {
    color: #fff;
    background: #76bc4e;
}

.update-info-wrap {
    width: 100%;
    float: left;
}

.uiw-heading {
    width: 100%;
    float: left;
    background: #f1f6f8;
    color: #3e3e3e;
    font-size: 16px;
    font-family: 'Titillium Web';
    padding: 15px 2%;
    margin-bottom: 15px;
}

.uiw-row {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
}

.uiwr-inp {
    width: 100%;
    float: left;
    padding: 0 1% 0 0;
}

#clearMe .uiwr-inp2 {
    width: 50%;
    float: left;
    padding: 0px !important;
}

.uiwr-inp2 {
    width: 50%;
    float: left;
    padding: 0 0 0 1%;
}

.uiwr-inp-box {
    width: 100%;
    float: left;
    padding: 9px 2%;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #595959;
    border-radius: 3px;
    font-family: 'Titillium Web2';
}

.uiwr-button {
    width: 100%;
    float: left;
}

.update-now {
    width: auto !important;
    float: right;
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: 18px;
    font-family: 'Titillium Web';
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #009d4a;
    font-weight: bold;
    border: 0px solid #000;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.update-now:hover, .update-now:focus, .update-now:active {
    background: #4ace88;
    border: 0px solid #000;
    padding: 10px;
    font-size: 18px;
    font-family: 'Titillium Web';
    text-align: center;
    color: #fff;
}

.manage-login-details {
    width: auto !important;
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: 18px;
    font-family: 'Titillium Web';
    text-align: center;
    padding: 10px;
    color: #fff !important;
    background: #009d4a;
    font-weight: bold;
    border: 0px solid #000;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin-top: 15px;
}

.manage-login-details:hover {
    background: #4ace88;
    border: 0px solid #000;
    padding: 10px;
    font-size: 18px;
    font-family: 'Titillium Web';
    text-align: center;
    color: #fff !important;
}

/*Profile End*/

/*My Account End*/

@media screen and (max-width: 1920px) {
    .related-products .swiper-button-prev {
        left: 229px;
    }

    .related-products .swiper-button-next {
        right: 229px;
    }
}

@media screen and (max-width: 1366px) {
    .related-products .swiper-button-prev {
        left: 58px;
    }

    .related-products .swiper-button-next {
        right: 58px;
    }
}

@media screen and (max-width: 1250px) {
    .nav-menu > li > a {
        font-size: 14PX;
    }

    .banner h2 {
        font-size: 28px;
    }

    .banner-text-block {
        top: 21%;
    }

    .basket-inner {
        width: 100%;
    }

    .about-bg {
        position: static;
        right: 0;
        display: none;
    }

    .footer-bottom {
        margin-bottom: 20px
    }

    .card-listing-2 {
        padding-left: 15px;
    }

    .about-top-inner {
        width: 96%;
        margin: 0 auto;
    }

    .about-bot-inner {
        width: 96%;
        margin: 0 auto;
    }
}

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

@media screen and (max-width: 992px) {
    .menu-expand {
        display: block;
    }

    .site-menu {
        position: relative;
        min-height: 1px;
        padding-top: 0px;
    }

    .nav-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -220px;
        bottom: 0;
        z-index: 100;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto
    }

    .nav-menu.state-active {
        clear: both;
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .nav-menu {
        float: none;
        text-align: center;
        margin-right: 0px;
        background: #f5f5f5;
        width: 220px;
        padding-top: 40px;
    }

    .nav-menu li {
        float: none;
        margin: 0px;
        border-bottom: 1px solid #c7c7c7;
        padding: 0;
        display: block
    }

    .nav-menu li a {
        padding: 10px;
        color: #000;
    }

    .nav-menu li a:hover {
        border-radius: 0;
        background: #bdbdbd;
        color: #fff;
        border-color: #fff;
    }

    .expand-plus {
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 42px;
        padding: 25px 10px 2px;
        cursor: pointer;
        z-index: 100;
    }

    .expand-plus i {
        display: block;
        position: relative;
        background: url(../images/sub-menu-expand.png) no-repeat 0px 0px;
        width: 12px;
        height: 10px;
        top: -8px;
    }

    .expand-plus.active i {
        background-position: 0px -190px
    }

    .nav-menu .sub-menu .expand-plus {
        height: 34px
    }

    .nav-menu .sub-menu, .nav-menu .sub-menu ul {
        width: auto;
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .nav-menu .sub-menu li {
        background: #e4e4e4;
        border-bottom: 1px solid #cac8c8;
    }

    .nav-menu .sub-menu li:hover > a, .nav-menu .sub-menu ul li a {
        border: none
    }

    .nav-menu .sub-menu.active-children {
        display: block
    }

    .nav-menu .sub-menu ul {
        padding-left: 0px;
    }

    .nav-menu .sub-menu ul {
        left: 0;
    }

    .nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child {
        border: none;
    }

    .nav-menu .sub-menu ul:before {
        display: none;
    }

    .nav-menu li a {
        text-align: left;
    }

    .nav-menu .sub-menu li a:hover {
        border: none;
    }

    .nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child {
        background: none;
    }

    .nav-menu .sub-menu li a {
        border: none;
        padding-left: 25px;
    }

    .nav-menu .sub-menu ul {
        background: #d0d0d0;
    }

    .expand-plus active {
        top: 100px;
    }

    .expand-plus active i {
        top: 200px;
    }

    .nav-menu .sub-menu ul li a {
        padding-left: 40px;
    }

    .nav-menu .sub-menu li:first-child {
        border-top: none;
    }

    .nav-menu .sub-menu li a:hover {
        color: #fff;
        background: #bdbdbd;
    }

    .cross-button {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    .cross-button a {
        font-size: 20px;
        color: #000;
        cursor: pointer;
        border: 2px solid #000;
        border-radius: 50%;
        padding: 7px;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 1.2;
    }

    .menu-expand i {
        height: 1px;
        background: #000;
        display: block;
        width: 30px;
    }

    .menu-expand i:nth-child(2) {
        width: 25px;
        margin: 5px 0;
    }

    .menu-expand i:nth-child(3) {
        width: 20px;
    }

    .menu-section {
        padding-bottom: 14px;
    }

    .nav-menu > li > a {
        background: none;
    }

    .nav-menu > li:hover > a {
        background: #dedbdb;
    }

    .nav-menu > .menu-item-has-children > a:after {
        display: none
    }

    .top-header {
        PADDING: 16PX 0;
    }

    .btn-top {
        margin-top: 7px;
    }

    .search-icon {
        top: -6px;
    }

    .menu-block {
        float: right;
        margin-left: 24px;
        margin-top: 17px;
    }

    .banner h1 {
        font-size: 37px;
    }

    .banner h2 {
        font-size: 22px;
    }

    .product-top-img, .product-top-img-2 {
        display: none
    }

    .inner-circle-blocks {
        margin-bottom: 12px;
    }

    .footer-upper {
        padding: 0;
    }

    .banner-button {
        padding-top: 3px;
    }

    .banner-button a {
        font-size: 14px;
        border: 1px solid #fff;
        padding: 9px 26px;
    }

    .heading h1 {
        font-size: 33px;
    }

    .testmnl-block p {
        width: 100%;
    }

    .footer-newsletter-section h2 {
        font-size: 33px;
    }

    .login-in {
        display: block !important
    }

    .product-detail-block .gallery-top .swiper-slide {
        padding-top: 76%;
    }

    .product-right {
        padding-top: 20px;
    }

    .tabbing-inner-list {
        width: 100%;
    }

    .abb-left {
        width: 100%;
        float: left;
    }

    .abbl-box {
        width: 25%;
        float: left;
        padding: 10px 1% 20px 1%;
    }

    .abb-right {
        width: 100%;
        float: left;
        padding: 50px 0 0 0;
    }

    .abb-right img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .top-info-section {
        text-align: center
    }

    .top-info-mail {
        float: none;
        text-align: center
    }

    .search-icon {
        display: block
    }

    .search-icon a {
        font-size: 22px;
        color: #fff;
        text-align: center;
        padding: 3px;
        border-radius: 40px;
        width: 35px;
        height: 35px;
        background: #434343;
        text-decoration: none;
        display: inline-block;
        margin-top: 9px;
    }

    .btn-top {
        display: none
    }

    .banner h1 {
        font-size: 22px;
    }

    .banner h2 {
        font-size: 16px;
        line-height: 1.4;
    }

    .banner-text-block {
        top: 4%;
    }

    .newsletter-form input[type="submit"] {
        width: 39%;
        font-size: 13px;
    }

    .newsletter-form input[type="email"] {
        font-size: 14px;
        width: 60%;
    }

    .menu-block {
        margin-top: 11px;
    }

    .info-top {
        position: relative;
        z-index: 10;
    }

    h2.resp-tab-active {
        background: #99ce3b !important;
    }

    .product-detail-block .gallery-top .swiper-slide {
        padding-top: 118%;
    }

    .related-products .swiper-button-prev {
        left: 11px;
    }

    .related-products .swiper-button-next {
        right: 11px;
    }

    .prod-left-bg {
        display: none
    }

    .prod-right-bg {
        display: none
    }

    .tfw-left {
        width: 100%;
        padding: 0 0 0 0;
        float: left;
    }

    .tfw-right {
        width: 100%;
        padding: 0 0 0 0;
        float: left;
    }

    .login-left {
        width: 100%;
        float: left;
        padding: 20px 0% 20px 0;
    }

    .login-right {
        width: 100%;
        float: left;
        padding: 20px 0% 20px 0%;
    }

    .cwt-left {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .cwt-right {
        width: 100%;
        float: left;
    }

    .abb-left {
        width: 100%;
        float: left;
    }

    .abbl-box {
        width: 50%;
        float: left;
        padding: 10px 2% 20px 2%;
    }

    .abb-right {
        width: 100%;
        float: left;
        padding: 50px 0 0 0;
        display: none;
    }

    .header-top-right {
        justify-content: center !important;
        padding: 0;
    }

    .cart-button {
        padding: 0px 0 0 6%;
    }

    .top-block-inr .info-top p {
        margin-right: 10px;
    }
}

@media (max-width: 350px) {
    .cart-button {
        padding: 0px 0 0 4%;
    }
}

@media screen and (max-width: 479px) {
    .banner h1 {
        font-size: 19px;
    }

    .banner h2 {
        font-size: 13px;
    }

    .abt-btn1 a {
        font-size: 15px;
        padding: 14px 28px;
    }

    .abt-btn2 a {
        font-size: 15px;
        padding: 14px 28px;
    }

    .newsletter-form input[type="email"] {
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .newsletter-form input[type="submit"] {
        width: 62%;
        font-size: 13px;
        margin: 0 auto;
        float: none;
    }

    .tab-inr-block p {
        font-size: 16px;
    }

    .tab-inr-block ul li {
        font-size: 16px;
    }

    .related-products .swiper-button-prev {
        left: 15px;
    }

    .related-products .swiper-button-next {
        right: 15px;
    }

    .product-detail-block .gallery-top .swiper-slide {
        padding-top: 145%;
    }

    .prod-single-img {
        position: relative;
        padding-top: 60%;
    }
}

/* product-categorie*/

.btn-group- {
    float: right;
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

.product-categories {
    padding-top: 16px;
}

.list-group {
    padding: 0px 18px;
    margin-bottom: 20px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m2 {
    margin-top: 20px;
}

.prod-text {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 25px;
    padding-bottom: 10px;
    border-bottom: #d3d3d3 1px solid;
    font-family: 'Titillium Web';
}

.product-categories ul {
    margin: 0px auto;
    padding: 20px 0 0 0;
}

.product-categories ul li {
    color: #616161;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'Titillium Web2';
}

.product-categories ul li:hover {
    color: #5eb05c;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 10px;
}

.product-categories ul li a:hover {
    color: #5eb05c;
}

.product-categories-box {
}

glyphicon {
    margin-right: 5px;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f7f8fa;
    border: 1px solid #ededed;
    border-radius: inherit;
}

.item.list-group-item {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.group.list-group-image {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #ccc; */
    /* max-width: 258px; */
    max-width: 100%;
    height: 181px;
    background-color: #fff;
}

#products .thumbnail > a {
    display: block;
    background-color: #fff;
}

.list-group-item-heading {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 10px;
    font-family: 'Titillium Web';
}

.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
    background: #428bca;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
    font-size: 15px;
    padding-left: 10px;
    font-family: 'Titillium Web2';
    color: #616161;
}

.font-a {
    font-family: 'Titillium Web';
    font-size: 20px;
}

.btn-pro-1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default:hover {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}

.btn.btn-default.dropdown-toggle {
    font-size: 18px;
}

.btn-product-pages {
    background: #666666;
    border-radius: 0px;
    width: 100%;
    color: #fff !important;
}

.btn:link, .btn:visited {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 1em 3em;
    color: #fff;
    background: #82ca9c;
    font-weight: bold;
    border-radius: 50px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btn-product-pages:hover {
    background: #3b9f6f;
    border-radius: 0px;
    width: 100%;
    color: #fff !important;
}

.thumbnail .caption {
    padding: 0px;
    color: #333;
    border-top: 1px solid #ccc;
}

.lead {
    font-size: 15px;
    padding-left: 10px;
    color: #616161;
    font-family: 'Titillium Web2';
    /*Added by hitesh start*/
    max-height: 84px;
    min-height: 84px;
    overflow: hidden;
    /*Added by hitesh end*/
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3b9f6f;
    border-color: #3b9f6f;
    font-size: 15px;
    font-family: 'Titillium Web2';
}

.box-p {
    background: #f7f8fa;
    height: 61px;
    padding: 15px;
    margin: 19px;
    font-size: 16px;
    font-family: 'Titillium Web2';
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #565656;
    background-color: #eee;
    border-color: #ddd;
    font-family: 'Titillium Web2';
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #565656;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: 'Titillium Web2';
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #565656;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: 'Titillium Web2';
}

.item:hover {
}

.offcanvas-toggle {
    display: none;
}

@media screen and (max-width: 988px) {
    .pro-left-wrap {
        width: 100%;
        float: left;
        padding: 0 0 0 2%;
    }

    .admin-picture {
        width: 25%;
        float: left;
        padding: 0 2% 0 0
    }

    .admin-picture img {
        width: 100%;
    }

    .adp-right {
        width: 75%;
        float: left;
    }

    .adp-name {
        width: 100%;
        float: left;
        color: #60b15b;
        font-size: 15px;
        padding: 0px 0 0px 0;
        font-family: 'Titillium Web';
    }

    .adp-mail {
        width: 100%;
        float: left;
        color: #616161;
        font-size: 13px;
        font-family: 'Titillium Web2';
    }

    .pro-left-wrap {
        width: 100%;
        float: left;
        padding: 0 5% 0 5%;
    }

    .offcanvas-toggle {
        display: block;
        float: left;
        border: none;
        background: transparent;
        color: #3b9f6f;
        font-size: 16px;
        width: 100%;
        display: none;
    }

    .offcanvas {
    }

    .offcanvas-menu {
        padding: 28px;
    }

    .offcanvas-active .offcanvas-menu {
        transform: none;
    }

    .offcanvas-active .offcanvas-overlay {
        transform: none;
        opacity: 1;
        transition: opacity 0.3s;
    }

    /*.offcanvas-menu {
        width: 270px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        background: #fff;
        overflow: hidden;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.3s;
        will-change: transform;
    }*/
    .offcanvas-menu {
        width: 100%;
        height: 100%;
        /* position: fixed; */
        top: 0;
        left: 0;
        z-index: 20;
        background: #fff;
        overflow: hidden;
        /* transform: translate3d(-100%, 0, 0); */
        transition: transform 0.3s;
        will-change: transform;
    }

    .admin-pro-wrap {
        width: 100%;
    }

    .offcanvas-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #edc;
        overflow: auto;
        transform: translate3d(100%, 0, 0);
        transition: transform 0.3s;
        will-change: transform;
    }

    .offcanvas-menu-list-current {
        transform: translate3d(0, 0, 0);
    }

    .offcanvas-menu-list-previous {
        transform: translate3d(-30%, 0, 0);
    }

    .offcanvas-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        will-change: opacity, transform;
        transition: opacity 0.3s, transform 0s 0.3s;
    }

    .offcanvas-toggle img {
        width: 84px;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .offcanvas-toggle span {
        display: block;
    }
}

#ele5, #ele6, #ele7, .dots2, .last {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .flor-box1 {
        width: 25%;
        float: left;
        padding: 15px 0;
    }

    .flor-box-heading {
        width: 100%;
        float: left;
        padding: 0px 0 8px 0;
        color: #434343;
        /* font-size: 17px; */
        font-family: 'Titillium Web';
    }

    .flor-info {
        width: 100%;
        float: left;
        color: #858585;
        /* font-size: 15px; */
        font-family: 'Titillium Web2';
    }

    .uiwr-inp {
        width: 100% !important;
        float: left;
        padding: 0 0% 10px 0;
    }

    .uiwr-inp2 {
        width: 100%;
        float: left;
        padding: 0 0 10px 0%;
    }

    .uiw-row {
        width: 100%;
        float: left;
        padding: 0 0 0px 0;
    }

    .col-xs-6 {
        width: 100%;
    }
}

.btn-nav-pages {
    float: right;
}

/* my cart*/

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.wrap {
    margin: 0 auto;
    padding: 0 0%;
}

.proj-title {
    text-align: center;
    font-size: 18px;
    padding: 1em 0;
    border-bottom: 1px solid #dadada;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.proj-title span {
    font-family: "Droid Serif", serif;
    font-weight: normal;
    font-style: italic;
    text-transform: lowercase;
    color: #777;
}

.heading-0wn {
    padding: 10px;
    border-bottom: 1px solid #D0D0D0;
}

.heading-0wn h1 {
    font-size: 18px;
    float: left;
}

.save-tol {
    font-size: 14px;
    list-style: none;
    color: #009d4a;
    font-weight: normal;
}

/*start button selectCartFile*/

.select-cart-file:link, .select-cart-file:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: .75em;
    padding: 9px;
    vertical-align: sub;
    color: #fff;
    background: #009d4a;
    font-weight: bold;
    border-radius: 0px;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.select-cart-file:before {
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.select-cart-file:hover, .select-cart-file:focus, .select-cart-file:active {
    background: #4ace88;
    border: 0px solid #000;
}

.select-cart-file:hover:after, .select-cart-file:focus:after, .select-cart-file:active:after {
    right: -10px;
}

.select-cart-file-:link, .select-cart-file-:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: .75em;
    padding: 1em;
    color: #232323;
    background: #fff;
    font-weight: bold;
    border-radius: 0px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border: 1px solid #eaeaea;
}

.heading-0wn a.continue-:focus, .heading-0wn a.continue-:active {
    background: #009d4a;
    background: #fff;
}

.select-cart-file-:hover:after, .select-cart-file-:focus:after, .select-cart-file-:active:after {
    right: -10px;
}

/*end button selectCartFile*/

.heading-0wn a.continue:link, .heading-0wn a.continue:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: .75em;
    padding: 1em;
    color: #fff;
    background: #009d4a;
    font-weight: bold;
    border-radius: 0px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.heading-0wn a.continue:before {
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.heading-0wn a.continue:hover, .heading-0wn a.continue:focus, .heading-0wn a.continue:active {
    background: #4ace88;
    border: 0px solid #000;
}

.heading-0wn a.continue:hover:after, .heading-0wn a.continue:focus:after, .heading-0wn a.continue:active:after {
    right: -10px;
}

.heading-0wn a.continue-:link, .heading-0wn a.continue-:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: .75em;
    padding: 1em;
    color: #232323;
    background: #fff;
    font-weight: bold;
    border-radius: 0px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border: 1px solid #eaeaea;
}

.heading-0wn a.continue-:before {
    content: "\276E";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.heading a.continue-:hover, .heading-0wn a.continue-:focus, .heading-0wn a.continue-:active {
    background: #009d4a;
    background: #fff;
}

.heading-0wn a.continue-:hover:after, .heading-0wn a.continue-:focus:after, .heading-0wn a.continue-:active:after {
    right: -10px;
}

.tableHead {
    display: table;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: .75em;
}

.tableHead li {
    display: table-cell;
    padding: 1em 0;
    text-align: center;
}

.tableHead li.prod-header {
    text-align: left;
}

.cart {
    padding: 0em 0;
}

.cart .items {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: .5em;
    border-bottom: 1px solid #d2d2d2;
}

.cart .items.even {
    background: #fafafa;
}

.price-x {
    font-size: 17px;
    font-weight: bold;
}

.price-x > .span {
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.cart .items .info-wrap {
    display: table;
    width: 100%;
}

.cart .items .cart-section {
    display: table-cell;
    vertical-align: middle;
}

.cart .items .cart-section .item-number {
    font-size: 13px;
    color: #777;
    margin-bottom: .0em;
}

.cart .items .cart-section h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .025em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pad-l {
    margin-left: 10px;
}

.cart .items .cart-section p {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    color: #333;
    margin: 0px 9px;
}

.cart .items .cart-section p:hover {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    color: #00D73F;
    margin: 0px 9px;
}

.cart .items .cart-section p .quantity {
    font-weight: bold;
    color: #333;
}

.cart .items .cart-section p.stock-status {
    color: #82CA9C;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.cart .items .cart-section p.stock-status.out {
    color: #F69679;
}

.cart .items .cart-section .item-img {
    /* width: 4em; */
    /* float: left; */
}

.cart .items .cart-section.qty-wrap, .cart .items .cart-section.prod-total {
    text-align: center;
}

.cart .items .cart-section.qty-wrap p, .cart .items .cart-section.prod-total p {
    font-weight: bold;
    font-size: 1.25em;
}

.cart .items .cart-section input.qty {
    width: 2em;
    text-align: center;
    font-size: 1em;
    padding: .25em;
    margin: 1em .5em 0 0;
}

.cart .items .cart-section .item-img {
    /* width: 8em; */
    display: inline;
    /* padding-right: 1em;
    padding-top: 1em;*/
    border: 1px solid #D0D0D0;
}

.special {
    display: block;
    font-family: "Montserrat", sans-serif;
}

.special .specialContent {
    padding: 1em 1em 0;
    display: block;
    margin-top: .5em;
    border-top: 1px solid #dadada;
}

.special .specialContent:before {
    content: "\21b3";
    font-size: 1.5em;
    margin-right: 1em;
    color: #6f6f6f;
    font-family: helvetica, arial, sans-serif;
}

a.remove {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: bold;
    background: #e0e0e0;
    padding: .5em;
    font-size: .75em;
    display: inline-block;
    border-radius: 100%;
    line-height: .85;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

a.remove:hover {
    background: #f30;
}

.promo-code {
    border: 2px solid #efefef;
    float: left;
    width: 35%;
    padding: 2%;
}

.promo-code label {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 1.15em;
    margin-bottom: .5em;
    letter-spacing: -.025em;
}

.promo-code input {
    width: 85%;
    font-size: 1em;
    padding: .5em;
    float: left;
    border: 1px solid #dadada;
}

.promo-code input:active, .promo-code input:focus {
    outline: 0;
}

.promo-code a.btn {
    float: left;
    width: 15%;
    padding: .75em 0;
    border-radius: 0 1em 1em 0;
    text-align: center;
    border: 1px solid #82ca9c;
}

.promo-code a.btn:hover {
    border: 1px solid #f69679;
    background: #f69679;
}

.btn:link, .btn:visited {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 1em 3em;
    color: #fff;
    background: #82ca9c;
    font-weight: bold;
    border-radius: 50px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.btn:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.btn:hover, .btn:focus, .btn:active {
    background: #f69679;
}

.btn:hover:after, .btn:focus:after, .btn:active:after {
    right: -10px;
}

.promo-code .btn {
    font-size: .85em;
    paddding: .5em 2em;
}

/* TOTAL AND CHECKOUT  */

.subtotal {
}

.subtotal .total-row {
    padding: .5em;
    border-bottom: 1px dashed #ccc;
}

.subtotal .total-row.final {
    font-size: 15px;
}

.non-bot {
    border-bottom: 0px;
}

.subtotal .total-row span {
    display: inline-block;
    padding: 0 0 0 1em;
    text-align: left;
    width: 60%;
}

.subtotal .total-row .label {
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
}

.subtotal .total-row .value {
    letter-spacing: -.025em;
    width: 39%;
    text-align: right;
    font-size: 14px;
}

.bor-bs- {
    border-bottom: 0px !important;
}

@media only screen and (max-width: 39.375em) {
    .wrap {
        width: 98%;
        padding: 2% 0;
    }

    .proj-title {
        font-size: 1.5em;
        padding: 10% 5%;
    }

    .heading {
        padding: 1em;
        font-size: 90%;
    }

    .cart .items .cart-section {
        width: 90%;
        display: block;
        float: left;
    }

    .cart .items .cart-section.qty-wrap {
        width: 10%;
        text-align: center;
        padding: .5em 0;
        float: right;
    }

    .cart .items .cart-section.qty-wrap:before {
        content: "QTY";
        display: block;
        font-family: "Montserrat", sans-serif;
        padding: .25em;
        font-size: .75em;
    }

    .cart .items .cart-section.prod-total, .cart .items .cart-section.remove-wrap {
        display: none;
    }

    .cart .items .cart-section .item-img {
        width: 100%;
        float: none;
        padding: 0;
    }

    .promo-code, .subtotal {
        width: 100%;
    }

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

#loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.11);
    background-image: url('../images/loader.gif');
    /*background-image: url('../images/loading-animation.gif');*/
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

#loading-price {
    background-color: rgba(102, 102, 102, 0.11);
    background-image: url('../images/loading-animation.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    background-size: 36px 38px;
}

.product-quantity-input {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 2px 8px;
}

.product-quantity {
    position: relative;
    box-sizing: border-box;
    min-height: 42px;
}

/*set height and width of the product image*/

.product-detail-block .slider-wrapper {
    height: 250px;
    background-color: white;
}

.product-detail-block .slider-wrapper ul.slider {
    height: 250px;
}

.product-detail-block .slider-wrapper ul.slider .slide {
    background-color: white;
}

.product-detail-block .slider-wrapper ul.slider img {
    height: 250px;
    width: auto;
}

.thumbs-wrapper .thumb img {
    height: 50px;
    width: auto;
}

.thumbs-wrapper .thumb {
    text-align: center;
}

.select-cart-file {
    margin-right: 10px;
}

.cart-select-file-label {
    margin-bottom: 0px;
    padding: 7px;
}

.cart-file-upload {
    vertical-align: unset !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.cart-file-name {
    padding: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-file-name-full {
    width: 100%;
    display: inline-flex;
    height: 28px;
    margin: 7px 0px;
}

.cart-file-name-wrapper {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-file-delete {
    width: 10%;
    text-align: right;
}

.product-select {
    font-size: 16px !important;
    line-height: 18px;
}

.product-select .css-kj6f9i-menu * {
    font-size: 16px !important;
    line-height: 10px;
}

.form-group {
    margin-bottom: 0px;
}

.button-list .btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.input-text {
    font-size: 20px !important;
    font-family: Titillium Web, Arial, Helvetica, sans-serif !important;
    color: #333333 !important;
}

.checkbox-reference {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    background: #f2f2f2;
    position: relative;
    border: 1px solid #ccc;
}

.checkbox-reference:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    top: 4px;
    background: green;
}

.modal-content::after {
    content: "";
    clear: both;
    display: block;
}

.uiw-row::after {
    content: "";
    clear: both;
    display: block;
}

.modal::before {
    content: "";
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
}

.modal .la-times {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #b90a0a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
}

h3.custom-head {
    padding: 5px 10px;
    font-size: 20px;
}

.d-inline-block {
    display: inline-block;
}

.delete-align {
    height: 39px;
    padding: 9px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 39px;
    padding-top: 0;
    padding-bottom: 0;
}

.address-text {
    font-size: 16px;
    font-family: "Titillium Web, Arial, Helvetica, sans-serif"
}

.modal-content > .uiw-heading {
    float: none;
    margin-bottom: 0;
}

form::after {
    clear: both;
    display: block;
    content: "";
}

.uiw-row::after {
    clear: both;
    display: block;
    content: "";
}

.modal-body {
    overflow: auto;
    max-height: calc(100vh - 160px);
}

@media (max-width: 1199px) {
    .nav-menu li {
        padding: 0;
    }
}

.sp-watermark-wrapper {
    display: block;
    margin: auto;
    position: relative;
}

img.sp-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 25%;
    /* display: none !important; */
}

.product-categories-box .sp-watermark-wrapper {
    display: inline-block;
}

.custom-h6 {
    font-size: 20px;
    color: #5A5A5A;
    font-weight: 600;
    text-align: right;
    margin-top: 20px;
    /* display: none; */
}

@media (max-width: 1199px) {
    .fla-order-wrap td, .fla-order-wrap th {
        font-size: 75% !important;
    }

    .flor-box-heading, .flor-info {
        /* font-size: inherit !important;*/
    }
}

@media (max-width: 767px) {
    .fla-order-wrap td, .fla-order-wrap th {
        font-size: 28% !important;
    }

    .flor-box-heading, .flor-info {
        /*font-size: inherit !important;*/
    }
}

.Notification--notification--error---2fV5G {
    padding: 50px 10px;
    background-color: #fff;
    border: 3px solid #ff4d4d;
}

.Notification--notification--warning---Wd6Y7 {
    padding: 50px 10px;
    background-color: #fff;
    border: 3px solid #ffa480;
}

.Notification--notification--success---2txWa {
    padding: 50px 10px;
    background-color: #fff;
    border: 3px solid #72efa8;
}

.Notification--content---2i-Va {
    background-color: #fff !important;
    color: #000 !important;
    text-align: center;
}

.Notification--item--message---3NDDt {
    font-size: 16px;
}

.Notify--containerTopRight---3Aype {
    transform: translate(-160px, -64px);
    top: 50%;
    left: 50%;
    right: auto;
}

.product-right-table tr td, .product-right-table tr th {
    font-family: sans-serif;
}

.price-sub-total, .price-total {
    font-weight: bold;
    font-style: italic;
}

p.invoice-address {
    font-size: 14px;
    color: #333;
}

.yo-shipping-checkbox {
    font-size: 14px;
}

.card-shipping-address-data {
    font-size: 14px;
}

.checkbox-reference {
    float: left;
    margin-right: 5px !important;
}

.shipping-form .uiwr-inp2 {
    margin-right: 5px;
    width: 49% !important;
    padding: 0;
    font-size: 16px;
}

.user-contact-form .uiwr-inp2 {
    margin-right: 0px;
    width: 49% !important;
    font-size: 16px;
    margin-bottom: 15px;
}

.user-contact-form .uiwr-inp input {
    margin-top: 5px;
    font-size: 16px !important;
}

.user-contact-form .uiwr-inp {
    margin-bottom: 15px;
    font-size: 16px;
}

.user-contact-form .uiwr-inp2 input {
    margin-top: 5px;
    font-size: 16px !important;
}


.shipping-form .uiwr-inp input {
    margin-top: 5px;
    font-size: 16px !important;
}

.shipping-form .uiwr-inp {
    margin-bottom: 15px;
    font-size: 16px;
}

.shipping-form .uiwr-inp2 input {
    margin-top: 5px;
    font-size: 16px !important;
}

.product-detail-cart .cart-section .label {
    color: #777 !important;
    font-size: 14px !important;
    padding-right: 0px !important;
}

.product-detail-cart .cart-section .value {
    color: #777 !important;
    font-size: 13px !important;
    /* margin-left: 8px; */
}

.product-detail-cart .css-dvua67-singleValue {
    font-size: 15px;
    color: #333;
}

.product-detail-cart p.invoice-address {
    font-size: 14px;
    color: #333 !important;
}

.uiw-row .col-md-12 .row .col-md-6 span {
    font-size: 15px;
}

.product-detail-cart input[type=checkbox], .product-detail-cart input[type=radio] {
    margin: 3px 5px 0 !important
}

.product-detail-cart .yo-shipping-checkbox {
    font-size: 20px;
    margin-bottom: 0 !important;
}

.cstum-lebel {
    font-size: .75em;
}

.product-detail-cart .css-1pcexqc-container {
    font-size: .75em;
}

.cstum-lebel .col-xs-12 .checkbox-reference {
    margin: 2px 5px 0 !important;
}

.cstum-lebel .col-xs-12 span {
    color: hsl(0deg 0% 20%);
}

.create-acc-wrap .reg-form-bttn input {
    width: 320px;
}

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

    .resp-tabs-list li {
        display: inline-block;
    }
}

.pro-left-wrap .product-categories-box .uiwr-inp {
    width: 50%;
}

.pro-left-wrap .product-categories-box {
    margin: 0 20px;
}

.addtocartb {
    pointer-events: none;
    cursor: default;
}

.name-of-order {
    width: 100%;
    padding: 10px;
    height: 38px;
    font-size: 16px !important;
}

.resp-tabs-list li:first-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.resp-tabs-list li:last-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.resp-tabs-list li {
    width: 40%;
    float: left;
    margin-left: 70px;
}

.resp-tabs-list .active a {
    background: #99ce3b;
}

.validation-error {
    color: red;
    font-size: 15px;
    padding: 10px;
}

.newsletter-div {
    display: none;
}

.login-buttom-text {
    font-size: 15px;
    padding-top: 22px !important;
    display: inline-block;
}

.pro-left-wrap .uiwr-button a {
    width: auto !important;
    padding: 4px 15px !important;
    margin-bottom: 10px;
}

.pro-left-wrap .fla-order-wrap {
    padding: 0px !important;
}

.order-button #addtocartb {
    border-color: #99ce3b !important;
}

.order-button #addtocartb:after {
    content: none !important;
}

.profile-shipping-form .uiwr-inp {
    width: 100% !important;
}

.order-total {
    width: 23%;
    float: right;
}

.order-filter .uiwr-inp {
    width: 25% !important;
}

.order-filter .uiwr-inp2 {
    width: 25%;
}

.fla-pagi-wrap {
    background: #fff !important;
    padding: 0px !important;
}

.shipping-form .container-style .form-group span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.shipping-form .container-style .bg-info {
    padding: 15px 10px 15px 10px;
    font-size: 18px;
    margin-top: 40px;
}

.shipping-form .col-lg-4 {
    margin-top: 20px;
}

.shipping-form .table.table-hover.table-bordered {
    margin-top: 30px;
}

.shipping-form .form-group.col-md-6 {
    margin-top: 20px;
}

.shipping-form .form-group.col-md-3 {
    margin-top: 20px;
}

.shipping-form .col-md-3 {
    margin-top: 20px;
}

/***anand 13-02-2021**/
.modal-dialog .uiw-heading {
    padding: 10px 20px;
    font-family: 'Myriad Pro';
    font-size: 23px;
    color: #000;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}

.modal-body.shipping-form {
    padding: 10px 20px 20px;
}

.shipping-form .col-lg-4 {
    margin-top: 0;
}

.shipping-form .container-style .bg-info {
    padding: 9px 10px 10px 18px;
    font-size: 18px;
    font-family: 'Myriad Pro';
    margin-top: 20px;
    background-color: #009d4a;
    color: #fff;
}

.container-style .col-md-12.col-12.col-sm-12 {
    padding: 0 10px;
}

.shipping-form .form-group label span {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Myriad Pro';
    color: #000;
}

.table-responsive.bg-white.custom-table-fill td, .table-responsive.bg-white.custom-table-fill th, .table-responsive.bg-white.custom-table-fill td span, .table-responsive.bg-white.custom-table-fill th span {
    font-family: 'Myriad Pro';
}

.shipping-form table.table.table-hover.table-bordered tr td {
    height: 39px;
}

.shipping-form .text-info {
    color: #009d4a;
    font-size: 20px !important;
}

.propic-space img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.shipping-form .container-style .form-group span {
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.shipping-form .table-responsive.bg-white.custom-table-fill th span, .shipping-form .table-responsive.bg-white.custom-table-fill th {
    font-size: 15px !important;
}

.shipping-form .table-responsive.bg-white.custom-table-fill td {
    font-size: 15px !important;
}

.shipping-form .col-md-3 label span {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Myriad Pro';
    color: #000;
}

.shipping-form .col-md-3 span {
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'Myriad Pro';
}

.shipping-form .table-responsive.bg-white.custom-table-fill th {
    background: #009d4a !important;
    color: #ffff !important;
}

.row .col-lg-12, .row .col-lg-4 {
    margin-bottom: 10px;
}

.row .col-lg-4 {
    margin-bottom: 10px;
}

.btn-top-dash a {
    padding: 5px 10px;
    color: #fff !important;
    font-size: 13px;
    font-family: 'proxima_novasemibold' !important;
    border-radius: 20px;
    background-color: #02828f;
    background-image: linear-gradient(to bottom right, #02828f, #99ce3b);
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 6px 14px #88888861;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-right: 18px;
}

.address-data p, .address-footer p {
    color: #fff !important;
}

.order-modal-dialog {
    width: 1200px !important;
}

.valid-error {
    color: red !important;
}

/****/

.product-detail-block.afclr .fla-order-wrap table.table.table-striped.table-bordered.table-hover thead th {
    padding: 6px 4px 6px 6px;
    background: #009d4a;
    color: #fff;
}

.product-detail-block.afclr .fla-order-wrap .flor-box-heading {
    padding-bottom: 0;
    color: #fff;
}

.product-detail-block.afclr .fla-right span, .prod-text span {
    color: #000;
    font-weight: 600;
}

.product-detail-block.afclr .my-account .css-bg1rzq-control:hover {
    border-color: #009d4a !important;
}

.product-detail-block.afclr .my-account .css-bg1rzq-control {
    border-color: #009d4a !important;
}

.product-detail-block.afclr .admin-pro-wrap {
    background: #f1f6f8;
    text-align: left;
    padding: 10px 20px;
}

.profile-pic-wrap {
    padding: 30px 0 0;
}

.product-detail-block.afclr .my-account .css-16pqwjk-indicatorContainer:hover {
    color: #009d4a !important;
}

.product-detail-block.afclr .my-account .css-16pqwjk-indicatorContainer {
    color: #009d4a !important;
}

.product-detail-block.afclr .flor-info {
    color: #000;
}

.product-detail-block.afclr .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.product-detail-block.afclr .fla-order-wrap {
    background: #fff;
}

.product-detail-block.afclr .fla-right {
    border-color: #009d4a;
}

.product-detail-block.afclr .uiw-row.order-filter {
    margin-left: -15px;
}

.product-detail-block.afclr table.table.table-striped.table-bordered.table-hover.table-condensed tr td {
    padding: 10px 8px;
}

.my-account .uiw-row {
    padding: 10px 0 15px 0;
}

.cart-button {
    position: relative;
}

.cart-button span.cart-product-count {
    width: 23px;
    height: 23px;
    background: #fff;
    line-height: 21px;
    color: #000;
    border-radius: 50%;
    font-size: 15px;
    position: absolute;
    text-align: center;
    right: -8px;
    top: -3px;
    border: 1px solid #98d826;
}

.cart-icon span {
    width: 23px;
    height: 23px;
    background: #fff;
    line-height: 21px;
    color: #000;
    border-radius: 50%;
    font-size: 15px;
    position: absolute;
    text-align: center;
    right: -8px;
    top: -3px;
    border: 1px solid #98d826;
}

.button-list .html-content-button {
    width: auto !important;
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: 18px;
    font-family: 'Titillium Web';
    text-align: center;
    padding: 5px 5px 5px 10px;
    color: #fff;
    background: #009d4a;
    font-weight: bold;
    border: 0px solid #000;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.orderdetails-popup .form-group span {
    border: 1px solid #ddd;
    padding: 5px;
}

.orderdetails-popup .form-group label span {
    border: none;
}

.shipping-form .log-forgot {
    padding: 0px !important;
}

.left-sidebar .product-categories ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 8px 8px;
    transition: 0.5s;
}

.left-sidebar .product-categories ul li:hover {
    background-color: #00000008;
    padding: 8px 8px;
}

.left-sidebar .product-categories ul li:hover a {
    color: #5eb05c;
}

.left-sidebar .product-categories ul li.active a {
    color: #5eb05c;
}

.left-sidebar .product-categories ul {
    margin: 0px auto;
    padding: 0px 0 0 0;
}

.left-sidebar .product-categories ul li a {
    align-items: center;
    justify-content: space-between;
}

.left-sidebar .product-categories ul li i.fa.fa-angle-double-right {
    padding-right: 8px;
    transition: .5s;
    padding-left: 0;
}

.left-sidebar .product-categories ul li:hover i.fa.fa-angle-double-right {
    padding-right: 5px;
}

.lrm-row > span {
    display: block;
    margin-bottom: 6px;
}

.login-error {
    color: #c0392b;
    margin: 0 0 8px;
    display: none;
}

.forgot-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.forgot-box {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    width: 100%;
    max-width: 420px;
    position: relative;
}

.forgot-box h3 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #5a5a5a;
    font-family: 'Titillium Web';
}

.forgot-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.forgot-tab {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #888;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.forgot-tab.active {
    color: #02828f;
    border-bottom-color: #02828f;
    font-weight: 600;
}

.forgot-panel {
    display: none;
}

.forgot-panel.active {
    display: block;
}

.forgot-panel label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #5a5a5a;
}

.forgot-panel input {
    width: 100%;
    box-sizing: border-box;
}

.forgot-msg {
    font-size: 13px;
    margin-top: 8px;
    min-height: 20px;
}

.forgot-msg.success {
    color: #3ea06e;
}

.forgot-msg.error {
    color: #c0392b;
}

.forgot-submit {
    margin-top: 16px;
    padding: 10px 28px;
    background-image: linear-gradient(to bottom right, #02828f, #99ce3b);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
}

.forgot-submit:hover {
    background-image: linear-gradient(to bottom right, #08b2c3, #98d826);
}

.forgot-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 22px;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
    background: none;
    border: none;
}

.forgot-close:hover {
    color: #555;
}

.fancybox-content {
    padding: 20px 0;
    width: 40%;
    border-radius: 5px;
}

.open-list-form {
    font-size: 12px;
    padding: 3px 10px;
    background: #269abc;
    border-radius: 5px;
    color: #fff;
}

.prefix-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.input-group.prefix-1 {
    width: 100px;
    margin-right: 10px;
}

.input-group.prefix-3 {
    width: 100px;
    margin-left: 10px;
}

.width-prefix-1 {
    width: 100%;
}

.width-prefix-2 {
    width: 72%;
}

.width-prefix-3 {
    width: 50%;
}

#submit-pre-form .field-option-name {
    width: 88%;
}
