@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Spartan:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("http://fonts.cdnfonts.com/css/league-spartan");
body {
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #042825;
    overflow-x: hidden;
}
.page-wrapper {
    overflow-x: hidden;
}
.notiif_mobile {
    display: none;
}
.mobile_show_t {
    display: none;
}
.mbllgoss
{
    display:none;
}
.show_now_btn {
    background: #6c0a19;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
}
h1,
.h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}
h2,
.h2 {
    font-size: 36px;
    line-height: 50px;
}
h3,
.h3 {
    font-size: 30px;
    line-height: 40px;
}
h4,
.h4 {
    font-size: 24px;
    line-height: 34px;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 27px;
}
h6,
.h6 {
    font-size: 18px;
    line-height: 28px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500;
}
p {
   color: #333;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;

}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

ul {
    margin: 0px;
    padding: 0px;
}
.text-large {
    font-size: 3rem;
    line-height: 3.5rem;
}
.text-small {
    font-size: 0.9rem;
}
a {
    color: #333;
    font-weight: 600;
    font-stretch: expanded;
}
a:hover {
    color: #f85438;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:focus,
:active,
:after {
    outline: none;
}
.dropdown-item.active,
.dropdown-item:active {
    background: none;
    color: inherit;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

/* ------------------------
2. Transition
------------------------*/
a,
.dropdown-item,
.dropdown-toggle:after,
.dropdown-menu a:before,
.hover-translate,
.btn-animated:before,
.product-card,
.card-body,
.product-link,
.insta-icon,
.accordion .card-header a:before {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hover-zoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}






/* ------------------------
3. Font Weight
------------------------*/
.font-w-3 {
    font-weight: 300;
}
.font-w-4 {
    font-weight: 400;
}
.font-w-5 {
    font-weight: 500;
}
.font-w-6 {
    font-weight: 600;
}
.font-w-7 {
    font-weight: 700;
}
.font-w-8 {
    font-weight: 800;
}
.font-w-9 {
    font-weight: 900;
}
.line-h-normal {
    line-height: normal;
}
.line-h-1 {
    line-height: 1.5;
}
.line-h-2 {
    line-height: 1.6;
}
.line-h-3 {
    line-height: 1.7;
}
.line-h-4 {
    line-height: 1.8;
}
.line-h-5 {
    line-height: 1.9;
}
.letter-space-1 {
    letter-spacing: 5px;
}
.letter-space-2 {
    letter-spacing: 10px;
}
.letter-space-3 {
    letter-spacing: 15px;
}
.txt-transform {
    text-transform: uppercase;
}

/* ------------------------
4. Left-Right Alignment
------------------------*/
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-50 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.top-50 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/* ------------------------
5. Pre Loader
------------------------*/
#ht-preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.clear-loader {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
.loader span {
    width: 20px;
    height: 20px;
    background-color: #f85438;
    border-radius: 50%;
    display: inline-block;
    animation: motion 3s ease-in-out infinite;
}
.loader p {
    color: #fe4c1c;
    margin-top: 5px;
    font-size: 30px;
    animation: shake 5s ease-in-out infinite;
}

/* ------------------------
6. Button
------------------------*/
.btn {
    font-weight: 500;
    padding: 0.7rem 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 3px;
}
.btn:hover {
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #ff324d;
}
.btn-sm {
    padding: 0.35rem 0.7rem;
    font-size: 0.9rem;
}
.btn-primary {
    color: #000;
    background-color: #d0a369;
    border: none;
    border-bottom: 3px #d0a369 solid;
}
.btn-dark{
    color: #000!important;
    background-color: #d0a369!important;
    border: none!important;
    border-bottom: 3px #d0a369 solid!important;
}
.btn-yellow {
    background: #fdd922;
    border: 1px solid #e0bc27;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0;
}
.btn-yellow.btn i {
    color: #333;
    font-size: 16px;
}
.btn-green {
    color: #fff;
    background-color: #83b14f;
    border: none;
    border-bottom: 3px #72a439 solid;
}
.btn-blue {
    color: #fff;
    background-color: #157ed2;
    border: none;
    border-bottom: 3px #0f6cb2 solid;
}
.btn-pink {
    color: #fff;
    background-color: #292b2c;
    border: none;
    border-bottom: 3px #292b2c solid;
}
.btn-pink-bg {
    color: #fff;
    background-color: #e20063;
    border: none;
    border-radius: 0;
}
.btn-red-1 {
    color: #fff;
    background-color: #d23b3b;
    border: none;
    border-bottom: 3px #c02a2a solid;
}
.btn-red-2 {
    color: #fff;
    background-color: #c33;
    border: none;
    border-bottom: 2px #b12d24 solid;
}
.btn-dark-black {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #17191a solid;
    height: 2.8rem;
}
.btn-dark-black:hover {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-brown {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
    height: 2.8rem;
}
.btn-brown:hover {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}
.btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ff324d;
    border-color: #eb1f3a;
}
section{
    padding-top: 0px;
}
.header-2 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-2 .btn-secondary:hover {
    color: #fff;
    background-color: #f85438;
    border-color: #e24125;
}
.header-5 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-5 .btn-secondary:hover {
    color: #333;
    background-color: #fdd922;
    border-color: #dbb90e;
}
.header-3 .btn-secondary:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.header-1.dark-text-div .btn-secondary:hover {
    color: #fff;
    background-color: #c33;
    border-color: #b73027;
}
.header-1.white-row .btn-secondary {
    border: none;
    border-radius: 0;
}
.header-1.white-row .btn-secondary:hover {
    background: #e20063;
}
.btn-yellow-dark {
    color: #333;
    background-color: #fdd922;
    border-bottom: 2px #dbb90e solid;
}
.btn-yellow-dark:hover {
    color: #333;
}
.btn-outline-primary {
    color: #fe4c1c;
    border-color: #fe4c1c;
}
.btn-outline-primary:hover {
    background-color: #f85438;
    border-color: #f85438;
}

.btn-dark:hover {
    background-color: #ff324d;
    border-color: #eb1f3a;
}
.btn.focus,
.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
button:focus {
    outline: none;
}
.btn i {
    font-size: 24px;
    margin-top: -0.1875rem;
    vertical-align: middle;
}
.btn.btn-sm i {
    font-size: 18px;
}
.header-2 .btn-search {
    border: none;
    background: none;
    padding-right: 0px;
}
.header-2 .btn-search i {
    font-size: 22px;
    transform: rotate(-90deg);
    color: #445a69;
}
::placeholder {
    color: red;
    opacity: 1;
}
.btn-red {
    color: #fff;
    background-color: #ed6663;
    border: none;
    border-bottom: 3px #e8524e solid;
}
.btn-gray {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-gray:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.dark-btn {
    background: #2a2a2a;
    border: none;
    border-radius: 0px 3px 3px 0px;
}
.btn-orange {
    color: #fff;
    background-color: #f85438;
    border: none;
    border-bottom: 2px #e24125 solid;
}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle,
.btn-orange:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}

/* ------------------------
7. Text Color
------------------------*/
.text-dark {
    color: #042825 !important;
}
.text-primary {
    color: #ff324d !important;
}
.text-muted {
    color: rgb(249 251 253) !important;
}
.text-grey {
    color: #a9a9a9 !important;
}
.text-grey-dark {
    color: #666;
}
.text-link {
    color: #445a69;
}
.text-green {
    color: #83b14f;
}
.text-yellow {
    color: #ffdd35;
}
.text-black {
    color: #111;
}
.text-pink {
    color: #000000;
}
.text-red {
    color: #d23b3b;
}
.text-brown {
    color: #b38741;
}
.text-yellow-1 {
    color: #fbd13d !important;
}
.text-red-1 {
    color: #c33;
}
.text-pink-1 {
    color: #e20063;
}
.text-orange {
    color: #fe4c1c;
}
.text-yellow-dark {
    color: #ffcc33;
}
.text-aqua-dark {
    color: #24d3ce;
}

/* ------------------------
8. Background
------------------------*/
.bg-primary {
    background-color: #fe4c1c;
}
.bg-light {
    background: none;
    padding: 40px 0px;
}
.bg-black {
    background-color: #111;
}
.bg-light-body {
    background-color: #f5f5f5;
}
.bg-dark {
    background-color: #445a69 !important;
}
.bg-dark-1 {
    background-color: #2a2a2a !important;
}
.bg-dark-2 {
    background-color: #373232;
    background-image: url(../images/kids/bg/footer-bg.png);
    background-position: 10vw -10px;
    background-repeat: no-repeat;
    background-size: 60% auto;
}
.bg-dark-3 {
    background: #232628 !important;
}
.bg-white-row {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}
.banner-bg {
    background-color: #f4f4f4;
}
.bg-light-1 {
    background-color: #f5f5f5;
}
.bg-light-2 {
    background-color: #ffece5;
}
.bg-light-3 {
    background-color: #f0f3ec;
}
.bg-light-4 {
    background-color: #292b2c000;
}
.order-details h3 {
    color: #fff;
}
.order-table .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}
.custom-control-label {
    color: #fff;
}
.payment-box {
    color: #fff;
}
.bg-light-4 .text-muted {
    color: #0026b1 !important;
}
.bg-pink-light {
    background-color: #fee5f0;
}
.bg-pink {
    background-color: #f85c92;
}
.bg-green-row {
    background-color: #83b14f;
}
.bg-dark-grey {
    background: #252932;
}
.bg-blue {
    background: #157ed2;
}
.bg-yellow {
    background: #fdd922;
}
.dark-yellow {
    background: #fdaa1b;
}
.dark-red {
    background: #d8373e;
}
.dark-red-bg {
    background: #ff6464;
}
.dark-red-bg1 {
    background: #d23b3b;
}
.dark-red-bg2 {
    background: #c33;
}
.bg-brown {
    background: #b38741;
}
.dark-aqua-bg {
    background: #24d3ce;
}
.dark-yellow-bg {
    background: #ffcc33;
}
.bg-pink-btn {
    background-color: #ff324d;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.bg-aqua-btn {
    background-color: #069e96;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.bg-orange-btn {
    background-color: #ff7825;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.yellow-bg-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.yellow-bg-btn:hover {
    color: #333;
}
.white-bg-btn {
    background: url(../images/kids/bg/btn_white.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.white-bg-btn:hover {
    color: #333;
}
.pink-bg {
    background: #e20063;
}
/* ------------------------
9. Badge
------------------------*/
.badge-dark {
    background-color: #042825 !important;
}
.badge-primary {
    background-color: #fe4c1c !important;
}
.badge-primary-soft {
    color: #fe4c1c;
}
.badge-primary-soft {
    background-color: rgba(254, 76, 28, 0.1);
    color: #fe4c1c;
}

/* ------------------------
10. Icon
------------------------*/
.ic-1x {
    font-size: 1rem;
}
.ic-1-1x {
    font-size: 1.5rem;
}
.ic-1-2x {
    font-size: 1.2rem !important;
}
.ic-2x {
    font-size: 2rem;
}
.ic-3x {
    font-size: 3rem;
}
.ic-5x {
    font-size: 5rem;
}
.ic-7x {
    font-size: 7rem;
}

/* ------------------------
11. Shadow
------------------------*/
.shadow-primary {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 10px 45px 5px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}

/* ------------------------
12. Header
------------------------*/
.header-1 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #000;
}
marquee {
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 5px 0px;
}
.header-6 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-7 {
    box-shadow: none;
}
.header-10 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-10 #header-wrap {
    padding: 8px 0;
    position: relative;
}
.header-1.header-7 #header-wrap {
    padding: 0;
}
.header-1.dark-text-div .ddcommon .ddlabel {
    color: #666;
    font-weight: 400;
}
.header-1.dark-text-div .ddArrow::before {
    color: #666;
}
.header-1.dark-text-div .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-1.dark-text-div small {
    font-weight: 400;
}
.header-10 .ddcommon .ddlabel {
    color: #333;
    font-weight: 500;
}
.header-10 .ddArrow::before {
    color: #666;
}
.header-10 .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-10 small {
    font-weight: 400;
}
.header-10 .call-info .language-selection {
    border: none;
    margin: 0;
}
.header-10 [data-cart-items]::before {
    background: #b38741;
}
.header-10 .search_trigger i {
    color: #333;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-10 .navbar-nav .nav-item {
    margin: 0 14px;
}
.header-10 .navbar-light .navbar-nav .nav-link.active,
.header-10 .navbar-light .navbar-nav .nav-link:focus,
.header-10 .navbar-light .navbar-nav .nav-link:hover,
.header-10 .navbar-light .navbar-nav .show > .nav-link {
    color: #b38741;
}
.header-10 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.header-10 .navbar-nav .nav-link {
    line-height: 2.5rem;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header-10 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-10 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-10 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-10 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-10 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-10 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-10 .search_wrap .form-control {
    border: none;
    border-bottom: 2px solid #333;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 0;
}
.header-10 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-10 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-10 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 25px;
}
.header-10 .right-nav a i {
    font-size: 26px;
    color: #333;
}
.header-1.dark-text-div .call-info .language-selection {
    border-color: rgba(0, 0, 0, 0.1);
}
.header-7 .navbar {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 0px 25px;
}
.header-7 .navbar-nav .nav-link {
    line-height: 5rem;
}
.site-header.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.site-header.navbar-dark .navbar-nav .nav-link:focus,
.site-header.navbar-dark .navbar-nav .nav-link:hover {
    color: #f85438;
}
.header-1 .small,
.header-1 small {
    font-weight: 500;
}
.header-1 #header-wrap {
    background: #fff;
    padding: 15px 0 10px;
    position: relative;
}
.header-1 .navbar-nav .nav-item {
    margin: 0px 15px;
}
.header-6 .small,
.header-1 small {
    font-weight: 500;
}
.header-6 #header-wrap {
    padding: 10px 0;
    position: relative;
}
.header-6 .navbar-nav .nav-item {
    margin: 0 10px;
}
.header-6 .cart_buttons .view-cart,
.header-6 .cart_buttons .checkout {
    padding: 8px 25px !important;
}
#header-wrap {
    position: relative;
    background: #fafafa;
}
.header-2 #header-wrap {
    padding: 20px 0;
}
#header-wrap.fixed-header {
    padding: 10px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.09) !important;
    animation: smoothScroll 1s forwards;
}
.header-3 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-4 {
    z-index: 100;
    position: absolute;
    width: 100%;
}
.header-4 .header-inner {
    background: #fff;
}
.header-4 .logo {
    width: 22%;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    display: block;
    line-height: 105px;
    float: left;
    padding-right: 25px;
    padding-left: 20px;
    margin-top: -50px;
    background: #88be4c;
    height: 116px;
    margin-right: 15px;
}
.header-5 {
    background: #157ed2;
}
.header-5 #header-wrap {
    background: #0f6cb2;
    padding: 0;
}
.header-5 #header-wrap.fixed-header {
    background: #0f6cb2;
}
.top-offer-text {
    background: #222;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
}
.top-offer-text1 {
    background-color: #b38741;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
}
.top-offer-text1 span {
    color: #fff;
    font-weight: 700;
}
.top-offer-text-pink {
    background: #e20063;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}
.top-offer-text span {
    color: #c33;
    font-weight: 700;
}
.header-5 #header-wrap .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 18px;
}
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
.header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
    background: #085b9a;
}
.header-5 #header-wrap .navbar .dropdown .nav-link::after {
    display: none;
}
.header-5 .form-inline .custom-select,
.form-inline .input-group {
    width: 25%;
    border: none;
    border-right: 1px solid #e0e0e0;
    background: #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 20px;
    border-radius: 3px 0px 0px 3px;
}
.header-5 .navbar-nav .nav-item {
    margin: 0px;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child {
    margin-left: auto;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child .nav-link {
    color: #ffdd35;
    padding-right: 0;
    border: none;
}
.header-5 .navbar-nav {
    width: 100%;
}
.header-5 .header_list > li {
    color: #333;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0px 2px 15px;
    font-weight: 300;
}
.header-5 .header_list > li i {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 18px;
}
.header-5.icon_list > li {
    color: #333;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 10px 2px 0;
}
.header-5 .icon_list > li > i {
    font-size: 16px;
}
.header-5 .icon_list > li a {
    color: #fff;
}
.header-5 .header_list > li a {
    color: rgba(255, 255, 255, 0.8);
}
.header-5 .cart-d {
    padding: 0px 5px;
    background: #006cb4;
    border: 1px solid #24609c;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    height: 3rem;
    font-weight: 300;
    font-size: 14px;
}
.header-5 .cart-d [data-cart-items]::before {
    background: #fdd922;
    color: #333;
    top: 0.4rem;
    right: -1rem;
    top: 0.3rem;
    right: -1.2rem;
}
.header-5 .cart-d i {
    font-size: 14px;
    font-weight: 600;
}
.header-5 .cart-d .cart-details {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    line-height: 3rem;
    padding-left: 16px;
}
.header-6 .header-top {
    background: url(../images/kids/bg/watercolor-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-size: 100% 100%;
    height: 57px;
}

/* ------------------------
13. Navigation
------------------------*/
.navbar {
    padding: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 12rem;
    background: #ffffff;
    padding: 15px;
    border-bottom: 5px solid #000000;
    margin-top: 0;
    -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
}
.navbar .navbar-nav li > .dropdown-menu,
#navCatContent ul > li .dropdown-menu {
    /*display: block;*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
}
.navbar .navbar-nav li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}
#navCatContent ul > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;   
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    padding: 15px 0px 10px;
    width: auto;
}
header .navbar-nav .nav-item {
    /* margin: 0 15px */
}
.navbar-nav .nav-link {
    color: #042825;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    line-height: 4rem;
}
.header-1 .navbar-nav .nav-link {
    text-transform: capitalize;
}
.header-1 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
}
.header-2 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-3 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-4 .navbar .navbar-nav > li > a {
    color: #83b14f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
}
.header-4 .navbar .dropdown .nav-link::after {
    display: none;
}
.header-4 .dropdown-menu {
    border-radius: 0;
}
.header-4 small {
    font-size: 90%;
}
.header-1.white-row .navbar-nav .nav-link {
   line-height: 20px;
   font-weight: 600;
   color: #000000;
   letter-spacing: 0.5px;
   text-transform: uppercase;
}
.header-1 .navbar-light .navbar-nav .nav-link.active,
.header-1 .navbar-light .navbar-nav .nav-link:focus,
.header-1 .navbar-light .navbar-nav .nav-link:hover,
.header-1 .navbar-light .navbar-nav .show > .nav-link {
    color: #6c0a19;
}
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link.active,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:focus,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:hover,
.header-1.dark-text-div .navbar-light .navbar-nav .show > .nav-link {
    color: #c33;
}
.header-3 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.header-4 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.navbar-dark #header-wrap.fixed-header {
    background: #7c2776 !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fe4c1c;
}
.navbar .navbar-nav > li:hover > a {
    color: #fe4c1c;
}
.header-1 .navbar .navbar-nav > li:hover > a {
    color: #292b2c;
}
.header-3 .navbar .navbar-nav > li:hover > a {
    color: #83b14f;
}
.header-4 .navbar .navbar-nav > li:hover > a {
    color: #ed6663;
}
.header-6 .navbar-nav .nav-link {
    text-transform: uppercase;
}
.header-6 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.header-6 .navbar-light .navbar-nav .nav-link.active,
.header-6 .navbar-light .navbar-nav .nav-link:focus,
.header-6 .navbar-light .navbar-nav .nav-link:hover,
.header-6 .navbar-light .navbar-nav .show > .nav-link {
    color: #ff324d;
}
.header-7 .navbar-light .navbar-nav .nav-link.active,
.header-7 .navbar-light .navbar-nav .nav-link:focus,
.header-7 .navbar-light .navbar-nav .nav-link:hover,
.header-7 .navbar-light .navbar-nav .show > .nav-link {
    color: #d23b3b;
}

.navbar .navbar-nav > li .dropdown-menu a {
    position: relative;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #151515;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.navbar .dropdown-menu a:hover:before {
    width: 10px;
}
.navbar .dropdown .nav-link::after {
    font-size: 0.7rem;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #1b1b1b;
}

/* ------------------------
14. Dropdown cart
------------------------*/
.dropdown-menu.cart_box {
    width: 320px;
    position: absolute !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    display: block;
    transition: all 0.25s ease-in-out;
    padding: 0;
    top: 100% !important;
    left: auto !important;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1) !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
    border: none;
    border-radius: 0;
}

.cart_dropdown:hover .dropdown-menu.cart_box {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}

.cart_dropdown .dropdown-menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
}
.item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important;
    font-size: 11px;
}

.cart_list a.item_remove i {
    font-size: 20px;
}

.cart_list img {
    background-color: #ffffff;
    float: left;
    margin-right: 15px;
    max-width: 80px;
}
.cart_list a {
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    line-height: 19px;
    display: block;
}
.cart_quantity {
    color: #a9a9a9;
    display: table;
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.9rem;
}
.cart_total .cart_amount {
    float: right;
    color: #f32b56;
}
.cart_box .cart_list {
    width: 100%;
    padding: 0 !important;
    max-height: 242px;
    overflow-y: auto;
}
.cart_list li {
    display: inline-block;
    width: 100%;
}
.dropdown-menu .cart_list li a i {
    width: auto;
}
.cart_total {
    color: #445a69;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    text-align: right;
}
.cart_total strong {
    float: left;
    font-weight: 600;
}
.cart_buttons {
    margin: 0;
    padding: 10px 15px 20px;
    text-align: center;
}
.cart_buttons .view-cart,
.cart_buttons .checkout {
    padding: 8px 20px !important;
}

/* ------------------------
15. Side Nav
------------------------*/
.categories_wrap {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.categories_wrap .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #333;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    padding: 12px 18px 9px 18px;
    text-transform: uppercase;
    background-color: #fdd922;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.categories_wrap .head i {
    font-size: 22px;
    vertical-align: middle;
    line-height: 1.5em;
    margin-right: 5px;
}

#navCatContent ul {
    width: 100%;
    padding: 5px 0px;
}

#navCatContent li {
    list-style: none;
    padding: 0;
}

#navCatContent li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 11px 20px 12px 20px;
}

#navCatContent li a span {
    vertical-align: middle;
}

#navCatContent li .dropdown-menu a {
    padding: 0.3rem 1.5rem;
    font-weight: 400;
    color: #71787d;
}
#navCatContent li .dropdown-menu .nav-link::after {
    display: none;
}
#navCatContent li .dropdown-menu ul {
    padding: 0;
}
#navCatContent li .dropdown-menu ul li {
    margin: 0;
}
#navCatContent li .dropdown-menu ul li ul li {
    margin: 8px 0;
}

#navCatContent li a.dropdown-toggler::after {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0 none;
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 5px;
    vertical-align: middle;
    transform: rotate(-90deg);
}

#navCatContent li i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 8px;
}

#navCatContent ul li .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
    border: 0;
    min-width: 800px;
    width: 100%;
    right: 0;
    box-shadow: 10px 16px 49px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .header-1.white-row .navbar-nav .nav-link {
        color: #292b2c;
        font-size: 13px;
        font-weight: 600;
    }
    
    .navbar-collapse{
   transition:0s!important;
}
    
.navbar-collapse.show{
    left:0!important;
    top: 0%;
    height: 100%;
    position: fixed;
}
    /*Header*/
    #header-wrap {
        padding: 15px 0;
    }
    #header-wrap.fixed-header {
        padding: 15px 0;
    }
    /*.navbar { justify-content: flex-end; width: 100%; position: relative !important; }*/
    .navbar {
        width: 100%;
        position: relative !important;
    }
    .header-7 .navbar {
        padding: 10px;
    }
    .header-7 .navbar .navbar-brand {
        left: 15px;
    }
    .navbar-brand {
        left: 60px;
        z-index: 1;
        margin-right: 0;
        position: absolute;
        top: 35%;
        padding: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .navbar-toggler {
        background: none;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin-right: 0px;
    }
    .site-header .navbar-nav ul {
        position: static;
    }
    .site-header .navbar-nav .nav-item {
        /* margin: 0; */
    }
    .site-header .navbar-nav .nav-link {
        padding: 10px !important;
        border-radius: 0;
    }
    .navbar-nav a .sub-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -0.7em 0.5em 0 0;
        border-radius: 0.25rem;
        padding: 0;
        width: 2em;
        height: 1.4em;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: center;
    }
    .navbar-collapse {
        border-radius: 0px;
        background: #ffffff;
       /* max-height: 400px;*/
        left: -1000px;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 65px;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    }
    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 40%;
        right: 0;
        margin: -0.1rem 0.5em 0 0;
    }
    .site-header.navbar-dark .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
    }
    .site-header.navbar-dark .navbar-nav .nav-link.active,
    .site-header.navbar-dark .navbar-nav .nav-link:focus,
    .site-header.navbar-dark .navbar-nav .nav-link:hover {
        color: #fe4c1c;
    }
    .navbar .navbar-nav li > .dropdown-menu,
    #navCatContent ul > li .dropdown-menu {
        display: none;
    }
    .navbar-nav .nav-link {
        line-height: normal;
    }
    .navbar .navbar-nav li:hover > .dropdown-menu.show,
    #navCatContent ul > li:hover .dropdown-menu.show {
        display: block;
        box-shadow: none !important;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        box-shadow: none !important;
    }
}
@media (min-width: 992.98px) {
    .custom-drop {
        /*max-width: 500px;left: 50%;*/
        top: 85%;
    }
}
.categories .navbar-toggler {
    width: 100%;
    background: #042825;
    border: none;
    text-align: left;
    color: #ffffff;
    padding: 15px;
    height: auto;
}
.categories .navbar-toggler i {
    font-size: 2rem;
    margin-right: 7px;
}
.categories .navbar-nav .nav-link {
    background: #f5f9fc;
    padding: 10px !important;
}
.categories .navbar-nav .nav-link {
    background: #ffffff;
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-content {
    padding: 30px;
}
.right-nav a i {
    font-size: 26px;
    color: #445a69;
}
.header-1.white-row .right-nav a i {
   font-size: 25px;
    font-weight: 600;
    color: #333;
    border: 1px solid #333;
    padding: 4px;
}
.call-info {
    font-size: 18px;
}
.call-info .language-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
    margin-left: 15px;
}
.header-1 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
}
.header-3 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-4 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-6 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
    border: none;
}
.header-6 .offer-text small {
    font-weight: 500;
    font-size: 90%;
}
.header-6 .call-info .language-selection .ddcommon .ddlabel {
    color: #fff;
    font-weight: 600;
}
.call-info .language-selection img {
    width: 18px;
    border-radius: 999px;
}
.call-info .language-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.call-info .language-selection .dropdown-toggle::after,
.call-info .currency-selection .dropdown-toggle::after {
    font-size: 0.6rem;
    margin-left: 0.355em;
    border: none;
    content: "\f078";
    vertical-align: inherit;
    width: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d3d1d1;
}
.call-info .currency-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
}
.call-info .currency-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.offer-text span {
    color: #fe4c1c;
    border-bottom: 1px #fe4c1c dashed;
    cursor: pointer;
}
.header-1 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
.header-3 .offer-text span {
    color: #fff;
    border-bottom-color: #fff;
}
.header-4 .offer-text {
    margin-left: -8px;
}
.header-4 .offer-text span {
    color: #fff;
    border-bottom: none;
}
.header-6 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
#header-cart-btn {
    margin-right: 0.75rem;
}
[data-cart-items] {
    position: relative;
    display: inline-block;
}
[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -0.5rem;
    right: -0.05rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #fe4c1c;
    color: #fff;
}
.header-1 [data-cart-items]::before {
    background: #ff324d;
}
.header-3 [data-cart-items]::before {
    background: #83b14f;
}
.header-4 [data-cart-items]::before {
    background: #83b14f;
}
.header-6 [data-cart-items]::before {
    background: #ff324d;
}
.header-7 [data-cart-items]::before {
    background: #d23b3b;
}
.header-1.dark-text-div [data-cart-items]::before {
    background: #c33;
}
.header-1.white-row [data-cart-items]::before {
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    top: -9px;
    right: 0px;
    color: #292b2c;
    border: 1px solid #7c7b7b;
}
.banner-slider .owl-carousel,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item,
.banner-slider .item {
    height: 100%;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.banner-bg .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}

/* ------------------------
16. Search Block
------------------------*/
.header-2 .search-block {
    border-left: 1px #eaeaea solid;
}
.header-1 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-3 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-1 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-3 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-1 .search_wrap .form-control,
.header-3 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-1 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-1 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-1 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-1 .search_icon,
.header-3 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-1 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-3 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-1 .search_wrap form,
.header-3 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-1 .search_overlay,
.header-3 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-1 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-1 .search_overlay.open,
.header-3 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-1 .search_wrap.open,
.header-3 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-4 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-4 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-4 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-4 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-4 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-4 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-4 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-4 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-4 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
}
.header-4 .wishlist-block {
    background: #ed6663;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .wishlist-block i {
    color: #fff;
}
.header-4 .user-block {
    background: #fff;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .user-block i {
    color: #333;
}
.header-4 .cart-block {
    background: #88be4c;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .cart-block i {
    color: #fff;
}
.header-6 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-6 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-6 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-6 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-6 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-6 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-6 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-6 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-6 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-6 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-6 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-6 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-6 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}

.header-1.white-row .form-inline {
    background: #f3f3f3;
}
.custom-padding {
    padding-top: 15px;
}
.header-1.white-row .form-inline .form-control {
    height: 2.5rem;
    background: none;
    padding: 0px 20px;
    font-weight: 400;
}
.header-1.white-row .form-inline .btn-primary {
    border: none;
    background: none;
    height: 2.4rem;
    color: #111;
    padding: 0px 15px;
}
.header-1.white-row .form-inline .btn-primary i {
    transform: rotate(-90deg);
    font-size: 18px;
}

/* ------------------------
17. Slider
------------------------*/
.banner-bg-full h1 {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 120px;
    letter-spacing: -4px;
    line-height: 0.9em;
}
.banner-bg-full h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 50px;
}
.banner-bg-full h6 {
    font-size: 26px;
    font-weight: 700;
}
.banner-bg-full .banner-slider .owl-carousel,
.banner-bg-full .banner-slider .owl-stage-outer,
.banner-bg-full .banner-slider .owl-stage,
.banner-bg-full .banner-slider .owl-item,
.banner-bg-full .banner-slider .item {
    max-height: 800px;
}
.banner-bg-full .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.banner-bg-full .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-full-img .owl-carousel .owl-nav button.owl-prev,
.banner-full-img .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-full-img:hover .owl-carousel .owl-nav button.owl-prev,
.banner-full-img:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-bg1 .owl-carousel .owl-nav button.owl-prev:hover,
.banner-bg1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #83b14f;
    color: #fff;
}

.home-slide.owl-carousel .owl-dots {
    bottom: 20px;
}
.home-slide.owl-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 14px;
    border-radius: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
}
.home-slide.owl-carousel .owl-dots .owl-dot:hover span,
.home-slide.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}

.banner-3 .dark-yellow {
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.banner-3 .dark-yellow {
    position: relative;
}
.banner-3 .dark-yellow:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 48px solid transparent;
    border-left: 30px solid #fdaa1b;
    border-bottom: 45px solid #fdaa1b;
    top: 0;
    right: -30px;
}
.banner-3 .dark-red {
    font-size: 30px;
    padding: 15px 20px;
}
.banner-3 .dark-red {
    position: relative;
}
.banner-3 .dark-red:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid #d8373e;
    border-bottom: 30px solid transparent;
    top: 0;
    right: -20px;
}

.banner-3 h1 {
    font-weight: 700;
    padding-left: 20px;
    color: #222;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1em;
}
.banner-3 h1 span {
    font-weight: 400;
}
.banner-3.owl-carousel .owl-dots {
    left: 40px;
    bottom: 20px;
}
.banner-3.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px #72b0dd solid;
    background: none;
}
.banner-3.owl-carousel .owl-dots .owl-dot:hover span,
.banner-3.owl-carousel .owl-dots .owl-dot.active span {
    border: 2px #fff solid;
}

.full-slider {
    margin-top: -85px;
}
.full-slider .hero-circle {
    background: rgba(233, 51, 55, 0.9);
}
.full-slider h1 {
    font-size: 80px;
    letter-spacing: -3px;
    font-weight: 700;
}
.full-slider h6 {
    font-size: 22px;
}

.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: none;
}
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: block;
}
.full-slider .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.full-slider .owl-carousel .owl-nav button.owl-prev:hover,
.full-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
}

/* ------------------------
18. Advanced Search
------------------------*/
.form-car-search {
    position: relative;
    padding-top: 25px;
}
.form-car-search:before {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    z-index: -1;
    height: 140px;
}
.form-car-search .car-search-block {
    background: #d23b3b;
    padding: 25px 25px 10px 25px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.form-car-search h2 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}
.form-car-search h2 i {
    font-size: 26px;
    margin-left: 20px;
    color: #d23b3b;
}
.form-car-search h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 8px;
}
.form-car-search select {
    border: none;
    font-size: 15px;
    color: #495057;
    letter-spacing: 0.2px;
    height: 2.8rem;
    background: #fff;
}
.form-car-search .form-group::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    right: 28px;
    position: absolute;
    top: 14px;
}

/* ------------------------
19. Page Titles & breadcrumbs
------------------------*/
.page-title h1 {
    font-size: 28px;
}
.breadcrumb {
    font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.2);
}

/* ------------------------
20. Sections
------------------------*/
.product-block {
    padding: 0px 15px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

.product-block .owl-carousel.owl-2 .owl-nav {
    top: 0;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    right: 60px;
    left: auto;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    right: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev,
.product-block .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev:hover,
.product-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #88be4c;
}
.product-block .row_title {
    margin-left: -25px;
    border-bottom: 1px #e5e5e5 solid;
}
.cat-img {
    width: 100px;
    margin: auto;
    margin-top: 20px;
}
.product-block .row_title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 25px 10px 25px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #ed6663;
    margin-top: 0px;
    min-width: 250px;
}

.product-block .row_title h2:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d95451 #d95451 transparent transparent;
}

.pink-bg h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 30px 20px;
    line-height: normal;
}
.pink-bg p {
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
}

.pro-block .owl-carousel .product-card {
    margin: 0px 15px 0px 15px;
    padding-bottom: 0;
    border-radius: 0;
}
.pro-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.pro-block .owl-carousel .product-card .card-body {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.pro-block .product-card .card-footer {
    border-radius: 0;
}
.pro-block .product-card .product_img_switch span {
    padding: 0;
    border: none;
}
.pro-block .product-card .product_img_switch span img {
    width: 35px;
    border-radius: 999px;
}
.pro-block .card--default.product-card:hover .product-link .btn.btn-cart {
    width: 100%;
}
.pro-block .owl-carousel .product-card .card-body .link-title-2 {
    color: #333;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 700;
}
.pro-block .owl-carousel .product-card .card-body .product-price {
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    color: #53a32b;
}
.pro-block .owl-carousel .product-card .card-body .star-rating {
    color: #e20063;
    font-size: 18px;
}
.pro-block .owl-carousel.owl-2 .owl-nav {
    bottom: 80px;
    top: auto;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    left: -30%;
    border-radius: 0;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    left: -21%;
    border-radius: 0;
}
.pro-block .owl-carousel .owl-nav button.owl-prev:hover,
.pro-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #222;
}

.product-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.product-block .owl-carousel .product-card {
    margin: 0 10px;
    padding-bottom: 0px;
}
.product-block .product-card .card-body {
    padding: 10px 10px 0px 10px;
}
.product-block h2.bg-dark-green {
    background: #88be4c;
}
.product-block h2.bg-dark-green:after {
    border-color: #6a9c32 #6a9c32 transparent transparent;
}
.product-block .client-img {
    border: 1px #eaeaea solid;
    margin-top: 31px;
    margin-left: 15px;
    margin-right: 10px;
    width: 150px;
    padding: 10px;
    margin-bottom: 10px;
}
.product-block .link-title:hover {
    color: #ed6663;
}

.product-block-div {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div .row_title h2 {
    padding: 5px 25px 5px 25px;
    min-width: 270px;
    font-size: 18px;
    font-weight: 600;
}
.product-block-div h2.bg-dark-blue {
    background: #0f6cb2;
}
.product-block-div h2.bg-dark-blue:after {
    border-color: #085b9a #085b9a transparent transparent;
}
.product-block-div h2.bg-yellow {
    background: #fdd922;
}
.product-block-div h2.bg-yellow:after {
    border-color: #cfb117 #cfb117 transparent transparent;
}
.product-block-div h2.bg-redish {
    background: #e94148;
}
.product-block-div h2.bg-redish:after {
    border-color: #d32e36 #d32e36 transparent transparent;
}
.product-block-div .star-rating {
    font-size: 12px;
}
.product-block-div .product-price {
    font-size: 14px;
    font-weight: 500;
}
.product-block-div .product-price del {
    margin-right: 3px;
}
.product-block-div .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}

.product-block-div-1 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div-1 .row_title h2 {
    background: none;
    color: #d23b3b;
    text-transform: none;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
}
.product-block-div-1 .owl-carousel .product-card {
    padding-top: 25px;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}
.product-block-div-1 h2.bg-black {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-black:after {
    border-color: #17191a #17191a transparent transparent;
}
.product-block-div-1 h2.bg-red-block {
    background: #d23b3b url(../images/car/bg/bg-img-white.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-red-block:after {
    border-color: #bc2929 #bc2929 transparent transparent;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div-1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
    color: #fff;
}

/* ------------------------
21. product
------------------------*/
.product-image {
    position: relative;
}
.product-image img {
    width: 100%;
}
.product_gallery_item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}
.product-image .slick-list {
    margin-right: -5px;
    margin-left: -5px;
}
.product_gallery_item a.active {
    border-color: #ff324d;
}

.product_gallery_item a {
    border: 1px solid #ddd;
    display: block;
    padding: 3px;
}

.product_gallery_item {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.dark-aqua-bg .product-card .card-img-hover {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.dark-aqua-bg .product-card.card {
    background: none;
    border-radius: 0;
}
.dark-aqua-bg .product-card .card-body {
    background: none;
}
.dark-aqua-bg .owl-carousel .product-card:hover {
    box-shadow: none;
}
.dark-aqua-bg .product-card:hover .card-info {
    background: none;
}
.dark-aqua-bg .product-card:hover .card-body {
    transform: none;
}
.dark-aqua-bg .product-card .card-footer {
    bottom: -5px;
}
.dark-aqua-bg .product-card .link-title {
    color: #111;
}
.dark-aqua-bg .product-card:hover .card-img-hover .card-img-back {
    opacity: 1;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-next {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_rightarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: right;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-prev {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_leftarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav span {
    display: none;
}

.card-kids .btn-cart {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 0.75rem !important;
}
.card-kids .btn-cart:hover {
    color: #333;
}
.card-kids.card--default .card-icons__item a {
    border: 2px #333 solid;
    margin-bottom: 5px;
    border-radius: 3px;
}

.other-info {
    border-top: 1px #eaeaea solid;
    font-size: 13px;
    color: #999;
    padding: 0px 15px;
    margin-top: 20px;
    padding-top: 20px;
}
.other-info i {
    display: block;
    height: 20px;
    font-size: 14px;
}
.other-info .col-4 {
    padding: 0px 8px;
}

/* ------------------------
22. services
------------------------*/

.services-block {
    padding-top: 30px;
    background-color: #f4f4f4;
    padding-bottom: 30px;
    color: #fff;
}

.services-block .icon_box_style1 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c97278;
    overflow: hidden;
    border-bottom: 6px #b4666c solid;
}

.services-block .icon_box_style2 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c0ab90;
    overflow: hidden;
    border-bottom: 6px #ac9981 solid;
}
.services-block .icon_box_style3 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #7f8fa0;
    overflow: hidden;
    border-bottom: 6px #728090 solid;
}

.services-block h6 {
    font-weight: 600;
    margin-bottom: 0px;
}

.services-block p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 0;
}

.free-shipping {
    background: #94d7fb;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.need-help {
    background: #685c88;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.money-back {
    background: #fc9cc4;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.return-policy {
    background: #dc4720;
    color: #fff;
    margin-right: 0 !important;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.free-shipping h6,
.need-help h6,
.money-back h6,
.return-policy h6 {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    padding-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.free-shipping i,
.need-help i,
.money-back i,
.return-policy i {
    line-height: 50px;
    color: #fff;
    width: 40px;
    text-align: center;
}

.services-block-1 h5 {
    color: #e94148;
}
.services-block-1 p {
    line-height: 1.3em;
}
.my_services_box {
    padding-top: 25px;
    border-top: 6px solid #edbb26;
    border-bottom: 3px solid #edbb26;
}
.services-block-1.services-block-2 h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
}
.myt {
    color: #333 !important;
    font-size: 4rem;
}
.services-block-1.services-block-2 p {
    line-height: 1.3em;
    font-size: 15px;
}

.services-block-1.cate-block a h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px; /* border: solid 1px #292b2c; */
    padding: 3px 0;
    color: #333;
}
.services-block-1.cate-block a:hover h5 {
    /* border:1px #E20063 solid; */ /* background:#E20063; */
    color: #292b2c;
}
.services-block-1.cate-block p {
    padding-bottom: 5px;
    line-height: 1em;
    font-size: 10px;
}
.services-block-1.cate-block img {
    max-width: 100%;
    padding: 10px;
}
.services-block-1.cate-block .d-block {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
}
.services-block-1.cate-block .col {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bg-pink-light h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}
.bg-pink-light .ic-2x {
    font-size: 1.8rem;
}

.our-services i {
    font-size: 36px;
    margin-bottom: 15px;
}

.frame {
    padding: 18% 18% 18% 18%;
    background-image: url(../images/kids/bg/how_frame.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 18vw;
}
.frame h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
}
.frame i {
    font-size: 80px;
    margin-bottom: 15px;
}

.dark-red-bg1 h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}

.dark-red-bg1 .ic-2x {
    font-size: 1.8rem;
}

/* ------------------------
23. our team
------------------------*/

.our-team img {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 5px;
}
.our-team h5 {
    margin: 0;
    margin-top: 5px;
}
.our-team span {
    color: #687188;
    font-size: 14px;
}
.our-team i {
    font-size: 20px;
}

/* ------------------------
24. banner
------------------------*/

.banner-list {
    position: relative;
}

.cat-design-default.categories-with-shadow .wrapp-category {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.category-grid-item .category-image {
    display: block;
    margin: -1px;
    transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.cat-design-default .hover-mask {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

.category-grid-item .category-title {
    margin-bottom: 0;
    color: #042825;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-family: "Inter", sans-serif;
}

.category-grid-item .count {
    display: none;
    padding: 0;
    background-color: transparent;
    color: rgba(88, 88, 88, 0.35);
}

.cat-design-default .more-products {
    margin-top: 0px;
    opacity: 0;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    color: #8e8e8e;
    font-size: 110%;
    font-size: 14px;
}

.cat-design-default .more-products a {
    color: #8e8e8e;
}

.category-grid-item .category-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.category-grid-item img {
    width: 100%;
}

.cat-design-default:hover .hover-mask {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default:hover .more-products {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default .hover-mask.dark-yellow {
    background: #cdaf0e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-yellow .category-title {
    background: #cdaf0e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-yellow .more-products {
    background: #cdaf0e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-blue {
    background: #82b8d6;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-blue .category-title {
    background: #82b8d6;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-blue .more-products {
    background: #82b8d6;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-purple {
    background: #524672;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-purple .category-title {
    background: #524672;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-purple .more-products {
    background: #524672;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-green {
    background: #36773e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-green .category-title {
    background: #36773e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-green .more-products {
    background: #36773e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-pink {
    background: #c97698;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-pink .category-title {
    background: #c97698;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-pink .more-products {
    background: #c97698;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-red {
    background: #cb3e19;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-red .category-title {
    background: #cb3e19;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-red .more-products {
    background: #cb3e19;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .more-products a.qty {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: -12px;
}

.banner-row h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.banner-row .more-link {
    font-size: 14px;
    text-decoration: underline;
}

.banner-row.full h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.header-banner,
.header-banner2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.header-banner2 {
    margin: 20px 20px 15px 20px;
}

.banne_info {
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}

.banne_info h6 {
    margin-bottom: 0;
    font-size: 16px;
}
.banne_info h4 {
    margin-bottom: 0;
    font-size: 24px;
}
#navCatContent li .dropdown-menu li .banne_info a {
    padding: 8px 0px;
    color: #157ed2;
}

.header-banner img,
.header-banner2 img {
    width: 100%;
}

#navCatContent li .dropdown-menu li .header-banner2 a {
    padding: 0;
}

.banner-block {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

/* ------------------------
25. social
------------------------*/
.header-1 .social-icons {
    font-size: 20px;
}
.header-3 .social-icons {
    font-size: 20px;
}

/* ------------------------
26. Contact
------------------------*/
.custom-select {
    border-radius: 3px;
}
.form-control {
    height: 3rem;
    font-size: 0.9rem;
    padding: 0.375rem 0.85rem;
}
.input-1 {
    border: 1px solid #d0d7e7;
}
.input-2 {
    border: none;
    background: none;
}
.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: #666;
    outline: 0;
    box-shadow: none;
}
.form-group {
    margin-bottom: 1.3rem;
    position: relative;
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.contact-info {
    font-size: 14px;
    color: #808080;
}
.contact-info a {
    color: #808080;
}
.contact-info p {
    font-size: 14px;
    color: #808080;
}
.contact-info .border-bottom {
    border-bottom: 1px #474747 solid !important;
}
.contact-info h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* ------------------------
27. Tab
------------------------*/
.nav-tabs-div {
    border: none;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
    margin: 0 25px;
    padding: 0;
    position: relative;
    font-size: 16px;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:after {
    border-right: 1px #ddd solid;
    position: absolute;
    content: "";
    height: 35px;
    right: -28px;
    top: -5px;
    transform: rotate(20deg);
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:last-child:after {
    display: none;
}
.nav-tabs .nav-item.nav-link {
    display: inline-block;
    padding: 0 0.7rem 0.3rem;
    color: #042825;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    line-height: normal;
}
header .navbar-nav .nav-tabs .nav-item {
    margin-left: 0;
}
.navbar .dropdown .nav-tabs .nav-link::after {
    display: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #333;
    border-bottom: 3px solid #83b14f;
}
.nav-tabs.nav-tabs-div .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div .nav-link.active,
.nav-tabs.nav-tabs-div .nav-link:focus,
.nav-tabs.nav-tabs-div .nav-link:hover {
    color: #ff324d;
    border-bottom: 1px solid #ff324d;
    padding-bottom: 8px;
}
.nav-tabs.nav-tabs-div.red .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.red .nav-link.active,
.nav-tabs.nav-tabs-div.red .nav-link:focus,
.nav-tabs.nav-tabs-div.red .nav-link:hover {
    color: #c33;
    border-bottom: 1px solid #c33;
}
.nav-tabs.nav-tabs-div.brown .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.brown .nav-link.active,
.nav-tabs.nav-tabs-div.brown .nav-link:focus,
.nav-tabs.nav-tabs-div.brown .nav-link:hover {
    color: #b38741;
    border-bottom: 2px solid #b38741;
    font-size: 24px;
    font-weight: 700;
}
.product-tab .nav-tabs .nav-item.nav-link {
    text-transform: uppercase;
    padding: 0px 0 15px 0;
    margin-right: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}
.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-item.nav-link.active,
.product-tab .nav-tabs .nav-link:focus,
.product-tab .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #d0a369;
}
@media (max-width: 575.98px) {
    .nav-tabs .nav-item.nav-link {
        padding: 0.5rem 1rem;
        width: 100%;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        border-bottom: 1px #eaeaea solid;
    }

    .services-block-1.cate-block .col {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-block-2 {
        display: none;
    }
    .logo-mobile img {
        display: none;
    }
}

/* -------------------------------
28. Background Position & Size
-------------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-pos-l {
    background-position: left;
}
.bg-pos-r {
    background-position: right;
}
.bg-pos-rt {
    background-position: right top;
}
.bg-pos-lt {
    background-position: left top;
}
.bg-pos-rb {
    background-position: right bottom;
}
.bg-pos-lb {
    background-position: left bottom;
}
.bg-repeat {
    background-repeat: repeat;
}
.bg-pos-b {
    background-position: bottom;
}
.bg-pos-ct {
    background-position: center top;
}

.owl-carousel .product-card {
    margin: 15px;
}
.owl-carousel .product-card:hover {
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.product-card {
    padding-bottom: 20px;
    overflow: hidden;
    height: 400px;
}
.product-card:hover {
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.15);
}
.product-card .btn-wishlist {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #fe4c1c;
    text-align: center;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}

.product-card .card-footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    display: none;
    padding: 0;
}
.product-link .btn {
    padding: 0.5rem 0.75rem;
}
.product-card:hover .card-footer {
    display: block;
}
.product-card:hover .product-link .btn {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.5s;
}
.product-card:hover .product-link .btn.btn-view {
    animation-delay: 0.7s;
}
.product-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.product-card:hover .card-info {
    position: relative;
    background: #fff;
}
/*.product-card .card-body {*/
/*    transform: translateY(-50px);*/
/*}*/

.dark-red-bg .product-card {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.cat-name {
    background-image: url(../images/kids/bg/cats_odd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.6vw !important;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.dark-red-bg .product-card img {
    border-radius: 20px;
}
.dark-red-bg h2 {
    color: #fff;
}

.card--default .card-icons,
.card--plain .card-icons {
    display: flex;
    top: 1.125rem;
    right: 1.125rem;
    margin: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    -moz-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -moz-transform: translate3d(4.5rem, 0, 0);
    -webkit-transform: translate3d(4.5rem, 0, 0);
    transform: translate3d(4.5rem, 0, 0);
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
    -o-transition: opacity 0.45s ease, -o-transform 0.45s ease;
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.card--default .card-icons__item a,
.card--plain .card-icons__item a,
.item__link {
    display: flex;
    height: 2.4375rem;
    min-width: 2.625rem;
    color: #2a2a2a;
    font-size: 0.875rem;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px #eaeaea solid;
}

.card--default .link-title:hover {
    color: #ff324d;
}

.card--default .card-icons__item i,
.card--plain .card-icons__item i {
    font-size: 1.2rem;
}

.card--default .btn-cart {
    padding-right: 15px;
}

.card--default.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.2s;
}

.card--default:hover .card-icons {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0) !important;
}

.card-img-hover > * {
    float: left;
}
.product-list .product-link {
    position: relative;
    left: inherit;
    top: inherit !important;
    opacity: 1;
}
.product-link .btn-view,
.product-link .btn-compare {
    background: #eee;
}
.product-link button i,
.product-link a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    vertical-align: bottom;
}
.product-list.product-card:hover .card-body {
    transform: inherit;
}
.product-list.product-card {
    border-bottom: 1px #eaeaea solid;
    padding-top: 0;
}
.product-list.card {
    border: none;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-list .product-title {
    font-size: 18px;
    font-weight: 500;
}
.product-list .btn-cart {
    padding-right: 18px;
}
.product-link .btn-view:hover,
.product-link .btn-compare:hover {
    background-color: #2a2a2a;
}
.product-list.product-card .btn-wishlist {
    right: inherit;
    left: 0.75rem;
}
.product-list.product-card .card-body {
    padding: 0;
    text-align: left;
}
.product-list.product-card .card-footer {
    bottom: inherit;
    position: relative;
    display: block;
}
.card-img-hover .card-img-front {
    margin-left: -100%;
}
.card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 160px;
    width: 100%;
}
.card-img-hover .card-img-front {
    opacity: 0;
}
.product-card:hover .card-img-hover .card-img-front {
    opacity: 1;
}
.product-card:hover .card-img-hover .card-img-back {
    opacity: 0;
}
.product-card .card-body {
    padding: 20px 5px;
    position: relative;
    text-align: center;
    background: #fff;
}
.product-card .card-body .countdown {
    margin-left: 5px;
    margin-bottom: 12px;
}
.product-card .card-body .countdown li {
    width: 55px;
    padding: 0px;
    min-width: inherit;
    border-radius: 3px;
    padding: 7px 0 3px 0;
    line-height: normal;
    background: #f2f2f2;
}
.product-card .card-body .countdown li span {
    font-size: 12px;
    line-height: normal;
    margin-right: 2px;
}
.product-card .card-body .countdown li p {
    font-size: 11px;
    color: #666;
    font-weight: 500;
}
.product_color_switch span {
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}
.product_img_switch span {
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 999px;
    border: 1px #ddd solid;
    padding: 3px 5px;
}
.product_img_switch span img {
    width: 25px;
}
.product-price {
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
}
.product-details .product-price {
    font-weight: 600;
    padding-bottom: 0;
}
.product-price del {
    font-size: 0.9rem;
    font-weight: 400;
    margin-right: 3px;
}
.product-details .desc {
    font-size: 15px;
}
.star-rating {
    color: #fdcc0d;
    font-size: 14px;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-control-label::before {
    background-color: #ff324d;
    border-color: #ff324d;
}
.custom-checkbox .custom-control-label::before {
    content: "";
    border: 1px solid #ddd;
    height: 15px;
    width: 15px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
}
.widget-size input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.widget-size label {
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    height: 35px;
    min-width: 35px;
    text-align: center;
    color: #042825;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;
    line-height: 30px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px #ddd solid;
}
.widget-size input[type="radio"]:checked + label {
    background: #ff324d;
    color: #fff;
}
.widget-color li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1%;
    text-align: center;
}
.widget-color li .form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.widget-size li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    text-align: center;
    float: left;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.form-check-input[type="radio"]:checked + label,
.form-check-input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-input[type="radio"] + label::after,
.form-check-input[type="radio"] + label::before,
label.btn input[type="radio"] + label::after,
label.btn input[type="radio"] + label::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    z-index: 0;
    transition: 0.28s ease;
    z-index: -1;
    border-radius: 0.25rem;
}
.form-check-input[type="radio"]:checked + label::after,
label.btn input[type="radio"]:checked + label::after {
    transform: scale(1.02);
}
.form-check-input[type="radio"]:checked + label::after {
    background-color: #fe4c1c;
}
input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: #042825;
    vertical-align: middle;
}
.btn-product {
    background: none;
    color: #042825;
    border: 1px solid #ced4da;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}
.btn-product.btn-product-up {
    border-radius: 3px 0px 0px 3px;
}
.btn-product.btn-product-down {
    border-radius: 0px 3px 3px 0px;
}
.view-filter {
}
.sort-filter .custom-select {
    font-size: 14px;
    height: 40px;
    background: none;
}
.sort-filter::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    right: 28px;
    position: absolute;
    top: 12px;
}
.view-filter a.active {
    color: #ff324d;
}
.view-filter a {
    color: #111;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
}
.cart-table thead th {
    padding: 15px;
    text-align: left;
    border: none;
    vertical-align: middle;
    color: #042825;
    font-size: 16px;
    font-weight: 500;
}
.cart-table td {
    padding: 15px 15px;
    color: #042825;
    vertical-align: middle;
    position: relative;
}
.cart-thumb img {
    max-width: 100px;
}
.cart-table .close-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

/* ------------------------
29. Countdown
------------------------*/
.hot-deal h2 {
    font-size: 48px;
}
.countdown {
    width: 100%;
    padding: 20px 0px;
}
.countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #fff;
    padding: 30px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 3px;
}
.countdown > li span {
    font-family: "Spartan", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    color: #042825;
    margin-right: 3px;
}
.countdown > li p {
    font-family: "Spartan", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #666;
}
.countdown.text-white > li span {
    color: #ffffff;
}
.coming-soon .countdown > li {
    background: #eeeff7;
    padding: 15px 20px 10px;
    border-radius: 0.25rem;
    align-items: center;
}

.hot-deal-1 h7 {
    font-weight: 400;
    font-size: 32px;
}
.hot-deal-1 h2 {
    font-size: 50px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.hot-deal-1 h6.border-bottom-pink {
    font-size: 22px;
    border-bottom: 1px #ff324d solid;
    display: inline-block;
    padding-bottom: 5px;
}
.color-availblity {
    vertical-align: middle;
    display: block;
    margin-bottom: 25px;
}
.hot-deal-1 p {
    font-size: 19px;
    color: #777;
    line-height: 21px;
}
.color-availblity span {
    margin-right: 3px;
    margin-left: 2px;
    height: 20px;
    width: 20px;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}
.color-availblity .yellow-round {
    background: #ffc107;
}
.color-availblity .purple-round {
    background: #6d5b97;
}
.color-availblity .green-round {
    background: #88b04b;
}

.hot-deal-1 .hide {
    display: none;
}
.hot-deal-1 .myDIV {
    position: absolute;
    right: 50px;
}
.hot-deal-1 .myDIV i {
    font-size: 30px;
    background: #f2596d;
    padding: 15px;
    color: #fff;
    border-radius: 999px;
    animation: heartBeat 1.3s infinite running;
}
.hot-deal-1 .myDIV:hover + .hide {
    display: block;
    color: red;
    position: absolute;
    width: 280px;
    background: #fff;
    right: 120px;
    top: 40px;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.hot-deal-1 .myDIV i.black {
    background: #222;
}
.hot-deal-1.hot-deal-right .myDIV {
    position: absolute;
    left: 50px;
    right: auto;
}
.hot-deal-1.hot-deal-right .myDIV:hover + .hide {
    left: 120px;
    right: auto;
}
.hot-deal-1.hot-deal-right h6 {
    border-bottom: 1px #c33 solid;
    display: inline-block;
    padding-bottom: 5px;
}

/* ------------------------
30. 404 page
------------------------*/
.error-page h2 {
    font-size: 200px;
    font-weight: 700;
    color: #222;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.error-page h4 {
    margin-bottom: 50px;
}

/* ------------------------
31. coming soon page
------------------------*/
.coming-soon-page {
    background: #fb5f7e;
    background: -webkit-linear-gradient(bottom, #f77062, #fe5196);
    background: -o-linear-gradient(bottom, #f77062, #fe5196);
    background: -moz-linear-gradient(bottom, #f77062, #fe5196);
    background: linear-gradient(bottom, #f77062, #fe5196);
}

.coming-soon-page h1 {
    font-size: 42px;
}

.coming-soon-page .countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-left: 7px;
    background: #fff;
    padding: 35px 20px;
    min-width: 100px;
    text-align: center;
}

.coming-soon-page .form-control {
    border-radius: 3px 0px 0px 3px;
    height: 2.9rem;
}
.coming-soon-page .footer-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

/* ------------------------
32. Newsletter
------------------------*/
.newsletter-bg {
    background: url(../images/bg/newsletter-bg.jpg) no-repeat top left;
}
.newsletter-bg h2 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.newsletter-bg .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.newsletter-bg .dark-red-bg2 {
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.bg-pink .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.bg-pink .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink .text-theme {
    color: #fff;
    opacity: 0.09;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -65px;
    left: 0px;
    width: 100%;
    letter-spacing: -20px;
    font-weight: 600;
    font-size: 260px;
    display: none;
}
.bg-pink:before {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
}
.bg-pink:after {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    transform: rotate(-75deg);
    left: 20%;
}
.gift-img {
    background-image: url(../images/kids/bg/newsletter-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20% auto;
}
.gift-img .dark-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 32px !important;
    margin-left: 10px;
}
.gift-img .dark-btn:hover {
    color: #333;
}
.gift-img .input-2 {
    border: 3px #333 solid;
    border-radius: 5px;
    margin-right: 5px;
}
.gift-img h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #333;
    position: relative;
    z-index: 10;
}
.newsletter-section {
    margin-bottom: -80px;
    padding-top: 25px;
    position: relative;
    padding-bottom: 20px;
}
.newsletter-section h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.newsletter-section .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}

.newsletter-section .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}



/* ------------------------
34. Other
------------------------*/
.clients-logos .item {
    text-align: center;
}
.clients-logos img {
    opacity: 0.3;
}
.clients-logo {
    background: #fff;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 50px 10px;
    width: calc(100% / 4);
}
.clients-logo:nth-child(4n + 4) {
    border-right: none;
}
.clients-logo:nth-child(n + 5) {
    border-bottom: none;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #d0a369;
    background-color: inherit;
}

.page-link {
    color: #042825;
}
.page-item.active .page-link {
    background-color: #ff324d;
}
.page-item a.page-link:hover {
    color: #ffffff !important;
    background-color: #ff324d;
    border-color: #ff324d;
}

.link-title {
    color: #333;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 16px;
}
.link-title:hover {
    color: #d5ae79;
}
.link-title-2 {
    color: #333;
}
.link-title-2:hover {
    color: #c33;
}
.link-title-3 {
    color: #333;
}
.link-title-3:hover {
    color: #b38741;
}
.line-h-0 {
    line-height: 0;
}
.la {
    line-height: inherit;
}
.bg-dark hr,
.bg-primary hr {
    border-top-color: rgba(255, 255, 255, 0.2);
}
.light-border {
    border-top-color: rgba(255, 255, 255, 0.1);
}
del {
    color: #ed1b06 !important;
}
.login,
.register {
    font-size: 14px;
}
.login .store-name {
    font-size: 70px;
    color: rgb(0 0 0 / 70%);
    text-align: center;
    font-weight: 800;
    letter-spacing: -6px;
    margin-bottom: 20px;
    line-height: 1.1em;
}
.register .btn {
    width: 100%;
}
.checkout-page {
    font-size: 15px;
}
.dashboard-page .tab-content {
    padding: 0px;
}
.dashboard-page .tab-content .card-body {
    padding: 0;
    border: none;
}
.dashboard-page .tab-content .card-body a {
    text-decoration: underline;
}
.dashboard-page .nav-tabs .nav-link {
    text-transform: uppercase;
    color: #292b2c;
    padding: 14px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    background: #f4f4f4;
    margin-bottom: 3px;
}
.dashboard-page .nav-tabs .nav-link:hover {
    border: none;
    color: #ff324d;
}
.dashboard-page .nav-tabs .nav-link.active {
    background: #ff324d;
    color: #fff;
}

.newsletter {
    border-radius: 0;
}
.newsletter .modal-content {
    border-radius: 0;
}
.newsletter .close {
    position: absolute;
    right: 0px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.newsletter h2 {
    font-size: 20px;
    margin-top: 20px;
}
.newsletter .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.newsletter .btn {
    border-radius: 0;
    border-bottom: none;
    height: 3rem;
}
.newsletter .bottom-text {
    font-size: 13px;
    color: #999;
    line-height: 19px;
    margin-top: 30px;
    display: block;
}
.newsletter .bottom-text input[type="checkbox"] {
    vertical-align: middle;
    height: 18px;
    margin-right: 5px;
}

.compare-block .table {
    margin: 0;
    display: block;
}
.compare-block table tr td {
    vertical-align: middle;
    width: 27%;
}

.compare-block img {
    max-width: 150px;
}

.compare-block table tr td.product_name {
    text-transform: capitalize;
}
.compare-block table tr td.table_title {
    width: 270px;
    font-weight: 600;
    background: #f2f2f2;
}

.compare-block .stock-in {
    color: #388e3c;
}
.compare-block .stock-out {
    color: #dc3545;
}

.product-color-option span {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}

.another_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.another_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    color: #999;
}

.login-btn li {
    margin: 0px 0px 0;
    display: inline-block;
    width: 49%;
}

.login-btn li a {
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    display: block;
}

.login-btn li a i {
    margin-right: 10px;
    font-size: 18px;
    margin-left: 0;
}

.facebook-btn {
    background: #3b5998;
    border-color: #3b5998;
}
.facebook-btn:hover {
    color: #fff;
    background: #344e86;
    border-color: #344e86;
}
.google-btn {
    background: #d85040;
    border-color: #d85040;
}
.google-btn:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b;
}

/* ------------------------
35. wave & promotion tag
------------------------*/
.sale-label {
    font-size: 11px;
    color: #fff;
    background: #80b435;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 500;
    height: 24px;
    border-radius: 3px 0px 0px 3px;
    line-height: 26px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.new-label {
    font-size: 11px;
    color: #fff;
    background: #ff9f00;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.hot-label {
    font-size: 11px;
    color: #fff;
    background: #fd556b;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.loader-container {
    position: relative;
    height: 40px;
    width: 160px;
    margin: 140px auto 0;
}

.loader-container > div {
    position: relative;
    display: inline-block;
    background: #03a9f4;
    height: 100%;
    width: 10px;
    margin: 0;
    -webkit-animation: load 3s ease-in-out infinite;
    animation: load 3s ease-in-out infinite;
}

.loader-container .rectangle-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader-container .rectangle-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader-container .rectangle-4 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader-container .rectangle-5 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader-container .rectangle-6 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-moz-keyframes load {
    0%,
    100% {
        -moz-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -moz-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -moz-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -moz-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -moz-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -moz-transform: scaleY(3);
        background: #673ab7;
    }
}

@-webkit-keyframes load {
    0%,
    100% {
        -webkit-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -webkit-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -webkit-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -webkit-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -webkit-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -webkit-transform: scaleY(3);
        background: #673ab7;
    }
}

@keyframes load {
    0%,
    100% {
        transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        transform: scaleY(3);
        background: #673ab7;
    }
}

/* ------------------------
36. video-promotion
------------------------*/
.video-bg {
    position: relative;
}
.video-bg h2 {
    font-weight: 600;
    font-size: 60px;
    padding-bottom: 15px;
}
.video-bg h2.font-w-8 {
    font-weight: 800;
}
.video-bg h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #333 solid;
    display: inline-block;
}
.video-bg p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}
.video-bg .position-absolute {
    top: 90px;
    z-index: 1;
}
.video-bg i {
    font-size: 90px;
    color: #c33;
    animation: heartBeat 1.3s infinite running;
}
.video-bg i.pink {
    color: #e20063;
}
.video-bg button {
    border: none;
    background: none;
}
#panel {
    display: block;
}
#view-btn {
    font-weight: 500;
    display: none;
    margin-top: 10px;
}

/* ------------------------
37. Insta
------------------------*/
.insta-item {
    position: relative;
    display: inline-block;
    height: 100%;
}
.insta-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.insta-item:hover::before {
    opacity: 1;
}
.insta-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    opacity: 0;
    text-align: center;
    font-size: 30px;
    transform: scale(0);
    color: #ffffff;
}
.insta-item:hover .insta-icon {
    opacity: 1;
    transform: scale(1);
}

/* ------------------------
38. Blog
------------------------*/
.blog-sidebar .widget .media img {
    width: 100px;
    height: 85px;
}
.blog-sidebar .widget h6 {
    font-size: 16px;
    line-height: 21px;
}
.blog-sidebar .widget.banner .more-link {
    font-size: 14px;
    text-decoration: underline;
}
.blog-sidebar .widget.banner h4 {
    line-height: 24px;
}
.blog-sidebar .form-inline .btn {
    border: 1px solid #ced4da;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0px 0px 3px 3px;
    transform: rotate(-90deg);
    font-size: 16px;
    background: #f4f4f4;
    color: #292b2c;
}
.blog-sidebar .form-inline .btn i {
    font-size: 16px;
    font-weight: 900;
}
.blog-sidebar .form-control {
    border-right: none;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
}
.blog-info {
}
.blog-info span {
    color: #ddd;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
}
.blog-info i {
    color: #999;
    font-size: 18px;
}

blockquote {
    border-left: 4px #ff324d solid;
    padding: 25px 30px;
    background: #f2f2f2;
    font-weight: 300;
    font-size: 18px;
    margin: 30px 0;
    color: #777;
    font-style: italic;
}
blockquote span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    font-weight: 500;
    font-style: normal;
}

.wpb_single_image img {
    margin-bottom: 30px;
    max-width: 100%;
}

.featured-icon {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
}
.featured-icon i {
    font-size: 24px;
    background: #fff;
    padding: 10px;
    border-radius: 999px;
}

.comment_list {
    padding: 0;
    margin: 0;
}

.comment_list li {
    list-style-type: none;
}

.comment-area .content_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment_list .comment {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 90px;
    font-size: 14px;
}

.comment_user img {
    height: auto;
    max-width: 80px;
    border-radius: 999px;
}
.comment_content .meta_data h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #292b2c;
}

.comment_content .meta_data h6 a {
    color: #292b2c;
}

.comment_info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment_info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.comment_content p:last-child {
    margin-bottom: 0;
}
.children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
}
.comment_content {
    padding-left: 20px;
}
.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px;
    color: #999;
}

.comment-reply {
    font-size: 13px;
}

.comment-reply i {
    margin-right: 5px;
}
.comment-area .comment_list {
    margin-bottom: 40px;
}
.comment-area {
    padding-top: 10px;
}
.latest-blog-img {
    background: none !important;
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg1.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    margin: auto;
}

.latest-blog-img img {
    max-width: 100%;
}
.latest-blog-img .loader-container {
    margin: 120px auto 0;
}

.date {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
    letter-spacing: 0.5px;
}
.date:after {
    border-right: 1px #d1d1d1 solid;
    position: absolute;
    content: "";
    height: 15px;
    right: -5px;
    top: 0px;
    transform: rotate(20deg);
}

/* ------------------------
39. Modal Popup
------------------------*/
.modal.cart-modal {
    padding-right: 0 !important;
}
.modal.cart-modal .modal-dialog {
    margin: 0 0 0 auto;
    height: 100%;
    max-width: 450px;
}
.modal.cart-modal .modal-content {
    border: none;
    border-radius: 0;
    height: inherit;
    overflow-y: auto;
}
.modal.cart-modal.fade .modal-dialog {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.modal.cart-modal.show .modal-dialog {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal.view-modal .modal-dialog {
    max-width: 1200px;
}

.view-modal .modal-body {
    padding: 2.5rem;
}
#mailchimpModal.show {
    display: flex !important;
    align-items: center;
}
#mailchimpModal .modal-dialog {
    width: 700px;
    max-width: inherit;
}
#mailchimpModal .modal-body {
    padding: 3rem;
}
.modal-header .close {
    background: #fe4c1c;
    color: #fff;
    opacity: 1;
}
.close-quickview {
    position: absolute;
    border: none;
    right: 10px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}

/* ------------------------
40. dropdown currency and language
------------------------*/
.dd.ddcommon {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    width: auto !important;
    outline: none;
}
.ddcommon .ddTitleText img {
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
.ddcommon .ddTitleText {
    padding: 0px 7px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.ddcommon .ddlabel {
    text-transform: capitalize;
    font-size: 14px;
    color: #a9a9a9;
    white-space: nowrap;
    vertical-align: middle;
}
.ddcommon .ddChild li .ddlabel {
    color: #445a69;
    font-size: 14px;
    font-weight: 400;
}
.ddArrow::before {
    font-size: 0.7rem;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: rgba(0, 0, 0, 0.3);
    right: 0;
    position: absolute;
    top: 2px;
}
.ddcommon .ddChild {
    background-color: #fff;
    height: auto !important;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block !important;
    opacity: 0;
    visibility: hidden !important;
    left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    padding: 10px 5px;
}
.ddcommon.borderRadiusTp .ddChild {
    opacity: 1;
    visibility: visible !important;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.ddcommon .ddChild li {
    cursor: pointer;
    line-height: normal;
    list-style: outside none none;
    padding: 5px 10px 5px 10px;
    position: relative;
}
.lng_dropdown .ddcommon .ddChild li {
    padding-left: 33px;
}
.ddcommon .ddChild li img {
    position: absolute;
    left: 10px;
    border-radius: 100%;
    max-width: 16px;
    top: 12px;
}
.header-1 .ddcommon .ddlabel {
    color: #fff;
    font-weight: 500;
}
.header-1 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-3 .ddcommon .ddlabel {
    color: #fff;
}
.header-3 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .ddcommon .ddlabel {
    color: #fff;
    font-size: 15px;
}
.header-4 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .social-icons {
    font-size: 20px;
}

.header-5 .ddcommon .ddlabel {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}
.header-5 .language-selection .ddArrow {
    display: none;
}

/* ------------------------
41. Accordion
------------------------*/
.accordion > .card {
    overflow: hidden;
}
.faq-page .accordion > .card {
    border: none;
    padding: 25px 0px;
}
.accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}
.accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.faq-page .accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.accordion .card-header a:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    background: #f2f2f2;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 0.7rem;
    top: 50%;
    position: absolute;
    right: 0;
    margin-top: -10px;
}
.accordion .card .card-header a[aria-expanded="true"] {
    color: #ff324d;
}
.accordion .card .card-header a[aria-expanded="true"]:before {
    background: #ff324d;
    color: #ffffff;
    transform: rotate(180deg);
}
.accordion .card-body {
    padding: 5px 0px;
    line-height: 1.6;
}
.faq-page .accordion .card-body {
    padding: 15px;
    line-height: 1.6;
}
.accordion .card-body li a {
    font-size: 0.9rem;
    color: #687188;
    display: block;
    padding-bottom: 3px;
}
.faq-page .accordion .card-header h6 {
    padding-left: 55px;
}
.faq-page .accordion .card-header h6:before {
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    background: #f3f3f3;
    padding: 8px 15px;
    position: absolute;
    color: #777;
    left: 0;
    top: -8px;
}
.faq-page .accordion > .card .collapse {
    padding-left: 40px;
}
.sidebar .widget {
    font-size: 15px;
}
.sidebar .widget .side-banner {
    margin: 30px;
}
.sidebar .widget .side-banner {
    padding: 20px;
    background: #fff;
}
.sidebar .widget .side-banner h4 {
    line-height: 24px;
    margin-bottom: 15px;
}
.sidebar .widget .side-banner a {
    text-decoration: underline;
}

/* ------------------------
 42. footer 
------------------------*/
footer .navbar-nav .nav-link {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #fff !important;
}
footer .text-white {
    color: #fff !important;
}
footer .icon-img {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
footer .icon-img.text-red-1 {
    color: #c33;
}
footer .icon-img.text-red {
    color: #d23b3b;
}
footer .footer-box {
    padding: 18px 20px 20px 20px;
    height: 125px;
    /* border: 1px solid #fff; */
    border-radius: 10px;
    box-shadow: 1px 1px 10px #292b2c;
    margin: 20px 0px;
}
footer .footer-box.brown-box {
    border: 2px #b38741 solid;
}
footer .footer-box.brown-box .icon-img.text-red-1 {
    color: #b38741;
}
footer p {
    line-height: 22px;
}
footer.bg-dark-2 .icon-img {
    color: #24d3ce;
}
footer.bg-dark-2 .footer-box {
    border: 3px #ffcc33 solid;
    border-radius: 5px;
}

/* ------------------------
43. Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
    font-size: 24px;
    color: #ffffff;
    background: #ff324d;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top a:hover,
.scroll-top a:focus {
    color: #fe4c1c;
    background: #ffffff;
}
.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-toggler {
    border: none;
}

/* ------------------------
44. Responsive
------------------------*/

@media (max-width: 1199.98px) {
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .header-5 .label {
        display: none;
    }
    .banner-bg-full h1 {
        font-size: 100px;
    }
    .header-4 .offer-text {
        margin-left: -40px;
    }
}

@media (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .cart-table .media {
        display: block;
    }
    .clients-logo {
        padding: 30px 40px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-bg1 .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -28px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -28px;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .product-block-div .media-body .product-title {
        line-height: 21px;
    }
    .header-5 .form-inline .custom-select,
    .form-inline .input-group {
        width: 33%;
    }
    .header-5 #header-wrap {
        padding: 15px 0;
    }
    .header-5 .navbar-light .navbar-toggler {
        background: #fff;
        border-radius: 5px;
    }
    .header-5 #header-wrap .navbar-nav .nav-link {
        color: #333;
        line-height: 1.5rem;
    }
    .header-5 .text-yellow {
        display: none;
    }
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
    .header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
        background: #085b9a;
    }
    #navCatContent ul li .dropdown-menu {
        left: 0;
        top: 40px;
        min-width: auto;
        width: 100%;
    }
    .header-5 .label {
        display: inline;
    }
    .product-block .owl-carousel.owl-2 .owl-nav {
        top: -30px;
        right: 0px;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .offer-text {
        display: none;
    }
    .header-4 .logo {
        width: 40%;
        margin-top: -25px;
    }
    .header-4 .call-info .language-selection {
        margin-left: 0;
        border: none;
    }
    .banner-bg-full h1 {
        font-size: 90px;
    }
    .dark-red-bg .product-card {
        max-height: none;
        height: auto;
    }
    .dark-aqua-bg .product-card .card-img-hover {
        max-height: none;
        height: auto;
    }
    .frame {
        padding: 10% 18% 10% 18%;
    }
    .dark-yellow-bg.testimonails .card {
        padding: 8rem 4rem 5rem 4rem;
    }
    .dark-yellow-bg.testimonails p {
        font-size: 14px;
    }
    .dark-yellow-bg.testimonails .card img {
        width: 80px;
    }
    .dark-yellow-bg.testimonails .owl-stage-outer {
        padding-bottom: 80px;
    }
    .dark-yellow-bg.testimonails .author-img {
        bottom: -80px;
    }
    .latest-blog-img {
        background-image: none !important;
        padding: 0;
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .outer_offer_banner_box {
        height: auto !important;
    }
    .slider-heel{
        max-width:330px!important;
    }
    .cart_buttons .view-cart, .cart_buttons .checkout {
    width: 100%!important;
    padding: 8px 20px !important;
}
   
    .header-1.white-row .navbar-nav .nav-link
    {
     padding-left: 0 !important;
     border-bottom: 1px dashed #0385c3 !important;
    }
    .navbar-nav
    {
        margin-top:30px !important;
    }
    .mbllgoss
    {
        display:block !important;
    }
    section.video-section {
    padding: 10px 10px 20px;
}
    .me-a {
    margin: 10px 0px;
}
    
   .abt-head h3 {
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px!important;
    border-bottom: 1px solid #000;
    font-weight: 600;
    text-transform: capitalize;
}
.header-1 #header-wrap {
    background: #000000;
    padding: 14px 0 14px;
    position: absolute;
    right: 0!important;
    top: 50%;
}
.p-section {
    padding: 30px 20px;
}
.product-grid {
        text-align: center;
        box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px;
        padding: 10px 0px;
        height: 100%!important;
    }
    .ccinner p {
        text-align: center !important;
        color: #333;
        font-size: 12px;
        font-weight: 600;
    }
    .zoom-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 26px;
}
.service-hdd h3 {
    position: absolute;
    left: 50%;
    font-weight: 100 !important;
    padding: 0px 15px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 70px!important;
}
/*.service-h h3 {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    font-weight: 100 !important;*/
/*    padding: 0px 15px;*/
/*    background: #fff;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 40px!important;*/
/*}*/
    i.fa.fa-search {
    color: #000;
    margin-top: 6px;
    font-size: 26px;
}

    .abts-b {
    margin: 10px 20px;
}
    .collections-item {
        height: auto !important;
    }
    .inner_banner_box .offer_title {
        margin-top: 60% !important;
    }
    .col-md-8.bg-side {
    background: #b9747a;
    margin-left: 0px;
    padding: 10px 30px 30px;
}
    section.bg-img.text-center {
    
    padding: 50px 10px;
}
    .service-h h3 a {
    font-size: 16px!important;
    color: #000000;
    font-family: math;
    font-weight: 600;
}
   
    footer .footer-box {
        margin-bottom: 15px;
        padding: 5px;
        height: auto;
    }

    .inner_banner_box .my_view_btn {
        padding: 2px 12px;
    }
    h1,
    .h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2,
    .h2 {
        font-size: 25px !important;
        font-weight: 600 !important;
        letter-spacing: 1px !important;
        color: #4d4d4d !important;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .parallaxie {
        background-position: center center !important;
    }
    .bg-sm-none {
        background-image: none !important;
    }
    .newsletter h2 {
        line-height: 28px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-row .img-fluid {
        width: 100%;
    }
    #header-wrap {
        padding: 15px 0;
        background: #fff;
    }
    /*#demo .img-fluid{
            height: 185px;
    }*/
    .custom_search {
        margin-top: 0px !important;
        position: absolute;
        z-index: 999;
        right: 35px;
        left: 4px;
    }

    .custom_cart {
        position: absolute;
        z-index: 999;
        right: 60px;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .sort-filter {
        margin-left: auto !important;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .header-2 .offer-text {
        display: none;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .hot-deal h2 {
        font-size: 36px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -20px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -20px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -15px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -15px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        line-height: 40px;
        font-size: 20px;
    }
    .header-5 .form-control {
        border-radius: 3px 0px 0px 3px !important;
    }
    .header-4 .navbar {
        justify-content: space-between;
    }
    .header-4 .navbar-light .navbar-toggler {
        margin-left: 10px;
    }
    .header-4 .call-info .language-selection {
        border: none;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .logo {
        width: 100%;
        margin: 0;
        margin-top: 90px;
    }
    .header-4 .logo.navbar-brand img {
        height: auto;
    }
    .banner-bg-full h6 {
        font-size: 18px;
    }
    .banner-bg-full h1 {
        font-size: 70px;
    }
    .banner-bg-full h5 {
        font-size: 20px;
    }
    .header-4 .offer-text {
        margin-left: 15px;
    }
    .header-6 .call-info .language-selection {
        margin-left: 0px;
    }
    .header-6 .call-info .language-selection .ml-3 {
        margin-left: 0px !important;
    }
    .header-6 .navbar-brand img {
        height: 25px;
    }
    .full-slider h1 {
        font-size: 46px;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .form-car-search .car-search-block {
        padding: 25px;
    }
    .hot-deal-1.hot-deal-right .myDIV {
        right: 20px;
        left: auto;
    }
    .video-bg h2 {
        font-size: 46px;
    }
}
@media (max-width: 575.98px) {
    .mobile_show_t {
        display: block;
        margin-right: 10px;
    }
    .navbar-toggler-icon {
        background-image: url(../img/dropdown.png) !important;
        height: 17px;
        width: 49%;
    }
    .my_mobile_t {
        display:none;
    }
    .mobiles {
        max-width: 100%;
    }
    .mobiless {
        display: none;
    }
    .mobiles > div {
        padding-right: 10px;
    }
    .bg_footer .f_t {
        margin-bottom: 15px !important;
    }
    h1,
    .h1 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        letter-spacing: 2px;
       
    }
    h3,
    .h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        letter-spacing: 2px;
       
    }
    h4,
    .h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 2px;
    
    }
    h6,
    .h6 {
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 2px;
        
    }
   
    .header-1 #header-wrap {
        background: #fff;
        padding-bottom: 10px;
        padding-top:0px!important;
    }
    .footer .footer-box {
        margin-bottom: 10px;
        height: 80px;
    }

    .offer-text {
        display: none;
    }
    .header-1 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    [data-cart-items]::before {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    .header-1 .search_trigger i {
        font-size: 20px;
    }
    .header-6 .search_trigger i {
        font-size: 20px;
    }
    .right-nav a i {
        font-size: 20px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-row .pl-5 {
        padding-left: 1.2rem !important;
    }
    .banner-row .mt-5 {
        margin-top: 1.5rem !important;
    }
    .hero-circle {
        width: 270px;
        height: 270px;
    }
    .clients-logo {
        width: calc(100% / 2);
        border-bottom: 1px solid #ebebeb !important;
    }
    .clients-logo:nth-child(n + 7) {
        border-bottom: none !important;
    }
    .tab.mt-n15 {
        margin-top: 0 !important;
    }
    .coming-soon .countdown > li {
        padding: 15px 10px 10px;
        margin-right: 10px;
    }
    .coming-soon .countdown > li span {
        font-size: 20px;
    }
    .bg-xs-none {
        background-image: none !important;
    }
    .pos-sm-r {
        position: relative;
        top: inherit;
        transform: inherit;
    }
    #mailchimpModal .modal-body {
        padding: 1rem;
    }
    .ml-7,
    .mx-7 {
        margin-left: 1rem;
    }
    .mr-7,
    .mx-7 {
        margin-right: 1rem;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link:after {
        display: none;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link {
        margin: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px #eaeaea solid;
    }
    .nav-tabs.nav-tabs-div .nav-link.active,
    .nav-tabs.nav-tabs-div .nav-link:focus,
    .nav-tabs.nav-tabs-div .nav-link:hover {
        border-bottom: 1px solid #ff324d;
    }
    .tab nav.mb-5 {
        margin-bottom: 1rem !important;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 2rem 15px 2rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .view-filter {
        width: 150px;
    }
    .sort-filter {
        width: 100%;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        margin-right: 0;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        padding: 15px 0 15px 0;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .login .store-name {
        font-size: 56px;
        letter-spacing: -2px;
    }
    .coming-soon-page .countdown > li {
        min-width: auto;
        width: 100%;
        padding: 20px 10px;
    }
    .error-page h2 {
        font-size: 120px;
    }
    .header-2 .search-block {
        border: 0;
        border-top: 1px solid #eee;
    }
    .header-2 .search-block .form-control {
        padding: 0;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .hot-deal h2 {
        font-size: 36px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .header-5 .header_list {
        display: none;
    }
    .banner-3 h1 {
        font-size: 44px;
    }
    .product-block-div .owl-carousel.owl-2 .owl-nav {
        top: -25px;
        right: 18px;
    }
    .header-5 .cart-d [data-cart-items]::before {
        top: -10px;
        right: -0.4rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .video-bg h2 {
        font-size: 40px;
    }
}

.text-muted {
    color: #a29d9d !important;
}

.text-white {
    color: #363333 !important;
}

.cart-page .text-muted {
    color: #fff !important;
}

.rating .fa {
   color: #d0a369;
    font-size: 16px;
}
.navbar .navbar-nav > li .dropdown-menu a:hover {
    font-weight: 600;
    font-size: 13px;
    position: relative;
    color: #292b2c;
}

.custom_cart {
    margin-top: 30px;
}
.custom_search {
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_icon {
    margin-top: 15px;
}
.right-nav a {
    font-size: 15px;
    font-family: Space Grotesk, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    color: #1f1f1f;
    text-decoration: none;
}
.bg_footer .text-muted {
    color: #fff !important;
}
.bg_footer {
    /*background-image: url(../img/banner2.jpg);*/
    background-size: cover;
    background-position: center;
    background-color: #131a22;
}
.footer_copy_right {
    padding: 20px 15px;
    border-radius: 10px;
}

.footer-box .mr-4,
.mx-4 {
    margin-right: 1rem !important;
}

.footer_copy_right_text {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.sub_cat_title a {
    font-size: 14px !important;
    margin: 0px;
    color: #292b2c !important;
    font-weight: 700 !important;
}

/*custom css by rohit singh*/
.my_footer_pay_icon li a img {
    width: 50px;
    height: 25px;
}
/*.outer_offer_banner_box {*/
/*    border-radius: 50%;*/
/*    height: 190px;*/
/*}*/
/*.outer_offer_banner_box img {*/
/*    height: 100%;*/
/*}*/
.outer_offer_banner_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.outer_offer_banner_box img {
    width: 100%;
}
.inner_banner_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.inner_banner_box .offer_title {
    margin-top: 75%;
    color: #fff;
}
.inner_banner_box p {
    text-align: center;
}
.inner_banner_box .my_view_btn {
    background: #fff;
    color: #292b2c;
    border: 0px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.inner_banner_box .my_view_btn:hover {
    background: #7c2776;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease;
}
.collections-item {
    width: 100%;
    height: auto; /* margin-bottom: 10px; */
}
.collections-item img {
    width: 100%;
    height: 250px;
}

/*.collections-item {*/
/*    box-shadow: 1px 1px 5px #9e9e9ed1;*/
/*    border-radius: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/
.content {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2px 10px;
    background: transparent;
    border: 1px solid #e5e5e5;
}
.content h6 {
    margin-top: 10px;
    line-height: 17px;
}
.content h6 a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.o_p {
    color: #2e8203;
    margin-left: 11px;
    font-size: 16px;
}
.r_p {
    color: #f00;
    margin-left: 11px;
    font-size: 16px;
}

.bellow_offer .inner_banner_box {
    background: #292b2c0008a;
}
.show_notif {
    background: #66623d;
    padding: 5px 0;
    position: relative;
}
.get_a_quote_bg {
    background: #fff;
    margin-top: 5%;
    padding: 20px;
    border-radius: 10px;
}
.get_a_quote_bg .form-group label {
    color: #66623d;
}
.get_a_quote_bg h3 {
    border-bottom: 2px dotted #66623d;
    padding-bottom: 10px;
    margin-bottom: 14px;
    color: #66623d;
}
.my_req_btn {
    margin-top: 15px;
    background: linear-gradient(90deg, rgba(132, 131, 67, 1) 0%, rgba(102, 98, 61, 1) 52%, rgba(132, 131, 67, 1) 100%);
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.my_c_btn {
    padding: 6px 6px;
}

/*custom code by rohit singh socail media share css*/
.prod_page {
    padding-top: 25px;
}
.product-details .like-icon {
    padding-top: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.product-details .like-icon a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 3px;
    text-transform: capitalize;
}
.product-details .like-icon a i {
    padding-right: 5px;
    margin-right: 5px;
}
.product-details .like-icon a.facebook {
    background-color: #3b5999;
}
.product-details .like-icon a.twitter {
    background-color: #1da1f2;
}
.product-details .like-icon a.whatsapp {
    background-color: #03a84e;
}
.product-details .like-icon a.linkedin {
    background-color: #0354a8;
}

/* product customized panel */
.my_customized_panel {
    border: 1px solid #ff324d;
}
.my_customized_panel .card-header {
    background: #ff324d;
    color: #fff;
    padding: 10px;
}
.my_customized_panel .inst_body h4 {
    font-size: 18px;
}
.my_customized_panel .inst_body p {
    font-size: 13px;
    margin: 0px;
    margin-top: 5px;
    color: #171212;
}
.cutom_button {
    background: #ff324d;
    color: #fff;
    padding: 5px;
    border: 0px;
    margin-bottom: 10px;
}
.tit span {
    border-bottom: 4px dotted #292b2c;
    padding-bottom: 10px;
}
.quotation_btn {
    background: #f4bb02;
    color: #6c0a19;
    border-radius: 10px;
    font-weight: 600;
}

.show_request_form {
    background-color: rgba(51, 76, 30, 0.5);
    height: 100%;
    width: 100%;
    z-index: 99991;
    background-size: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0px;
    display: none;
}
.show_request_form .form-group {
    margin-bottom: 5px;
}
.main_banner_outer {
    background-size: cover;
    height: 400px;
}
.banner_outer {
    height: 400px;
}
.quote {
    margin-top: 18%;
    float: right;
    margin-right: 500px;
}
.bg-light-41 {
    background-color: #fcea88;
}
.quotation_btn a {
    background: #fff;
    color: #292b2c;
    border-radius: 0px;
}

@media only screen and (max-width: 600px) {
    .notiif_mobile {
        display: block;
        background: #158bab;
        padding: 5px;
    }
    .show_now_btn {
        padding: 5px 10px !important;
    }
    .notiif_mobile p {
        color: #fff;
        margin: 0px;
        text-align: center;
        line-height: 16px;
        font-size: 14px;
    }

    .footer_copy_right {
        margin-top: 0px;
        width: 100%;
        margin-left: 1px;
    }
    .list-inline .mb-0 .my_footer_pay_icon li {
        display: inline-block;
    }
    .my_footer_pay_icon li a img {
        width: 46px;
        height: auto;
    }
    .mr-3,
    .mx-3 {
        margin-right: 3px !important;
    }
    .small,
    small {
        font-size: 12px;
        font-weight: 400;
    }
    .o_p {
        color: #2e8203;
        margin-left: 1px;
        font-size: 12px;
    }
    .bg-light-4 {
        background-size: 100% 100%;
        height: auto;
    }
    .quote {
        margin-top: 10% !important;
        float: right;
        margin-right: 0px;
    }
    .quotation_btn {
        background: #ff324d;
        color: #fff;
        border-radius: 16px;
        font-weight: 600;
        font-size: 15px;
        padding: 5px 11px;
    }
    .form-control {
        height: 2rem;
        font-size: 0.9rem;
        padding: 0.375rem 0.85rem;
    }
    .bg-light-41 {
        height: 400px;
        background-color: #cac883;
        padding-top: 25px;
    }
    .tit {
        font-size: 21px;
    }
    .hot-deal-1 p {
        font-size: 14px;
        color: #111010;
        line-height: 21px;
    }
    .decrease {
        margin-top: -2px !important;
    }
    .collections-item img {
        width: 100%;
        height: auto;
    }
    .img-safty {
        width: 100%;
        padding-bottom: 50px;
    }
    .arrival {
        margin-top: -25px !important;
    }
    .all-product {
        margin: 0px auto;
        background: #848343;
        border-color: #848343;
        width: 215px !important;
        letter-spacing: 2px !important;
        text-transform: capitalize;
    }
    .c1 {
        padding-bottom: 37px !important;
    }
    .c2 {
        padding-bottom: 0px !important;
    }
   .c3 {
    margin-left: 0px!important;
    margin-right: 0px!important;
    }
    .c4 {
        padding-bottom: 19px !important;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}

.c1 {
    padding-bottom: ;
}
.c2 {
    padding-bottom: ;
}
.c3 {
    padding-bottom: ;
}
.c4 {
    padding-bottom: 50px;
}
.promise {
    padding: 0px;
}
.safty {
    padding-bottom: 20px;
    margin: 0px auto;
    font-weight: 600;
}
.all-product {
    margin: 0px auto;
    background: #158bab;
    border-color: #158bab;
    width: 290px;
    letter-spacing: 4px;
    text-transform: capitalize;
}
.decrease {
    margin-top: ;
}
.my_gap {
    margin-top: 15px;
}
.outer_slider {
    position: relative;
}
.white-f {
    color: #fff;
    padding-top: 5px;
}
.head-bg {
    background: #f9c80e;
}
.heading h2 {
    font-size: 30px;
    font-family: math;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}

/*.light_effect{
            height: 60px;
    width: 100%;
    position: absolute;
    top: 0px;
    background-image: url(../img/light-blub.gif);
    z-index: 999;
}*/

.left-cate .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0;
    line-height: 35px;
}
.left-cate ul {
    /*list-style: disc;*/
    display: block;
}
.left-cate .dropdown-menu {
    border: 0 !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%) !important;
    padding: 0 0 0 0px !important;
    font-size: 13px;
    word-break: break-word;
    color: #177069;
    min-width: 100% !important;
}
.left-cate .dropdown-menu li a {
    color: #042864;
    font-weight: 600;
    line-height: 30px;
}
.left-cate ul li {
    border: 1px solid;
    border-bottom: 0;
}
.left-cate .dropdown-menu li {
    border-left: 0;
    border-right: 0;
}

.left-cate ul li {
    padding-left: 12px;
}
.left-cate .dropdown-menu {
    margin-left: -12px;
}
.left-cate > ul {
    border-bottom: 1px solid;
}
.text-strip {
    background: #ededed;
    padding: 15px 20px;
}
.text-strip h5 {
    margin: 0px auto;
}

.box:hover {
    cursor: pointer;
}

.box__caption:hover {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}

.box:hover img {
    transform: scale(1);
    filter: blur(2px) brightness(80%);
}

.box__img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 250ms ease-in-out;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #cfcece;
    border-radius: 5px;
}

.box__caption {
    color: white;
    line-height: 1.25;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -30%, 0);
    transition: all 250ms ease-in-out;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 50%;
    left: 50%;
}
.heading span {
    margin: 0px auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}
.ccinner p {
    text-align: left !important;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.page-content {
    margin-top: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.footer1 {
    padding:40px 10px 50px;
    border-bottom: 1px solid #fff;
        margin: 0;
}
.bg-black {
    background: #131a22;
}
.gal-item {
    overflow: hidden;
    padding: 8px;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
}
.box img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.team-image {
    width: 100%;
    background: #555;
    margin-bottom: 30px;
    position: relative;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
.customh44 {
    font-weight: 700;
    font-style: normal;
    position: absolute;
    bottom: 67px;
    padding: 5px 20px;
    text-shadow: 2px 2px 4px #333;
}
.btn--inverse {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}
.shop-button {
    text-align: left;
}
.item-descr {
    padding: 0px 40px;
}
.hero-section {
    position: relative;
    overflow: hidden;
    height: 60vh;
    align-items: center;
    display: grid;
    margin-top: 20px;
}
.shop-col img {
    width: 100%;
}
.banner-main-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.position-absolute {
    position: absolute !important;
}
.banner-main-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28288a;
}
.banner-main-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.position-relative {
    z-index: 9;
}
.banner-main .page-title {
   margin-bottom: 5px;
    font-size: 48px;
    /*margin-top: 30px;*/
    color: #fff;
    line-height: 60px;
    letter-spacing: 2px;
    opacity: 1;
}
.single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.single-blog-img img {
    width: 100%;
}

.blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 34px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 30px;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h4 {
    color: #212121;
}
.blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.blog-content h4 a:hover {
    color: #ffca00;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.author {
    margin-bottom: 60px;
}
.meta-post span a {
    color: #696969;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meta-post span:last-child {
    padding-right: 0;
}
.exerpt {
    line-height: 28px;
    color: #696969;
    margin-bottom: 37px;
}
.btn-two {
    color: #292b2c;
    color: #333;
    border: 1px solid;
    border-color: #e8e8e1;
    border-color: #333;
    background-color: transparent;
    padding: 8px 14px;
    background-position: 150% 45%;
    min-width: 90px;
}

@media only screen and (max-width: 600px) {
    .navbar-brand {
        top: 50%;
    }
    .hero-section {
        height: 600px;
    }
    .banner-main .page-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: 2px;
    opacity: 1;
    }
    .product-card img {
        height: auto;
        width: 100%;
    }
    .commontext{
        padding: 0px 20px;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .link-title {
    color: #333;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
}
.breadcrumb-item .link-title{
    color: #d0a369!important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.subscribe-area {
    border-top: 1px solid #333;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}
.subscribe-text {
    text-align: center;
}
.subscribe-text span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}
.subscribe-text h2 {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #333;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
    background: #333;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.sticky-footer {
    display: none;
    height: 58px;
    background: #0c0c0ceb;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-top: 5px;
    width: 100%;
    z-index: 999;
    opacity: 1;
}
.col-fmenu {
    width: 20%;
}
.foofm {
    text-align: center;
}
.foofm i {
    color: #fff;
    font-size: 18px;
}
.foofm p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0px;
}
.wht-font {
    color: #fff;
}
.hide-lg{
    display:none;
}
@media (max-width: 767px) {
    .sticky-footer {
        display: block;
    }
    .gods-s ul {
    display: flex
;
    position: relative;
    left: 10%!important;
    align-items: center;
    margin-bottom: 30px;
}
    .banner-heading1{
        font-weight: 700;
        font-size: 40px!important;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        color: #000 !important;
        font-family: fantasy!important;
        margin: 10px 0px 0;
}
    section.banner-mission.pos-r.p-0 {
    background-image: url(../../assets/images/mission.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left!important;
}
    .banner-heading{
    font-weight: 100!important;
    font-size: 40px!important;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    font-family: fantasy!important;
    margin: 1rem 0 0;
}
    /*.mbllgoss img*/
    /*{*/
    /* filter: invert(1);*/
    /*}*/
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        display: inline-flex!important;
    }
    h2.text-center.speedy-c {
    color: #fff !important;
    font-size: 24px !important;
}
    .abtss-b img {
    margin-top: 0px!important;
    border:3px dashed #000;
}
    .quick {
        display: none;
    }
    .abts-b img {
    margin-top: 0px!important;
}
    .abts-b h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-left: 0px!important;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    section.gift-section {
    padding: 20px 10px!important;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .product-grid1 {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid white;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    background: #1c3360;
    margin: 10px 20px!important;
}
    .marquee-head h3 {
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #fff;
    font-family: math;
}
.abt-head h3 {
    margin: 10px 0px;
    line-height: 25px!important;
    padding: 0px 0px;
    font-size: 20px;
    border-bottom: 1px solid #000;
    font-family: math;
    font-weight: 600;
    text-transform: capitalize;
}
   
    .footer_copy_right {
        padding: 15px 0px 80px;
        border-radius: 10px;
        text-align: center;
    }
    .heading {
        padding-bottom: 0px;
    }

    .banner {
        height: 250px;
        width: 100%;
    }
    .text-view h4 {
        text-align: center;
    }
    .text-view p {
            text-align: right;
    padding-top: 28px;
    }
    .hide-lg{
    display:block;
}
}
.navbar-toggler > span:before {
    content: "\f00d";
    color: black;
}
.navbar-toggler.collapsed > span:before {
    content: inherit;
}
.navbar-toggler > span {
    background-image: inherit !important;
}

.navbar-toggler.collapsed > span {
    background-image: url(../img/dropdown.png) !important;
}

/*@media (max-width: 900px) {*/
/*    .navbar-brand img {*/
/*    margin-left: 20px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 600px) {
.pas {
    padding: 0px !important;
}
.navbar-brand img {
    padding:0px!important;
    width: 100%;
    height: 100%;
}
}

@media only screen and (max-width: 600px) {
    .btn-primary {
    width: 100%;
}
.btn-dark{
    width: 100%;
}
    .mb-phone{
        height: 140px!important; 
        width: 100%!important;
    }
    .card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 199px;
    width: 100%;
}
    .hero-section1 {
    height:30vh!important;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .rating .fa {
    color: #d0a369;
    font-size: 12px;
}
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: 400px;
    }
    a,
    .dropdown-item,
    .dropdown-toggle:after,
    .dropdown-menu a:before,
    .hover-translate,
    .btn-animated:before,
    .product-card,
    .card-body,
    .product-link,
    .insta-icon,
    .accordion .card-header a:before {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .rounded-0 {
        border-radius: 0 !important;
    }
    .card {
        padding: 0.5px!important;
        border: none !important;
    }
    .product-card img {
        height: 200px;
        width: auto;
        margin: 0px auto;
        display: block;
        text-align: center;
        border: 1px solid #a1a1a1;
    }
    .navbar-toggler {
        background: none;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
    }
    .navbar-brand {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    padding: 0;
    }
    .container {
        padding: 0px !important;
    }
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 5px 10px;
        background: #ededed75;
    }
    .shop-col img {
    width: 100%;
    height: 200px;
}
}

.blink {
    padding: 15px 15px 0px;
    text-align: center;
    margin: 0px auto;
}
.b-text {
    font-size: 25px;
    font-family: cursive;
    color: white;
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-main-overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28280d;
}
.hero-section1 {
    position: relative;
    overflow: hidden;
    height: 75vh;
    align-items: center;
    display: grid;
    /* margin-top: 20px; */
}

.mobile-logo{
    color: #d4ad78;
    font-size: 30px;
    text-align: center;
    font-family: ui-monospace;
    letter-spacing: 1px;
    padding: 0px 24px;
    margin-top: 35px;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border: 1px solid #fff;
}
.rounded-0{
    padding: 0.5px!important;
}
.recently{
    height: 234px!important;
    width: 100%!important;
}
.breadcrumb-item.active {
    color: #d0a369!important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.mt-30{
    margin-top:30px;
}

.la.la-facebook {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-instagram {
    font-family: 'Line Awesome Brands';
    font-weight: 600;
    color: #9c27b0;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-twitter {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-whatsapp {
    font-family: 'Line Awesome Brands';
    font-weight: 500;
    color: #4caf50;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-pinterest {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #e91e63;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.card.card--default {
    border: 1px solid #d7d2d2!important;
    box-shadow: 1px 1px 10px #cdcbcbc7!important;
}

.list-group-item.active {
    background-color: #d0a369;
    border-color: #d0a369;
}
section.products-section {
    background: #f4d9ce80;
    padding: 40px 0px;
}
p.offer_title a {
    color: #fff;
    font-family: math;
}.page-contentss {
    padding: 40px 0px;
}
.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}
.newsletter h3 {
    font-size: 30px;
    font-family: math;
    font-weight: 600;
}
section.bg-img.text-center {
    background-image: url(../../assets/images/image70.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.newsletter h6 {
    margin-bottom: 16px;
    margin-top: 2px;
}
.form-subscribe .form-control {
    background-color: hsl(0deg 0% 84.25%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.btn-lg {
    height: 50px;
    padding: 5px 31px 4px;
}
.btn-success {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid .title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family:math;
    text-transform: capitalize;
    margin: 0;
}
.product-grid .product-image img {
    width: 100%;
    height: auto;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid {
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px;
    padding: 10px 10px;
}
section.p-section {
    padding: 30px 0px;
}

.col-md-8.bg-side {
    background: #b9747a;
    margin-left: -11px;
}
.abts-b p {
    margin-top: 40px;
    color: #fff;
    font-family: math;
    font-size: 16px;
    font-weight: 600;
}
@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Spartan:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("http://fonts.cdnfonts.com/css/league-spartan");
body {
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #042825;
    overflow-x: hidden;
}
.page-wrapper {
    overflow-x: hidden;
}
.notiif_mobile {
    display: none;
}
.mobile_show_t {
    display: none;
}
.show_now_btn {
    background: #6c0a19;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.5;
}
h1,
.h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}
h2,
.h2 {
    font-size: 36px;
    line-height: 38px;
}
h3,
.h3 {
    font-size: 30px;
    line-height: 26px;
}
h4,
.h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: math;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 27px;
}
h6,
.h6 {
    font-size: 18px;
    line-height: 28px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500;
}
p {
   color: #333;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;

}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

ul {
    margin: 0px;
    padding: 0px;
}
.text-large {
    font-size: 3rem;
    line-height: 3.5rem;
}
.text-small {
    font-size: 0.9rem;
}
a {
    color: #1e4176;
    font-weight: 600;
    font-stretch: expanded;
}
a:hover {
    color: #f85438;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:focus,
:active,
:after {
    outline: none;
}
.dropdown-item.active,
.dropdown-item:active {
    background: none;
    color: inherit;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

/* ------------------------
2. Transition
------------------------*/
a,
.dropdown-item,
.dropdown-toggle:after,
.dropdown-menu a:before,
.hover-translate,
.btn-animated:before,
.product-card,
.card-body,
.product-link,
.insta-icon,
.accordion .card-header a:before {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hover-zoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/* ------------------------
3. Font Weight
------------------------*/
.font-w-3 {
    font-weight: 300;
}
.font-w-4 {
    font-weight: 400;
}
.font-w-5 {
    font-weight: 500;
}
.font-w-6 {
    font-weight: 600;
    font-size: 24px;
    font-family: math;
}
.font-w-7 {
    font-weight: 700;
}
.font-w-8 {
    font-weight: 800;
}
.font-w-9 {
    font-weight: 900;
}
.line-h-normal {
    line-height: normal;
}
.line-h-1 {
    line-height: 1.5;
}
.line-h-2 {
    line-height: 1.6;
}
.line-h-3 {
    line-height: 1.7;
}
.line-h-4 {
    line-height: 1.8;
}
.line-h-5 {
    line-height: 1.9;
}
.letter-space-1 {
    letter-spacing: 5px;
}
.letter-space-2 {
    letter-spacing: 10px;
}
.letter-space-3 {
    letter-spacing: 15px;
}
.txt-transform {
    text-transform: uppercase;
}

/* ------------------------
4. Left-Right Alignment
------------------------*/
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-50 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.top-50 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/* ------------------------
5. Pre Loader
------------------------*/
#ht-preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.clear-loader {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
.loader span {
    width: 20px;
    height: 20px;
    background-color: #f85438;
    border-radius: 50%;
    display: inline-block;
    animation: motion 3s ease-in-out infinite;
}
.loader p {
    color: #fe4c1c;
    margin-top: 5px;
    font-size: 30px;
    animation: shake 5s ease-in-out infinite;
}

/* ------------------------
6. Button
------------------------*/
.btn {
    font-weight: 500;
    padding: 0.7rem 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 3px;
}
.btn:hover {
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #ff324d;
}
.btn-sm {
    padding: 0.35rem 0.7rem;
    font-size: 0.9rem;
}
.btn-primary {
    color: #fff;
    background-color: #098bc7;
    border: none;
    /* border-bottom: 3px #a06d33 solid; */
}
.btn-dark{
    color: #fff !important;
    background-color: #1c1d1e !important;
    border: none!important;
    border-bottom: 3px #0972a0 solid !important;
}
.btn-yellow {
    background: #fdd922;
    border: 1px solid #e0bc27;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0;
}
.btn-yellow.btn i {
    color: #333;
    font-size: 16px;
}
.btn-green {
    color: #fff;
    background-color: #83b14f;
    border: none;
    border-bottom: 3px #72a439 solid;
}
.btn-blue {
    color: #fff;
    background-color: #157ed2;
    border: none;
    border-bottom: 3px #0f6cb2 solid;
}
.btn-pink {
    color: #fff;
    background-color: #292b2c;
    border: none;
    border-bottom: 3px #292b2c solid;
}
.btn-pink-bg {
    color: #fff;
    background-color: #e20063;
    border: none;
    border-radius: 0;
}
.btn-red-1 {
    color: #fff;
    background-color: #d23b3b;
    border: none;
    border-bottom: 3px #c02a2a solid;
}
.btn-red-2 {
    color: #fff;
    background-color: #c33;
    border: none;
    border-bottom: 2px #b12d24 solid;
}
.btn-dark-black {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #17191a solid;
    height: 2.8rem;
}
.btn-dark-black:hover {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-brown {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
    height: 2.8rem;
}
.btn-brown:hover {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}
.btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ff324d;
    border-color: #eb1f3a;
}
section{
    padding-top: 0px;
}
.header-2 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-2 .btn-secondary:hover {
    color: #fff;
    background-color: #f85438;
    border-color: #e24125;
}
.header-5 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-5 .btn-secondary:hover {
    color: #333;
    background-color: #fdd922;
    border-color: #dbb90e;
}
.header-3 .btn-secondary:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.header-1.dark-text-div .btn-secondary:hover {
    color: #fff;
    background-color: #c33;
    border-color: #b73027;
}
.header-1.white-row .btn-secondary {
    border: none;
    border-radius: 0;
}
.header-1.white-row .btn-secondary:hover {
    background: #e20063;
}
.btn-yellow-dark {
    color: #333;
    background-color: #fdd922;
    border-bottom: 2px #dbb90e solid;
}
.btn-yellow-dark:hover {
    color: #333;
}
.btn-outline-primary {
    color: #fe4c1c;
    border-color: #fe4c1c;
}
.btn-outline-primary:hover {
    background-color: #f85438;
    border-color: #f85438;
}

.btn-dark:hover {
    background-color: #ff324d;
    border-color: #eb1f3a;
}
.btn.focus,
.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
button:focus {
    outline: none;
}
.btn i {
    font-size: 19px;
    margin-top: -0.1875rem;
    vertical-align: middle;
}
.btn.btn-sm i {
    font-size: 18px;
}
.header-2 .btn-search {
    border: none;
    background: none;
    padding-right: 0px;
}
.header-2 .btn-search i {
    font-size: 22px;
    transform: rotate(-90deg);
    color: #445a69;
}
::placeholder {
    color: red;
    opacity: 1;
}
.btn-red {
    color: #fff;
    background-color: #ed6663;
    border: none;
    border-bottom: 3px #e8524e solid;
}
.btn-gray {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-gray:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.dark-btn {
    background: #2a2a2a;
    border: none;
    border-radius: 0px 3px 3px 0px;
}
.btn-orange {
    color: #fff;
    background-color: #f85438;
    border: none;
    border-bottom: 2px #e24125 solid;
}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle,
.btn-orange:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}

/* ------------------------
7. Text Color
------------------------*/
.text-dark {
    color: #042825 !important;
}
.text-primary {
    color: #ff324d !important;
}
.text-muted {
    color: rgb(249 251 253) !important;
}
.text-grey {
    color: #a9a9a9 !important;
}
.text-grey-dark {
    color: #666;
}
.text-link {
    color: #445a69;
}
.text-green {
    color: #83b14f;
}
.text-yellow {
    color: #ffdd35;
}
.text-black {
    color: #111;
}
.text-pink {
    color: #ffffff;
}
.text-red {
    color: #d23b3b;
}
.text-brown {
    color: #b38741;
}
.text-yellow-1 {
    color: #fbd13d !important;
}
.text-red-1 {
    color: #c33;
}
.text-pink-1 {
    color: #e20063;
}
.text-orange {
    color: #fe4c1c;
}
.text-yellow-dark {
    color: #ffcc33;
}
.text-aqua-dark {
    color: #24d3ce;
}

/* ------------------------
8. Background
------------------------*/
.bg-primary {
    background-color: #fe4c1c;
}
.bg-light {background-image: url(../../assets/images/inner-bg.jpg);background-position: center;background-size: cover;padding: 70px 0px;}
.bg-black {
    background-color: #111;
}
.bg-light-body {
    background-color: #f5f5f5;
}
.bg-dark {
    background-color: #445a69 !important;
}
.bg-dark-1 {
    background-color: #2a2a2a !important;
}
.bg-dark-2 {
    background-color: #373232;
    background-image: url(../images/kids/bg/footer-bg.png);
    background-position: 10vw -10px;
    background-repeat: no-repeat;
    background-size: 60% auto;
}
.bg-dark-3 {
    background: #232628 !important;
}
.bg-white-row {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}
.banner-bg {
    background-color: #f4f4f4;
}
.bg-light-1 {
    background-color: #f5f5f5;
}
.bg-light-2 {
    background-color: #ffece5;
}
.bg-light-3 {
    background-color: #f0f3ec;
}
.bg-light-4 {
    background-color: #292b2c000;
}
.order-details h3 {
    color: #fff;
}
.order-table .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}
.custom-control-label {
    color: #fff;
}
.payment-box {
    color: #fff;
}
.bg-light-4 .text-muted {
    color: #0026b1 !important;
}
.bg-pink-light {
    background-color: #fee5f0;
}
.bg-pink {
    background-color: #f85c92;
}
.bg-green-row {
    background-color: #83b14f;
}
.bg-dark-grey {
    background: #252932;
}
.bg-blue {
    background: #157ed2;
}
.bg-yellow {
    background: #fdd922;
}
.dark-yellow {
    background: #fdaa1b;
}
.dark-red {
    background: #d8373e;
}
.dark-red-bg {
    background: #ff6464;
}
.dark-red-bg1 {
    background: #d23b3b;
}
.dark-red-bg2 {
    background: #c33;
}
.bg-brown {
    background: #b38741;
}
.dark-aqua-bg {
    background: #24d3ce;
}
.dark-yellow-bg {
    background: #ffcc33;
}
.bg-pink-btn {
    background-color: #ff324d;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.bg-aqua-btn {
    background-color: #069e96;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.bg-orange-btn {
    background-color: #ff7825;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.yellow-bg-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.yellow-bg-btn:hover {
    color: #333;
}
.white-bg-btn {
    background: url(../images/kids/bg/btn_white.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.white-bg-btn:hover {
    color: #333;
}
.pink-bg {
    background: #e20063;
}
/* ------------------------
9. Badge
------------------------*/
.badge-dark {
    background-color: #042825 !important;
}
.badge-primary {
    background-color: #fe4c1c !important;
}
.badge-primary-soft {
    color: #fe4c1c;
}
.badge-primary-soft {
    background-color: rgba(254, 76, 28, 0.1);
    color: #fe4c1c;
}

/* ------------------------
10. Icon
------------------------*/
.ic-1x {
    font-size: 1rem;
}
.ic-1-1x {
    font-size: 1.5rem;
}
.ic-1-2x {
    font-size: 1.2rem !important;
}
.ic-2x {
    font-size: 2rem;
}
.ic-3x {
    font-size: 3rem;
}
.ic-5x {
    font-size: 5rem;
}
.ic-7x {
    font-size: 7rem;
}

/* ------------------------
11. Shadow
------------------------*/
.shadow-primary {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 10px 45px 5px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}

/* ------------------------
12. Header
------------------------*/
.header-1 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #ebebeb70;
}
marquee {
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 5px 0px;
}
.header-6 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-7 {
    box-shadow: none;
}
.header-10 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-10 #header-wrap {
    padding: 8px 0;
    position: relative;
}
.header-1.header-7 #header-wrap {
    padding: 0;
}
.header-1.dark-text-div .ddcommon .ddlabel {
    color: #666;
    font-weight: 400;
}
.header-1.dark-text-div .ddArrow::before {
    color: #666;
}
.header-1.dark-text-div .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-1.dark-text-div small {
    font-weight: 400;
}
.header-10 .ddcommon .ddlabel {
    color: #333;
    font-weight: 500;
}
.header-10 .ddArrow::before {
    color: #666;
}
.header-10 .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-10 small {
    font-weight: 400;
}
.header-10 .call-info .language-selection {
    border: none;
    margin: 0;
}
.header-10 [data-cart-items]::before {
    background: #b38741;
}
.header-10 .search_trigger i {
    color: #333;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-10 .navbar-nav .nav-item {
    margin: 0 14px;
}
.header-10 .navbar-light .navbar-nav .nav-link.active,
.header-10 .navbar-light .navbar-nav .nav-link:focus,
.header-10 .navbar-light .navbar-nav .nav-link:hover,
.header-10 .navbar-light .navbar-nav .show > .nav-link {
    color: #b38741;
}
.header-10 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.header-10 .navbar-nav .nav-link {
    line-height: 2.5rem;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header-10 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-10 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-10 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-10 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-10 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-10 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-10 .search_wrap .form-control {
    border: none;
    border-bottom: 2px solid #333;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 0;
}
.header-10 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-10 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-10 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 25px;
}
.header-10 .right-nav a i {
    font-size: 26px;
    color: #333;
}
.header-1.dark-text-div .call-info .language-selection {
    border-color: rgba(0, 0, 0, 0.1);
}
.header-7 .navbar {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 0px 25px;
}
.header-7 .navbar-nav .nav-link {
    line-height: 5rem;
}
.site-header.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.site-header.navbar-dark .navbar-nav .nav-link:focus,
.site-header.navbar-dark .navbar-nav .nav-link:hover {
    color: #f85438;
}
.header-1 .small,
.header-1 small {
    font-weight: 500;
}
.header-1 #header-wrap {
    background: none;
    padding: 14px 0 14px;
    position: absolute;
    right: 16%;
    top: 48%;
}
.header-1 .navbar-nav .nav-item {
    margin: 0px 6px;
}
.header-6 .small,
.header-1 small {
    font-weight: 500;
}
.header-6 #header-wrap {
    padding: 10px 0;
    position: relative;
}
.header-6 .navbar-nav .nav-item {
    margin: 0 10px;
}
.header-6 .cart_buttons .view-cart,
.header-6 .cart_buttons .checkout {
    padding: 8px 25px !important;
}
#header-wrap {
    position: relative;
    background: #fafafa;
}
.header-2 #header-wrap {
    padding: 20px 0;
}
#header-wrap.fixed-header {
    padding: 12px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #000000;
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.09) !important;
    animation: smoothScroll 1s forwards;
}
.header-3 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-4 {
    z-index: 100;
    position: absolute;
    width: 100%;
}
.header-4 .header-inner {
    background: #fff;
}
.header-4 .logo {
    width: 22%;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    display: block;
    line-height: 105px;
    float: left;
    padding-right: 25px;
    padding-left: 20px;
    margin-top: -50px;
    background: #88be4c;
    height: 116px;
    margin-right: 15px;
}
.header-5 {
    background: #157ed2;
}
.header-5 #header-wrap {
    background: #0f6cb2;
    padding: 0;
}
.header-5 #header-wrap.fixed-header {
    background: #0f6cb2;
}
.top-offer-text {
    background: #222;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
}
.top-offer-text1 {
    background-color: #b38741;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
}
.top-offer-text1 span {
    color: #fff;
    font-weight: 700;
}
.top-offer-text-pink {
    background: #e20063;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}
.top-offer-text span {
    color: #c33;
    font-weight: 700;
}
.header-5 #header-wrap .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 18px;
}
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
.header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
    background: #085b9a;
}
.header-5 #header-wrap .navbar .dropdown .nav-link::after {
    display: none;
}
.header-5 .form-inline .custom-select,
.form-inline .input-group {
    width: 25%;
    border: none;
    border-right: 1px solid #e0e0e0;
    background: #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 20px;
    border-radius: 3px 0px 0px 3px;
}
.header-5 .navbar-nav .nav-item {
    margin: 0px;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child {
    margin-left: auto;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child .nav-link {
    color: #ffdd35;
    padding-right: 0;
    border: none;
}
.header-5 .navbar-nav {
    width: 100%;
}
.header-5 .header_list > li {
    color: #333;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0px 2px 15px;
    font-weight: 300;
}
.header-5 .header_list > li i {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 18px;
}
.header-5.icon_list > li {
    color: #333;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 10px 2px 0;
}
.header-5 .icon_list > li > i {
    font-size: 16px;
}
.header-5 .icon_list > li a {
    color: #fff;
}
.header-5 .header_list > li a {
    color: rgba(255, 255, 255, 0.8);
}
.header-5 .cart-d {
    padding: 0px 5px;
    background: #006cb4;
    border: 1px solid #24609c;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    height: 3rem;
    font-weight: 300;
    font-size: 14px;
}
.header-5 .cart-d [data-cart-items]::before {
    background: #fdd922;
    color: #333;
    top: 0.4rem;
    right: -1rem;
    top: 0.3rem;
    right: -1.2rem;
}
.header-5 .cart-d i {
    font-size: 14px;
    font-weight: 600;
}
.header-5 .cart-d .cart-details {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    line-height: 3rem;
    padding-left: 16px;
}
.header-6 .header-top {
    background: url(../images/kids/bg/watercolor-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-size: 100% 100%;
    height: 57px;
}

/* ------------------------
13. Navigation
------------------------*/
.navbar {
    padding: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 14rem;
    background: #ffffff;
    padding: 15px;
    border-bottom: 5px solid #000000;
    margin-top: 0;
    -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
}
.navbar .navbar-nav li > .dropdown-menu,
#navCatContent ul > li .dropdown-menu {
    /*display: block;*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
}
.navbar .navbar-nav li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}
#navCatContent ul > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;   
}
.navbar-brand {
    margin: 0;
    padding: 0;
    margin-left: -80px;
}
.navbar-brand img {
    padding: 0px 0px 10px;
    width: auto;
}
header .navbar-nav .nav-item {
    /* margin: 0 15px */
}
.navbar-nav .nav-link {
    color: #042825;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    line-height: 4rem;
}
.header-1 .navbar-nav .nav-link {
    text-transform: capitalize;
}
.header-1 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.header-2 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-3 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-4 .navbar .navbar-nav > li > a {
    color: #83b14f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
}
.header-4 .navbar .dropdown .nav-link::after {
    display: none;
}
.header-4 .dropdown-menu {
    border-radius: 0;
}
.header-4 small {
    font-size: 90%;
}
.header-1.white-row .navbar-nav .nav-link {
   line-height: 20px;
   font-weight: 600;
   color: #000000;
   font-family: math;
   letter-spacing: 0.5px;
   text-transform: uppercase;
}
.header-1 .navbar-light .navbar-nav .nav-link.active,
.header-1 .navbar-light .navbar-nav .nav-link:focus,
.header-1 .navbar-light .navbar-nav .nav-link:hover,
.header-1 .navbar-light .navbar-nav .show > .nav-link {
    color: #e86f10;
}
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link.active,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:focus,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:hover,
.header-1.dark-text-div .navbar-light .navbar-nav .show > .nav-link {
    color: #c33;
}
.header-3 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.header-4 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.navbar-dark #header-wrap.fixed-header {
    background: #7c2776 !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fe4c1c;
}
.navbar .navbar-nav > li:hover > a {
    color: #fe4c1c;
}
.header-1 .navbar .navbar-nav > li:hover > a {
    color: #ffffff;
}
.header-3 .navbar .navbar-nav > li:hover > a {
    color: #83b14f;
}
.header-4 .navbar .navbar-nav > li:hover > a {
    color: #ed6663;
}
.header-6 .navbar-nav .nav-link {
    text-transform: uppercase;
}
.header-6 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.header-6 .navbar-light .navbar-nav .nav-link.active,
.header-6 .navbar-light .navbar-nav .nav-link:focus,
.header-6 .navbar-light .navbar-nav .nav-link:hover,
.header-6 .navbar-light .navbar-nav .show > .nav-link {
    color: #ff324d;
}
.header-7 .navbar-light .navbar-nav .nav-link.active,
.header-7 .navbar-light .navbar-nav .nav-link:focus,
.header-7 .navbar-light .navbar-nav .nav-link:hover,
.header-7 .navbar-light .navbar-nav .show > .nav-link {
    color: #d23b3b;
}

.navbar .navbar-nav > li .dropdown-menu a {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.navbar .dropdown-menu a:hover:before {
    width: 10px;
}
.navbar .dropdown .nav-link::after {
    font-size: 0.7rem;
    margin-left: 5px;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #f6f6f6;
}

/* ------------------------
14. Dropdown cart
------------------------*/
.dropdown-menu.cart_box {
    width: 320px;
    position: absolute !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    display: block;
    transition: all 0.25s ease-in-out;
    padding: 0;
    top: 100% !important;
    left: auto !important;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1) !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
    border: none;
    border-radius: 0;
}

.cart_dropdown:hover .dropdown-menu.cart_box {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}

.cart_dropdown .dropdown-menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
}
.item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important;
    font-size: 11px;
}

.cart_list a.item_remove i {
    font-size: 20px;
}

.cart_list img {
    background-color: #ffffff;
    float: left;
    margin-right: 15px;
    max-width: 80px;
}
.cart_list a {
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    line-height: 19px;
    display: block;
}
.cart_quantity {
    color: #a9a9a9;
    display: table;
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.9rem;
}
.cart_total .cart_amount {
    float: right;
    color: #f32b56;
}
.cart_box .cart_list {
    width: 100%;
    padding: 0 !important;
    max-height: 242px;
    overflow-y: auto;
}
.cart_list li {
    display: inline-block;
    width: 100%;
}
.dropdown-menu .cart_list li a i {
    width: auto;
}
.cart_total {
    color: #445a69;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    text-align: right;
}
.cart_total strong {
    float: left;
    font-weight: 600;
}
.cart_buttons {
    margin: 0;
    padding: 10px 15px 20px;
    text-align: center;
}
.cart_buttons .view-cart,
.cart_buttons .checkout {
    padding: 8px 20px !important;
}

/* ------------------------
15. Side Nav
------------------------*/
.categories_wrap {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.categories_wrap .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #333;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    padding: 12px 18px 9px 18px;
    text-transform: uppercase;
    background-color: #fdd922;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.categories_wrap .head i {
    font-size: 22px;
    vertical-align: middle;
    line-height: 1.5em;
    margin-right: 5px;
}

#navCatContent ul {
    width: 100%;
    padding: 5px 0px;
}

#navCatContent li {
    list-style: none;
    padding: 0;
}

#navCatContent li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 11px 20px 12px 20px;
}

#navCatContent li a span {
    vertical-align: middle;
}

#navCatContent li .dropdown-menu a {
    padding: 0.3rem 1.5rem;
    font-weight: 400;
    color: #71787d;
}
#navCatContent li .dropdown-menu .nav-link::after {
    display: none;
}
#navCatContent li .dropdown-menu ul {
    padding: 0;
}
#navCatContent li .dropdown-menu ul li {
    margin: 0;
}
#navCatContent li .dropdown-menu ul li ul li {
    margin: 8px 0;
}

#navCatContent li a.dropdown-toggler::after {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0 none;
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 5px;
    vertical-align: middle;
    transform: rotate(-90deg);
}

#navCatContent li i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 8px;
}

#navCatContent ul li .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
    border: 0;
    min-width: 800px;
    width: 100%;
    right: 0;
    box-shadow: 10px 16px 49px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .header-1.white-row .navbar-nav .nav-link {
        color: #292b2c;
        font-size: 13px;
        font-weight: 600;
    }
    /*Header*/
    #header-wrap {
        padding: 15px 0;
    }
    #header-wrap.fixed-header {
        padding: 15px 0;
    }
    /*.navbar { justify-content: flex-end; width: 100%; position: relative !important; }*/
    .navbar {
        width: 100%;
        position: relative !important;
    }
    .header-7 .navbar {
        padding: 10px;
    }
    .header-7 .navbar .navbar-brand {
        left: 15px;
    }
    .navbar-brand {
        left: 60px;
        z-index: 1;
        margin-right: 0;
        position: absolute;
        top: 35%;
        padding: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .navbar-toggler {
        background: none;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin-right: 0px;
    }
    .site-header .navbar-nav ul {
        position: static;
    }
    .site-header .navbar-nav .nav-item {
        /* margin: 0; */
    }
    .site-header .navbar-nav .nav-link {
        padding: 10px !important;
        border-radius: 0;
    }
    .navbar-nav a .sub-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -0.7em 0.5em 0 0;
        border-radius: 0.25rem;
        padding: 0;
        width: 2em;
        height: 1.4em;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: center;
    }
    .navbar-collapse {
        border-radius: 0px;
        background: #ffffff;
        /* max-height: 400px;*/
        left: -1000px;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 65px;
        width: 70%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    }
    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 40%;
        right: 0;
        margin: -0.1rem 0.5em 0 0;
    }
    .site-header.navbar-dark .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
    }
    .site-header.navbar-dark .navbar-nav .nav-link.active,
    .site-header.navbar-dark .navbar-nav .nav-link:focus,
    .site-header.navbar-dark .navbar-nav .nav-link:hover {
        color: #fe4c1c;
    }
    .navbar .navbar-nav li > .dropdown-menu,
    #navCatContent ul > li .dropdown-menu {
        display: none;
    }
    .navbar-nav .nav-link {
        line-height: normal;
    }
    .navbar .navbar-nav li:hover > .dropdown-menu.show,
    #navCatContent ul > li:hover .dropdown-menu.show {
        display: block;
        box-shadow: none !important;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        box-shadow: none !important;
    }
}
@media (min-width: 992.98px) {
    .custom-drop {
        /*max-width: 500px;left: 50%;*/
        top: 85%;
    }
}
.categories .navbar-toggler {
    width: 100%;
    background: #042825;
    border: none;
    text-align: left;
    color: #ffffff;
    padding: 15px;
    height: auto;
}
.categories .navbar-toggler i {
    font-size: 2rem;
    margin-right: 7px;
}
.categories .navbar-nav .nav-link {
    background: #f5f9fc;
    padding: 10px !important;
}
.categories .navbar-nav .nav-link {
    background: #ffffff;
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-content {
    padding: 30px;
}
.right-nav a i {
    font-size: 26px;
    color: #445a69;
}
.header-1.white-row .right-nav a i {
   font-size: 25px;
    font-weight: 600;
    color: #333;
    border: 1px solid #333;
    padding: 4px;
}
.call-info {
    font-size: 18px;
}
.call-info .language-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
    margin-left: 15px;
}
.header-1 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
}
.header-3 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-4 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-6 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
    border: none;
}
.header-6 .offer-text small {
    font-weight: 500;
    font-size: 90%;
}
.header-6 .call-info .language-selection .ddcommon .ddlabel {
    color: #fff;
    font-weight: 600;
}
.call-info .language-selection img {
    width: 18px;
    border-radius: 999px;
}
.call-info .language-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.call-info .language-selection .dropdown-toggle::after,
.call-info .currency-selection .dropdown-toggle::after {
    font-size: 0.6rem;
    margin-left: 0.355em;
    border: none;
    content: "\f078";
    vertical-align: inherit;
    width: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d3d1d1;
}
.call-info .currency-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
}
.call-info .currency-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.offer-text span {
    color: #fe4c1c;
    border-bottom: 1px #fe4c1c dashed;
    cursor: pointer;
}
.header-1 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
.header-3 .offer-text span {
    color: #fff;
    border-bottom-color: #fff;
}
.header-4 .offer-text {
    margin-left: -8px;
}
.header-4 .offer-text span {
    color: #fff;
    border-bottom: none;
}
.header-6 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
#header-cart-btn {
    margin-right: 0.75rem;
}
[data-cart-items] {
    position: relative;
    display: inline-block;
}
[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -0.5rem;
    right: -0.05rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #fe4c1c;
    color: #fff;
}
.header-1 [data-cart-items]::before {
    background: #ff324d;
}
.header-3 [data-cart-items]::before {
    background: #83b14f;
}
.header-4 [data-cart-items]::before {
    background: #83b14f;
}
.header-6 [data-cart-items]::before {
    background: #ff324d;
}
.header-7 [data-cart-items]::before {
    background: #d23b3b;
}
.header-1.dark-text-div [data-cart-items]::before {
    background: #c33;
}
.header-1.white-row [data-cart-items]::before {
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    top: -9px;
    right: 0px;
    color: #292b2c;
    border: 1px solid #ffcc01;
}
.banner-slider .owl-carousel,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item,
.banner-slider .item {
    height: 100%;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.banner-bg .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}

/* ------------------------
16. Search Block
------------------------*/
.header-2 .search-block {
    border-left: 1px #eaeaea solid;
}
.header-1 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-3 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-1 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-3 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-1 .search_wrap .form-control,
.header-3 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-1 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-1 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-1 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-1 .search_icon,
.header-3 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-1 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-3 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-1 .search_wrap form,
.header-3 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-1 .search_overlay,
.header-3 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-1 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-1 .search_overlay.open,
.header-3 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-1 .search_wrap.open,
.header-3 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-4 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-4 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-4 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-4 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-4 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-4 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-4 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-4 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-4 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
}
.header-4 .wishlist-block {
    background: #ed6663;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .wishlist-block i {
    color: #fff;
}
.header-4 .user-block {
    background: #fff;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .user-block i {
    color: #333;
}
.header-4 .cart-block {
    background: #88be4c;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .cart-block i {
    color: #fff;
}
.header-6 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-6 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-6 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-6 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-6 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-6 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-6 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-6 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-6 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-6 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-6 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-6 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-6 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}

.header-1.white-row .form-inline {
    background: #f3f3f3;
}
.custom-padding {
    padding-top: 15px;
}
.header-1.white-row .form-inline .form-control {
    height: 2.5rem;
    background: none;
    padding: 0px 20px;
    font-weight: 400;
}
.header-1.white-row .form-inline .btn-primary {
    border: none;
    background: none;
    height: 2.4rem;
    color: #111;
    padding: 0px 15px;
}
.header-1.white-row .form-inline .btn-primary i {
    transform: rotate(-90deg);
    font-size: 18px;
}

/* ------------------------
17. Slider
------------------------*/
.banner-bg-full h1 {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 120px;
    letter-spacing: -4px;
    line-height: 0.9em;
}
.banner-bg-full h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 50px;
}
.banner-bg-full h6 {
    font-size: 26px;
    font-weight: 700;
}
.banner-bg-full .banner-slider .owl-carousel,
.banner-bg-full .banner-slider .owl-stage-outer,
.banner-bg-full .banner-slider .owl-stage,
.banner-bg-full .banner-slider .owl-item,
.banner-bg-full .banner-slider .item {
    max-height: 800px;
}
.banner-bg-full .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.banner-bg-full .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-full-img .owl-carousel .owl-nav button.owl-prev,
.banner-full-img .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-full-img:hover .owl-carousel .owl-nav button.owl-prev,
.banner-full-img:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-bg1 .owl-carousel .owl-nav button.owl-prev:hover,
.banner-bg1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #83b14f;
    color: #fff;
}

.home-slide.owl-carousel .owl-dots {
    bottom: 20px;
}
.home-slide.owl-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 14px;
    border-radius: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
}
.home-slide.owl-carousel .owl-dots .owl-dot:hover span,
.home-slide.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}

.banner-3 .dark-yellow {
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.banner-3 .dark-yellow {
    position: relative;
}
.banner-3 .dark-yellow:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 48px solid transparent;
    border-left: 30px solid #fdaa1b;
    border-bottom: 45px solid #fdaa1b;
    top: 0;
    right: -30px;
}
.banner-3 .dark-red {
    font-size: 30px;
    padding: 15px 20px;
}
.banner-3 .dark-red {
    position: relative;
}
.banner-3 .dark-red:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid #d8373e;
    border-bottom: 30px solid transparent;
    top: 0;
    right: -20px;
}

.banner-3 h1 {
    font-weight: 700;
    padding-left: 20px;
    color: #222;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1em;
}
.banner-3 h1 span {
    font-weight: 400;
}
.banner-3.owl-carousel .owl-dots {
    left: 40px;
    bottom: 20px;
}
.banner-3.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px #72b0dd solid;
    background: none;
}
.banner-3.owl-carousel .owl-dots .owl-dot:hover span,
.banner-3.owl-carousel .owl-dots .owl-dot.active span {
    border: 2px #fff solid;
}

.full-slider {
    margin-top: -85px;
}
.full-slider .hero-circle {
    background: rgba(233, 51, 55, 0.9);
}
.full-slider h1 {
    font-size: 80px;
    letter-spacing: -3px;
    font-weight: 700;
}
.full-slider h6 {
    font-size: 22px;
}

.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: none;
}
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: block;
}
.full-slider .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.full-slider .owl-carousel .owl-nav button.owl-prev:hover,
.full-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
}

/* ------------------------
18. Advanced Search
------------------------*/
.form-car-search {
    position: relative;
    padding-top: 25px;
}
.form-car-search:before {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    z-index: -1;
    height: 140px;
}
.form-car-search .car-search-block {
    background: #d23b3b;
    padding: 25px 25px 10px 25px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.form-car-search h2 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}
.form-car-search h2 i {
    font-size: 26px;
    margin-left: 20px;
    color: #d23b3b;
}
.form-car-search h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 8px;
}
.form-car-search select {
    border: none;
    font-size: 15px;
    color: #495057;
    letter-spacing: 0.2px;
    height: 2.8rem;
    background: #fff;
}
.form-car-search .form-group::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    right: 28px;
    position: absolute;
    top: 14px;
}

/* ------------------------
19. Page Titles & breadcrumbs
------------------------*/
.page-title h1 {
    font-size: 28px;
}
/*.breadcrumb {*/
/*    font-size: 14px;*/
/*    margin-left: 495px!important;*/
/*    margin-top: 20px!important;*/
/*}*/
.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255);
}

/* ------------------------
20. Sections
------------------------*/
.product-block {
    padding: 0px 15px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

.product-block .owl-carousel.owl-2 .owl-nav {
    top: 0;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    right: 60px;
    left: auto;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    right: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev,
.product-block .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev:hover,
.product-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #88be4c;
}
.product-block .row_title {
    margin-left: -25px;
    border-bottom: 1px #e5e5e5 solid;
}
.cat-img {
    width: 100px;
    margin: auto;
    margin-top: 20px;
}
.product-block .row_title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 25px 10px 25px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #ed6663;
    margin-top: 0px;
    min-width: 250px;
}

.product-block .row_title h2:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d95451 #d95451 transparent transparent;
}

.pink-bg h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 30px 20px;
    line-height: normal;
}
.pink-bg p {
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
}

.pro-block .owl-carousel .product-card {
    margin: 0px 15px 0px 15px;
    padding-bottom: 0;
    border-radius: 0;
}
.pro-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.pro-block .owl-carousel .product-card .card-body {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.pro-block .product-card .card-footer {
    border-radius: 0;
}
.pro-block .product-card .product_img_switch span {
    padding: 0;
    border: none;
}
.pro-block .product-card .product_img_switch span img {
    width: 35px;
    border-radius: 999px;
}
.pro-block .card--default.product-card:hover .product-link .btn.btn-cart {
    width: 100%;
}
.pro-block .owl-carousel .product-card .card-body .link-title-2 {
    color: #333;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 700;
}
.pro-block .owl-carousel .product-card .card-body .product-price {
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    color: #53a32b;
}
.pro-block .owl-carousel .product-card .card-body .star-rating {
    color: #e20063;
    font-size: 18px;
}
.pro-block .owl-carousel.owl-2 .owl-nav {
    bottom: 80px;
    top: auto;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    left: -30%;
    border-radius: 0;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    left: -21%;
    border-radius: 0;
}
.pro-block .owl-carousel .owl-nav button.owl-prev:hover,
.pro-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #222;
}

.product-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.product-block .owl-carousel .product-card {
    margin: 0 10px;
    padding-bottom: 0px;
}
.product-block .product-card .card-body {
    padding: 10px 10px 0px 10px;
}
.product-block h2.bg-dark-green {
    background: #88be4c;
}
.product-block h2.bg-dark-green:after {
    border-color: #6a9c32 #6a9c32 transparent transparent;
}
.product-block .client-img {
    border: 1px #eaeaea solid;
    margin-top: 31px;
    margin-left: 15px;
    margin-right: 10px;
    width: 150px;
    padding: 10px;
    margin-bottom: 10px;
}
.product-block .link-title:hover {
    color: #ed6663;
}

.product-block-div {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div .row_title h2 {
    padding: 5px 25px 5px 25px;
    min-width: 270px;
    font-size: 18px;
    font-weight: 600;
}
.product-block-div h2.bg-dark-blue {
    background: #0f6cb2;
}
.product-block-div h2.bg-dark-blue:after {
    border-color: #085b9a #085b9a transparent transparent;
}
.product-block-div h2.bg-yellow {
    background: #fdd922;
}
.product-block-div h2.bg-yellow:after {
    border-color: #cfb117 #cfb117 transparent transparent;
}
.product-block-div h2.bg-redish {
    background: #e94148;
}
.product-block-div h2.bg-redish:after {
    border-color: #d32e36 #d32e36 transparent transparent;
}
.product-block-div .star-rating {
    font-size: 12px;
}
.product-block-div .product-price {
    font-size: 14px;
    font-weight: 500;
}
.product-block-div .product-price del {
    margin-right: 3px;
}
.product-block-div .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}

.product-block-div-1 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div-1 .row_title h2 {
    background: none;
    color: #d23b3b;
    text-transform: none;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
}
.product-block-div-1 .owl-carousel .product-card {
    padding-top: 25px;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}
.product-block-div-1 h2.bg-black {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-black:after {
    border-color: #17191a #17191a transparent transparent;
}
.product-block-div-1 h2.bg-red-block {
    background: #d23b3b url(../images/car/bg/bg-img-white.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-red-block:after {
    border-color: #bc2929 #bc2929 transparent transparent;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div-1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
    color: #fff;
}

/* ------------------------
21. product
------------------------*/
.product-image {
    position: relative;
}
.product-image img {
    width: 100%;
}
.product_gallery_item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}
.product-image .slick-list {
    margin-right: -5px;
    margin-left: -5px;
}
.product_gallery_item a.active {
    border-color: #ff324d;
}

.product_gallery_item a {
    border: 1px solid #ddd;
    display: block;
    padding: 3px;
}

.product_gallery_item {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.dark-aqua-bg .product-card .card-img-hover {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.dark-aqua-bg .product-card.card {
    background: none;
    border-radius: 0;
}
.dark-aqua-bg .product-card .card-body {
    background: none;
}
.dark-aqua-bg .owl-carousel .product-card:hover {
    box-shadow: none;
}
.dark-aqua-bg .product-card:hover .card-info {
    background: none;
}
.dark-aqua-bg .product-card:hover .card-body {
    transform: none;
}
.dark-aqua-bg .product-card .card-footer {
    bottom: -5px;
}
.dark-aqua-bg .product-card .link-title {
    color: #111;
}
.dark-aqua-bg .product-card:hover .card-img-hover .card-img-back {
    opacity: 1;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-next {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_rightarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: right;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-prev {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_leftarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav span {
    display: none;
}

.card-kids .btn-cart {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 0.75rem !important;
}
.card-kids .btn-cart:hover {
    color: #333;
}
.card-kids.card--default .card-icons__item a {
    border: 2px #333 solid;
    margin-bottom: 5px;
    border-radius: 3px;
}

.other-info {
    border-top: 1px #eaeaea solid;
    font-size: 13px;
    color: #999;
    padding: 0px 15px;
    margin-top: 20px;
    padding-top: 20px;
}
.other-info i {
    display: block;
    height: 20px;
    font-size: 14px;
}
.other-info .col-4 {
    padding: 0px 8px;
}

/* ------------------------
22. services
------------------------*/

.services-block {
    padding-top: 30px;
    background-color: #f4f4f4;
    padding-bottom: 30px;
    color: #fff;
}

.services-block .icon_box_style1 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c97278;
    overflow: hidden;
    border-bottom: 6px #b4666c solid;
}

.services-block .icon_box_style2 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c0ab90;
    overflow: hidden;
    border-bottom: 6px #ac9981 solid;
}
.services-block .icon_box_style3 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #7f8fa0;
    overflow: hidden;
    border-bottom: 6px #728090 solid;
}

.services-block h6 {
    font-weight: 600;
    margin-bottom: 0px;
}

.services-block p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 0;
}

.free-shipping {
    background: #94d7fb;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.need-help {
    background: #685c88;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.money-back {
    background: #fc9cc4;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.return-policy {
    background: #dc4720;
    color: #fff;
    margin-right: 0 !important;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.free-shipping h6,
.need-help h6,
.money-back h6,
.return-policy h6 {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    padding-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.free-shipping i,
.need-help i,
.money-back i,
.return-policy i {
    line-height: 50px;
    color: #fff;
    width: 40px;
    text-align: center;
}

.services-block-1 h5 {
    color: #e94148;
}
.services-block-1 p {
    line-height: 1.3em;
}
.my_services_box {
    padding-top: 25px;
    border-top: 6px solid #edbb26;
    border-bottom: 3px solid #edbb26;
}
.services-block-1.services-block-2 h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
}
.myt {
    color: #333 !important;
    font-size: 4rem;
}
.services-block-1.services-block-2 p {
    line-height: 1.3em;
    font-size: 15px;
}

.services-block-1.cate-block a h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px; /* border: solid 1px #292b2c; */
    padding: 3px 0;
    color: #333;
}
.services-block-1.cate-block a:hover h5 {
    /* border:1px #E20063 solid; */ /* background:#E20063; */
    color: #292b2c;
}
.services-block-1.cate-block p {
    padding-bottom: 5px;
    line-height: 1em;
    font-size: 10px;
}
.services-block-1.cate-block img {
    max-width: 100%;
    padding: 10px;
}
.services-block-1.cate-block .d-block {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
}
.services-block-1.cate-block .col {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bg-pink-light h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}
.bg-pink-light .ic-2x {
    font-size: 1.8rem;
}

.our-services i {
    font-size: 36px;
    margin-bottom: 15px;
}

.frame {
    padding: 18% 18% 18% 18%;
    background-image: url(../images/kids/bg/how_frame.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 18vw;
}
.frame h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
}
.frame i {
    font-size: 80px;
    margin-bottom: 15px;
}

.dark-red-bg1 h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}

.dark-red-bg1 .ic-2x {
    font-size: 1.8rem;
}

/* ------------------------
23. our team
------------------------*/

.our-team img {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 5px;
}
.our-team h5 {
    margin: 0;
    margin-top: 5px;
}
.our-team span {
    color: #687188;
    font-size: 14px;
}
.our-team i {
    font-size: 20px;
}

/* ------------------------
24. banner
------------------------*/

.banner-list {
    position: relative;
}

.cat-design-default.categories-with-shadow .wrapp-category {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.category-grid-item .category-image {
    display: block;
    margin: -1px;
    transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.cat-design-default .hover-mask {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

.category-grid-item .category-title {
    margin-bottom: 0;
    color: #042825;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-family: "Inter", sans-serif;
}

.category-grid-item .count {
    display: none;
    padding: 0;
    background-color: transparent;
    color: rgba(88, 88, 88, 0.35);
}

.cat-design-default .more-products {
    margin-top: 0px;
    opacity: 0;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    color: #8e8e8e;
    font-size: 110%;
    font-size: 14px;
}

.cat-design-default .more-products a {
    color: #8e8e8e;
}

.category-grid-item .category-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.category-grid-item img {
    width: 100%;
}

.cat-design-default:hover .hover-mask {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default:hover .more-products {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default .hover-mask.dark-yellow {
    background: #cdaf0e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-yellow .category-title {
    background: #cdaf0e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-yellow .more-products {
    background: #cdaf0e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-blue {
    background: #82b8d6;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-blue .category-title {
    background: #82b8d6;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-blue .more-products {
    background: #82b8d6;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-purple {
    background: #524672;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-purple .category-title {
    background: #524672;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-purple .more-products {
    background: #524672;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-green {
    background: #36773e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-green .category-title {
    background: #36773e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-green .more-products {
    background: #36773e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-pink {
    background: #c97698;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-pink .category-title {
    background: #c97698;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-pink .more-products {
    background: #c97698;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-red {
    background: #cb3e19;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-red .category-title {
    background: #cb3e19;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-red .more-products {
    background: #cb3e19;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .more-products a.qty {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: -12px;
}

.banner-row h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.banner-row .more-link {
    font-size: 14px;
    text-decoration: underline;
}

.banner-row.full h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.header-banner,
.header-banner2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.header-banner2 {
    margin: 20px 20px 15px 20px;
}

.banne_info {
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}

.banne_info h6 {
    margin-bottom: 0;
    font-size: 16px;
}
.banne_info h4 {
    margin-bottom: 0;
    font-size: 24px;
}
#navCatContent li .dropdown-menu li .banne_info a {
    padding: 8px 0px;
    color: #157ed2;
}

.header-banner img,
.header-banner2 img {
    width: 100%;
}

#navCatContent li .dropdown-menu li .header-banner2 a {
    padding: 0;
}

.banner-block {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

/* ------------------------
25. social
------------------------*/
.header-1 .social-icons {
    font-size: 20px;
}
.header-3 .social-icons {
    font-size: 20px;
}

/* ------------------------
26. Contact
------------------------*/
.custom-select {
    border-radius: 3px;
}
.form-control {
    height: 3rem;
    font-size: 0.9rem;
    padding: 0.375rem 0.85rem;
}
.input-1 {
    border: 1px solid #d0d7e7;
}
.input-2 {
    border: none;
    background: none;
}
.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: #666;
    outline: 0;
    box-shadow: none;
}
.form-group {
    margin-bottom: 1.3rem;
    position: relative;
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.contact-info {
    font-size: 14px;
    color: #808080;
}
.contact-info a {
    color: #808080;
}
.contact-info p {
    font-size: 14px;
    color: #808080;
}
.contact-info .border-bottom {
    border-bottom: 1px #474747 solid !important;
}
.contact-info h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* ------------------------
27. Tab
------------------------*/
.nav-tabs-div {
    border: none;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
    margin: 0 25px;
    padding: 0;
    position: relative;
    font-size: 16px;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:after {
    border-right: 1px #ddd solid;
    position: absolute;
    content: "";
    height: 35px;
    right: -28px;
    top: -5px;
    transform: rotate(20deg);
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:last-child:after {
    display: none;
}
.nav-tabs .nav-item.nav-link {
    display: inline-block;
    padding: 0 0.7rem 0.3rem;
    color: #042825;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    line-height: normal;
}
header .navbar-nav .nav-tabs .nav-item {
    margin-left: 0;
}
.navbar .dropdown .nav-tabs .nav-link::after {
    display: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #333;
    border-bottom: 3px solid #83b14f;
}
.nav-tabs.nav-tabs-div .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div .nav-link.active,
.nav-tabs.nav-tabs-div .nav-link:focus,
.nav-tabs.nav-tabs-div .nav-link:hover {
    color: #ff324d;
    border-bottom: 1px solid #ff324d;
    padding-bottom: 8px;
}
.nav-tabs.nav-tabs-div.red .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.red .nav-link.active,
.nav-tabs.nav-tabs-div.red .nav-link:focus,
.nav-tabs.nav-tabs-div.red .nav-link:hover {
    color: #c33;
    border-bottom: 1px solid #c33;
}
.nav-tabs.nav-tabs-div.brown .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.brown .nav-link.active,
.nav-tabs.nav-tabs-div.brown .nav-link:focus,
.nav-tabs.nav-tabs-div.brown .nav-link:hover {
    color: #b38741;
    border-bottom: 2px solid #b38741;
    font-size: 24px;
    font-weight: 700;
}
.product-tab .nav-tabs .nav-item.nav-link {
    text-transform: uppercase;
    padding: 0px 0 15px 0;
    margin-right: 30px;
    letter-spacing: 0px;
    font-family: math;
    font-weight: 600;
    font-size: 16px;
}
.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-item.nav-link.active,
.product-tab .nav-tabs .nav-link:focus,
.product-tab .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #e9baaa;
}
@media (max-width: 575.98px) {
    .nav-tabs .nav-item.nav-link {
        padding: 0.5rem 1rem;
        width: 100%;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        border-bottom: 1px #eaeaea solid;
    }

    .services-block-1.cate-block .col {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-block-2 {
        display: block;
    }
    .logo-mobile img {
        display: none;
    }
}

/* -------------------------------
28. Background Position & Size
-------------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-pos-l {
    background-position: left;
}
.bg-pos-r {
    background-position: right;
}
.bg-pos-rt {
    background-position: right top;
}
.bg-pos-lt {
    background-position: left top;
}
.bg-pos-rb {
    background-position: right bottom;
}
.bg-pos-lb {
    background-position: left bottom;
}
.bg-repeat {
    background-repeat: repeat;
}
.bg-pos-b {
    background-position: bottom;
}
.bg-pos-ct {
    background-position: center top;
}

.owl-carousel .product-card {
    margin: 15px;
}
.owl-carousel .product-card:hover {
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.product-card {
    padding-bottom: 0px;
    overflow: hidden;
    height: 100%;
}
.product-card:hover {
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.15);
}
.product-card .btn-wishlist {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #fe4c1c;
    text-align: center;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}

.product-card .card-footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    display: none;
    padding: 0;
}
.product-link .btn {
    padding: 0.5rem 0.75rem;
}
.product-card:hover .card-footer {
    display: block;
}
.product-card:hover .product-link .btn {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.5s;
}
.product-card:hover .product-link .btn.btn-view {
    animation-delay: 0.7s;
}
.product-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.product-card:hover .card-info {
    position: relative;
    background: #9e6a2f;
}
/*.product-card:hover .card-body {*/
/*    transform: translateY(-50px);*/
/*}*/

.dark-red-bg .product-card {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.cat-name {
    background-image: url(../images/kids/bg/cats_odd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.6vw !important;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.dark-red-bg .product-card img {
    border-radius: 20px;
}
.dark-red-bg h2 {
    color: #fff;
}

.card--default .card-icons,
.card--plain .card-icons {
    display: flex;
    top: 1.125rem;
    right: 1.125rem;
    margin: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    -moz-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -moz-transform: translate3d(4.5rem, 0, 0);
    -webkit-transform: translate3d(4.5rem, 0, 0);
    transform: translate3d(4.5rem, 0, 0);
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
    -o-transition: opacity 0.45s ease, -o-transform 0.45s ease;
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.card--default .card-icons__item a,
.card--plain .card-icons__item a,
.item__link {
    display: flex;
    height: 2.4375rem;
    min-width: 2.625rem;
    color: #2a2a2a;
    font-size: 0.875rem;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px #eaeaea solid;
}

.card--default .link-title:hover {
    color: #ffffff;
}

.card--default .card-icons__item i,
.card--plain .card-icons__item i {
    font-size: 1.2rem;
}

.card--default .btn-cart {
    padding-right: 15px;
}

.card--default.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.2s;
}

.card--default:hover .card-icons {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0) !important;
}

.card-img-hover > * {
    float: left;
}
.product-list .product-link {
    position: relative;
    left: inherit;
    top: inherit !important;
    opacity: 1;
}
.product-link .btn-view,
.product-link .btn-compare {
    background: #eee;
}
.product-link button i,
.product-link a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    vertical-align: bottom;
}
.product-list.product-card:hover .card-body {
    transform: inherit;
}
.product-list.product-card {
    border-bottom: 1px #eaeaea solid;
    padding-top: 0;
}
.product-list.card {
    border: none;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-list .product-title {
    font-size: 18px;
    font-weight: 500;
}
.product-list .btn-cart {
    padding-right: 18px;
}
.product-link .btn-view:hover,
.product-link .btn-compare:hover {
    background-color: #2a2a2a;
}
.product-list.product-card .btn-wishlist {
    right: inherit;
    left: 0.75rem;
}
.product-list.product-card .card-body {
    padding: 0;
    text-align: left;
}
.product-list.product-card .card-footer {
    bottom: inherit;
    position: relative;
    display: block;
}
.card-img-hover .card-img-front {
    margin-left: -100%;
}
.card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
    width: 100%;
}
.card-img-hover .card-img-front {
    opacity: 0;
}
.product-card:hover .card-img-hover .card-img-front {
    opacity: 1;
}
.product-card:hover .card-img-hover .card-img-back {
    opacity: 0;
}
.product-card .card-body {
    padding: 0px 5px;
    position: relative;
    text-align: center;
    background: #0972a0;
}
.product-card .card-body .countdown {
    margin-left: 5px;
    margin-bottom: 12px;
}
.product-card .card-body .countdown li {
    width: 55px;
    padding: 0px;
    min-width: inherit;
    border-radius: 3px;
    padding: 7px 0 3px 0;
    line-height: normal;
    background: #f2f2f2;
}
.product-card .card-body .countdown li span {
    font-size: 12px;
    line-height: normal;
    margin-right: 2px;
}
.product-card .card-body .countdown li p {
    font-size: 11px;
    color: #666;
    font-weight: 500;
}
.product_color_switch span {
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}
.product_img_switch span {
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 999px;
    border: 1px #ddd solid;
    padding: 3px 5px;
}
.product_img_switch span img {
    width: 25px;
}
.product-price {
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
    font-family: math;
    font-size: 14px;
}
.product-details .product-price {
    font-weight: 600;
    padding-bottom: 0;
}
.product-price del {
    font-size: 0.9rem;
    font-weight: 400;
    margin-right: 3px;
}
.product-details .desc {
    font-size: 15px;
}
.star-rating {
    color: #fdcc0d;
    font-size: 14px;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-control-label::before {
    background-color: #ff324d;
    border-color: #ff324d;
}
.custom-checkbox .custom-control-label::before {
    content: "";
    border: 1px solid #ddd;
    height: 15px;
    width: 15px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
}
.widget-size input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.widget-size label {
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    height: 35px;
    min-width: 35px;
    text-align: center;
    color: #042825;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;
    line-height: 30px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px #ddd solid;
}
.widget-size input[type="radio"]:checked + label {
    background: #ff324d;
    color: #fff;
}
.widget-color li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1%;
    text-align: center;
}
.widget-color li .form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.widget-size li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    text-align: center;
    float: left;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.form-check-input[type="radio"]:checked + label,
.form-check-input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-input[type="radio"] + label::after,
.form-check-input[type="radio"] + label::before,
label.btn input[type="radio"] + label::after,
label.btn input[type="radio"] + label::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    z-index: 0;
    transition: 0.28s ease;
    z-index: -1;
    border-radius: 0.25rem;
}
.form-check-input[type="radio"]:checked + label::after,
label.btn input[type="radio"]:checked + label::after {
    transform: scale(1.02);
}
.form-check-input[type="radio"]:checked + label::after {
    background-color: #fe4c1c;
}
input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: #042825;
    vertical-align: middle;
}
.btn-product {
    background: none;
    color: #042825;
    border: 1px solid #ced4da;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}
.btn-product.btn-product-up {
    border-radius: 3px 0px 0px 3px;
}
.btn-product.btn-product-down {
    border-radius: 0px 3px 3px 0px;
}
.view-filter {
}
.sort-filter .custom-select {
    font-size: 14px;
    height: 40px;
    background: none;
}
.sort-filter::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    left: 126px;
    position: absolute;
    top: 12px;
}
.view-filter a.active {
    color: #ff324d;
}
.view-filter a {
    color: #111;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
}
.cart-table thead th {
    padding: 15px;
    text-align: left;
    border: none;
    vertical-align: middle;
    color: #042825;
    font-size: 16px;
    font-weight: 500;
}
.cart-table td {
    padding: 15px 15px;
    color: #042825;
    vertical-align: middle;
    position: relative;
}
.cart-thumb img {
    max-width: 100px;
}
.cart-table .close-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

/* ------------------------
29. Countdown
------------------------*/
.hot-deal h2 {
    font-size: 48px;
}
.countdown {
    width: 100%;
    padding: 20px 0px;
}
.countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #fff;
    padding: 30px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 3px;
}
.countdown > li span {
    font-family: "Spartan", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    color: #042825;
    margin-right: 3px;
}
.countdown > li p {
    font-family: "Spartan", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #666;
}
.countdown.text-white > li span {
    color: #ffffff;
}
.coming-soon .countdown > li {
    background: #eeeff7;
    padding: 15px 20px 10px;
    border-radius: 0.25rem;
    align-items: center;
}

.hot-deal-1 h7 {
    font-weight: 400;
    font-size: 32px;
}
.hot-deal-1 h2 {
    font-size: 50px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.hot-deal-1 h6.border-bottom-pink {
    font-size: 22px;
    border-bottom: 1px #ff324d solid;
    display: inline-block;
    padding-bottom: 5px;
}
.color-availblity {
    vertical-align: middle;
    display: block;
    margin-bottom: 25px;
}
.hot-deal-1 p {
    font-size: 19px;
    color: #777;
    line-height: 21px;
}
.color-availblity span {
    margin-right: 3px;
    margin-left: 2px;
    height: 20px;
    width: 20px;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}
.color-availblity .yellow-round {
    background: #ffc107;
}
.color-availblity .purple-round {
    background: #6d5b97;
}
.color-availblity .green-round {
    background: #88b04b;
}

.hot-deal-1 .hide {
    display: none;
}
.hot-deal-1 .myDIV {
    position: absolute;
    right: 50px;
}
.hot-deal-1 .myDIV i {
    font-size: 30px;
    background: #f2596d;
    padding: 15px;
    color: #fff;
    border-radius: 999px;
    animation: heartBeat 1.3s infinite running;
}
.hot-deal-1 .myDIV:hover + .hide {
    display: block;
    color: red;
    position: absolute;
    width: 280px;
    background: #fff;
    right: 120px;
    top: 40px;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.hot-deal-1 .myDIV i.black {
    background: #222;
}
.hot-deal-1.hot-deal-right .myDIV {
    position: absolute;
    left: 50px;
    right: auto;
}
.hot-deal-1.hot-deal-right .myDIV:hover + .hide {
    left: 120px;
    right: auto;
}
.hot-deal-1.hot-deal-right h6 {
    border-bottom: 1px #c33 solid;
    display: inline-block;
    padding-bottom: 5px;
}

/* ------------------------
30. 404 page
------------------------*/
.error-page h2 {
    font-size: 200px;
    font-weight: 700;
    color: #222;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.error-page h4 {
    margin-bottom: 50px;
}

/* ------------------------
31. coming soon page
------------------------*/
.coming-soon-page {
    background: #fb5f7e;
    background: -webkit-linear-gradient(bottom, #f77062, #fe5196);
    background: -o-linear-gradient(bottom, #f77062, #fe5196);
    background: -moz-linear-gradient(bottom, #f77062, #fe5196);
    background: linear-gradient(bottom, #f77062, #fe5196);
}

.coming-soon-page h1 {
    font-size: 42px;
}

.coming-soon-page .countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-left: 7px;
    background: #fff;
    padding: 35px 20px;
    min-width: 100px;
    text-align: center;
}

.coming-soon-page .form-control {
    border-radius: 3px 0px 0px 3px;
    height: 2.9rem;
}
.coming-soon-page .footer-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

/* ------------------------
32. Newsletter
------------------------*/
.newsletter-bg {
    background: url(../images/bg/newsletter-bg.jpg) no-repeat top left;
}
.newsletter-bg h2 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.newsletter-bg .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.newsletter-bg .dark-red-bg2 {
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.bg-pink .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.bg-pink .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink .text-theme {
    color: #fff;
    opacity: 0.09;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -65px;
    left: 0px;
    width: 100%;
    letter-spacing: -20px;
    font-weight: 600;
    font-size: 260px;
    display: none;
}
.bg-pink:before {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
}
.bg-pink:after {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    transform: rotate(-75deg);
    left: 20%;
}
.gift-img {
    background-image: url(../images/kids/bg/newsletter-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20% auto;
}
.gift-img .dark-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 32px !important;
    margin-left: 10px;
}
.gift-img .dark-btn:hover {
    color: #333;
}
.gift-img .input-2 {
    border: 3px #333 solid;
    border-radius: 5px;
    margin-right: 5px;
}
.gift-img h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #333;
    position: relative;
    z-index: 10;
}
.newsletter-section {
    margin-bottom: -80px;
    padding-top: 25px;
    position: relative;
    padding-bottom: 20px;
}
.newsletter-section h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.newsletter-section .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}

.newsletter-section .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}

/* ------------------------
33. Testimoanils
------------------------*/
.testimonails {
    padding: 2rem 0;
}
.testimonails .owl-stage-outer {
    padding-bottom: 0;
}
.testimonails .card {
    background: none;
}
.testimonails .card img {
    width: 60px;
}
.testimonails .owl-carousel .owl-nav button.owl-prev,
.testimonails .owl-carousel .owl-nav button.owl-next {
    background: none;
}
.testimonails .owl-carousel .owl-nav button.owl-prev:hover,
.testimonails .owl-carousel .owl-nav button.owl-next:hover {
    background: #83b14f;
}
.testimonails.bg-pink-light .owl-carousel .owl-nav button.owl-prev:hover,
.testimonails .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff324d;
}
.testimonails .owl-carousel .owl-item.center {
    transform: none;
}
.testimonails.type2 {
    border-color: #88be4c #88be4c #88be4c #88be4c;
    box-shadow: 0 5px 0 rgba(122, 177, 61, 0.2);
    padding: 0;
}
.testimonails.type2 .card img {
    width: 100px;
    border: 5px #6d9f35 solid;
}
.testimonails.type2 .owl-carousel .owl-dots {
    bottom: 30px;
}
.testimonails.type2 .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #fff;
}
.testimonails.type2 .owl-carousel .owl-dots .owl-dot:hover span,
.testimonails.type2 .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    border: 1px solid #fff;
}
.dark-yellow-bg.testimonails .container {
    background: url(../images/kids/bg/testimonial_bg.png) no-repeat top center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.dark-yellow-bg.testimonails {
    padding: 5rem 0;
}
.dark-yellow-bg.testimonails .owl-stage-outer {
    padding-bottom: 170px;
}
.dark-yellow-bg.testimonails .card {
    padding: 8rem 0rem 1rem 0rem;
}
.dark-yellow-bg.testimonails .card .card-body {
    padding: 0;
}
.dark-yellow-bg.testimonails .card img {
    border-radius: 50% 50% 64% 36% / 54% 37% 63% 46% !important;
    border: 0.2vw solid;
}
.dark-yellow-bg.testimonails .author-img {
    position: absolute;
    bottom: -160px;
}
.dark-yellow-bg.testimonails p {
    font-size: 24px;
}
.dark-yellow-bg .owl-carousel.owl-2 .owl-nav button.owl-next {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_rightarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: right;
    right: -100%;
}
.dark-yellow-bg .owl-carousel.owl-2 .owl-nav button.owl-prev {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_leftarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: left;
    left: -100%;
}
.dark-yellow-bg .owl-carousel.owl-2 .owl-nav span {
    display: none;
}

/* ------------------------
34. Other
------------------------*/
.clients-logos .item {
    text-align: center;
}
.clients-logos img {
    opacity: 0.3;
}
.clients-logo {
    background: #fff;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 50px 10px;
    width: calc(100% / 4);
}
.clients-logo:nth-child(4n + 4) {
    border-right: none;
}
.clients-logo:nth-child(n + 5) {
    border-bottom: none;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #d0a369;
    background-color: inherit;
}

.page-link {
    color: #042825;
}
.page-item.active .page-link {
    background-color: #ff324d;
}
.page-item a.page-link:hover {
    color: #ffffff !important;
    background-color: #ff324d;
    border-color: #ff324d;
}

.link-title {
    color: #fff;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 16px;
}
.link-title:hover {
    color: #d5ae79;
}
.link-title-2 {
    color: #333;
}
.link-title-2:hover {
    color: #c33;
}
.link-title-3 {
    color: #333;
}
.link-title-3:hover {
    color: #b38741;
}
.line-h-0 {
    line-height: 0;
}
.la {
    line-height: inherit;
}
.bg-dark hr,
.bg-primary hr {
    border-top-color: rgba(255, 255, 255, 0.2);
}
.light-border {
    border-top-color: rgba(255, 255, 255, 0.1);
}
del {
    color: #cececd !important;
}
.login,
.register {
    font-size: 14px;
}
.login .store-name {
    font-size: 70px;
    color: rgb(0 0 0 / 70%);
    text-align: center;
    font-weight: 800;
    letter-spacing: -6px;
    margin-bottom: 20px;
    line-height: 1.1em;
}
.register .btn {
    width: 100%;
}
.checkout-page {
    font-size: 15px;
}
.dashboard-page .tab-content {
    padding: 0px;
}
.dashboard-page .tab-content .card-body {
    padding: 0;
    border: none;
}
.dashboard-page .tab-content .card-body a {
    text-decoration: underline;
}
.dashboard-page .nav-tabs .nav-link {
    text-transform: uppercase;
    color: #292b2c;
    padding: 14px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    background: #f4f4f4;
    margin-bottom: 3px;
}
.dashboard-page .nav-tabs .nav-link:hover {
    border: none;
    color: #ff324d;
}
.dashboard-page .nav-tabs .nav-link.active {
    background: #ff324d;
    color: #fff;
}

.newsletter {
    border-radius: 0;
}
.newsletter .modal-content {
    border-radius: 0;
}
.newsletter .close {
    position: absolute;
    right: 0px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.newsletter h2 {
    font-size: 20px;
    margin-top: 20px;
}
.newsletter .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.newsletter .btn {
    border-radius: 0;
    border-bottom: none;
    height: 3rem;
}
.newsletter .bottom-text {
    font-size: 13px;
    color: #999;
    line-height: 19px;
    margin-top: 30px;
    display: block;
}
.newsletter .bottom-text input[type="checkbox"] {
    vertical-align: middle;
    height: 18px;
    margin-right: 5px;
}

.compare-block .table {
    margin: 0;
    display: block;
}
.compare-block table tr td {
    vertical-align: middle;
    width: 27%;
}

.compare-block img {
    max-width: 150px;
}

.compare-block table tr td.product_name {
    text-transform: capitalize;
}
.compare-block table tr td.table_title {
    width: 270px;
    font-weight: 600;
    background: #f2f2f2;
}

.compare-block .stock-in {
    color: #388e3c;
}
.compare-block .stock-out {
    color: #dc3545;
}

.product-color-option span {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}

.another_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.another_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    color: #999;
}

.login-btn li {
    margin: 0px 0px 0;
    display: inline-block;
    width: 49%;
}

.login-btn li a {
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    display: block;
}

.login-btn li a i {
    margin-right: 10px;
    font-size: 18px;
    margin-left: 0;
}

.facebook-btn {
    background: #3b5998;
    border-color: #3b5998;
}
.facebook-btn:hover {
    color: #fff;
    background: #344e86;
    border-color: #344e86;
}
.google-btn {
    background: #d85040;
    border-color: #d85040;
}
.google-btn:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b;
}

/* ------------------------
35. wave & promotion tag
------------------------*/
.sale-label {
    font-size: 11px;
    color: #fff;
    background: #0972a0;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 500;
    height: 24px;
    border-radius: 3px 0px 0px 3px;
    line-height: 26px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.new-label {
    font-size: 11px;
    color: #fff;
    background: #ff9f00;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.hot-label {
    font-size: 11px;
    color: #fff;
    background: #fd556b;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.loader-container {
    position: relative;
    height: 40px;
    width: 160px;
    margin: 140px auto 0;
}

.loader-container > div {
    position: relative;
    display: inline-block;
    background: #03a9f4;
    height: 100%;
    width: 10px;
    margin: 0;
    -webkit-animation: load 3s ease-in-out infinite;
    animation: load 3s ease-in-out infinite;
}

.loader-container .rectangle-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader-container .rectangle-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader-container .rectangle-4 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader-container .rectangle-5 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader-container .rectangle-6 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-moz-keyframes load {
    0%,
    100% {
        -moz-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -moz-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -moz-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -moz-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -moz-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -moz-transform: scaleY(3);
        background: #673ab7;
    }
}

@-webkit-keyframes load {
    0%,
    100% {
        -webkit-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -webkit-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -webkit-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -webkit-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -webkit-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -webkit-transform: scaleY(3);
        background: #673ab7;
    }
}

@keyframes load {
    0%,
    100% {
        transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        transform: scaleY(3);
        background: #673ab7;
    }
}

/* ------------------------
36. video-promotion
------------------------*/
.video-bg {
    position: relative;
}
.video-bg h2 {
    font-weight: 600;
    font-size: 60px;
    padding-bottom: 15px;
}
.video-bg h2.font-w-8 {
    font-weight: 800;
}
.video-bg h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #333 solid;
    display: inline-block;
}
.video-bg p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}
.video-bg .position-absolute {
    top: 90px;
    z-index: 1;
}
.video-bg i {
    font-size: 90px;
    color: #c33;
    animation: heartBeat 1.3s infinite running;
}
.video-bg i.pink {
    color: #e20063;
}
.video-bg button {
    border: none;
    background: none;
}
#panel {
    display: block;
}
#view-btn {
    font-weight: 500;
    display: none;
    margin-top: 10px;
}

/* ------------------------
37. Insta
------------------------*/
.insta-item {
    position: relative;
    display: inline-block;
    height: 100%;
}
.insta-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.insta-item:hover::before {
    opacity: 1;
}
.insta-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    opacity: 0;
    text-align: center;
    font-size: 30px;
    transform: scale(0);
    color: #ffffff;
}
.insta-item:hover .insta-icon {
    opacity: 1;
    transform: scale(1);
}

/* ------------------------
38. Blog
------------------------*/
.blog-sidebar .widget .media img {
    width: 100px;
    height: 85px;
}
.blog-sidebar .widget h6 {
    font-size: 16px;
    line-height: 21px;
}
.blog-sidebar .widget.banner .more-link {
    font-size: 14px;
    text-decoration: underline;
}
.blog-sidebar .widget.banner h4 {
    line-height: 24px;
}
.blog-sidebar .form-inline .btn {
    border: 1px solid #ced4da;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0px 0px 3px 3px;
    transform: rotate(-90deg);
    font-size: 16px;
    background: #f4f4f4;
    color: #292b2c;
}
.blog-sidebar .form-inline .btn i {
    font-size: 16px;
    font-weight: 900;
}
.blog-sidebar .form-control {
    border-right: none;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
}
.blog-info {
}
.blog-info span {
    color: #ddd;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
}
.blog-info i {
    color: #999;
    font-size: 18px;
}

blockquote {
    border-left: 4px #ff324d solid;
    padding: 25px 30px;
    background: #f2f2f2;
    font-weight: 300;
    font-size: 18px;
    margin: 30px 0;
    color: #777;
    font-style: italic;
}
blockquote span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    font-weight: 500;
    font-style: normal;
}

.wpb_single_image img {
    margin-bottom: 30px;
    max-width: 100%;
}

.featured-icon {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
}
.featured-icon i {
    font-size: 24px;
    background: #fff;
    padding: 10px;
    border-radius: 999px;
}

.comment_list {
    padding: 0;
    margin: 0;
}

.comment_list li {
    list-style-type: none;
}

.comment-area .content_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment_list .comment {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 90px;
    font-size: 14px;
}

.comment_user img {
    height: auto;
    max-width: 80px;
    border-radius: 999px;
}
.comment_content .meta_data h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #292b2c;
}

.comment_content .meta_data h6 a {
    color: #292b2c;
}

.comment_info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment_info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.comment_content p:last-child {
    margin-bottom: 0;
}
.children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
}
.comment_content {
    padding-left: 20px;
}
.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px;
    color: #999;
}

.comment-reply {
    font-size: 13px;
}

.comment-reply i {
    margin-right: 5px;
}
.comment-area .comment_list {
    margin-bottom: 40px;
}
.comment-area {
    padding-top: 10px;
}
.latest-blog-img {
    background: none !important;
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg1.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    margin: auto;
}

.latest-blog-img img {
    max-width: 100%;
}
.latest-blog-img .loader-container {
    margin: 120px auto 0;
}

.date {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
    letter-spacing: 0.5px;
}
.date:after {
    border-right: 1px #d1d1d1 solid;
    position: absolute;
    content: "";
    height: 15px;
    right: -5px;
    top: 0px;
    transform: rotate(20deg);
}

/* ------------------------
39. Modal Popup
------------------------*/
.modal.cart-modal {
    padding-right: 0 !important;
}
.modal.cart-modal .modal-dialog {
    margin: 0 0 0 auto;
    height: 100%;
    max-width: 450px;
}
.modal.cart-modal .modal-content {
    border: none;
    border-radius: 0;
    height: inherit;
    overflow-y: auto;
}
.modal.cart-modal.fade .modal-dialog {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.modal.cart-modal.show .modal-dialog {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal.view-modal .modal-dialog {
    max-width: 1200px;
}

.view-modal .modal-body {
    padding: 2.5rem;
}
#mailchimpModal.show {
    display: flex !important;
    align-items: center;
}
#mailchimpModal .modal-dialog {
    width: 700px;
    max-width: inherit;
}
#mailchimpModal .modal-body {
    padding: 3rem;
}
.modal-header .close {
    background: #fe4c1c;
    color: #fff;
    opacity: 1;
}
.close-quickview {
    position: absolute;
    border: none;
    right: 10px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}

/* ------------------------
40. dropdown currency and language
------------------------*/
.dd.ddcommon {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    width: auto !important;
    outline: none;
}
.ddcommon .ddTitleText img {
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
.ddcommon .ddTitleText {
    padding: 0px 7px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.ddcommon .ddlabel {
    text-transform: capitalize;
    font-size: 14px;
    color: #a9a9a9;
    white-space: nowrap;
    vertical-align: middle;
}
.ddcommon .ddChild li .ddlabel {
    color: #445a69;
    font-size: 14px;
    font-weight: 400;
}
.ddArrow::before {
    font-size: 0.7rem;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: rgba(0, 0, 0, 0.3);
    right: 0;
    position: absolute;
    top: 2px;
}
.ddcommon .ddChild {
    background-color: #fff;
    height: auto !important;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block !important;
    opacity: 0;
    visibility: hidden !important;
    left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    padding: 10px 5px;
}
.ddcommon.borderRadiusTp .ddChild {
    opacity: 1;
    visibility: visible !important;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.ddcommon .ddChild li {
    cursor: pointer;
    line-height: normal;
    list-style: outside none none;
    padding: 5px 10px 5px 10px;
    position: relative;
}
.lng_dropdown .ddcommon .ddChild li {
    padding-left: 33px;
}
.ddcommon .ddChild li img {
    position: absolute;
    left: 10px;
    border-radius: 100%;
    max-width: 16px;
    top: 12px;
}
.header-1 .ddcommon .ddlabel {
    color: #fff;
    font-weight: 500;
}
.header-1 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-3 .ddcommon .ddlabel {
    color: #fff;
}
.header-3 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .ddcommon .ddlabel {
    color: #fff;
    font-size: 15px;
}
.header-4 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .social-icons {
    font-size: 20px;
}

.header-5 .ddcommon .ddlabel {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}
.header-5 .language-selection .ddArrow {
    display: none;
}

/* ------------------------
41. Accordion
------------------------*/
.accordion > .card {
    overflow: hidden;
}
.faq-page .accordion > .card {
    border: none;
    padding: 25px 0px;
}
.accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}
.accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.faq-page .accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.accordion .card-header a:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    background: #f2f2f2;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 0.7rem;
    top: 50%;
    position: absolute;
    right: 0;
    margin-top: -10px;
}
.accordion .card .card-header a[aria-expanded="true"] {
    color: #ff324d;
}
.accordion .card .card-header a[aria-expanded="true"]:before {
    background: #ff324d;
    color: #ffffff;
    transform: rotate(180deg);
}
.accordion .card-body {
    padding: 5px 0px;
    line-height: 1.6;
}
.faq-page .accordion .card-body {
    padding: 15px;
    line-height: 1.6;
}
.accordion .card-body li a {
    font-size: 0.9rem;
    color: #687188;
    display: block;
    padding-bottom: 3px;
}
.faq-page .accordion .card-header h6 {
    padding-left: 55px;
}
.faq-page .accordion .card-header h6:before {
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    background: #f3f3f3;
    padding: 8px 15px;
    position: absolute;
    color: #777;
    left: 0;
    top: -8px;
}
.faq-page .accordion > .card .collapse {
    padding-left: 40px;
}
.sidebar .widget {
    font-size: 15px;
}
.sidebar .widget .side-banner {
    margin: 30px;
}
.sidebar .widget .side-banner {
    padding: 20px;
    background: #fff;
}
.sidebar .widget .side-banner h4 {
    line-height: 24px;
    margin-bottom: 15px;
}
.sidebar .widget .side-banner a {
    text-decoration: underline;
}

/* ------------------------
 42. footer 
------------------------*/
footer .navbar-nav .nav-link {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #ffffff !important;
}
footer .text-white {
    color: #ffffff !important;
    font-family: math;
}
footer .icon-img {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
footer .icon-img.text-red-1 {
    color: #c33;
}
footer .icon-img.text-red {
    color: #d23b3b;
}
footer .footer-box {
    padding: 18px 20px 20px 20px;
    height: 125px;
    /* border: 1px solid #fff; */
    border-radius: 10px;
    box-shadow: 1px 1px 10px #292b2c;
    margin: 20px 0px;
}
footer .footer-box.brown-box {
    border: 2px #b38741 solid;
}
footer .footer-box.brown-box .icon-img.text-red-1 {
    color: #b38741;
}
footer p {
    line-height: 22px;
}
footer.bg-dark-2 .icon-img {
    color: #24d3ce;
}
footer.bg-dark-2 .footer-box {
    border: 3px #ffcc33 solid;
    border-radius: 5px;
}

/* ------------------------
43. Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
    font-size: 24px;
    color: #ffffff;
    background: #ff324d;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top a:hover,
.scroll-top a:focus {
    color: #fe4c1c;
    background: #ffffff;
}
.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-toggler {
    border: none;
}

/* ------------------------
44. Responsive
------------------------*/

@media (max-width: 1199.98px) {
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .header-5 .label {
        display: none;
    }
    .banner-bg-full h1 {
        font-size: 100px;
    }
    .header-4 .offer-text {
        margin-left: -40px;
    }
}

@media (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .cart-table .media {
        display: block;
    }
    .clients-logo {
        padding: 30px 40px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-bg1 .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -28px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -28px;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .product-block-div .media-body .product-title {
        line-height: 21px;
    }
    .header-5 .form-inline .custom-select,
    .form-inline .input-group {
        width: 33%;
    }
    .header-5 #header-wrap {
        padding: 15px 0;
    }
    .header-5 .navbar-light .navbar-toggler {
        background: #fff;
        border-radius: 5px;
    }
    .header-5 #header-wrap .navbar-nav .nav-link {
        color: #333;
        line-height: 1.5rem;
    }
    .header-5 .text-yellow {
        display: none;
    }
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
    .header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
        background: #085b9a;
    }
    #navCatContent ul li .dropdown-menu {
        left: 0;
        top: 40px;
        min-width: auto;
        width: 100%;
    }
    .header-5 .label {
        display: inline;
    }
    .product-block .owl-carousel.owl-2 .owl-nav {
        top: -30px;
        right: 0px;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .offer-text {
        display: none;
    }
    .header-4 .logo {
        width: 40%;
        margin-top: -25px;
    }
    .header-4 .call-info .language-selection {
        margin-left: 0;
        border: none;
    }
    .banner-bg-full h1 {
        font-size: 90px;
    }
    .dark-red-bg .product-card {
        max-height: none;
        height: auto;
    }
    .dark-aqua-bg .product-card .card-img-hover {
        max-height: none;
        height: auto;
    }
    .frame {
        padding: 10% 18% 10% 18%;
    }
    .dark-yellow-bg.testimonails .card {
        padding: 8rem 4rem 5rem 4rem;
    }
    .dark-yellow-bg.testimonails p {
        font-size: 14px;
    }
    .dark-yellow-bg.testimonails .card img {
        width: 80px;
    }
    .dark-yellow-bg.testimonails .owl-stage-outer {
        padding-bottom: 80px;
    }
    .dark-yellow-bg.testimonails .author-img {
        bottom: -80px;
    }
    .latest-blog-img {
        background-image: none !important;
        padding: 0;
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .outer_offer_banner_box {
        height: auto !important;
    }
    .collections-item {
        height: auto !important;
    }
    .inner_banner_box .offer_title {
        margin-top: 60% !important;
    }
   
    footer .footer-box {
        margin-bottom: 15px;
        padding: 5px;
        height: auto;
    }

    .inner_banner_box .my_view_btn {
        padding: 2px 12px;
    }
    h1,
    .h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2,
    .h2 {
        font-size: 18px !important;
        font-weight: 600 !important;
        letter-spacing: 1px !important;
        color: #4d4d4d !important;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .parallaxie {
        background-position: center center !important;
    }
    .bg-sm-none {
        background-image: none !important;
    }
    .newsletter h2 {
        line-height: 28px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-row .img-fluid {
        width: 100%;
    }
    #header-wrap {
        padding: 15px 0;
        background: #fff;
    }
    /*#demo .img-fluid{
            height: 185px;
    }*/
    .custom_search {
        margin-top: 0px !important;
        position: absolute;
        z-index: 999;
        right: 35px;
        left: 4px;
    }

    .custom_cart {
        position: absolute;
        z-index: 999;
        right: 60px;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .sort-filter {
        margin-left: auto !important;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .header-2 .offer-text {
        display: none;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .hot-deal h2 {
        font-size: 36px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -20px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -20px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: 16px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-next {
        right: 10px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        line-height: 40px;
        font-size: 20px;
    }
    .header-5 .form-control {
        border-radius: 3px 0px 0px 3px !important;
    }
    .header-4 .navbar {
        justify-content: space-between;
    }
    .header-4 .navbar-light .navbar-toggler {
        margin-left: 10px;
    }
    .header-4 .call-info .language-selection {
        border: none;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .logo {
        width: 100%;
        margin: 0;
        margin-top: 90px;
    }
    .header-4 .logo.navbar-brand img {
        height: auto;
    }
    .banner-bg-full h6 {
        font-size: 18px;
    }
    .banner-bg-full h1 {
        font-size: 70px;
    }
    .banner-bg-full h5 {
        font-size: 20px;
    }
    .header-4 .offer-text {
        margin-left: 15px;
    }
    .header-6 .call-info .language-selection {
        margin-left: 0px;
    }
    .header-6 .call-info .language-selection .ml-3 {
        margin-left: 0px !important;
    }
    .header-6 .navbar-brand img {
        height: 25px;
    }
    .full-slider h1 {
        font-size: 46px;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .form-car-search .car-search-block {
        padding: 25px;
    }
    .hot-deal-1.hot-deal-right .myDIV {
        right: 20px;
        left: auto;
    }
    .video-bg h2 {
        font-size: 46px;
    }
}
@media (max-width: 575.98px) {
    .navbar-toggler > span:before
    {
        position: absolute;
    z-index: 999999 !important;
    right: 34% !important;
    top: -69% !important;
    color:#000 !important;
    }
    .mobile_show_t {
        display: block;
        margin-right: 10px;
    }
    .navbar-toggler-icon {
        background-image: url(../img/dropdown.png) !important;
        height: 17px;
        
    }
    .my_mobile_t {
        display:none;
    }
    .mobiles {
        max-width: 100%;
    }
    .mobiless {
        display: none;
    }
    .mobiles > div {
        padding-right: 10px;
    }
    .bg_footer .f_t {
        margin-bottom: 15px !important;
    }
    h1,
    .h1 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        letter-spacing: 2px;
       
    }
    h3,
    .h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        margin-left: 20px;
        letter-spacing: 2px;
    }
    h4,
    .h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 2px;
    
    }
    h6,
    .h6 {
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 2px;
        
    }
   
    .header-1 #header-wrap {
        background: #ffffff;
        padding: 0px 0px;
    }
    .footer .footer-box {
        margin-bottom: 10px;
        height: 80px;
    }

    .offer-text {
        display: none;
    }
    .header-1 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    [data-cart-items]::before {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    .header-1 .search_trigger i {
        font-size: 20px;
    }
    .header-6 .search_trigger i {
        font-size: 20px;
    }
    .right-nav a i {
        font-size: 20px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-row .pl-5 {
        padding-left: 1.2rem !important;
    }
    .banner-row .mt-5 {
        margin-top: 1.5rem !important;
    }
    .hero-circle {
        width: 270px;
        height: 270px;
    }
    .clients-logo {
        width: calc(100% / 2);
        border-bottom: 1px solid #ebebeb !important;
    }
    .clients-logo:nth-child(n + 7) {
        border-bottom: none !important;
    }
    .tab.mt-n15 {
        margin-top: 0 !important;
    }
    .coming-soon .countdown > li {
        padding: 15px 10px 10px;
        margin-right: 10px;
    }
    .coming-soon .countdown > li span {
        font-size: 20px;
    }
    .bg-xs-none {
        background-image: none !important;
    }
    .pos-sm-r {
        position: relative;
        top: inherit;
        transform: inherit;
    }
    #mailchimpModal .modal-body {
        padding: 1rem;
    }
    .ml-7,
    .mx-7 {
        margin-left: 1rem;
    }
    .mr-7,
    .mx-7 {
        margin-right: 1rem;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link:after {
        display: none;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link {
        margin: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px #eaeaea solid;
    }
    .nav-tabs.nav-tabs-div .nav-link.active,
    .nav-tabs.nav-tabs-div .nav-link:focus,
    .nav-tabs.nav-tabs-div .nav-link:hover {
        border-bottom: 1px solid #ff324d;
    }
    .tab nav.mb-5 {
        margin-bottom: 1rem !important;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 2rem 15px 2rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .view-filter {
        width: 150px;
    }
    .sort-filter {
        width: 100%;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        margin-right: 0;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        padding: 15px 0 15px 0;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .login .store-name {
        font-size: 56px;
        letter-spacing: -2px;
    }
    .coming-soon-page .countdown > li {
        min-width: auto;
        width: 100%;
        padding: 20px 10px;
    }
    .error-page h2 {
        font-size: 120px;
    }
    .header-2 .search-block {
        border: 0;
        border-top: 1px solid #eee;
    }
    .header-2 .search-block .form-control {
        padding: 0;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .hot-deal h2 {
        font-size: 36px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .header-5 .header_list {
        display: none;
    }
    .banner-3 h1 {
        font-size: 44px;
    }
    .product-block-div .owl-carousel.owl-2 .owl-nav {
        top: -25px;
        right: 18px;
    }
    .header-5 .cart-d [data-cart-items]::before {
        top: -10px;
        right: -0.4rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .video-bg h2 {
        font-size: 40px;
    }
}

.text-muted {
    color: #a7a4a4 !important;
}

.text-white {
    color: #363333 !important;
}

.cart-page .text-muted {
    color: #fff !important;
}

.rating .fa {
   color: #d0a369;
    font-size: 16px;
}
.navbar .navbar-nav > li .dropdown-menu a:hover {
    font-weight: 600;
    font-size: 13px;
    position: relative;
    color: #292b2c;
}

.custom_cart {
    margin-top: 30px;
}
.custom_search {
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_icon {
    margin-top: 22px;
}
.right-nav a {
    font-size: 13px;
}
.bg_footer .text-muted {
    color: #ffffff !important;
}
.bg_footer {
    /*background-image: url(../img/banner2.jpg);*/
    background-size: cover;
    background-position: center;
    background: black;
}
.footer_copy_right {
    padding: 20px 15px;
    border-radius: 10px;
}

.footer-box .mr-4,
.mx-4 {
    margin-right: 1rem !important;
}

.footer_copy_right_text {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.sub_cat_title a {
    font-size: 14px !important;
    margin: 0px;
    color: #292b2c !important;
    font-weight: 700 !important;
}

/*custom css by rohit singh*/
.my_footer_pay_icon li a img {
    width: 50px;
    height: 25px;
}
/*.outer_offer_banner_box {*/
/*    border-radius: 50%;*/
/*    height: 190px;*/
/*}*/
/*.outer_offer_banner_box img {*/
/*    height: 100%;*/
/*}*/
.outer_offer_banner_box {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    overflow: hidden;
    position: relative;
}
.outer_offer_banner_box img {
    width: 100%;
}
.inner_banner_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.inner_banner_box .offer_title {
    margin-top: 75%;
    color: #fff;
}
.inner_banner_box p {
    text-align: center;
}
.inner_banner_box .my_view_btn {
    background: #fff;
    color: #292b2c;
    border: 0px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.inner_banner_box .my_view_btn:hover {
    background: #7c2776;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease;
}
.collections-item {
    width: 100%;
    height: auto; /* margin-bottom: 10px; */
}
.collections-item img {
    width: 100%;
    height: 250px;
}

/*.collections-item {*/
/*    box-shadow: 1px 1px 5px #9e9e9ed1;*/
/*    border-radius: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/
.content {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2px 10px;
    background: transparent;
    border: 1px solid #e5e5e5;
}
.content h6 {
    margin-top: 10px;
    line-height: 17px;
}
.content h6 a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.o_p {
    color: #2e8203;
    margin-left: 11px;
    font-size: 16px;
}
.r_p {
    color: #f00;
    margin-left: 11px;
    font-size: 16px;
}

.bellow_offer .inner_banner_box {
    background: #292b2c0008a;
}
.show_notif {
    background: #66623d;
    padding: 5px 0;
    position: relative;
}
.get_a_quote_bg {
    background: #fff;
    margin-top: 5%;
    padding: 20px;
    border-radius: 10px;
}
.get_a_quote_bg .form-group label {
    color: #66623d;
}
.get_a_quote_bg h3 {
    border-bottom: 2px dotted #66623d;
    padding-bottom: 10px;
    margin-bottom: 14px;
    color: #66623d;
}
.my_req_btn {
    margin-top: 15px;
    background: linear-gradient(90deg, rgba(132, 131, 67, 1) 0%, rgba(102, 98, 61, 1) 52%, rgba(132, 131, 67, 1) 100%);
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.my_c_btn {
    padding: 6px 6px;
}

/*custom code by rohit singh socail media share css*/
.prod_page {
    padding-top: 25px;
}
.product-details .like-icon {
    padding-top: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.product-details .like-icon a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 3px;
    text-transform: capitalize;
}
.product-details .like-icon a i {
    padding-right: 5px;
    margin-right: 5px;
}
.product-details .like-icon a.facebook {
    background-color: #3b5999;
}
.product-details .like-icon a.twitter {
    background-color: #1da1f2;
}
.product-details .like-icon a.whatsapp {
    background-color: #03a84e;
}
.product-details .like-icon a.linkedin {
    background-color: #0354a8;
}

/* product customized panel */
.my_customized_panel {
    border: 1px solid #ff324d;
}
.my_customized_panel .card-header {
    background: #ff324d;
    color: #fff;
    padding: 10px;
}
.my_customized_panel .inst_body h4 {
    font-size: 18px;
}
.my_customized_panel .inst_body p {
    font-size: 13px;
    margin: 0px;
    margin-top: 5px;
    color: #171212;
}
.cutom_button {
    background: #ff324d;
    color: #fff;
    padding: 5px;
    border: 0px;
    margin-bottom: 10px;
}
.tit span {
    border-bottom: 4px dotted #292b2c;
    padding-bottom: 10px;
}
.quotation_btn {
    background: #f4bb02;
    color: #6c0a19;
    border-radius: 10px;
    font-weight: 600;
}

.show_request_form {
    background-color: rgba(51, 76, 30, 0.5);
    height: 100%;
    width: 100%;
    z-index: 99991;
    background-size: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0px;
    display: none;
}
.show_request_form .form-group {
    margin-bottom: 5px;
}
.main_banner_outer {
    background-size: cover;
    height: 400px;
}
.banner_outer {
    height: 400px;
}
.quote {
    margin-top: 18%;
    float: right;
    margin-right: 500px;
}
.bg-light-41 {
    background-color: #fcea88;
}
.quotation_btn a {
    background: #fff;
    color: #292b2c;
    border-radius: 0px;
}

@media only screen and (max-width: 600px) {
    .notiif_mobile {
        display: block;
        background: #158bab;
        padding: 5px;
    }
    .show_now_btn {
        padding: 5px 10px !important;
    }
    .notiif_mobile p {
        color: #fff;
        margin: 0px;
        text-align: center;
        line-height: 16px;
        font-size: 14px;
    }

    .footer_copy_right {
        margin-top: 0px;
        width: 100%;
        margin-left: 1px;
    }
    .list-inline .mb-0 .my_footer_pay_icon li {
        display: inline-block;
    }
    .my_footer_pay_icon li a img {
        width: 46px;
        height: auto;
    }
    .mr-3,
    .mx-3 {
        margin-right: 3px !important;
    }
    .small,
    small {
        font-size: 12px;
        font-weight: 400;
    }
    .o_p {
        color: #2e8203;
        margin-left: 1px;
        font-size: 12px;
    }
    .bg-light-4 {
        background-size: 100% 100%;
        height: auto;
    }
    .quote {
        margin-top: 10% !important;
        float: right;
        margin-right: 0px;
    }
    .quotation_btn {
        background: #ff324d;
        color: #fff;
        border-radius: 16px;
        font-weight: 600;
        font-size: 15px;
        padding: 5px 11px;
    }
    .form-control {
        height: 3rem;
        font-size: 0.9rem;
        padding: 0.375rem 0.85rem;
    }
    .bg-light-41 {
        height: 400px;
        background-color: #cac883;
        padding-top: 25px;
    }
    .tit {
        font-size: 21px;
    }
    .hot-deal-1 p {
        font-size: 14px;
        color: #111010;
        line-height: 21px;
    }
    .decrease {
        margin-top: -2px !important;
    }
    .collections-item img {
        width: 100%;
        height: auto;
    }
    .img-safty {
        width: 100%;
        padding-bottom: 50px;
    }
    .arrival {
        margin-top: -25px !important;
    }
    .all-product {
        margin: 0px auto;
        background: #848343;
        border-color: #848343;
        width: 215px !important;
        letter-spacing: 2px !important;
        text-transform: capitalize;
    }
    .c1 {
        padding-bottom: 37px !important;
    }
    .c2 {
        padding-bottom: 0px !important;
    }
   .c3 {
    margin-left: 0px!important;
    margin-right: 0px!important;
    }
    .c4 {
        padding-bottom: 19px !important;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}

.c1 {
    padding-bottom: ;
}
.c2 {
    padding-bottom: ;
}
.c3 {
    padding-bottom: ;
}
.c4 {
    padding-bottom: 50px;
}
.promise {
    padding: 0px;
}
.safty {
    padding-bottom: 20px;
    margin: 0px auto;
    font-weight: 600;
}
.all-product {
    margin: 0px auto;
    background: #158bab;
    border-color: #158bab;
    width: 290px;
    letter-spacing: 4px;
    text-transform: capitalize;
}
.decrease {
    margin-top: ;
}
.my_gap {
    margin-top: 15px;
}
.outer_slider {
    position: relative;
}
.white-f {
    color: #fff;
    padding-top: 5px;
}
.head-bg {
    background: #f9c80e;
}
.heading h2 {
    font-size: 32px;
    font-family: math;
    font-weight: bold;
    margin-bottom: -6px;
    letter-spacing: 0px;
    color: #1c4a81;
}

/*.light_effect{
            height: 60px;
    width: 100%;
    position: absolute;
    top: 0px;
    background-image: url(../img/light-blub.gif);
    z-index: 999;
}*/

.left-cate .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0;
    line-height: 35px;
}
.left-cate ul {
    /*list-style: disc;*/
    display: block;
}
.left-cate .dropdown-menu {
    border: 0 !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%) !important;
    padding: 0 0 0 0px !important;
    font-size: 13px;
    word-break: break-word;
    color: #177069;
    min-width: 100% !important;
}
.left-cate .dropdown-menu li a {
    color: #042864;
    font-weight: 600;
    line-height: 30px;
}
.left-cate ul li {
    border: 1px solid;
    border-bottom: 0;
}
.left-cate .dropdown-menu li {
    border-left: 0;
    border-right: 0;
}

.left-cate ul li {
    padding-left: 12px;
}
.left-cate .dropdown-menu {
    margin-left: -12px;
}
.left-cate > ul {
    border-bottom: 1px solid;
}
.text-strip {
    background: #ededed;
    padding: 15px 20px;
}
.text-strip h5 {
    margin: 0px auto;
}

.box:hover {
    cursor: pointer;
}

.box__caption:hover {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}

.box:hover img {
    transform: scale(1);
    filter: blur(2px) brightness(80%);
}

.box__img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 250ms ease-in-out;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #cfcece;
    border-radius: 5px;
}

.box__caption {
    color: white;
    line-height: 1.25;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -30%, 0);
    transition: all 250ms ease-in-out;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 50%;
    left: 50%;
}
.heading span {
    margin: 0px auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}
.ccinner p {
    text-align: center!important;
    color: #333;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
.page-content {
    margin-top: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.footer1 {
    padding:40px 10px 50px;
    border-bottom: 1px solid #b5b5b5;
    margin: 0;
}
.bg-black {
    background: #000;
}
.gal-item {
    overflow: hidden;
    padding: 8px;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
}
.box img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.team-image {
    width: 100%;
    background: #555;
    margin-bottom: 0px;
    position: relative;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
.customh44 {
    font-weight: 700;
    font-style: normal;
    position: absolute;
    bottom: 67px;
    padding: 5px 20px;
    text-shadow: 2px 2px 4px #333;
}
.btn--inverse {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}
.shop-button {
    text-align: left;
}
.item-descr {
    padding: 0px 40px;
}
.hero-section {
    position: relative;
    overflow: hidden;
    height: 60vh;
    align-items: center;
    display: grid;
    margin-top: 20px;
}
.shop-col img {
    width: 100%;
}
.banner-main-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.position-absolute {
    position: absolute !important;
}
.banner-main-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28288a;
}
.banner-main-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.position-relative {
    z-index: 9;
}
.banner-main .page-title {
   margin-bottom: 5px;
    font-size: 48px;
    /*margin-top: 30px;*/
    color: #fff;
    line-height: 60px;
    letter-spacing: 2px;
    opacity: 1;
}
.single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.single-blog-img img {
    width: 100%;
}

.blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 34px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 30px;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h4 {
    color: #212121;
}
.blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.blog-content h4 a:hover {
    color: #ffca00;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.author {
    margin-bottom: 60px;
}
.meta-post span a {
    color: #696969;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meta-post span:last-child {
    padding-right: 0;
}
.exerpt {
    line-height: 28px;
    color: #696969;
    margin-bottom: 37px;
}
.btn-two {
    color: #292b2c;
    color: #333;
    border: 1px solid;
    border-color: #e8e8e1;
    border-color: #333;
    background-color: transparent;
    padding: 8px 14px;
    background-position: 150% 45%;
    min-width: 90px;
}

@media only screen and (max-width: 600px) {
    .navbar-brand {
        top: 50%;
    }
    .hero-section {
        height: 600px;
    }
    .banner-main .page-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: 2px;
    opacity: 1;
    }
    .product-card img {
        height: auto;
        width: 100%;
    }
    .commontext{
        padding: 0px 20px;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .link-title {
    color: #fff;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
}
.breadcrumb-item .link-title{
    color: #ffffff !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.subscribe-area {
    border-top: 1px solid #333;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}
.subscribe-text {
    text-align: center;
}
.subscribe-text span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}
.subscribe-text h2 {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #333;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
    background: #333;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.sticky-footer {
    display: none;
    height: 58px;
    background: #0c0c0ceb;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-top: 5px;
    width: 100%;
    z-index: 999;
    opacity: 1;
}
.col-fmenu {
    width: 20%;
}
.foofm {
    text-align: center;
}
.foofm i {
    color: #fff;
    font-size: 18px;
}
.foofm p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0px;
}
.wht-font {
    color: #fff;
}
.hide-lg{
    display:none;
}
@media (max-width: 767px) {
    .sticky-footer {
        display: block;
    }
     .breadcrumb {
    font-size: 14px;
    margin-left: 2px !important;
    margin-top: 10px !important;
}
.carousel-item.active img {
    width: 100%;
}
    .quick {
        display: none;
    }
    .page-contentss {
    padding: 30px 10px!important;
    background: #eefcff;
}
    .footer_copy_right {
        padding: 15px 0px 80px;
        border-radius: 10px;
        text-align: center;
    }
    .heading {
        padding-bottom: 0px;
    }
    .right-nav.align-items-center.d-flex.justify-content-end.custom_icon {
    margin-right: 0px!important;
}

    .banner {
        height: 250px;
        width: 100%;
    }
    .text-view h4 {
        text-align: center;
    }
    .text-view p {
            text-align: right;
    padding-top: 28px;
    }
    .hide-lg{
    display:block;
}

}
.navbar-toggler > span:before {
    content: "\f00d";
    color: #fff ;
}
.navbar-toggler.collapsed > span:before {
    content: inherit;
}
.navbar-toggler > span {
    background-image: inherit !important;
}

.navbar-toggler.collapsed > span {
    background-image: url(../img/dropdown.png) !important;
}

/*@media (max-width: 900px) {*/
/*    .navbar-brand img {*/
/*    margin-left: 20px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 600px) {
.pas {
    padding: 0px !important;
}
.navbar-brand img {
    padding: 0px 0px!important;
    margin-top: 16px!important;
}
}

@media only screen and (max-width: 600px) {
    .btn-primary {
    width: 100%;
}
.btn-dark{
    width: 100%;
}
    .mb-phone{
        height: 140px!important; 
        width: 100%!important;
    }
    .card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: auto!important;
    width: 100%;
}
    .hero-section1 {
    height:30vh!important;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .rating .fa {
    color: #d0a369;
    font-size: 12px;
}
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: 400px;
    }
    a,
    .dropdown-item,
    .dropdown-toggle:after,
    .dropdown-menu a:before,
    .hover-translate,
    .btn-animated:before,
    .product-card,
    .card-body,
    .product-link,
    .insta-icon,
    .accordion .card-header a:before {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .rounded-0 {
        border-radius: 0 !important;
    }
    .card {
        padding: 0.5px!important;
        border: none !important;
    }
    .product-card img {
        height: 200px;
        width: auto;
        margin: 0px auto;
        display: block;
        text-align: center;
        border: 1px solid #a1a1a1;
    }
    .navbar-toggler {
        background: none;
        height: 50px;
        width: 55px;
        padding: 10px 0px;
        border-radius: 0;
    }
    .navbar-brand {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    padding: 0;
    }
    .container {
        padding: 0px !important;
    }
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 5px 10px;
        background: #fafdf400;
    }
    .shop-col img {
    width: 100%;
    height: 200px;
}
}

.blink {
    padding: 15px 15px 0px;
    text-align: center;
    margin: 0px auto;
}
.b-text {
    font-size: 25px;
    font-family: cursive;
    color: white;
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-main-overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28280d;
}
.hero-section1 {
    position: relative;
    overflow: hidden;
    height: 75vh;
    align-items: center;
    display: grid;
    /* margin-top: 20px; */
}

.mobile-logo{
    color: #d4ad78;
    font-size: 30px;
    text-align: center;
    font-family: ui-monospace;
    letter-spacing: 1px;
    padding: 0px 24px;
    margin-top: 35px;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border: 1px solid #fff;
}
.rounded-0{
    padding: 0.5px!important;
}
.recently{
    height: 234px!important;
    width: 100%!important;
}
.breadcrumb-item.active {
    color: #ffffff !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.mt-30{
    margin-top:30px;
}

.la.la-facebook {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-instagram {
    font-family: 'Line Awesome Brands';
    font-weight: 600;
    color: #9c27b0;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-twitter {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-whatsapp {
    font-family: 'Line Awesome Brands';
    font-weight: 500;
    color: #4caf50;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-pinterest {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #e91e63;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.card.card--default {border: 1px solid #d4d2d2 !important;box-shadow: 10px 10px 20px #0000000d !important;margin: 10px 6px;}

.list-group-item.active {
    background-color: #d0a369;
    border-color: #d0a369;
}
section.products-section {
    background: #f4d9ce80;
    padding: 40px 0px;
}
p.offer_title a {
    color: #fff;
    font-family: math;
}.page-contentss {
    padding: 30px 0px;
    background: #eefcff;
}
.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}
.newsletter h3 {
    font-size: 30px;
    font-family: math;
    font-weight: 600;
}
section.bg-img.text-center {
    background-image: url(../../assets/images/image70.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.newsletter h6 {
    margin-bottom: 16px;
    margin-top: 2px;
}
.form-subscribe .form-control {
    background-color: hsl(0deg 0% 84.25%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.btn-lg {
    height: 50px;
    padding: 5px 31px 4px;
}
.btn-success {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 18PX;
    letter-spacing: 0px;
    font-family:math;
    text-transform: capitalize;
    margin: 0;
}
.product-grid .product-image img {
    width: 100%;
    height: auto;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid {
    text-align: center;
    box-shadow: none;
}
section.p-section {
    padding: 30px 0px;
    background: #1c3360;
}
/*.product-image img {*/
/*    max-width: 100px;*/
/*}*/
.col-md-8.bg-side {
    background: #b9747a;
    margin-left: -18px;
}
.abts-b p {
    margin-top: 0px;
    color: #000;
    font-family: math;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
}
.abts-b h3 {
    font-size: 25px;
    font-family: math;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
a.btn-abt {
    background: #b9747a;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}
section.abt-secti {
    padding: 30px 0px;
}
.service-h img {border-radius: 50%;width: 100%;border: 5px solid #dbdbdb;height: 100%;}
.service-h h3 a {
    font-size: 18px;
    color: #000000;
    font-family: math;
    font-weight: 600;
}
.service-h {
    text-align: center;
}
section.gift-section {
    padding: 40px 0px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px 10px;
}
.box-ts img {
    width: 100%;
}
.box-ts {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 16px 3px;
    background: #fee4e35e;
    padding: 30px 20px;
}
.box-ts {
    background: #fff !important;
    border-radius: 20px;
}
.services-block-1.services-block-2 {
    padding: 26px 0px;
    background: #809ec2;
}
.service-h h3 {
}
/*.service-h h3 {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    font-weight: 100!important;*/
/*    padding: 0px 15px;*/
/*    background: #fff;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 20px;*/
/*}*/
/*.service-h h3:hover {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    padding: 0px 13px;*/
/*    color:#fff;*/
/*    background: #9e6a2f;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 20px;*/
/*}*/
.service-h h3 a:hover {
    color: #fff;
}
.zoom-img {
  width: 100%;
  height:auto;
  overflow: hidden;
}

.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.2);
}
.service-hdd h3 {
    position: absolute;
    left: 50%;
    font-weight: 100 !important;
    padding: 0px 15px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 136px;
}
.service-hdd h3 a {
    font-size: 14px;
    color: #000000;
    font-family: sans-serif;
    font-weight: 100;
}
.service-hdd h3:hover {
    position: absolute;
    left: 50%;
    padding: 0px 13px;
    color: #fff;
    background: #9e6a2f;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 136px;
}
.product-section {
    padding: 10px 0px 20px;
    background: #ffffff;
}
.post-slide{
    background: #fff;
    padding-bottom: 20px;
    margin: 0 15px;
}
.post-slide > img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    padding: 0px 0px;
    line-height: 26px;
}
.post-slide .post-title > a{
    font-size: 17px;
    font-weight: 200;
    font-family: sans-serif;
    color: #333333;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title > a:hover{
    text-decoration: none;
    color:#e74c3c;
}
.post-slide .post-description{
    font-size: 14px;
    padding: 0 0px;
    margin: 0px 0 12px 0;
}
.post-bar{
    list-style: circle;
    padding: 10px 0px 0px 0px;
    border-top:1px solid #e8e7e7;
}
.post-bar > li{
    display: contents;
    margin: 5px;
    color:#aaaaaa;
    font-weight: 400;
}
.post-bar > li > a{
    color:#aaaaaa;
    transition:0.3s ease;
    font-weight: 400;
}
.post-bar > li > a:hover{
    text-decoration: none;
    color:#e74c3c;
}
.post-bar > li i{
    margin-right: 7px;
}
.blog-section {
    padding: 30px 0px 0px;
    background: #f1f1f1;
}
ul.privacy-k {
    margin: 0px 20px;
    padding-bottom: 10px;
}
section.privacy-section {
    padding: 40px 0px;
}
.contact-bx {
    background: #ececec;
    padding: 40px 20px;
    box-shadow: -4px -2px 20px -7px #cfd5df;
}
.get_say_info_sec i {
    color: #000;
    font-size: 22px;
    margin-bottom: 3px;
    margin-top: 10px;
}
.get_say_info_sec i {
    color: #000;
    font-size: 22px;
    margin-bottom: 6px;
    margin-top: 16px;
}
.get_say_info_sec > li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    background: #1e4176;
    border-radius: 5px 0 0 5px;
    transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
ul.get_say_info_sec li {
    list-style-type: none;
}
form.form-section.form-bx {
    background: #ffffff;
    padding: 4px 20px;
    box-shadow: -4px -2px 20px -7px #cfd5df;
}
h5.contact-head {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 0px;
    font-family:math;
}
.footer_get_touch_outer {
    padding: 40px 0px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-top: 20px;
}
.marquee-section {
    background: linear-gradient(180deg, #97642d 0%, #432d0e 100%);
    margin: 0px 0px;
}
.marquee-head marquee {
    font-weight: 400;
    font-size: 16px;
}



section.abt-section {
    background: #ffffff;
    padding: 30px 0px 30px;
}
.abt-head h3 {
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
section.pt-0 {
    margin-top: 20px;
}
section.arrival-sec {
    padding: 10px 0px 20px;
    background: #f2e7d3;
}
@media only screen and (max-width: 1024px) {
    .product-card {
    padding-bottom: 20px;
    overflow: hidden;
    height: auto;
}
.ccinner p {
    text-align: center!important;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.testimonial {
    border: none;
    box-shadow: 6px 5px 5px 1px rgba(0, 0, 0, 0.06);
    padding: 14px 0px 0px 50px;
    margin: 0 15px 0px 15px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.heading h2 {
    margin: 0px 0px!important;
}
.testimonial .title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.testimonial .pic {
    display: inline-block;
    width: 38px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 183px;
    left: 10px;
}
.product-grid {
    text-align: center;
    /* box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px; */
    padding: 0px 0px;
    height: 210px;
}
.product-grid .title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: math;
    text-transform: capitalize;
    margin: 0;
}
.header-1 #header-wrap {
    background: #0c0c0c;
    padding: 17px 0 10px;
    position: relative;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    /*display: none!important;*/
    display: none;
}
.navbar-brand img {
    padding: 14px 0px 10px;
    width: auto;
    margin-left: -6px;
    margin-top: 50px;
}
}
.card-info {
    background: #00000000 !important;
}
@media(max-width:767px){
    .custom_icon {
    margin-top: 14px!important;
}

}

.m-icon {
    height: 30px;
    width: auto;
}

.testimonial-section {
    padding: 50px 0px;
    background-image: url(../../assets/images/green-bg.jpg);
    background-position: center;
    background-size: cover;
}


.heading h2 {
    margin: 10px 0px;
    color: #0a5d02;
}
.item.testimonial-b {
    border: 2px solid #e9e1d8;
}
.testimonial-head {
    padding: 100px 60px;
    text-align: center;
}
.testimonial-head h3 {
    font-family: math;
    font-weight: 700;
}
.testimonial-head a {
    background: #3f3c3c;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonial-head a:hover {
    background: #9e6a2f;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-danger {
    color: #fff;
    background-color: #000000 !important;
    border-color: #fff;
}
.border_danger {
    border: 2px solid #a06d33!important;
}
#show_login_error {
    color: #000!important;
}
h2#otp_error {
    font-size: 20px;
}
.abt-head h3 {
    margin: 12px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 46px;
    font-family: math;
    line-height: 50px;
    font-weight: 800;
    text-transform: capitalize;
}

h3.terms-t {
    font-size: 18px;
    font-weight: 600;
    font-family: math;
    margin: 10px 0px 0px 0px;
}
.about-content ul li {
    margin: 0px 20px;
    list-style-type: square;
    color: #000;
    line-height: 24px;
}
.abt-head p {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.abt-head {
    margin: 20px 40px;
}
.abt-head a {
    background: #fe6b03;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
h3.header-t {
    background: #e2395d;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.marquee-head {
    background: #2b407f;
    margin: 0px 0px;
}
.perfume-section {
    padding: 24px 0px 20px;
}
.product-grid{
    text-align: center;
    transition: all 0.3s ease 0s;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    transform: rotateY(0);
    transition: all 0.5s ease-out 0s;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition:all 0.5s ease-out 0s;
}
.product-grid:hover .product-image .pic-2{
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid .product-sale-label{
    color: #fff;
    background-color: #6ab04c;
    font-size: 12px;
    font-weight: 600;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-transform: uppercase;
    border-radius: 50%;    
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.3s;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 50px;
    right: 15px;
    z-index: 1;
}
.product-grid .product-links li{
    margin: 0px 0px 6px;
    opacity: 0;
    transform: translate(70%,0);
    transition: all 0.7s ease;
}
.product-grid .product-links li:nth-child(1){ transition-duration: 0.1s; }
.product-grid .product-links li:nth-child(2){ transition-duration: 0.2s; }
.product-grid .product-links li:nth-child(3){ transition-duration: 0.3s; }
.product-grid .product-links li:last-child{ margin: 0; }
.product-grid:hover .product-links li{
    opacity: 1;
    transform: translate(0%,0%);
}
.product-grid .product-links li a{color: #222;background: #fff;font-size: 16px;text-align: center;line-height: 40px;height: 40px;width: 40px!important;border-radius: 5px 5px;display: block;box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1);transition: all .5s ease 0s;}
.product-grid .product-links li a:hover{
    color: #fff;
    background: #166aa5;
}
.product-grid .add-to-cart{
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0.5s;
    z-index: 1;
}
.product-grid:hover .add-to-cart{ 
    opacity: 1;
    transform: translateY(0);
}
.product-grid .add-to-cart:hover{
    color:#fff;
    background: #f85438;
}
.product-grid .product-content{
    padding: 15px 15px 0;
    transform: translateY(-40px);
    transition: all 0.5s;
}
.product-grid:hover .product-content{
    transform: translateY(0);
}
.product-grid .category{
    color: #797979;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 4px;
    display: block;
}
.product-grid .category a{
    color: #797979;
    transition: all 0.3s ease 0s;
}
.product-grid .category a:hover{ color: #62a403; }
.product-grid .title{
    font-family: math;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{
    color: #f85438;
}
.product-grid .rating{
    color: #efb123;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}
.product-grid .price{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px;
}
.product-grid .price span{
    color: #F44336;
    text-decoration: line-through;
    margin-right: 6px;
}
@media screen and (max-width: 990px){
    .product-grid{margin: 0 0 16px;height: 285px!important;box-shadow: none;}
}  


.testimonial{
    margin: 0 15px;
    text-align: center;
    background: #fff;
    padding: 20px 20px;
}
.testimonial .testimonial-profile{
    float:left;
    width:27%;
    padding-right:15px;
}
.testimonial .testimonial-profile img{
    width: 100%;
    height: auto;
    border-radius:50%;
    display: inline-block;
    margin-bottom:10px;
}
.testimonial .testimonial-date{
    display:block;
    text-align:center;
    color:#a9a9a9;
    text-indent: -2px;
}
.testimonial .testimonial-title{
    margin-bottom:0;
}
.testimonial .testimonial-title a{
    text-transform: uppercase;
    color: #3f3c3c;
    font-size:15px;
    display: block;
    font-family: math;
    margin-bottom:4px;
}
.testimonial .testimonial-description{
    font-size: 16px;
    padding-left: 0px;
    line-height:23px;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #d35400;
}
@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
        margin: 0 10px;
    }
    .testimonial .testimonial-profile{
        float:none;
        width: 30%;
        margin: 0 auto;
        padding: 0;
    }
    .testimonial .testimonial-description{
        padding-left: 0;
    }
}
.post-slide{
    margin: 0 15px;
    position:relative;
    background:#fff;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
}
.post-slide .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #ff8b3d;
}
.post-slide .post-content{
    padding: 0px;
}
.post-slide .post-title{
    margin: 10px 0 10px 0;
}
.post-slide .post-title a{
    font-size:18px;
    font-family: math;
    font-weight: 600;
    color: #000;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #a7a7a7;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    transition: color 0.20s linear;
    font-family: math;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color: #c22041;
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width: 70%;
    display: block;
    border: 1px solid #9b9d9f;
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }
}
.post-slide .post-bar li {
    display: flex;
    font-size: 16px;
    font-family: math;
    color: #494848;
    margin-right: 10px;
    text-transform: capitalize;
}
.ccinner:hover {
    background: #166aa5;
}


button.btn-cart.btn.btn-pink.add_to_cart_btn_home {
    padding: 0.4rem 0.5rem;
}
.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    background-color: #fff1e0;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
.col-md-6._boxzoom.mobile-view {
    display: none;
}
.prod_page.pt-0 {
    padding: 0px;
}

@media(max-width:767px){
  .col-md-6._boxzoom.mobile-view {
    display: block!important;
}
.col-md-6._boxzoom.desktop-view {
    display: none;
}
}
h4.pr-h {
    font-family: math;
    font-weight: 600;
    font-size: 22px;
}
.about-content p {
    text-align: justify;
}
.about-content ul li {
    list-style-type: square;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 24px;
}
form.form-section.form-bx {
    background: #ececec;
    padding: 40px 20px;
    box-shadow: -4px -2px 20px -7px #cfd5df;
}
section.wg-light {
    background: azure;
}
.abt-headss {
    text-align: center;
}
.abt-headss h3 {
    text-align: left;
    font-size: 22px;
    font-family: math;
    font-weight: 600;
}
.abt-headss p {
    text-align: left;
}
.abt-headss ul li {
    list-style-type: disc;
    text-align: left;
    margin: 0px 20px 12px;
}
section.wg-light {
    background-image: url(../../assets/images/inner-bg.jpg);
    padding: 70px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h3.h3.mb-0 {
    font-family: math;
    font-weight: 700;
    color: #fff;
}
p.product-t {
    text-align: end;
}
p.product-t {
    text-align: end;
    margin-top: -25px;
}
h4.category-h {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}
.video-sec h3 {
    font-family: math;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 40px;
}
a.btn-t {
    background: #1e4176;
    color: #fff;
    padding: 15px 30px;
}
.video-sec {
    margin-top: 60px;
}
.right-nav.align-items-center.d-flex.justify-content-end.custom_icon {
    margin-right: -64px;
}
.product-grid1:hover {
    border: 1px solid #12402a;
}
.product-grid1 {
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px;
    padding: 20px 10px;
}
.product-grid1 {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid white;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    background: #1c3360;
}
.product-grid1 .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: math;
    text-transform: capitalize;
    margin: 6px 0px 0px;
}
h3.title {
    color: #fff;
}
.product-grid1 .product-image1 img {
    width: 100%;
    height: auto;
}
.product-grid1 .product-image1 img {
    width: 100%;
    height: auto;
}
.product-image1 img {
    max-width: 100px;
}
.product-content p {
    color: #e4e0e0;
}

.abt-head h3 {
    margin: 10px 0px;
    padding: 0px 0px;
    color: #0a5705;
    font-size: 25px;
    border-bottom: 1px solid #000;
    font-family: math;
    text-transform: uppercase;
    font-weight: 700;
}
section.abt-section {
    background: #ffffff;
    padding: 30px 0px 30px;
    text-align: center;
}
.marquee-head h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 0px;
    color: #fff;
    font-family: math;
}
.marquee-head {
    background: #2b407f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.about-area {
    padding: 20px 0px;
}
.abt-head h3 {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 32px;
    border-bottom: 1px solid #000;
    font-family: math;
    font-weight: 800;
    text-transform: capitalize;
}
.abts-b h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}
a.btn-abt {
    background: #0062bd;
    padding: 10px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}
section.abt-section {
    background: #ffcc01;
    padding: 30px 0px;
    text-align: left;
}


.box-t {
    background: #fff !important;
    border-radius: 20px;
}
.box-t {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 16px 3px;
    background: #fee4e35e;
    padding: 30px 20px;
}

.box-t img {
    max-height: 140px;
    max-width: none !important;
}
.services-block-1.services-block-2 h5 {
    font-size: 16px !important;
}
.services-block-1.services-block-2 h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: math;
    letter-spacing: 0px;
    line-height: 22px;
}
marquee.marquee-t {
    background: #0a9800;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    font-family: math;
}
marquee {
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 5px 0px;
}
section.abt-secti {
    padding: 30px 0px;
    background-image: url(../../assets/images/abt-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.abts-b span {
    color: #0a9801;
    font-weight: 700;
    font-size: 38px;
}
.abts-b {
    margin-top: 2px;
}


.serviceBox1{
    color: var(--main-color);
    background: #0b9802;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 40px 15px 50px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

.serviceBox1:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox1 .service-icon{
    font-size: 45px;
    margin: 0 0 15px;
}
.serviceBox1 .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox1 .description{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0;
}
.serviceBox2{
    color: var(--main-color);
    background: #ff3838;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 40px 15px 50px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}
.serviceBox2:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox2 .service-icon{
    font-size: 45px;
    margin: 0 0 15px;
}
.serviceBox2 .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox2 .description{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0;
}

.serviceBox3{
    color: var(--main-color);
    background: #0b64ab;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 40px 15px 50px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}
.serviceBox3:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox3 .service-icon{
    font-size: 45px;
    margin: 0 0 15px;
}
.serviceBox3 .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox3 .description{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0;
}
.serviceBox1.green{--main-color: #0b8904;}
.serviceBox2.red{ --main-color: #ff3838; }
.serviceBox3.blue{ --main-color: #0B8AF9; }

@media only screen and (max-width: 1199px){
    .serviceBox1{ margin: 0 10px 30px; }
    .serviceBox2{ margin: 0 10px 30px; }
    .serviceBox3{ margin: 0 10px 30px; }
}
.serviceBox1.green h3 {
    color: #000;
    font-weight: 600;
}
.serviceBox2.red h3 {
    color: #000;
    font-weight: 600;
}
.serviceBox3.blue h3 {
    color: #000;
    font-weight: 600;
}


.serviceBox{
    text-align: center;
    margin: 0 0px;
    border: 2px solid #000;
}
.serviceBox img{
    width: 100%;
    height: auto;
}
.serviceBox .service-content{
    position: relative;
    color: #f0f4ba;
    padding: 10px 0px 10px;
}
.serviceBox .service-icon{
    display: block;
    width: 70px;
    height: 70px;
    background: #f0f4ba;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.serviceBox .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #00a996;
    transform: rotate(-45deg);
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    font-family: math;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.serviceBox .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #fff;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #fe6b03;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.serviceBox .read-more:hover{
    color: #ffffff;
    background: #fe6b03;
    text-decoration: none;
}
.serviceBox.middle .service-content{
    padding: 30px 30px 50px;
}
.serviceBox.middle .service-icon{
    bottom: -35px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .serviceBox .title{ font-size: 17px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin: 0 0 30px 0; }
}
section.vision-section {
    background: #0a9800;
    padding: 30px 0px;
}
.abts-ss h3 {
    color: #fd0;
    font-family: math;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;
}
.abts-ss ul li {
    list-style-type: disclosure-closed;
    color: #fff;
    margin: 10px 30px 0px;
}
.abts-b img {
    border: 3px dashed #000;
}
.locate-c {
    text-align: center;
    padding: 10px 0px;
    background: #F44336;
}
.locate-c:hover {
    text-align: center;
    padding: 10px 0px;
    background: #1e4176;
}
.locate-c h3 a {
    color: #fff;
    font-family: math;
}
.abts-b img {
    margin-top: 120px;
}
.abtss-b img {
    margin-top: 60px;
}

h2.text-center.speedy-c {
    color: #fff;
    font-size: 40px;
}@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Spartan:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("http://fonts.cdnfonts.com/css/league-spartan");
body {
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #042825;
    overflow-x: hidden;
}
.page-wrapper {
    overflow-x: hidden;
}
.notiif_mobile {
    display: none;
}
.mobile_show_t {
    display: none;
}
.mbllgoss
{
    display:none;
}
.show_now_btn {
    background: #6c0a19;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
}
h1,
.h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}
h2,
.h2 {
    font-size: 36px;
    line-height: 50px;
}
h3,
.h3 {
    font-size: 30px;
    line-height: 40px;
}
h4,
.h4 {
    font-size: 24px;
    line-height: 34px;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 27px;
}
h6,
.h6 {
    font-size: 18px;
    line-height: 28px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500;
}
p {
   color: #333;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;

}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

ul {
    margin: 0px;
    padding: 0px;
}
.text-large {
    font-size: 3rem;
    line-height: 3.5rem;
}
.text-small {
    font-size: 0.9rem;
}
a {
    color: #333;
    font-weight: 600;
    font-stretch: expanded;
}
a:hover {
    color: #f85438;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:focus,
:active,
:after {
    outline: none;
}
.dropdown-item.active,
.dropdown-item:active {
    background: none;
    color: inherit;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

/* ------------------------
2. Transition
------------------------*/
a,
.dropdown-item,
.dropdown-toggle:after,
.dropdown-menu a:before,
.hover-translate,
.btn-animated:before,
.product-card,
.card-body,
.product-link,
.insta-icon,
.accordion .card-header a:before {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hover-zoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}






/* ------------------------
3. Font Weight
------------------------*/
.font-w-3 {
    font-weight: 300;
}
.font-w-4 {
    font-weight: 400;
}
.font-w-5 {
    font-weight: 500;
}
.font-w-6 {
    font-weight: 600;
}
.font-w-7 {
    font-weight: 700;
}
.font-w-8 {
    font-weight: 800;
}
.font-w-9 {
    font-weight: 900;
}
.line-h-normal {
    line-height: normal;
}
.line-h-1 {
    line-height: 1.5;
}
.line-h-2 {
    line-height: 1.6;
}
.line-h-3 {
    line-height: 1.7;
}
.line-h-4 {
    line-height: 1.8;
}
.line-h-5 {
    line-height: 1.9;
}
.letter-space-1 {
    letter-spacing: 5px;
}
.letter-space-2 {
    letter-spacing: 10px;
}
.letter-space-3 {
    letter-spacing: 15px;
}
.txt-transform {
    text-transform: uppercase;
}

/* ------------------------
4. Left-Right Alignment
------------------------*/
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-50 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.top-50 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/* ------------------------
5. Pre Loader
------------------------*/
#ht-preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.clear-loader {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
.loader span {
    width: 20px;
    height: 20px;
    background-color: #f85438;
    border-radius: 50%;
    display: inline-block;
    animation: motion 3s ease-in-out infinite;
}
.loader p {
    color: #fe4c1c;
    margin-top: 5px;
    font-size: 30px;
    animation: shake 5s ease-in-out infinite;
}

/* ------------------------
6. Button
------------------------*/
.btn {
    font-weight: 500;
    padding: 0.7rem 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 3px;
}
.btn:hover {
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #ff324d;
}
.btn-sm {
    padding: 0.35rem 0.7rem;
    font-size: 0.9rem;
}
.btn-primary {
    color: #000;
    background-color: #d0a369;
    border: none;
    border-bottom: 3px #d0a369 solid;
}
.btn-dark{
    color: #000!important;
    background-color: #d0a369!important;
    border: none!important;
    border-bottom: 3px #d0a369 solid!important;
}
.btn-yellow {
    background: #fdd922;
    border: 1px solid #e0bc27;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0;
}
.btn-yellow.btn i {
    color: #333;
    font-size: 16px;
}
.btn-green {
    color: #fff;
    background-color: #83b14f;
    border: none;
    border-bottom: 3px #72a439 solid;
}
.btn-blue {
    color: #fff;
    background-color: #157ed2;
    border: none;
    border-bottom: 3px #0f6cb2 solid;
}
.btn-pink {
    color: #fff;
    background-color: #292b2c;
    border: none;
    border-bottom: 3px #292b2c solid;
}
.btn-pink-bg {
    color: #fff;
    background-color: #e20063;
    border: none;
    border-radius: 0;
}
.btn-red-1 {
    color: #fff;
    background-color: #d23b3b;
    border: none;
    border-bottom: 3px #c02a2a solid;
}
.btn-red-2 {
    color: #fff;
    background-color: #c33;
    border: none;
    border-bottom: 2px #b12d24 solid;
}
.btn-dark-black {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #17191a solid;
    height: 2.8rem;
}
.btn-dark-black:hover {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-brown {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
    height: 2.8rem;
}
.btn-brown:hover {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}
.btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ff324d;
    border-color: #eb1f3a;
}
section{
    padding-top: 0px;
}
.header-2 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-2 .btn-secondary:hover {
    color: #fff;
    background-color: #f85438;
    border-color: #e24125;
}
.header-5 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-5 .btn-secondary:hover {
    color: #333;
    background-color: #fdd922;
    border-color: #dbb90e;
}
.header-3 .btn-secondary:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.header-1.dark-text-div .btn-secondary:hover {
    color: #fff;
    background-color: #c33;
    border-color: #b73027;
}
.header-1.white-row .btn-secondary {
    border: none;
    border-radius: 0;
}
.header-1.white-row .btn-secondary:hover {
    background: #e20063;
}
.btn-yellow-dark {
    color: #333;
    background-color: #fdd922;
    border-bottom: 2px #dbb90e solid;
}
.btn-yellow-dark:hover {
    color: #333;
}
.btn-outline-primary {
    color: #fe4c1c;
    border-color: #fe4c1c;
}
.btn-outline-primary:hover {
    background-color: #f85438;
    border-color: #f85438;
}

.btn-dark:hover {
    background-color: #ff324d;
    border-color: #eb1f3a;
}
.btn.focus,
.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
button:focus {
    outline: none;
}
.btn i {
    font-size: 24px;
    margin-top: -0.1875rem;
    vertical-align: middle;
}
.btn.btn-sm i {
    font-size: 18px;
}
.header-2 .btn-search {
    border: none;
    background: none;
    padding-right: 0px;
}
.header-2 .btn-search i {
    font-size: 22px;
    transform: rotate(-90deg);
    color: #445a69;
}
::placeholder {
    color: red;
    opacity: 1;
}
.btn-red {
    color: #fff;
    background-color: #ed6663;
    border: none;
    border-bottom: 3px #e8524e solid;
}
.btn-gray {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-gray:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.dark-btn {
    background: #2a2a2a;
    border: none;
    border-radius: 0px 3px 3px 0px;
}
.btn-orange {
    color: #fff;
    background-color: #f85438;
    border: none;
    border-bottom: 2px #e24125 solid;
}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle,
.btn-orange:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}

/* ------------------------
7. Text Color
------------------------*/
.text-dark {
    color: #042825 !important;
}
.text-primary {
    color: #ff324d !important;
}
.text-muted {
    color: rgb(249 251 253) !important;
}
.text-grey {
    color: #a9a9a9 !important;
}
.text-grey-dark {
    color: #666;
}
.text-link {
    color: #445a69;
}
.text-green {
    color: #83b14f;
}
.text-yellow {
    color: #ffdd35;
}
.text-black {
    color: #111;
}
.text-pink {
    color: #000000;
}
.text-red {
    color: #d23b3b;
}
.text-brown {
    color: #b38741;
}
.text-yellow-1 {
    color: #fbd13d !important;
}
.text-red-1 {
    color: #c33;
}
.text-pink-1 {
    color: #e20063;
}
.text-orange {
    color: #fe4c1c;
}
.text-yellow-dark {
    color: #ffcc33;
}
.text-aqua-dark {
    color: #24d3ce;
}

/* ------------------------
8. Background
------------------------*/
.bg-primary {
    background-color: #fe4c1c;
}
.bg-light {
    background: none;
    padding: 40px 0px;
}
.bg-black {
    background-color: #111;
}
.bg-light-body {
    background-color: #f5f5f5;
}
.bg-dark {
    background-color: #445a69 !important;
}
.bg-dark-1 {
    background-color: #2a2a2a !important;
}
.bg-dark-2 {
    background-color: #373232;
    background-image: url(../images/kids/bg/footer-bg.png);
    background-position: 10vw -10px;
    background-repeat: no-repeat;
    background-size: 60% auto;
}
.bg-dark-3 {
    background: #232628 !important;
}
.bg-white-row {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}
.banner-bg {
    background-color: #f4f4f4;
}
.bg-light-1 {
    background-color: #f5f5f5;
}
.bg-light-2 {
    background-color: #ffece5;
}
.bg-light-3 {
    background-color: #f0f3ec;
}
.bg-light-4 {
    background-color: #292b2c000;
}
.order-details h3 {
    color: #fff;
}
.order-table .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}
.custom-control-label {
    color: #fff;
}
.payment-box {
    color: #fff;
}
.bg-light-4 .text-muted {
    color: #0026b1 !important;
}
.bg-pink-light {
    background-color: #fee5f0;
}
.bg-pink {
    background-color: #f85c92;
}
.bg-green-row {
    background-color: #83b14f;
}
.bg-dark-grey {
    background: #252932;
}
.bg-blue {
    background: #157ed2;
}
.bg-yellow {
    background: #fdd922;
}
.dark-yellow {
    background: #fdaa1b;
}
.dark-red {
    background: #d8373e;
}
.dark-red-bg {
    background: #ff6464;
}
.dark-red-bg1 {
    background: #d23b3b;
}
.dark-red-bg2 {
    background: #c33;
}
.bg-brown {
    background: #b38741;
}
.dark-aqua-bg {
    background: #24d3ce;
}
.dark-yellow-bg {
    background: #ffcc33;
}
.bg-pink-btn {
    background-color: #ff324d;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.bg-aqua-btn {
    background-color: #069e96;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.bg-orange-btn {
    background-color: #ff7825;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.yellow-bg-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.yellow-bg-btn:hover {
    color: #333;
}
.white-bg-btn {
    background: url(../images/kids/bg/btn_white.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.white-bg-btn:hover {
    color: #333;
}
.pink-bg {
    background: #e20063;
}
/* ------------------------
9. Badge
------------------------*/
.badge-dark {
    background-color: #042825 !important;
}
.badge-primary {
    background-color: #fe4c1c !important;
}
.badge-primary-soft {
    color: #fe4c1c;
}
.badge-primary-soft {
    background-color: rgba(254, 76, 28, 0.1);
    color: #fe4c1c;
}

/* ------------------------
10. Icon
------------------------*/
.ic-1x {
    font-size: 1rem;
}
.ic-1-1x {
    font-size: 1.5rem;
}
.ic-1-2x {
    font-size: 1.2rem !important;
}
.ic-2x {
    font-size: 2rem;
}
.ic-3x {
    font-size: 3rem;
}
.ic-5x {
    font-size: 5rem;
}
.ic-7x {
    font-size: 7rem;
}

/* ------------------------
11. Shadow
------------------------*/
.shadow-primary {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 10px 45px 5px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}

/* ------------------------
12. Header
------------------------*/
.header-1 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #000;
}
marquee {
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 5px 0px;
}
.header-6 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-7 {
    box-shadow: none;
}
.header-10 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-10 #header-wrap {
    padding: 8px 0;
    position: relative;
}
.header-1.header-7 #header-wrap {
    padding: 0;
}
.header-1.dark-text-div .ddcommon .ddlabel {
    color: #666;
    font-weight: 400;
}
.header-1.dark-text-div .ddArrow::before {
    color: #666;
}
.header-1.dark-text-div .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-1.dark-text-div small {
    font-weight: 400;
}
.header-10 .ddcommon .ddlabel {
    color: #333;
    font-weight: 500;
}
.header-10 .ddArrow::before {
    color: #666;
}
.header-10 .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-10 small {
    font-weight: 400;
}
.header-10 .call-info .language-selection {
    border: none;
    margin: 0;
}
.header-10 [data-cart-items]::before {
    background: #b38741;
}
.header-10 .search_trigger i {
    color: #333;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-10 .navbar-nav .nav-item {
    margin: 0 14px;
}
.header-10 .navbar-light .navbar-nav .nav-link.active,
.header-10 .navbar-light .navbar-nav .nav-link:focus,
.header-10 .navbar-light .navbar-nav .nav-link:hover,
.header-10 .navbar-light .navbar-nav .show > .nav-link {
    color: #b38741;
}
.header-10 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.header-10 .navbar-nav .nav-link {
    line-height: 2.5rem;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header-10 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-10 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-10 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-10 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-10 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-10 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-10 .search_wrap .form-control {
    border: none;
    border-bottom: 2px solid #333;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 0;
}
.header-10 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-10 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-10 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 25px;
}
.header-10 .right-nav a i {
    font-size: 26px;
    color: #333;
}
.header-1.dark-text-div .call-info .language-selection {
    border-color: rgba(0, 0, 0, 0.1);
}
.header-7 .navbar {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 0px 25px;
}
.header-7 .navbar-nav .nav-link {
    line-height: 5rem;
}
.site-header.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.site-header.navbar-dark .navbar-nav .nav-link:focus,
.site-header.navbar-dark .navbar-nav .nav-link:hover {
    color: #f85438;
}
.header-1 .small,
.header-1 small {
    font-weight: 500;
}
.header-1 #header-wrap {
    background: #fff;
    padding: 15px 0 10px;
    position: relative;
}
.header-1 .navbar-nav .nav-item {
    margin: 0px 15px;
}
.header-6 .small,
.header-1 small {
    font-weight: 500;
}
.header-6 #header-wrap {
    padding: 10px 0;
    position: relative;
}
.header-6 .navbar-nav .nav-item {
    margin: 0 10px;
}
.header-6 .cart_buttons .view-cart,
.header-6 .cart_buttons .checkout {
    padding: 8px 25px !important;
}
#header-wrap {
    position: relative;
    background: #fafafa;
}
.header-2 #header-wrap {
    padding: 20px 0;
}
#header-wrap.fixed-header {
    padding: 10px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.09) !important;
    animation: smoothScroll 1s forwards;
}
.header-3 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-4 {
    z-index: 100;
    position: absolute;
    width: 100%;
}
.header-4 .header-inner {
    background: #fff;
}
.header-4 .logo {
    width: 22%;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    display: block;
    line-height: 105px;
    float: left;
    padding-right: 25px;
    padding-left: 20px;
    margin-top: -50px;
    background: #88be4c;
    height: 116px;
    margin-right: 15px;
}
.header-5 {
    background: #157ed2;
}
.header-5 #header-wrap {
    background: #0f6cb2;
    padding: 0;
}
.header-5 #header-wrap.fixed-header {
    background: #0f6cb2;
}
.top-offer-text {
    background: #222;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
}
.top-offer-text1 {
    background-color: #b38741;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
}
.top-offer-text1 span {
    color: #fff;
    font-weight: 700;
}
.top-offer-text-pink {
    background: #e20063;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}
.top-offer-text span {
    color: #c33;
    font-weight: 700;
}
.header-5 #header-wrap .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 18px;
}
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
.header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
    background: #085b9a;
}
.header-5 #header-wrap .navbar .dropdown .nav-link::after {
    display: none;
}
.header-5 .form-inline .custom-select,
.form-inline .input-group {
    width: 25%;
    border: none;
    border-right: 1px solid #e0e0e0;
    background: #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 20px;
    border-radius: 3px 0px 0px 3px;
}
.header-5 .navbar-nav .nav-item {
    margin: 0px;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child {
    margin-left: auto;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child .nav-link {
    color: #ffdd35;
    padding-right: 0;
    border: none;
}
.header-5 .navbar-nav {
    width: 100%;
}
.header-5 .header_list > li {
    color: #333;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0px 2px 15px;
    font-weight: 300;
}
.header-5 .header_list > li i {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 18px;
}
.header-5.icon_list > li {
    color: #333;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 10px 2px 0;
}
.header-5 .icon_list > li > i {
    font-size: 16px;
}
.header-5 .icon_list > li a {
    color: #fff;
}
.header-5 .header_list > li a {
    color: rgba(255, 255, 255, 0.8);
}
.header-5 .cart-d {
    padding: 0px 5px;
    background: #006cb4;
    border: 1px solid #24609c;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    height: 3rem;
    font-weight: 300;
    font-size: 14px;
}
.header-5 .cart-d [data-cart-items]::before {
    background: #fdd922;
    color: #333;
    top: 0.4rem;
    right: -1rem;
    top: 0.3rem;
    right: -1.2rem;
}
.header-5 .cart-d i {
    font-size: 14px;
    font-weight: 600;
}
.header-5 .cart-d .cart-details {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    line-height: 3rem;
    padding-left: 16px;
}
.header-6 .header-top {
    background: url(../images/kids/bg/watercolor-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-size: 100% 100%;
    height: 57px;
}

/* ------------------------
13. Navigation
------------------------*/
.navbar {
    padding: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 12rem;
    background: #ffffff;
    padding: 15px;
    border-bottom: 5px solid #000000;
    margin-top: 0;
    -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
}
.navbar .navbar-nav li > .dropdown-menu,
#navCatContent ul > li .dropdown-menu {
    /*display: block;*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
}
.navbar .navbar-nav li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}
#navCatContent ul > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;   
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    padding: 15px 0px 10px;
    width: auto;
    max-width: 200px;
}
header .navbar-nav .nav-item {
    /* margin: 0 15px */
}
.navbar-nav .nav-link {
    color: #042825;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    line-height: 4rem;
}
.header-1 .navbar-nav .nav-link {
    text-transform: capitalize;
}
.header-1 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
}
.header-2 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-3 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-4 .navbar .navbar-nav > li > a {
    color: #83b14f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
}
.header-4 .navbar .dropdown .nav-link::after {
    display: none;
}
.header-4 .dropdown-menu {
    border-radius: 0;
}
.header-4 small {
    font-size: 90%;
}
.header-1.white-row .navbar-nav .nav-link {
   line-height: 20px;
   font-weight: 600;
   color: #000000;
   letter-spacing: 0.5px;
   text-transform: uppercase;
}
.header-1 .navbar-light .navbar-nav .nav-link.active,
.header-1 .navbar-light .navbar-nav .nav-link:focus,
.header-1 .navbar-light .navbar-nav .nav-link:hover,
.header-1 .navbar-light .navbar-nav .show > .nav-link {
    color: #6c0a19;
}
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link.active,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:focus,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:hover,
.header-1.dark-text-div .navbar-light .navbar-nav .show > .nav-link {
    color: #c33;
}
.header-3 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.header-4 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.navbar-dark #header-wrap.fixed-header {
    background: #7c2776 !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fe4c1c;
}
.navbar .navbar-nav > li:hover > a {
    color: #fe4c1c;
}
.header-1 .navbar .navbar-nav > li:hover > a {
    color: #292b2c!important;
}
.header-3 .navbar .navbar-nav > li:hover > a {
    color: #83b14f;
}
.header-4 .navbar .navbar-nav > li:hover > a {
    color: #ed6663;
}
.header-6 .navbar-nav .nav-link {
    text-transform: uppercase;
}
.header-6 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.header-6 .navbar-light .navbar-nav .nav-link.active,
.header-6 .navbar-light .navbar-nav .nav-link:focus,
.header-6 .navbar-light .navbar-nav .nav-link:hover,
.header-6 .navbar-light .navbar-nav .show > .nav-link {
    color: #ff324d;
}
.header-7 .navbar-light .navbar-nav .nav-link.active,
.header-7 .navbar-light .navbar-nav .nav-link:focus,
.header-7 .navbar-light .navbar-nav .nav-link:hover,
.header-7 .navbar-light .navbar-nav .show > .nav-link {
    color: #d23b3b;
}

.navbar .navbar-nav > li .dropdown-menu a {
    position: relative;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #151515;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.navbar .dropdown-menu a:hover:before {
    width: 10px;
}
.navbar .dropdown .nav-link::after {
    font-size: 0.7rem;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #1b1b1b;
}

/* ------------------------
14. Dropdown cart
------------------------*/
.dropdown-menu.cart_box {
    width: 320px;
    position: absolute !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    display: block;
    transition: all 0.25s ease-in-out;
    padding: 0;
    top: 100% !important;
    left: auto !important;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1) !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
    border: none;
    border-radius: 0;
}

.cart_dropdown:hover .dropdown-menu.cart_box {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}

.cart_dropdown .dropdown-menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
}
.item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important;
    font-size: 11px;
}

.cart_list a.item_remove i {
    font-size: 20px;
}

.cart_list img {
    background-color: #ffffff;
    float: left;
    margin-right: 15px;
    max-width: 80px;
}
.cart_list a {
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    line-height: 19px;
    display: block;
}
.cart_quantity {
    color: #a9a9a9;
    display: table;
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.9rem;
}
.cart_total .cart_amount {
    float: right;
    color: #f32b56;
}
.cart_box .cart_list {
    width: 100%;
    padding: 0 !important;
    max-height: 242px;
    overflow-y: auto;
}
.cart_list li {
    display: inline-block;
    width: 100%;
}
.dropdown-menu .cart_list li a i {
    width: auto;
}
.cart_total {
    color: #445a69;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    text-align: right;
}
.cart_total strong {
    float: left;
    font-weight: 600;
}
.cart_buttons {
    margin: 0;
    padding: 10px 15px 20px;
    text-align: center;
}
.cart_buttons .view-cart,
.cart_buttons .checkout {
    padding: 8px 20px !important;
}

/* ------------------------
15. Side Nav
------------------------*/
.categories_wrap {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.categories_wrap .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #333;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    padding: 12px 18px 9px 18px;
    text-transform: uppercase;
    background-color: #fdd922;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.categories_wrap .head i {
    font-size: 22px;
    vertical-align: middle;
    line-height: 1.5em;
    margin-right: 5px;
}

#navCatContent ul {
    width: 100%;
    padding: 5px 0px;
}

#navCatContent li {
    list-style: none;
    padding: 0;
}

#navCatContent li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 11px 20px 12px 20px;
}

#navCatContent li a span {
    vertical-align: middle;
}

#navCatContent li .dropdown-menu a {
    padding: 0.3rem 1.5rem;
    font-weight: 400;
    color: #71787d;
}
#navCatContent li .dropdown-menu .nav-link::after {
    display: none;
}
#navCatContent li .dropdown-menu ul {
    padding: 0;
}
#navCatContent li .dropdown-menu ul li {
    margin: 0;
}
#navCatContent li .dropdown-menu ul li ul li {
    margin: 8px 0;
}

#navCatContent li a.dropdown-toggler::after {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0 none;
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 5px;
    vertical-align: middle;
    transform: rotate(-90deg);
}

#navCatContent li i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 8px;
}

#navCatContent ul li .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
    border: 0;
    min-width: 800px;
    width: 100%;
    right: 0;
    box-shadow: 10px 16px 49px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .header-1.white-row .navbar-nav .nav-link {
        color: #292b2c;
        font-size: 13px;
        font-weight: 600;
    }
    
    .navbar-collapse{
   transition:0s!important;
}
    
.navbar-collapse.show{
    left:0!important;
    top: 0%;
    height: 100%;
    position: fixed;
}
    /*Header*/
    #header-wrap {
        padding: 15px 0;
    }
    #header-wrap.fixed-header {
        padding: 15px 0;
    }
    /*.navbar { justify-content: flex-end; width: 100%; position: relative !important; }*/
    .navbar {
        width: 100%;
        position: relative !important;
    }
    .header-7 .navbar {
        padding: 10px;
    }
    .header-7 .navbar .navbar-brand {
        left: 15px;
    }
    .navbar-brand {
        left: 60px;
        z-index: 1;
        margin-right: 0;
        position: absolute;
        top: 35%;
        padding: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .navbar-toggler {
        background: none;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin-right: 0px;
    }
    .site-header .navbar-nav ul {
        position: static;
    }
    .site-header .navbar-nav .nav-item {
        /* margin: 0; */
    }
    .site-header .navbar-nav .nav-link {
        padding: 10px !important;
        border-radius: 0;
    }
    .navbar-nav a .sub-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -0.7em 0.5em 0 0;
        border-radius: 0.25rem;
        padding: 0;
        width: 2em;
        height: 1.4em;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: center;
    }
    .navbar-collapse {
        border-radius: 0px;
        background: #ffffff;
       /* max-height: 400px;*/
        left: -1000px;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 65px;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    }
    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 40%;
        right: 0;
        margin: -0.1rem 0.5em 0 0;
    }
    .site-header.navbar-dark .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
    }
    .site-header.navbar-dark .navbar-nav .nav-link.active,
    .site-header.navbar-dark .navbar-nav .nav-link:focus,
    .site-header.navbar-dark .navbar-nav .nav-link:hover {
        color: #fe4c1c;
    }
    .navbar .navbar-nav li > .dropdown-menu,
    #navCatContent ul > li .dropdown-menu {
        display: none;
    }
    .navbar-nav .nav-link {
        line-height: normal;
    }
    .navbar .navbar-nav li:hover > .dropdown-menu.show,
    #navCatContent ul > li:hover .dropdown-menu.show {
        display: block;
        box-shadow: none !important;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        box-shadow: none !important;
    }
}
@media (min-width: 992.98px) {
    .custom-drop {
        /*max-width: 500px;left: 50%;*/
        top: 85%;
    }
}
.categories .navbar-toggler {
    width: 100%;
    background: #042825;
    border: none;
    text-align: left;
    color: #ffffff;
    padding: 15px;
    height: auto;
}
.categories .navbar-toggler i {
    font-size: 2rem;
    margin-right: 7px;
}
.categories .navbar-nav .nav-link {
    background: #f5f9fc;
    padding: 10px !important;
}
.categories .navbar-nav .nav-link {
    background: #ffffff;
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-content {
    padding: 30px;
}
.right-nav a i {
    font-size: 26px;
    color: #445a69;
}
.header-1.white-row .right-nav a i {
   font-size: 25px;
    font-weight: 600;
    color: #333;
    border: 1px solid #333;
    padding: 4px;
}
.call-info {
    font-size: 18px;
}
.call-info .language-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
    margin-left: 15px;
}
.header-1 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
}
.header-3 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-4 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-6 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
    border: none;
}
.header-6 .offer-text small {
    font-weight: 500;
    font-size: 90%;
}
.header-6 .call-info .language-selection .ddcommon .ddlabel {
    color: #fff;
    font-weight: 600;
}
.call-info .language-selection img {
    width: 18px;
    border-radius: 999px;
}
.call-info .language-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.call-info .language-selection .dropdown-toggle::after,
.call-info .currency-selection .dropdown-toggle::after {
    font-size: 0.6rem;
    margin-left: 0.355em;
    border: none;
    content: "\f078";
    vertical-align: inherit;
    width: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d3d1d1;
}
.call-info .currency-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
}
.call-info .currency-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.offer-text span {
    color: #fe4c1c;
    border-bottom: 1px #fe4c1c dashed;
    cursor: pointer;
}
.header-1 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
.header-3 .offer-text span {
    color: #fff;
    border-bottom-color: #fff;
}
.header-4 .offer-text {
    margin-left: -8px;
}
.header-4 .offer-text span {
    color: #fff;
    border-bottom: none;
}
.header-6 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
#header-cart-btn {
    margin-right: 0.75rem;
}
[data-cart-items] {
    position: relative;
    display: inline-block;
}
[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -0.5rem;
    right: -0.05rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #fe4c1c;
    color: #fff;
}
.header-1 [data-cart-items]::before {
    background: #ff324d;
}
.header-3 [data-cart-items]::before {
    background: #83b14f;
}
.header-4 [data-cart-items]::before {
    background: #83b14f;
}
.header-6 [data-cart-items]::before {
    background: #ff324d;
}
.header-7 [data-cart-items]::before {
    background: #d23b3b;
}
.header-1.dark-text-div [data-cart-items]::before {
    background: #c33;
}
.header-1.white-row [data-cart-items]::before {
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    top: -9px;
    right: 0px;
    color: #292b2c;
    border: 1px solid #7c7b7b;
}
.banner-slider .owl-carousel,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item,
.banner-slider .item {
    height: 100%;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.banner-bg .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}

/* ------------------------
16. Search Block
------------------------*/
.header-2 .search-block {
    border-left: 1px #eaeaea solid;
}
.header-1 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-3 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-1 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-3 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-1 .search_wrap .form-control,
.header-3 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-1 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-1 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-1 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-1 .search_icon,
.header-3 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-1 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-3 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-1 .search_wrap form,
.header-3 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-1 .search_overlay,
.header-3 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-1 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-1 .search_overlay.open,
.header-3 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-1 .search_wrap.open,
.header-3 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-4 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-4 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-4 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-4 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-4 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-4 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-4 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-4 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-4 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
}
.header-4 .wishlist-block {
    background: #ed6663;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .wishlist-block i {
    color: #fff;
}
.header-4 .user-block {
    background: #fff;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .user-block i {
    color: #333;
}
.header-4 .cart-block {
    background: #88be4c;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .cart-block i {
    color: #fff;
}
.header-6 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-6 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-6 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-6 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-6 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-6 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-6 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-6 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-6 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-6 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-6 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-6 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-6 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}

.header-1.white-row .form-inline {
    background: #f3f3f3;
}
.custom-padding {
    padding-top: 15px;
}
.header-1.white-row .form-inline .form-control {
    height: 2.5rem;
    background: none;
    padding: 0px 20px;
    font-weight: 400;
}
.header-1.white-row .form-inline .btn-primary {
    border: none;
    background: none;
    height: 2.4rem;
    color: #111;
    padding: 0px 15px;
}
.header-1.white-row .form-inline .btn-primary i {
    transform: rotate(-90deg);
    font-size: 18px;
}

/* ------------------------
17. Slider
------------------------*/
.banner-bg-full h1 {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 120px;
    letter-spacing: -4px;
    line-height: 0.9em;
}
.banner-bg-full h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 50px;
}
.banner-bg-full h6 {
    font-size: 26px;
    font-weight: 700;
}
.banner-bg-full .banner-slider .owl-carousel,
.banner-bg-full .banner-slider .owl-stage-outer,
.banner-bg-full .banner-slider .owl-stage,
.banner-bg-full .banner-slider .owl-item,
.banner-bg-full .banner-slider .item {
    max-height: 800px;
}
.banner-bg-full .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.banner-bg-full .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-full-img .owl-carousel .owl-nav button.owl-prev,
.banner-full-img .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-full-img:hover .owl-carousel .owl-nav button.owl-prev,
.banner-full-img:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-bg1 .owl-carousel .owl-nav button.owl-prev:hover,
.banner-bg1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #83b14f;
    color: #fff;
}

.home-slide.owl-carousel .owl-dots {
    bottom: 20px;
}
.home-slide.owl-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 14px;
    border-radius: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
}
.home-slide.owl-carousel .owl-dots .owl-dot:hover span,
.home-slide.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}

.banner-3 .dark-yellow {
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.banner-3 .dark-yellow {
    position: relative;
}
.banner-3 .dark-yellow:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 48px solid transparent;
    border-left: 30px solid #fdaa1b;
    border-bottom: 45px solid #fdaa1b;
    top: 0;
    right: -30px;
}
.banner-3 .dark-red {
    font-size: 30px;
    padding: 15px 20px;
}
.banner-3 .dark-red {
    position: relative;
}
.banner-3 .dark-red:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid #d8373e;
    border-bottom: 30px solid transparent;
    top: 0;
    right: -20px;
}

.banner-3 h1 {
    font-weight: 700;
    padding-left: 20px;
    color: #222;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1em;
}
.banner-3 h1 span {
    font-weight: 400;
}
.banner-3.owl-carousel .owl-dots {
    left: 40px;
    bottom: 20px;
}
.banner-3.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px #72b0dd solid;
    background: none;
}
.banner-3.owl-carousel .owl-dots .owl-dot:hover span,
.banner-3.owl-carousel .owl-dots .owl-dot.active span {
    border: 2px #fff solid;
}

.full-slider {
    margin-top: -85px;
}
.full-slider .hero-circle {
    background: rgba(233, 51, 55, 0.9);
}
.full-slider h1 {
    font-size: 80px;
    letter-spacing: -3px;
    font-weight: 700;
}
.full-slider h6 {
    font-size: 22px;
}

.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: none;
}
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: block;
}
.full-slider .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.full-slider .owl-carousel .owl-nav button.owl-prev:hover,
.full-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
}

/* ------------------------
18. Advanced Search
------------------------*/
.form-car-search {
    position: relative;
    padding-top: 25px;
}
.form-car-search:before {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    z-index: -1;
    height: 140px;
}
.form-car-search .car-search-block {
    background: #d23b3b;
    padding: 25px 25px 10px 25px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.form-car-search h2 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}
.form-car-search h2 i {
    font-size: 26px;
    margin-left: 20px;
    color: #d23b3b;
}
.form-car-search h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 8px;
}
.form-car-search select {
    border: none;
    font-size: 15px;
    color: #495057;
    letter-spacing: 0.2px;
    height: 2.8rem;
    background: #fff;
}
.form-car-search .form-group::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    right: 28px;
    position: absolute;
    top: 14px;
}

/* ------------------------
19. Page Titles & breadcrumbs
------------------------*/
.page-title h1 {
    font-size: 28px;
}
.breadcrumb {
    font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.2);
}

/* ------------------------
20. Sections
------------------------*/
.product-block {
    padding: 0px 15px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

.product-block .owl-carousel.owl-2 .owl-nav {
    top: 0;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    right: 60px;
    left: auto;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    right: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev,
.product-block .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev:hover,
.product-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #88be4c;
}
.product-block .row_title {
    margin-left: -25px;
    border-bottom: 1px #e5e5e5 solid;
}
.cat-img {
    width: 100px;
    margin: auto;
    margin-top: 20px;
}
.product-block .row_title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 25px 10px 25px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #ed6663;
    margin-top: 0px;
    min-width: 250px;
}

.product-block .row_title h2:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d95451 #d95451 transparent transparent;
}

.pink-bg h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 30px 20px;
    line-height: normal;
}
.pink-bg p {
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
}

.pro-block .owl-carousel .product-card {
    margin: 0px 15px 0px 15px;
    padding-bottom: 0;
    border-radius: 0;
}
.pro-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.pro-block .owl-carousel .product-card .card-body {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.pro-block .product-card .card-footer {
    border-radius: 0;
}
.pro-block .product-card .product_img_switch span {
    padding: 0;
    border: none;
}
.pro-block .product-card .product_img_switch span img {
    width: 35px;
    border-radius: 999px;
}
.pro-block .card--default.product-card:hover .product-link .btn.btn-cart {
    width: 100%;
}
.pro-block .owl-carousel .product-card .card-body .link-title-2 {
    color: #333;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 700;
}
.pro-block .owl-carousel .product-card .card-body .product-price {
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    color: #53a32b;
}
.pro-block .owl-carousel .product-card .card-body .star-rating {
    color: #e20063;
    font-size: 18px;
}
.pro-block .owl-carousel.owl-2 .owl-nav {
    bottom: 80px;
    top: auto;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    left: -30%;
    border-radius: 0;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    left: -21%;
    border-radius: 0;
}
.pro-block .owl-carousel .owl-nav button.owl-prev:hover,
.pro-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #222;
}

.product-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.product-block .owl-carousel .product-card {
    margin: 0 10px;
    padding-bottom: 0px;
}
.product-block .product-card .card-body {
    padding: 10px 10px 0px 10px;
}
.product-block h2.bg-dark-green {
    background: #88be4c;
}
.product-block h2.bg-dark-green:after {
    border-color: #6a9c32 #6a9c32 transparent transparent;
}
.product-block .client-img {
    border: 1px #eaeaea solid;
    margin-top: 31px;
    margin-left: 15px;
    margin-right: 10px;
    width: 150px;
    padding: 10px;
    margin-bottom: 10px;
}
.product-block .link-title:hover {
    color: #ed6663;
}

.product-block-div {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div .row_title h2 {
    padding: 5px 25px 5px 25px;
    min-width: 270px;
    font-size: 18px;
    font-weight: 600;
}
.product-block-div h2.bg-dark-blue {
    background: #0f6cb2;
}
.product-block-div h2.bg-dark-blue:after {
    border-color: #085b9a #085b9a transparent transparent;
}
.product-block-div h2.bg-yellow {
    background: #fdd922;
}
.product-block-div h2.bg-yellow:after {
    border-color: #cfb117 #cfb117 transparent transparent;
}
.product-block-div h2.bg-redish {
    background: #e94148;
}
.product-block-div h2.bg-redish:after {
    border-color: #d32e36 #d32e36 transparent transparent;
}
.product-block-div .star-rating {
    font-size: 12px;
}
.product-block-div .product-price {
    font-size: 14px;
    font-weight: 500;
}
.product-block-div .product-price del {
    margin-right: 3px;
}
.product-block-div .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}

.product-block-div-1 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div-1 .row_title h2 {
    background: none;
    color: #d23b3b;
    text-transform: none;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
}
.product-block-div-1 .owl-carousel .product-card {
    padding-top: 25px;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}
.product-block-div-1 h2.bg-black {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-black:after {
    border-color: #17191a #17191a transparent transparent;
}
.product-block-div-1 h2.bg-red-block {
    background: #d23b3b url(../images/car/bg/bg-img-white.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-red-block:after {
    border-color: #bc2929 #bc2929 transparent transparent;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div-1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
    color: #fff;
}

/* ------------------------
21. product
------------------------*/
.product-image {
    position: relative;
}
.product-image img {
    width: 100%;
}
.product_gallery_item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}
.product-image .slick-list {
    margin-right: -5px;
    margin-left: -5px;
}
.product_gallery_item a.active {
    border-color: #ff324d;
}

.product_gallery_item a {
    border: 1px solid #ddd;
    display: block;
    padding: 3px;
}

.product_gallery_item {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.dark-aqua-bg .product-card .card-img-hover {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.dark-aqua-bg .product-card.card {
    background: none;
    border-radius: 0;
}
.dark-aqua-bg .product-card .card-body {
    background: none;
}
.dark-aqua-bg .owl-carousel .product-card:hover {
    box-shadow: none;
}
.dark-aqua-bg .product-card:hover .card-info {
    background: none;
}
.dark-aqua-bg .product-card:hover .card-body {
    transform: none;
}
.dark-aqua-bg .product-card .card-footer {
    bottom: -5px;
}
.dark-aqua-bg .product-card .link-title {
    color: #111;
}
.dark-aqua-bg .product-card:hover .card-img-hover .card-img-back {
    opacity: 1;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-next {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_rightarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: right;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-prev {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_leftarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav span {
    display: none;
}

.card-kids .btn-cart {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 0.75rem !important;
}
.card-kids .btn-cart:hover {
    color: #333;
}
.card-kids.card--default .card-icons__item a {
    border: 2px #333 solid;
    margin-bottom: 5px;
    border-radius: 3px;
}

.other-info {
    border-top: 1px #eaeaea solid;
    font-size: 13px;
    color: #999;
    padding: 0px 15px;
    margin-top: 20px;
    padding-top: 20px;
}
.other-info i {
    display: block;
    height: 20px;
    font-size: 14px;
}
.other-info .col-4 {
    padding: 0px 8px;
}

/* ------------------------
22. services
------------------------*/

.services-block {
    padding-top: 30px;
    background-color: #f4f4f4;
    padding-bottom: 30px;
    color: #fff;
}

.services-block .icon_box_style1 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c97278;
    overflow: hidden;
    border-bottom: 6px #b4666c solid;
}

.services-block .icon_box_style2 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c0ab90;
    overflow: hidden;
    border-bottom: 6px #ac9981 solid;
}
.services-block .icon_box_style3 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #7f8fa0;
    overflow: hidden;
    border-bottom: 6px #728090 solid;
}

.services-block h6 {
    font-weight: 600;
    margin-bottom: 0px;
}

.services-block p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 0;
}

.free-shipping {
    background: #94d7fb;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.need-help {
    background: #685c88;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.money-back {
    background: #fc9cc4;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.return-policy {
    background: #dc4720;
    color: #fff;
    margin-right: 0 !important;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.free-shipping h6,
.need-help h6,
.money-back h6,
.return-policy h6 {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    padding-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.free-shipping i,
.need-help i,
.money-back i,
.return-policy i {
    line-height: 50px;
    color: #fff;
    width: 40px;
    text-align: center;
}

.services-block-1 h5 {
    color: #e94148;
}
.services-block-1 p {
    line-height: 1.3em;
}
.my_services_box {
    padding-top: 25px;
    border-top: 6px solid #edbb26;
    border-bottom: 3px solid #edbb26;
}
.services-block-1.services-block-2 h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
}
.myt {
    color: #333 !important;
    font-size: 4rem;
}
.services-block-1.services-block-2 p {
    line-height: 1.3em;
    font-size: 15px;
}

.services-block-1.cate-block a h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px; /* border: solid 1px #292b2c; */
    padding: 3px 0;
    color: #333;
}
.services-block-1.cate-block a:hover h5 {
    /* border:1px #E20063 solid; */ /* background:#E20063; */
    color: #292b2c;
}
.services-block-1.cate-block p {
    padding-bottom: 5px;
    line-height: 1em;
    font-size: 10px;
}
.services-block-1.cate-block img {
    max-width: 100%;
    padding: 10px;
}
.services-block-1.cate-block .d-block {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
}
.services-block-1.cate-block .col {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bg-pink-light h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}
.bg-pink-light .ic-2x {
    font-size: 1.8rem;
}

.our-services i {
    font-size: 36px;
    margin-bottom: 15px;
}

.frame {
    padding: 18% 18% 18% 18%;
    background-image: url(../images/kids/bg/how_frame.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 18vw;
}
.frame h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
}
.frame i {
    font-size: 80px;
    margin-bottom: 15px;
}

.dark-red-bg1 h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}

.dark-red-bg1 .ic-2x {
    font-size: 1.8rem;
}

/* ------------------------
23. our team
------------------------*/

.our-team img {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 5px;
}
.our-team h5 {
    margin: 0;
    margin-top: 5px;
}
.our-team span {
    color: #687188;
    font-size: 14px;
}
.our-team i {
    font-size: 20px;
}

/* ------------------------
24. banner
------------------------*/

.banner-list {
    position: relative;
}

.cat-design-default.categories-with-shadow .wrapp-category {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.category-grid-item .category-image {
    display: block;
    margin: -1px;
    transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.cat-design-default .hover-mask {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

.category-grid-item .category-title {
    margin-bottom: 0;
    color: #042825;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-family: "Inter", sans-serif;
}

.category-grid-item .count {
    display: none;
    padding: 0;
    background-color: transparent;
    color: rgba(88, 88, 88, 0.35);
}

.cat-design-default .more-products {
    margin-top: 0px;
    opacity: 0;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    color: #8e8e8e;
    font-size: 110%;
    font-size: 14px;
}

.cat-design-default .more-products a {
    color: #8e8e8e;
}

.category-grid-item .category-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.category-grid-item img {
    width: 100%;
}

.cat-design-default:hover .hover-mask {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default:hover .more-products {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default .hover-mask.dark-yellow {
    background: #cdaf0e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-yellow .category-title {
    background: #cdaf0e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-yellow .more-products {
    background: #cdaf0e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-blue {
    background: #82b8d6;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-blue .category-title {
    background: #82b8d6;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-blue .more-products {
    background: #82b8d6;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-purple {
    background: #524672;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-purple .category-title {
    background: #524672;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-purple .more-products {
    background: #524672;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-green {
    background: #36773e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-green .category-title {
    background: #36773e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-green .more-products {
    background: #36773e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-pink {
    background: #c97698;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-pink .category-title {
    background: #c97698;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-pink .more-products {
    background: #c97698;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-red {
    background: #cb3e19;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-red .category-title {
    background: #cb3e19;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-red .more-products {
    background: #cb3e19;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .more-products a.qty {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: -12px;
}

.banner-row h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.banner-row .more-link {
    font-size: 14px;
    text-decoration: underline;
}

.banner-row.full h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.header-banner,
.header-banner2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.header-banner2 {
    margin: 20px 20px 15px 20px;
}

.banne_info {
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}

.banne_info h6 {
    margin-bottom: 0;
    font-size: 16px;
}
.banne_info h4 {
    margin-bottom: 0;
    font-size: 24px;
}
#navCatContent li .dropdown-menu li .banne_info a {
    padding: 8px 0px;
    color: #157ed2;
}

.header-banner img,
.header-banner2 img {
    width: 100%;
}

#navCatContent li .dropdown-menu li .header-banner2 a {
    padding: 0;
}

.banner-block {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

/* ------------------------
25. social
------------------------*/
.header-1 .social-icons {
    font-size: 20px;
}
.header-3 .social-icons {
    font-size: 20px;
}

/* ------------------------
26. Contact
------------------------*/
.custom-select {
    border-radius: 3px;
}
.form-control {
    height: 3rem;
    font-size: 0.9rem;
    padding: 0.375rem 0.85rem;
}
.input-1 {
    border: 1px solid #d0d7e7;
}
.input-2 {
    border: none;
    background: none;
}
.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: #666;
    outline: 0;
    box-shadow: none;
}
.form-group {
    margin-bottom: 1.3rem;
    position: relative;
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.contact-info {
    font-size: 14px;
    color: #808080;
}
.contact-info a {
    color: #808080;
}
.contact-info p {
    font-size: 14px;
    color: #808080;
}
.contact-info .border-bottom {
    border-bottom: 1px #474747 solid !important;
}
.contact-info h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* ------------------------
27. Tab
------------------------*/
.nav-tabs-div {
    border: none;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
    margin: 0 25px;
    padding: 0;
    position: relative;
    font-size: 16px;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:after {
    border-right: 1px #ddd solid;
    position: absolute;
    content: "";
    height: 35px;
    right: -28px;
    top: -5px;
    transform: rotate(20deg);
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:last-child:after {
    display: none;
}
.nav-tabs .nav-item.nav-link {
    display: inline-block;
    padding: 0 0.7rem 0.3rem;
    color: #042825;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    line-height: normal;
}
header .navbar-nav .nav-tabs .nav-item {
    margin-left: 0;
}
.navbar .dropdown .nav-tabs .nav-link::after {
    display: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #333;
    border-bottom: 3px solid #83b14f;
}
.nav-tabs.nav-tabs-div .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div .nav-link.active,
.nav-tabs.nav-tabs-div .nav-link:focus,
.nav-tabs.nav-tabs-div .nav-link:hover {
    color: #ff324d;
    border-bottom: 1px solid #ff324d;
    padding-bottom: 8px;
}
.nav-tabs.nav-tabs-div.red .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.red .nav-link.active,
.nav-tabs.nav-tabs-div.red .nav-link:focus,
.nav-tabs.nav-tabs-div.red .nav-link:hover {
    color: #c33;
    border-bottom: 1px solid #c33;
}
.nav-tabs.nav-tabs-div.brown .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.brown .nav-link.active,
.nav-tabs.nav-tabs-div.brown .nav-link:focus,
.nav-tabs.nav-tabs-div.brown .nav-link:hover {
    color: #b38741;
    border-bottom: 2px solid #b38741;
    font-size: 24px;
    font-weight: 700;
}
.product-tab .nav-tabs .nav-item.nav-link {
    text-transform: uppercase;
    padding: 0px 0 15px 0;
    margin-right: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}
.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-item.nav-link.active,
.product-tab .nav-tabs .nav-link:focus,
.product-tab .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #d0a369;
}
@media (max-width: 575.98px) {
    .nav-tabs .nav-item.nav-link {
        padding: 0.5rem 1rem;
        width: 100%;
    }
    .navbar-toggler > span:before {
        position: fixed;
        z-index: 999999 !important;
        right: 10% !important;
        font-size: 40px;
        top: 0% !important;
        color: #ffffff !important;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        border-bottom: 1px #eaeaea solid;
    }

    .services-block-1.cate-block .col {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-block-2 {
        display: none;
    }
    .logo-mobile img {
        display: none;
    }
}

/* -------------------------------
28. Background Position & Size
-------------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-pos-l {
    background-position: left;
}
.bg-pos-r {
    background-position: right;
}
.bg-pos-rt {
    background-position: right top;
}
.bg-pos-lt {
    background-position: left top;
}
.bg-pos-rb {
    background-position: right bottom;
}
.bg-pos-lb {
    background-position: left bottom;
}
.bg-repeat {
    background-repeat: repeat;
}
.bg-pos-b {
    background-position: bottom;
}
.bg-pos-ct {
    background-position: center top;
}

.owl-carousel .product-card {
    margin: 15px;
}
.owl-carousel .product-card:hover {
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.product-card {
    padding-bottom: 20px;
    overflow: hidden;
    height: 400px;
}
.product-card:hover {
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.15);
}
.product-card .btn-wishlist {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #fe4c1c;
    text-align: center;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}

.product-card .card-footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    display: none;
    padding: 0;
}
.product-link .btn {
    padding: 0.5rem 0.75rem;
}
.product-card:hover .card-footer {
    display: block;
}
.product-card:hover .product-link .btn {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.5s;
}
.product-card:hover .product-link .btn.btn-view {
    animation-delay: 0.7s;
}
.product-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.product-card:hover .card-info {
    position: relative;
    background: #fff;
}
/*.product-card:hover .card-body {*/
/*    transform: translateY(-50px);*/
/*}*/

.dark-red-bg .product-card {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.cat-name {
    background-image: url(../images/kids/bg/cats_odd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.6vw !important;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.dark-red-bg .product-card img {
    border-radius: 20px;
}
.dark-red-bg h2 {
    color: #fff;
}

.card--default .card-icons,
.card--plain .card-icons {
    display: flex;
    top: 1.125rem;
    right: 1.125rem;
    margin: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    -moz-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -moz-transform: translate3d(4.5rem, 0, 0);
    -webkit-transform: translate3d(4.5rem, 0, 0);
    transform: translate3d(4.5rem, 0, 0);
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
    -o-transition: opacity 0.45s ease, -o-transform 0.45s ease;
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.card--default .card-icons__item a,
.card--plain .card-icons__item a,
.item__link {
    display: flex;
    height: 2.4375rem;
    min-width: 2.625rem;
    color: #2a2a2a;
    font-size: 0.875rem;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px #eaeaea solid;
}

.card--default .link-title:hover {
    color: #ff324d;
}

.card--default .card-icons__item i,
.card--plain .card-icons__item i {
    font-size: 1.2rem;
}

.card--default .btn-cart {
    padding-right: 15px;
}

.card--default.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.2s;
}

.card--default:hover .card-icons {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0) !important;
}

.card-img-hover > * {
    float: left;
}
.product-list .product-link {
    position: relative;
    left: inherit;
    top: inherit !important;
    opacity: 1;
}
.product-link .btn-view,
.product-link .btn-compare {
    background: #eee;
}
.product-link button i,
.product-link a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    vertical-align: bottom;
}
.product-list.product-card:hover .card-body {
    transform: inherit;
}
.product-list.product-card {
    border-bottom: 1px #eaeaea solid;
    padding-top: 0;
}
.product-list.card {
    border: none;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-list .product-title {
    font-size: 18px;
    font-weight: 500;
}
.product-list .btn-cart {
    padding-right: 18px;
}
.product-link .btn-view:hover,
.product-link .btn-compare:hover {
    background-color: #2a2a2a;
}
.product-list.product-card .btn-wishlist {
    right: inherit;
    left: 0.75rem;
}
.product-list.product-card .card-body {
    padding: 0;
    text-align: left;
}
.product-list.product-card .card-footer {
    bottom: inherit;
    position: relative;
    display: block;
}
.card-img-hover .card-img-front {
    margin-left: -100%;
}
.card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 160px;
    width: 100%;
}
.card-img-hover .card-img-front {
    opacity: 0;
}
.product-card:hover .card-img-hover .card-img-front {
    opacity: 1;
}
.product-card:hover .card-img-hover .card-img-back {
    opacity: 0;
}
.product-card .card-body {
    padding: 20px 5px;
    position: relative;
    text-align: center;
    background: #fff;
}
.product-card .card-body .countdown {
    margin-left: 5px;
    margin-bottom: 12px;
}
.product-card .card-body .countdown li {
    width: 55px;
    padding: 0px;
    min-width: inherit;
    border-radius: 3px;
    padding: 7px 0 3px 0;
    line-height: normal;
    background: #f2f2f2;
}
.product-card .card-body .countdown li span {
    font-size: 12px;
    line-height: normal;
    margin-right: 2px;
}
.product-card .card-body .countdown li p {
    font-size: 11px;
    color: #666;
    font-weight: 500;
}
.product_color_switch span {
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}
.product_img_switch span {
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 999px;
    border: 1px #ddd solid;
    padding: 3px 5px;
}
.product_img_switch span img {
    width: 25px;
}
.product-price {
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
}
.product-details .product-price {
    font-weight: 600;
    padding-bottom: 0;
}
.product-price del {
    font-size: 0.9rem;
    font-weight: 400;
    margin-right: 3px;
}
.product-details .desc {
    font-size: 15px;
}
.star-rating {
    color: #fdcc0d;
    font-size: 14px;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-control-label::before {
    background-color: #ff324d;
    border-color: #ff324d;
}
.custom-checkbox .custom-control-label::before {
    content: "";
    border: 1px solid #ddd;
    height: 15px;
    width: 15px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
}
.widget-size input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.widget-size label {
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    height: 35px;
    min-width: 35px;
    text-align: center;
    color: #042825;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;
    line-height: 30px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px #ddd solid;
}
.widget-size input[type="radio"]:checked + label {
    background: #ff324d;
    color: #fff;
}
.widget-color li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1%;
    text-align: center;
}
.widget-color li .form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.widget-size li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    text-align: center;
    float: left;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.form-check-input[type="radio"]:checked + label,
.form-check-input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-input[type="radio"] + label::after,
.form-check-input[type="radio"] + label::before,
label.btn input[type="radio"] + label::after,
label.btn input[type="radio"] + label::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    z-index: 0;
    transition: 0.28s ease;
    z-index: -1;
    border-radius: 0.25rem;
}
.form-check-input[type="radio"]:checked + label::after,
label.btn input[type="radio"]:checked + label::after {
    transform: scale(1.02);
}
.form-check-input[type="radio"]:checked + label::after {
    background-color: #fe4c1c;
}
input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: #042825;
    vertical-align: middle;
}
.btn-product {
    background: none;
    color: #042825;
    border: 1px solid #ced4da;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}
.btn-product.btn-product-up {
    border-radius: 3px 0px 0px 3px;
}
.btn-product.btn-product-down {
    border-radius: 0px 3px 3px 0px;
}
.view-filter {
}
.sort-filter .custom-select {
    font-size: 14px;
    height: 40px;
    background: none;
}
.sort-filter::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    right: 28px;
    position: absolute;
    top: 12px;
}
.view-filter a.active {
    color: #ff324d;
}
.view-filter a {
    color: #111;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
}
.cart-table thead th {
    padding: 15px;
    text-align: left;
    border: none;
    vertical-align: middle;
    color: #042825;
    font-size: 16px;
    font-weight: 500;
}
.cart-table td {
    padding: 15px 15px;
    color: #042825;
    vertical-align: middle;
    position: relative;
}
.cart-thumb img {
    max-width: 100px;
}
.cart-table .close-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

/* ------------------------
29. Countdown
------------------------*/
.hot-deal h2 {
    font-size: 48px;
}
.countdown {
    width: 100%;
    padding: 20px 0px;
}
.countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #fff;
    padding: 30px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 3px;
}
.countdown > li span {
    font-family: "Spartan", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    color: #042825;
    margin-right: 3px;
}
.countdown > li p {
    font-family: "Spartan", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #666;
}
.countdown.text-white > li span {
    color: #ffffff;
}
.coming-soon .countdown > li {
    background: #eeeff7;
    padding: 15px 20px 10px;
    border-radius: 0.25rem;
    align-items: center;
}

.hot-deal-1 h7 {
    font-weight: 400;
    font-size: 32px;
}
.hot-deal-1 h2 {
    font-size: 50px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.hot-deal-1 h6.border-bottom-pink {
    font-size: 22px;
    border-bottom: 1px #ff324d solid;
    display: inline-block;
    padding-bottom: 5px;
}
.color-availblity {
    vertical-align: middle;
    display: block;
    margin-bottom: 25px;
}
.hot-deal-1 p {
    font-size: 19px;
    color: #777;
    line-height: 21px;
}
.color-availblity span {
    margin-right: 3px;
    margin-left: 2px;
    height: 20px;
    width: 20px;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}
.color-availblity .yellow-round {
    background: #ffc107;
}
.color-availblity .purple-round {
    background: #6d5b97;
}
.color-availblity .green-round {
    background: #88b04b;
}

.hot-deal-1 .hide {
    display: none;
}
.hot-deal-1 .myDIV {
    position: absolute;
    right: 50px;
}
.hot-deal-1 .myDIV i {
    font-size: 30px;
    background: #f2596d;
    padding: 15px;
    color: #fff;
    border-radius: 999px;
    animation: heartBeat 1.3s infinite running;
}
.hot-deal-1 .myDIV:hover + .hide {
    display: block;
    color: red;
    position: absolute;
    width: 280px;
    background: #fff;
    right: 120px;
    top: 40px;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.hot-deal-1 .myDIV i.black {
    background: #222;
}
.hot-deal-1.hot-deal-right .myDIV {
    position: absolute;
    left: 50px;
    right: auto;
}
.hot-deal-1.hot-deal-right .myDIV:hover + .hide {
    left: 120px;
    right: auto;
}
.hot-deal-1.hot-deal-right h6 {
    border-bottom: 1px #c33 solid;
    display: inline-block;
    padding-bottom: 5px;
}

/* ------------------------
30. 404 page
------------------------*/
.error-page h2 {
    font-size: 200px;
    font-weight: 700;
    color: #222;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.error-page h4 {
    margin-bottom: 50px;
}

/* ------------------------
31. coming soon page
------------------------*/
.coming-soon-page {
    background: #fb5f7e;
    background: -webkit-linear-gradient(bottom, #f77062, #fe5196);
    background: -o-linear-gradient(bottom, #f77062, #fe5196);
    background: -moz-linear-gradient(bottom, #f77062, #fe5196);
    background: linear-gradient(bottom, #f77062, #fe5196);
}

.coming-soon-page h1 {
    font-size: 42px;
}

.coming-soon-page .countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-left: 7px;
    background: #fff;
    padding: 35px 20px;
    min-width: 100px;
    text-align: center;
}

.coming-soon-page .form-control {
    border-radius: 3px 0px 0px 3px;
    height: 2.9rem;
}
.coming-soon-page .footer-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

/* ------------------------
32. Newsletter
------------------------*/
.newsletter-bg {
    background: url(../images/bg/newsletter-bg.jpg) no-repeat top left;
}
.newsletter-bg h2 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.newsletter-bg .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.newsletter-bg .dark-red-bg2 {
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.bg-pink .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.bg-pink .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink .text-theme {
    color: #fff;
    opacity: 0.09;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -65px;
    left: 0px;
    width: 100%;
    letter-spacing: -20px;
    font-weight: 600;
    font-size: 260px;
    display: none;
}
.bg-pink:before {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
}
.bg-pink:after {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    transform: rotate(-75deg);
    left: 20%;
}
.gift-img {
    background-image: url(../images/kids/bg/newsletter-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20% auto;
}
.gift-img .dark-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 32px !important;
    margin-left: 10px;
}
.gift-img .dark-btn:hover {
    color: #333;
}
.gift-img .input-2 {
    border: 3px #333 solid;
    border-radius: 5px;
    margin-right: 5px;
}
.gift-img h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #333;
    position: relative;
    z-index: 10;
}
.newsletter-section {
    margin-bottom: -80px;
    padding-top: 25px;
    position: relative;
    padding-bottom: 20px;
}
.newsletter-section h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.newsletter-section .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}

.newsletter-section .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}



/* ------------------------
34. Other
------------------------*/
.clients-logos .item {
    text-align: center;
}
.clients-logos img {
    opacity: 0.3;
}
.clients-logo {
    background: #fff;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 50px 10px;
    width: calc(100% / 4);
}
.clients-logo:nth-child(4n + 4) {
    border-right: none;
}
.clients-logo:nth-child(n + 5) {
    border-bottom: none;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #d0a369;
    background-color: inherit;
}

.page-link {
    color: #042825;
}
.page-item.active .page-link {
    background-color: #ff324d;
}
.page-item a.page-link:hover {
    color: #ffffff !important;
    background-color: #ff324d;
    border-color: #ff324d;
}

.link-title {
    color: #333;
    text-overflow: ellipsis !important;
    /* white-space: nowrap; */
    overflow: hidden;
    /* display: block; */
    font-size: 16px;
}
.link-title:hover {
    color: #d5ae79;
}
.link-title-2 {
    color: #333;
}
.link-title-2:hover {
    color: #c33;
}
.link-title-3 {
    color: #333;
}
.link-title-3:hover {
    color: #b38741;
}
.line-h-0 {
    line-height: 0;
}
.la {
    line-height: inherit;
}
.bg-dark hr,
.bg-primary hr {
    border-top-color: rgba(255, 255, 255, 0.2);
}
.light-border {
    border-top-color: rgba(255, 255, 255, 0.1);
}
del {
    color: #ed1b06 !important;
}
.login,
.register {
    font-size: 14px;
}
.login .store-name {
    font-size: 70px;
    color: rgb(0 0 0 / 70%);
    text-align: center;
    font-weight: 800;
    letter-spacing: -6px;
    margin-bottom: 20px;
    line-height: 1.1em;
}
.register .btn {
    width: 100%;
}
.checkout-page {
    font-size: 15px;
}
.dashboard-page .tab-content {
    padding: 0px;
}
.dashboard-page .tab-content .card-body {
    padding: 0;
    border: none;
}
.dashboard-page .tab-content .card-body a {
    text-decoration: underline;
}
.dashboard-page .nav-tabs .nav-link {
    text-transform: uppercase;
    color: #292b2c;
    padding: 14px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    background: #f4f4f4;
    margin-bottom: 3px;
}
.dashboard-page .nav-tabs .nav-link:hover {
    border: none;
    color: #ff324d;
}
.dashboard-page .nav-tabs .nav-link.active {
    background: #ff324d;
    color: #fff;
}

.newsletter {
    border-radius: 0;
}
.newsletter .modal-content {
    border-radius: 0;
}
.newsletter .close {
    position: absolute;
    right: 0px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.newsletter h2 {
    font-size: 20px;
    margin-top: 20px;
}
.newsletter .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.newsletter .btn {
    border-radius: 0;
    border-bottom: none;
    height: 3rem;
}
.newsletter .bottom-text {
    font-size: 13px;
    color: #999;
    line-height: 19px;
    margin-top: 30px;
    display: block;
}
.newsletter .bottom-text input[type="checkbox"] {
    vertical-align: middle;
    height: 18px;
    margin-right: 5px;
}

.compare-block .table {
    margin: 0;
    display: block;
}
.compare-block table tr td {
    vertical-align: middle;
    width: 27%;
}

.compare-block img {
    max-width: 150px;
}

.compare-block table tr td.product_name {
    text-transform: capitalize;
}
.compare-block table tr td.table_title {
    width: 270px;
    font-weight: 600;
    background: #f2f2f2;
}

.compare-block .stock-in {
    color: #388e3c;
}
.compare-block .stock-out {
    color: #dc3545;
}

.product-color-option span {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}

.another_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.another_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    color: #999;
}

.login-btn li {
    margin: 0px 0px 0;
    display: inline-block;
    width: 49%;
}

.login-btn li a {
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    display: block;
}

.login-btn li a i {
    margin-right: 10px;
    font-size: 18px;
    margin-left: 0;
}

.facebook-btn {
    background: #3b5998;
    border-color: #3b5998;
}
.facebook-btn:hover {
    color: #fff;
    background: #344e86;
    border-color: #344e86;
}
.google-btn {
    background: #d85040;
    border-color: #d85040;
}
.google-btn:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b;
}

/* ------------------------
35. wave & promotion tag
------------------------*/
.sale-label {
    font-size: 11px;
    color: #fff;
    background: #80b435;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 500;
    height: 24px;
    border-radius: 3px 0px 0px 3px;
    line-height: 26px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.new-label {
    font-size: 11px;
    color: #fff;
    background: #ff9f00;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.hot-label {
    font-size: 11px;
    color: #fff;
    background: #fd556b;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.loader-container {
    position: relative;
    height: 40px;
    width: 160px;
    margin: 140px auto 0;
}

.loader-container > div {
    position: relative;
    display: inline-block;
    background: #03a9f4;
    height: 100%;
    width: 10px;
    margin: 0;
    -webkit-animation: load 3s ease-in-out infinite;
    animation: load 3s ease-in-out infinite;
}

.loader-container .rectangle-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader-container .rectangle-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader-container .rectangle-4 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader-container .rectangle-5 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader-container .rectangle-6 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-moz-keyframes load {
    0%,
    100% {
        -moz-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -moz-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -moz-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -moz-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -moz-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -moz-transform: scaleY(3);
        background: #673ab7;
    }
}

@-webkit-keyframes load {
    0%,
    100% {
        -webkit-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -webkit-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -webkit-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -webkit-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -webkit-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -webkit-transform: scaleY(3);
        background: #673ab7;
    }
}

@keyframes load {
    0%,
    100% {
        transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        transform: scaleY(3);
        background: #673ab7;
    }
}

/* ------------------------
36. video-promotion
------------------------*/
.video-bg {
    position: relative;
}
.video-bg h2 {
    font-weight: 600;
    font-size: 60px;
    padding-bottom: 15px;
}
.video-bg h2.font-w-8 {
    font-weight: 800;
}
.video-bg h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #333 solid;
    display: inline-block;
}
.video-bg p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}
.video-bg .position-absolute {
    top: 90px;
    z-index: 1;
}
.video-bg i {
    font-size: 90px;
    color: #c33;
    animation: heartBeat 1.3s infinite running;
}
.video-bg i.pink {
    color: #e20063;
}
.video-bg button {
    border: none;
    background: none;
}
#panel {
    display: block;
}
#view-btn {
    font-weight: 500;
    display: none;
    margin-top: 10px;
}

/* ------------------------
37. Insta
------------------------*/
.insta-item {
    position: relative;
    display: inline-block;
    height: 100%;
}
.insta-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.insta-item:hover::before {
    opacity: 1;
}
.insta-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    opacity: 0;
    text-align: center;
    font-size: 30px;
    transform: scale(0);
    color: #ffffff;
}
.insta-item:hover .insta-icon {
    opacity: 1;
    transform: scale(1);
}

/* ------------------------
38. Blog
------------------------*/
.blog-sidebar .widget .media img {
    width: 100px;
    height: 85px;
}
.blog-sidebar .widget h6 {
    font-size: 16px;
    line-height: 21px;
}
.blog-sidebar .widget.banner .more-link {
    font-size: 14px;
    text-decoration: underline;
}
.blog-sidebar .widget.banner h4 {
    line-height: 24px;
}
.blog-sidebar .form-inline .btn {
    border: 1px solid #ced4da;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0px 0px 3px 3px;
    transform: rotate(-90deg);
    font-size: 16px;
    background: #f4f4f4;
    color: #292b2c;
}
.blog-sidebar .form-inline .btn i {
    font-size: 16px;
    font-weight: 900;
}
.blog-sidebar .form-control {
    border-right: none;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
}
.blog-info {
}
.blog-info span {
    color: #ddd;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
}
.blog-info i {
    color: #999;
    font-size: 18px;
}

blockquote {
    border-left: 4px #ff324d solid;
    padding: 25px 30px;
    background: #f2f2f2;
    font-weight: 300;
    font-size: 18px;
    margin: 30px 0;
    color: #777;
    font-style: italic;
}
blockquote span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    font-weight: 500;
    font-style: normal;
}

.wpb_single_image img {
    margin-bottom: 30px;
    max-width: 100%;
}

.featured-icon {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
}
.featured-icon i {
    font-size: 24px;
    background: #fff;
    padding: 10px;
    border-radius: 999px;
}

.comment_list {
    padding: 0;
    margin: 0;
}

.comment_list li {
    list-style-type: none;
}

.comment-area .content_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment_list .comment {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 90px;
    font-size: 14px;
}

.comment_user img {
    height: auto;
    max-width: 80px;
    border-radius: 999px;
}
.comment_content .meta_data h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #292b2c;
}

.comment_content .meta_data h6 a {
    color: #292b2c;
}

.comment_info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment_info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.comment_content p:last-child {
    margin-bottom: 0;
}
.children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
}
.comment_content {
    padding-left: 20px;
}
.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px;
    color: #999;
}

.comment-reply {
    font-size: 13px;
}

.comment-reply i {
    margin-right: 5px;
}
.comment-area .comment_list {
    margin-bottom: 40px;
}
.comment-area {
    padding-top: 10px;
}
.latest-blog-img {
    background: none !important;
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg1.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    margin: auto;
}

.latest-blog-img img {
    max-width: 100%;
}
.latest-blog-img .loader-container {
    margin: 120px auto 0;
}

.date {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
    letter-spacing: 0.5px;
}
.date:after {
    border-right: 1px #d1d1d1 solid;
    position: absolute;
    content: "";
    height: 15px;
    right: -5px;
    top: 0px;
    transform: rotate(20deg);
}

/* ------------------------
39. Modal Popup
------------------------*/
.modal.cart-modal {
    padding-right: 0 !important;
}
.modal.cart-modal .modal-dialog {
    margin: 0 0 0 auto;
    height: 100%;
    max-width: 450px;
}
.modal.cart-modal .modal-content {
    border: none;
    border-radius: 0;
    height: inherit;
    overflow-y: auto;
}
.modal.cart-modal.fade .modal-dialog {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.modal.cart-modal.show .modal-dialog {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal.view-modal .modal-dialog {
    max-width: 1200px;
}

.view-modal .modal-body {
    padding: 2.5rem;
}
#mailchimpModal.show {
    display: flex !important;
    align-items: center;
}
#mailchimpModal .modal-dialog {
    width: 700px;
    max-width: inherit;
}
#mailchimpModal .modal-body {
    padding: 3rem;
}
.modal-header .close {
    background: #fe4c1c;
    color: #fff;
    opacity: 1;
}
.close-quickview {
    position: absolute;
    border: none;
    right: 10px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}

/* ------------------------
40. dropdown currency and language
------------------------*/
.dd.ddcommon {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    width: auto !important;
    outline: none;
}
.ddcommon .ddTitleText img {
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
.ddcommon .ddTitleText {
    padding: 0px 7px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.ddcommon .ddlabel {
    text-transform: capitalize;
    font-size: 14px;
    color: #a9a9a9;
    white-space: nowrap;
    vertical-align: middle;
}
.ddcommon .ddChild li .ddlabel {
    color: #445a69;
    font-size: 14px;
    font-weight: 400;
}
.ddArrow::before {
    font-size: 0.7rem;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: rgba(0, 0, 0, 0.3);
    right: 0;
    position: absolute;
    top: 2px;
}
.ddcommon .ddChild {
    background-color: #fff;
    height: auto !important;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block !important;
    opacity: 0;
    visibility: hidden !important;
    left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    padding: 10px 5px;
}
.ddcommon.borderRadiusTp .ddChild {
    opacity: 1;
    visibility: visible !important;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.ddcommon .ddChild li {
    cursor: pointer;
    line-height: normal;
    list-style: outside none none;
    padding: 5px 10px 5px 10px;
    position: relative;
}
.lng_dropdown .ddcommon .ddChild li {
    padding-left: 33px;
}
.ddcommon .ddChild li img {
    position: absolute;
    left: 10px;
    border-radius: 100%;
    max-width: 16px;
    top: 12px;
}
.header-1 .ddcommon .ddlabel {
    color: #fff;
    font-weight: 500;
}
.header-1 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-3 .ddcommon .ddlabel {
    color: #fff;
}
.header-3 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .ddcommon .ddlabel {
    color: #fff;
    font-size: 15px;
}
.header-4 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .social-icons {
    font-size: 20px;
}

.header-5 .ddcommon .ddlabel {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}
.header-5 .language-selection .ddArrow {
    display: none;
}

/* ------------------------
41. Accordion
------------------------*/
.accordion > .card {
    overflow: hidden;
}
.faq-page .accordion > .card {
    border: none;
    padding: 25px 0px;
}
.accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}
.accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.faq-page .accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.accordion .card-header a:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    background: #f2f2f2;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 0.7rem;
    top: 50%;
    position: absolute;
    right: 0;
    margin-top: -10px;
}
.accordion .card .card-header a[aria-expanded="true"] {
    color: #ff324d;
}
.accordion .card .card-header a[aria-expanded="true"]:before {
    background: #ff324d;
    color: #ffffff;
    transform: rotate(180deg);
}
.accordion .card-body {
    padding: 5px 0px;
    line-height: 1.6;
}
.faq-page .accordion .card-body {
    padding: 15px;
    line-height: 1.6;
}
.accordion .card-body li a {
    font-size: 0.9rem;
    color: #687188;
    display: block;
    padding-bottom: 3px;
}
.faq-page .accordion .card-header h6 {
    padding-left: 55px;
}
.faq-page .accordion .card-header h6:before {
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    background: #f3f3f3;
    padding: 8px 15px;
    position: absolute;
    color: #777;
    left: 0;
    top: -8px;
}
.faq-page .accordion > .card .collapse {
    padding-left: 40px;
}
.sidebar .widget {
    font-size: 15px;
}
.sidebar .widget .side-banner {
    margin: 30px;
}
.sidebar .widget .side-banner {
    padding: 20px;
    background: #fff;
}
.sidebar .widget .side-banner h4 {
    line-height: 24px;
    margin-bottom: 15px;
}
.sidebar .widget .side-banner a {
    text-decoration: underline;
}

/* ------------------------
 42. footer 
------------------------*/
footer .navbar-nav .nav-link {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #fff !important;
}
footer .text-white {
    color: #fff !important;
}
footer .icon-img {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
footer .icon-img.text-red-1 {
    color: #c33;
}
footer .icon-img.text-red {
    color: #d23b3b;
}
footer .footer-box {
    padding: 18px 20px 20px 20px;
    height: 125px;
    /* border: 1px solid #fff; */
    border-radius: 10px;
    box-shadow: 1px 1px 10px #292b2c;
    margin: 20px 0px;
}
footer .footer-box.brown-box {
    border: 2px #b38741 solid;
}
footer .footer-box.brown-box .icon-img.text-red-1 {
    color: #b38741;
}
footer p {
    line-height: 22px;
}
footer.bg-dark-2 .icon-img {
    color: #24d3ce;
}
footer.bg-dark-2 .footer-box {
    border: 3px #ffcc33 solid;
    border-radius: 5px;
}

/* ------------------------
43. Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
    font-size: 24px;
    color: #ffffff;
    background: #ff324d;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top a:hover,
.scroll-top a:focus {
    color: #fe4c1c;
    background: #ffffff;
}
.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-toggler {
    border: none;
}

/* ------------------------
44. Responsive
------------------------*/

@media (max-width: 1199.98px) {
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .header-5 .label {
        display: none;
    }
    .banner-bg-full h1 {
        font-size: 100px;
    }
    .header-4 .offer-text {
        margin-left: -40px;
    }
}

@media (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .cart-table .media {
        display: block;
    }
    .clients-logo {
        padding: 30px 40px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-bg1 .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -28px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -28px;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .product-block-div .media-body .product-title {
        line-height: 21px;
    }
    .header-5 .form-inline .custom-select,
    .form-inline .input-group {
        width: 33%;
    }
    .header-5 #header-wrap {
        padding: 15px 0;
    }
    .header-5 .navbar-light .navbar-toggler {
        background: #fff;
        border-radius: 5px;
    }
    .header-5 #header-wrap .navbar-nav .nav-link {
        color: #333;
        line-height: 1.5rem;
    }
    .header-5 .text-yellow {
        display: none;
    }
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
    .header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
        background: #085b9a;
    }
    #navCatContent ul li .dropdown-menu {
        left: 0;
        top: 40px;
        min-width: auto;
        width: 100%;
    }
    .header-5 .label {
        display: inline;
    }
    .product-block .owl-carousel.owl-2 .owl-nav {
        top: -30px;
        right: 0px;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .offer-text {
        display: none;
    }
    .header-4 .logo {
        width: 40%;
        margin-top: -25px;
    }
    .header-4 .call-info .language-selection {
        margin-left: 0;
        border: none;
    }
    .banner-bg-full h1 {
        font-size: 90px;
    }
    .dark-red-bg .product-card {
        max-height: none;
        height: auto;
    }
    .dark-aqua-bg .product-card .card-img-hover {
        max-height: none;
        height: auto;
    }
    .frame {
        padding: 10% 18% 10% 18%;
    }
    .dark-yellow-bg.testimonails .card {
        padding: 8rem 4rem 5rem 4rem;
    }
    .dark-yellow-bg.testimonails p {
        font-size: 14px;
    }
    .dark-yellow-bg.testimonails .card img {
        width: 80px;
    }
    .dark-yellow-bg.testimonails .owl-stage-outer {
        padding-bottom: 80px;
    }
    .dark-yellow-bg.testimonails .author-img {
        bottom: -80px;
    }
    .latest-blog-img {
        background-image: none !important;
        padding: 0;
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .outer_offer_banner_box {
        height: auto !important;
    }
   
    .header-1.white-row .navbar-nav .nav-link
    {
     padding-left: 0 !important;
     border-bottom: 1px dashed #ffffff !important;
    }
    .navbar-nav
    {
        margin-top:30px !important;
    }
    .mbllgoss
    {
        display:block !important;
    }
    section.video-section {
    padding: 10px 10px 20px;
}
    .me-a {
    margin: 10px 0px;
}
    
   .abt-head h3 {
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px!important;
    border-bottom: 1px solid #000;
    font-weight: 600;
    text-transform: capitalize;
}
.header-1 #header-wrap {
    background: #000000;
    padding: 14px 0 14px;
    position: absolute;
    right: 0!important;
    top: 50%;
}
.p-section {
    padding: 30px 20px;
}
.product-grid {
        text-align: center;
        box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px;
        padding: 10px 0px;
        height: 100%!important;
    }
    .ccinner p {
        text-align: center !important;
        color: #333;
        font-size: 12px;
        font-weight: 600;
    }
    .zoom-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 26px;
}
.service-hdd h3 {
    position: absolute;
    left: 50%;
    font-weight: 100 !important;
    padding: 0px 15px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 70px!important;
}
/*.service-h h3 {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    font-weight: 100 !important;*/
/*    padding: 0px 15px;*/
/*    background: #fff;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 40px!important;*/
/*}*/
    i.fa.fa-search {
    color: #000;
    margin-top: 6px;
    font-size: 26px;
}

    .abts-b {
    margin: 10px 20px;
}
    .collections-item {
        height: auto !important;
    }
    .inner_banner_box .offer_title {
        margin-top: 60% !important;
    }
    .col-md-8.bg-side {
    background: #b9747a;
    margin-left: 0px;
    padding: 10px 30px 30px;
}
    section.bg-img.text-center {
    
    padding: 50px 10px;
}
    .service-h h3 a {
    font-size: 16px!important;
    color: #000000;
    font-family: math;
    font-weight: 600;
}
   
    footer .footer-box {
        margin-bottom: 15px;
        padding: 5px;
        height: auto;
    }

    .inner_banner_box .my_view_btn {
        padding: 2px 12px;
    }
    h1,
    .h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2,
    .h2 {
        font-size: 25px !important;
        font-weight: 600 !important;
        letter-spacing: 1px !important;
        color: #4d4d4d !important;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .parallaxie {
        background-position: center center !important;
    }
    .bg-sm-none {
        background-image: none !important;
    }
    .newsletter h2 {
        line-height: 28px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-row .img-fluid {
        width: 100%;
    }
    #header-wrap {
        padding: 15px 0;
        background: #fff;
    }
    /*#demo .img-fluid{
            height: 185px;
    }*/
    .custom_search {
        margin-top: 0px !important;
        position: absolute;
        z-index: 999;
        right: 35px;
        left: 4px;
    }

    .custom_cart {
        position: absolute;
        z-index: 999;
        right: 60px;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .sort-filter {
        margin-left: auto !important;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .header-2 .offer-text {
        display: none;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .hot-deal h2 {
        font-size: 36px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -20px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -20px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -15px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -15px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        line-height: 40px;
        font-size: 20px;
    }
    .header-5 .form-control {
        border-radius: 3px 0px 0px 3px !important;
    }
    .header-4 .navbar {
        justify-content: space-between;
    }
    .header-4 .navbar-light .navbar-toggler {
        margin-left: 10px;
    }
    .header-4 .call-info .language-selection {
        border: none;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .logo {
        width: 100%;
        margin: 0;
        margin-top: 90px;
    }
    .header-4 .logo.navbar-brand img {
        height: auto;
    }
    .banner-bg-full h6 {
        font-size: 18px;
    }
    .banner-bg-full h1 {
        font-size: 70px;
    }
    .banner-bg-full h5 {
        font-size: 20px;
    }
    .header-4 .offer-text {
        margin-left: 15px;
    }
    .header-6 .call-info .language-selection {
        margin-left: 0px;
    }
    .header-6 .call-info .language-selection .ml-3 {
        margin-left: 0px !important;
    }
    .header-6 .navbar-brand img {
        height: 25px;
    }
    .full-slider h1 {
        font-size: 46px;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .form-car-search .car-search-block {
        padding: 25px;
    }
    .hot-deal-1.hot-deal-right .myDIV {
        right: 20px;
        left: auto;
    }
    .video-bg h2 {
        font-size: 46px;
    }
}
@media (max-width: 575.98px) {
    .mobile_show_t {
        display: block;
        margin-right: 10px;
    }
    .navbar-toggler-icon {
        background-image: url(../img/dropdown.png) !important;
        height: 17px;
        width: 49%;
    }
    .my_mobile_t {
        display:none;
    }
    .mobiles {
        max-width: 100%;
    }
    .mobiless {
        display: none;
    }
    .mobiles > div {
        padding-right: 10px;
    }
    .bg_footer .f_t {
        margin-bottom: 15px !important;
    }
    h1,
    .h1 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        letter-spacing: 2px;
       
    }
    h3,
    .h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        letter-spacing: 2px;
       
    }
    h4,
    .h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 2px;
    
    }
    h6,
    .h6 {
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 2px;
        
    }
   
    .header-1 #header-wrap {
        background: #fff;
        padding-bottom: 10px;
        padding-top:0px!important;
    }
    .footer .footer-box {
        margin-bottom: 10px;
        height: 80px;
    }

    .offer-text {
        display: none;
    }
    .header-1 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    [data-cart-items]::before {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    .header-1 .search_trigger i {
        font-size: 20px;
    }
    .header-6 .search_trigger i {
        font-size: 20px;
    }
    .right-nav a i {
        font-size: 20px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-row .pl-5 {
        padding-left: 1.2rem !important;
    }
    .banner-row .mt-5 {
        margin-top: 1.5rem !important;
    }
    .hero-circle {
        width: 270px;
        height: 270px;
    }
    .clients-logo {
        width: calc(100% / 2);
        border-bottom: 1px solid #ebebeb !important;
    }
    .clients-logo:nth-child(n + 7) {
        border-bottom: none !important;
    }
    .tab.mt-n15 {
        margin-top: 0 !important;
    }
    .coming-soon .countdown > li {
        padding: 15px 10px 10px;
        margin-right: 10px;
    }
    .coming-soon .countdown > li span {
        font-size: 20px;
    }
    .bg-xs-none {
        background-image: none !important;
    }
    .pos-sm-r {
        position: relative;
        top: inherit;
        transform: inherit;
    }
    #mailchimpModal .modal-body {
        padding: 1rem;
    }
    .ml-7,
    .mx-7 {
        margin-left: 1rem;
    }
    .mr-7,
    .mx-7 {
        margin-right: 1rem;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link:after {
        display: none;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link {
        margin: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px #eaeaea solid;
    }
    .nav-tabs.nav-tabs-div .nav-link.active,
    .nav-tabs.nav-tabs-div .nav-link:focus,
    .nav-tabs.nav-tabs-div .nav-link:hover {
        border-bottom: 1px solid #ff324d;
    }
    .tab nav.mb-5 {
        margin-bottom: 1rem !important;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 2rem 15px 2rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .view-filter {
        width: 150px;
    }
    .sort-filter {
        width: 100%;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        margin-right: 0;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        padding: 15px 0 15px 0;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .login .store-name {
        font-size: 56px;
        letter-spacing: -2px;
    }
    .coming-soon-page .countdown > li {
        min-width: auto;
        width: 100%;
        padding: 20px 10px;
    }
    .error-page h2 {
        font-size: 120px;
    }
    .header-2 .search-block {
        border: 0;
        border-top: 1px solid #eee;
    }
    .header-2 .search-block .form-control {
        padding: 0;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .hot-deal h2 {
        font-size: 36px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .header-5 .header_list {
        display: none;
    }
    .banner-3 h1 {
        font-size: 44px;
    }
    .product-block-div .owl-carousel.owl-2 .owl-nav {
        top: -25px;
        right: 18px;
    }
    .header-5 .cart-d [data-cart-items]::before {
        top: -10px;
        right: -0.4rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .video-bg h2 {
        font-size: 40px;
    }
}

.text-muted {
    color: #a29d9d !important;
}

.text-white {
    color: #363333 !important;
}

.cart-page .text-muted {
    color: #fff !important;
}

.rating .fa {
   color: #d0a369;
    font-size: 16px;
}
.navbar .navbar-nav > li .dropdown-menu a:hover {
    font-weight: 600;
    font-size: 13px;
    position: relative;
    color: #292b2c;
}

.custom_cart {
    margin-top: 30px;
}
.custom_search {
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_icon {
    margin-top: 15px;
}
.right-nav a {
    font-size: 13px;
}
.bg_footer .text-muted {
    color: #fff !important;
}
.bg_footer {
    /*background-image: url(../img/banner2.jpg);*/
    background-size: cover;
    background-position: center;
    background-color: #131a22;
}
.footer_copy_right {
    padding: 20px 15px;
    border-radius: 10px;
}

.footer-box .mr-4,
.mx-4 {
    margin-right: 1rem !important;
}

.footer_copy_right_text {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.sub_cat_title a {
    font-size: 14px !important;
    margin: 0px;
    color: #292b2c !important;
    font-weight: 700 !important;
}

/*custom css by rohit singh*/
.my_footer_pay_icon li a img {
    width: 50px;
    height: 25px;
}
/*.outer_offer_banner_box {*/
/*    border-radius: 50%;*/
/*    height: 190px;*/
/*}*/
/*.outer_offer_banner_box img {*/
/*    height: 100%;*/
/*}*/
.outer_offer_banner_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.outer_offer_banner_box img {
    width: 100%;
}
.inner_banner_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.inner_banner_box .offer_title {
    margin-top: 75%;
    color: #fff;
}
.inner_banner_box p {
    text-align: center;
}
.inner_banner_box .my_view_btn {
    background: #fff;
    color: #292b2c;
    border: 0px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.inner_banner_box .my_view_btn:hover {
    background: #7c2776;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease;
}
.collections-item {
    width: 100%;
    height: auto; /* margin-bottom: 10px; */
}
.collections-item img {
    width: 100%;
    height: 250px;
}

/*.collections-item {*/
/*    box-shadow: 1px 1px 5px #9e9e9ed1;*/
/*    border-radius: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/
.content {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2px 10px;
    background: transparent;
    border: 1px solid #e5e5e5;
}
.content h6 {
    margin-top: 10px;
    line-height: 17px;
}
.content h6 a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.o_p {
    color: #2e8203;
    margin-left: 11px;
    font-size: 16px;
}
.r_p {
    color: #f00;
    margin-left: 11px;
    font-size: 16px;
}

.bellow_offer .inner_banner_box {
    background: #292b2c0008a;
}
.show_notif {
    background: #66623d;
    padding: 5px 0;
    position: relative;
}
.get_a_quote_bg {
    background: #fff;
    margin-top: 5%;
    padding: 20px;
    border-radius: 10px;
}
.get_a_quote_bg .form-group label {
    color: #66623d;
}
.get_a_quote_bg h3 {
    border-bottom: 2px dotted #66623d;
    padding-bottom: 10px;
    margin-bottom: 14px;
    color: #66623d;
}
.my_req_btn {
    margin-top: 15px;
    background: linear-gradient(90deg, rgba(132, 131, 67, 1) 0%, rgba(102, 98, 61, 1) 52%, rgba(132, 131, 67, 1) 100%);
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.my_c_btn {
    padding: 6px 6px;
}

/*custom code by rohit singh socail media share css*/
.prod_page {
    padding-top: 25px;
}
.product-details .like-icon {
    padding-top: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.product-details .like-icon a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 3px;
    text-transform: capitalize;
}
.product-details .like-icon a i {
    padding-right: 5px;
    margin-right: 5px;
}
.product-details .like-icon a.facebook {
    background-color: #3b5999;
}
.product-details .like-icon a.twitter {
    background-color: #1da1f2;
}
.product-details .like-icon a.whatsapp {
    background-color: #03a84e;
}
.product-details .like-icon a.linkedin {
    background-color: #0354a8;
}

/* product customized panel */
.my_customized_panel {
    border: 1px solid #ff324d;
}
.my_customized_panel .card-header {
    background: #ff324d;
    color: #fff;
    padding: 10px;
}
.my_customized_panel .inst_body h4 {
    font-size: 18px;
}
.my_customized_panel .inst_body p {
    font-size: 13px;
    margin: 0px;
    margin-top: 5px;
    color: #171212;
}
.cutom_button {
    background: #ff324d;
    color: #fff;
    padding: 5px;
    border: 0px;
    margin-bottom: 10px;
}
.tit span {
    border-bottom: 4px dotted #292b2c;
    padding-bottom: 10px;
}
.quotation_btn {
    background: #f4bb02;
    color: #6c0a19;
    border-radius: 10px;
    font-weight: 600;
}

.show_request_form {
    background-color: rgba(51, 76, 30, 0.5);
    height: 100%;
    width: 100%;
    z-index: 99991;
    background-size: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0px;
    display: none;
}
.show_request_form .form-group {
    margin-bottom: 5px;
}
.main_banner_outer {
    background-size: cover;
    height: 400px;
}
.banner_outer {
    height: 400px;
}
.quote {
    margin-top: 18%;
    float: right;
    margin-right: 500px;
}
.bg-light-41 {
    background-color: #fcea88;
}
.quotation_btn a {
    background: #fff;
    color: #292b2c;
    border-radius: 0px;
}

@media only screen and (max-width: 600px) {
    .notiif_mobile {
        display: block;
        background: #158bab;
        padding: 5px;
    }
    .show_now_btn {
        padding: 5px 10px !important;
    }
    .notiif_mobile p {
        color: #fff;
        margin: 0px;
        text-align: center;
        line-height: 16px;
        font-size: 14px;
    }

    .footer_copy_right {
        margin-top: 0px;
        width: 100%;
        margin-left: 1px;
    }
    .list-inline .mb-0 .my_footer_pay_icon li {
        display: inline-block;
    }
    .my_footer_pay_icon li a img {
        width: 46px;
        height: auto;
    }
    .mr-3,
    .mx-3 {
        margin-right: 3px !important;
    }
    .small,
    small {
        font-size: 12px;
        font-weight: 400;
    }
    .o_p {
        color: #2e8203;
        margin-left: 1px;
        font-size: 12px;
    }
    .bg-light-4 {
        background-size: 100% 100%;
        height: auto;
    }
    .quote {
        margin-top: 10% !important;
        float: right;
        margin-right: 0px;
    }
    .quotation_btn {
        background: #ff324d;
        color: #fff;
        border-radius: 16px;
        font-weight: 600;
        font-size: 15px;
        padding: 5px 11px;
    }
    .form-control {
        height: 2rem;
        font-size: 0.9rem;
        padding: 0.375rem 0.85rem;
    }
    .bg-light-41 {
        height: 400px;
        background-color: #cac883;
        padding-top: 25px;
    }
    .tit {
        font-size: 21px;
    }
    .hot-deal-1 p {
        font-size: 14px;
        color: #111010;
        line-height: 21px;
    }
    .decrease {
        margin-top: -2px !important;
    }
    .collections-item img {
        width: 100%;
        height: auto;
    }
    .img-safty {
        width: 100%;
        padding-bottom: 50px;
    }
    .arrival {
        margin-top: -25px !important;
    }
    .all-product {
        margin: 0px auto;
        background: #848343;
        border-color: #848343;
        width: 215px !important;
        letter-spacing: 2px !important;
        text-transform: capitalize;
    }
    .c1 {
        padding-bottom: 37px !important;
    }
    .c2 {
        padding-bottom: 0px !important;
    }
   .c3 {
    margin-left: 0px!important;
    margin-right: 0px!important;
    }
    .c4 {
        padding-bottom: 19px !important;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}

.c1 {
    padding-bottom: ;
}
.c2 {
    padding-bottom: ;
}
.c3 {
    padding-bottom: ;
}
.c4 {
    padding-bottom: 50px;
}
.promise {
    padding: 0px;
}
.safty {
    padding-bottom: 20px;
    margin: 0px auto;
    font-weight: 600;
}
.all-product {
    margin: 0px auto;
    background: #158bab;
    border-color: #158bab;
    width: 290px;
    letter-spacing: 4px;
    text-transform: capitalize;
}
.decrease {
    margin-top: ;
}
.my_gap {
    margin-top: 15px;
}
.outer_slider {
    position: relative;
}
.white-f {
    color: #fff;
    padding-top: 5px;
}
.head-bg {
    background: #f9c80e;
}
.heading h2 {
    font-size: 30px;
    font-family: math;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}

/*.light_effect{
            height: 60px;
    width: 100%;
    position: absolute;
    top: 0px;
    background-image: url(../img/light-blub.gif);
    z-index: 999;
}*/

.left-cate .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0;
    line-height: 35px;
}
.left-cate ul {
    /*list-style: disc;*/
    display: block;
}
.left-cate .dropdown-menu {
    border: 0 !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%) !important;
    padding: 0 0 0 0px !important;
    font-size: 13px;
    word-break: break-word;
    color: #177069;
    min-width: 100% !important;
}
.left-cate .dropdown-menu li a {
    color: #042864;
    font-weight: 600;
    line-height: 30px;
}
.left-cate ul li {
    border: 1px solid;
    border-bottom: 0;
}
.left-cate .dropdown-menu li {
    border-left: 0;
    border-right: 0;
}

.left-cate ul li {
    padding-left: 12px;
}
.left-cate .dropdown-menu {
    margin-left: -12px;
}
.left-cate > ul {
    border-bottom: 1px solid;
}
.text-strip {
    background: #ededed;
    padding: 15px 20px;
}
.text-strip h5 {
    margin: 0px auto;
}

.box:hover {
    cursor: pointer;
}

.box__caption:hover {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}

.box:hover img {
    transform: scale(1);
    filter: blur(2px) brightness(80%);
}

.box__img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 250ms ease-in-out;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #cfcece;
    border-radius: 5px;
}

.box__caption {
    color: white;
    line-height: 1.25;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -30%, 0);
    transition: all 250ms ease-in-out;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 50%;
    left: 50%;
}
.heading span {
    margin: 0px auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}
.ccinner p {
    text-align: left !important;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.page-content {
    margin-top: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.footer1 {
    padding:40px 10px 50px;
    border-bottom: 1px solid #fff;
        margin: 0;
}
.bg-black {
    background: #131a22;
}
.gal-item {
    overflow: hidden;
    padding: 8px;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
}
.box img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.team-image {
    width: 100%;
    background: #555;
    margin-bottom: 30px;
    position: relative;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
.customh44 {
    font-weight: 700;
    font-style: normal;
    position: absolute;
    bottom: 67px;
    padding: 5px 20px;
    text-shadow: 2px 2px 4px #333;
}
.btn--inverse {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}
.shop-button {
    text-align: left;
}
.item-descr {
    padding: 0px 40px;
}
.hero-section {
    position: relative;
    overflow: hidden;
    height: 60vh;
    align-items: center;
    display: grid;
    margin-top: 20px;
}
.shop-col img {
    width: 100%;
}
.banner-main-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.position-absolute {
    position: absolute !important;
}
.banner-main-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28288a;
}
.banner-main-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.position-relative {
    z-index: 9;
}
.banner-main .page-title {
   margin-bottom: 5px;
    font-size: 48px;
    /*margin-top: 30px;*/
    color: #fff;
    line-height: 60px;
    letter-spacing: 2px;
    opacity: 1;
}
.single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.single-blog-img img {
    width: 100%;
}

.blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 34px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 30px;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h4 {
    color: #212121;
}
.blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.blog-content h4 a:hover {
    color: #ffca00;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.author {
    margin-bottom: 60px;
}
.meta-post span a {
    color: #696969;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meta-post span:last-child {
    padding-right: 0;
}
.exerpt {
    line-height: 28px;
    color: #696969;
    margin-bottom: 37px;
}
.btn-two {
    color: #292b2c;
    color: #333;
    border: 1px solid;
    border-color: #e8e8e1;
    border-color: #333;
    background-color: transparent;
    padding: 8px 14px;
    background-position: 150% 45%;
    min-width: 90px;
}

@media only screen and (max-width: 600px) {
    .navbar-brand {
        top: 50%;
    }
    .hero-section {
        height: 600px;
    }
    .banner-main .page-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: 2px;
    opacity: 1;
    }
    .product-card img {
        height: auto;
        width: 100%;
    }
    .commontext{
        padding: 0px 20px;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .link-title {
    color: #333;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
}
.breadcrumb-item .link-title{
    color: #d0a369!important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.subscribe-area {
    border-top: 1px solid #333;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}
.subscribe-text {
    text-align: center;
}
.subscribe-text span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}
.subscribe-text h2 {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #333;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
    background: #333;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.sticky-footer {
    display: none;
    height: 58px;
    background: #0c0c0ceb;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-top: 5px;
    width: 100%;
    z-index: 999;
    opacity: 1;
}
.col-fmenu {
    width: 20%;
}
.foofm {
    text-align: center;
}
.foofm i {
    color: #fff;
    font-size: 18px;
}
.foofm p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0px;
}
.wht-font {
    color: #fff;
}
.hide-lg{
    display:none;
}
@media (max-width: 767px) {
    .sticky-footer {
        display: block;
    }
    /*.mbllgoss img*/
    /*{*/
    /* filter: invert(1);*/
    /*}*/
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        display: inline-flex!important;
    }
    h2.text-center.speedy-c {
    color: #fff !important;
    font-size: 24px !important;
}
    .abtss-b img {
    margin-top: 0px!important;
    border: none;
}
    .quick {
        display: none;
    }
    .abts-b img {
    margin-top: 0px!important;
}
    .abts-b h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-left: 0px!important;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}
    section.gift-section {
    padding: 20px 10px!important;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .product-grid1 {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid white;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    background: #1c3360;
    margin: 10px 20px!important;
}
    .marquee-head h3 {
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #fff;
    font-family: math;
}
.abt-head h3 {
    margin: 10px 0px;
    line-height: 25px!important;
    padding: 0px 0px;
    font-size: 20px;
    border-bottom: 1px solid #000;
    font-family: math;
    font-weight: 600;
    text-transform: capitalize;
}
   
    .footer_copy_right {
        padding: 15px 0px 80px;
        border-radius: 10px;
        text-align: center;
    }
    .heading {
        padding-bottom: 0px;
    }

    .banner {
        height: 250px;
        width: 100%;
    }
    .text-view h4 {
        text-align: center;
    }
    .text-view p {
            text-align: right;
    padding-top: 28px;
    }
    .hide-lg{
    display:block;
}
}
.navbar-toggler > span:before {
    content: "\f00d";
    color: black;
}
.navbar-toggler.collapsed > span:before {
    content: inherit;
}
.navbar-toggler > span {
    background-image: inherit !important;
}

.navbar-toggler.collapsed > span {
    background-image: url(../img/dropdown.png) !important;
}

/*@media (max-width: 900px) {*/
/*    .navbar-brand img {*/
/*    margin-left: 20px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 600px) {
.pas {
    padding: 0px !important;
}
.navbar-brand img {
    padding:0px!important;
    width: 100%;
    height: 100%;
}
}

@media only screen and (max-width: 600px) {
    .btn-primary {
    width: 100%;
}
.btn-dark{
    width: 100%;
}
    .mb-phone{
        height: 140px!important; 
        width: 100%!important;
    }
    .card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 199px;
    width: 100%;
}
    .hero-section1 {
    height:30vh!important;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .rating .fa {
    color: #d0a369;
    font-size: 12px;
}
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: 400px;
    }
    a,
    .dropdown-item,
    .dropdown-toggle:after,
    .dropdown-menu a:before,
    .hover-translate,
    .btn-animated:before,
    .product-card,
    .card-body,
    .product-link,
    .insta-icon,
    .accordion .card-header a:before {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .rounded-0 {
        border-radius: 0 !important;
    }
    .card {
        padding: 0.5px!important;
        border: none !important;
    }
    .product-card img {
        height: 200px;
        width: auto;
        margin: 0px auto;
        display: block;
        text-align: center;
        border: 1px solid #a1a1a1;
    }
    .navbar-toggler {
        background: none;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
    }
    .navbar-brand {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    padding: 0;
    }
    .container {
        padding: 0px !important;
    }
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 5px 10px;
        background: #ededed75;
    }
    .shop-col img {
    width: 100%;
    height: 200px;
}
}

.blink {
    padding: 15px 15px 0px;
    text-align: center;
    margin: 0px auto;
}
.b-text {
    font-size: 25px;
    font-family: cursive;
    color: white;
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-main-overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28280d;
}
.hero-section1 {
    position: relative;
    overflow: hidden;
    height: 75vh;
    align-items: center;
    display: grid;
    /* margin-top: 20px; */
}

.mobile-logo{
    color: #d4ad78;
    font-size: 30px;
    text-align: center;
    font-family: ui-monospace;
    letter-spacing: 1px;
    padding: 0px 24px;
    margin-top: 35px;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border: 1px solid #fff;
}
.rounded-0{
    padding: 0.5px!important;
}
.recently{
    height: 234px!important;
    width: 100%!important;
}
.breadcrumb-item.active {
    color: #d0a369!important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.mt-30{
    margin-top:30px;
}

.la.la-facebook {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-instagram {
    font-family: 'Line Awesome Brands';
    font-weight: 600;
    color: #9c27b0;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-twitter {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-whatsapp {
    font-family: 'Line Awesome Brands';
    font-weight: 500;
    color: #4caf50;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-pinterest {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #e91e63;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.card.card--default {
    border: 1px solid #d7d2d2!important;
    box-shadow: 1px 1px 10px #cdcbcbc7!important;
}

.list-group-item.active {
    background-color: #d0a369;
    border-color: #d0a369;
}
section.products-section {
    background: #f4d9ce80;
    padding: 40px 0px;
}
p.offer_title a {
    color: #fff;
    font-family: math;
}.page-contentss {
    padding: 40px 0px;
}
.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}
.newsletter h3 {
    font-size: 30px;
    font-family: math;
    font-weight: 600;
}
section.bg-img.text-center {
    background-image: url(../../assets/images/image70.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.newsletter h6 {
    margin-bottom: 16px;
    margin-top: 2px;
}
.form-subscribe .form-control {
    background-color: hsl(0deg 0% 84.25%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.btn-lg {
    height: 50px;
    padding: 5px 31px 4px;
}
.btn-success {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid .title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family:math;
    text-transform: capitalize;
    margin: 0;
}
.product-grid .product-image img {
    width: 100%;
    height: auto;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid {
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px;
    padding: 0px 0px;
}
section.p-section {
    padding: 30px 0px;
}

.col-md-8.bg-side {
    background: #b9747a;
    margin-left: -11px;
}
.abts-b p {
    margin-top: 40px;
    color: #fff;
    font-family: math;
    font-size: 16px;
    font-weight: 600;
}
@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Spartan:300,400,500,600,700,800,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("http://fonts.cdnfonts.com/css/league-spartan");
body {
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #042825;
    overflow-x: hidden;
}
.page-wrapper {
    overflow-x: hidden;
}
.notiif_mobile {
    display: none;
}
.mobile_show_t {
    display: none;
}
.show_now_btn {
    background: #6c0a19;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.5;
}
h1,
.h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}
h2,
.h2 {
    font-size: 36px;
    line-height: 38px;
}
h3,
.h3 {
    font-size: 30px;
    line-height: 26px;
}
h4,
.h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: math;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 27px;
}
h6,
.h6 {
    font-size: 18px;
    line-height: 28px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500;
}
p {
   color: #333;
   line-height: 1.6;
   font-weight: 400;
   font-size: 15px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

ul {
    margin: 0px;
    padding: 0px;
}
.text-large {
    font-size: 3rem;
    line-height: 3.5rem;
}
.text-small {
    font-size: 0.9rem;
}
a {
    color: #1e4176;
    font-weight: 600;
    font-stretch: expanded;
}
a:hover {
    color: #f85438;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:focus,
:active,
:after {
    outline: none;
}
.dropdown-item.active,
.dropdown-item:active {
    background: none;
    color: inherit;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

/* ------------------------
2. Transition
------------------------*/
a,
.dropdown-item,
.dropdown-toggle:after,
.dropdown-menu a:before,
.hover-translate,
.btn-animated:before,
.product-card,
.card-body,
.product-link,
.insta-icon,
.accordion .card-header a:before {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hover-zoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/* ------------------------
3. Font Weight
------------------------*/
.font-w-3 {
    font-weight: 300;
}
.font-w-4 {
    font-weight: 400;
}
.font-w-5 {
    font-weight: 500;
}
.font-w-6 {
    font-weight: 500;
    font-family: math;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 15px;
}
.font-w-7 {
    font-weight: 700;
}
.font-w-8 {
    font-weight: 800;
}
.font-w-9 {
    font-weight: 900;
}
.line-h-normal {
    line-height: normal;
}
.line-h-1 {
    line-height: 1.5;
}
.line-h-2 {
    line-height: 1.6;
}
.line-h-3 {
    line-height: 1.7;
}
.line-h-4 {
    line-height: 1.8;
}
.line-h-5 {
    line-height: 1.9;
}
.letter-space-1 {
    letter-spacing: 5px;
}
.letter-space-2 {
    letter-spacing: 10px;
}
.letter-space-3 {
    letter-spacing: 15px;
}
.txt-transform {
    text-transform: uppercase;
}

/* ------------------------
4. Left-Right Alignment
------------------------*/
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-50 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.top-50 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/* ------------------------
5. Pre Loader
------------------------*/
#ht-preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.clear-loader {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
.loader span {
    width: 20px;
    height: 20px;
    background-color: #f85438;
    border-radius: 50%;
    display: inline-block;
    animation: motion 3s ease-in-out infinite;
}
.loader p {
    color: #fe4c1c;
    margin-top: 5px;
    font-size: 30px;
    animation: shake 5s ease-in-out infinite;
}

/* ------------------------
6. Button
------------------------*/
.btn {
    font-weight: 500;
    padding: 0.7rem 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 3px;
}
.btn:hover {
    color: #ffcc00;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #ff324d;
}
.btn-sm {
    padding: 0.35rem 0.7rem;
    font-size: 0.9rem;
}
.btn-primary {
    color: #fff;
    background-color: #098bc7;
    border: none;
    /* border-bottom: 3px #a06d33 solid; */
}
.btn-dark{
    color: #fff !important;
    background-color: #1c1d1e !important;
    border: none!important;
    border-bottom: 3px #0972a0 solid !important;
}
.btn-yellow {
    background: #fdd922;
    border: 1px solid #e0bc27;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0;
}
.btn-yellow.btn i {
    color: #333;
    font-size: 16px;
}
.btn-green {
    color: #fff;
    background-color: #83b14f;
    border: none;
    border-bottom: 3px #72a439 solid;
}
.btn-blue {
    color: #fff;
    background-color: #157ed2;
    border: none;
    border-bottom: 3px #0f6cb2 solid;
}
.btn-pink {
    color: #fff;
    background-color: #292b2c;
    border: none;
    border-bottom: 3px #292b2c solid;
}
.btn-pink-bg {
    color: #fff;
    background-color: #e20063;
    border: none;
    border-radius: 0;
}
.btn-red-1 {
    color: #fff;
    background-color: #d23b3b;
    border: none;
    border-bottom: 3px #c02a2a solid;
}
.btn-red-2 {
    color: #fff;
    background-color: #c33;
    border: none;
    border-bottom: 2px #b12d24 solid;
}
.btn-dark-black {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #17191a solid;
    height: 2.8rem;
}
.btn-dark-black:hover {
    color: #fff;
    background-color: #232628;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-brown {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
    height: 2.8rem;
}
.btn-brown:hover {
    color: #fff;
    background-color: #b38741;
    border: none;
    border-bottom: 3px #ad784c solid;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}
.btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ff324d;
    border-color: #eb1f3a;
}
section{
    padding-top: 0px;
}
.header-2 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-2 .btn-secondary:hover {
    color: #fff;
    background-color: #f85438;
    border-color: #e24125;
}
.header-5 .btn-secondary {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 2px #d0d0d0 solid;
}
.header-5 .btn-secondary:hover {
    color: #333;
    background-color: #fdd922;
    border-color: #dbb90e;
}
.header-3 .btn-secondary:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.header-1.dark-text-div .btn-secondary:hover {
    color: #fff;
    background-color: #c33;
    border-color: #b73027;
}
.header-1.white-row .btn-secondary {
    border: none;
    border-radius: 0;
}
.header-1.white-row .btn-secondary:hover {
    background: #e20063;
}
.btn-yellow-dark {
    color: #333;
    background-color: #fdd922;
    border-bottom: 2px #dbb90e solid;
}
.btn-yellow-dark:hover {
    color: #333;
}
.btn-outline-primary {
    color: #fe4c1c;
    border-color: #fe4c1c;
}
.btn-outline-primary:hover {
    background-color: #f85438;
    border-color: #f85438;
}

.btn-dark:hover {
    background-color: #ff324d;
    border-color: #eb1f3a;
}
.btn.focus,
.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
button:focus {
    outline: none;
}
.btn i {
    font-size: 19px;
    margin-top: -0.1875rem;
    vertical-align: middle;
}
.btn.btn-sm i {
    font-size: 18px;
}
.header-2 .btn-search {
    border: none;
    background: none;
    padding-right: 0px;
}
.header-2 .btn-search i {
    font-size: 22px;
    transform: rotate(-90deg);
    color: #445a69;
}
::placeholder {
    color: red;
    opacity: 1;
}
.btn-red {
    color: #fff;
    background-color: #ed6663;
    border: none;
    border-bottom: 3px #e8524e solid;
}
.btn-gray {
    color: #212529;
    background-color: #dcdada;
    border: none;
    border-bottom: 3px #d0d0d0 solid;
}
.btn-gray:hover {
    color: #fff;
    background-color: #83b14f;
    border-color: #72a439;
}
.dark-btn {
    background: #2a2a2a;
    border: none;
    border-radius: 0px 3px 3px 0px;
}
.btn-orange {
    color: #fff;
    background-color: #f85438;
    border: none;
    border-bottom: 2px #e24125 solid;
}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle,
.btn-orange:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #191919;
}

/* ------------------------
7. Text Color
------------------------*/
.text-dark {
    color: #042825 !important;
}
.text-primary {
    color: #ff324d !important;
}
.text-muted {
    color: rgb(249 251 253) !important;
}
.text-grey {
    color: #a9a9a9 !important;
}
.text-grey-dark {
    color: #666;
}
.text-link {
    color: #445a69;
}
.text-green {
    color: #83b14f;
}
.text-yellow {
    color: #ffdd35;
}
.text-black {
    color: #111;
}
.text-pink {
    color: #000000;
}
.text-red {
    color: #d23b3b;
}
.text-brown {
    color: #b38741;
}
.text-yellow-1 {
    color: #fbd13d !important;
}
.text-red-1 {
    color: #c33;
}
.text-pink-1 {
    color: #e20063;
}
.text-orange {
    color: #fe4c1c;
}
.text-yellow-dark {
    color: #ffcc33;
}
.text-aqua-dark {
    color: #24d3ce;
}

/* ------------------------
8. Background
------------------------*/
.bg-primary {
    background-color: #fe4c1c;
}
.bg-light {background-position: center;background-size: cover;padding: 70px 0px;background: #efeeee !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
.bg-black {
    background-color: #111;
}
.bg-light-body {
    background-color: #f5f5f5;
}
.bg-dark {
    background-color: #445a69 !important;
}
.bg-dark-1 {
    background-color: #2a2a2a !important;
}
.bg-dark-2 {
    background-color: #373232;
    background-image: url(../images/kids/bg/footer-bg.png);
    background-position: 10vw -10px;
    background-repeat: no-repeat;
    background-size: 60% auto;
}
.bg-dark-3 {
    background: #232628 !important;
}
.bg-white-row {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}
.banner-bg {
    background-color: #f4f4f4;
}
.bg-light-1 {
    background-color: #f5f5f5;
}
.bg-light-2 {
    background-color: #ffece5;
}
.bg-light-3 {
    background-color: #f0f3ec;
}
.bg-light-4 {
    background-color: #292b2c000;
}
.order-details h3 {
    color: #fff;
}
.order-table .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}
.custom-control-label {
    color: #fff;
}
.payment-box {
    color: #fff;
}
.bg-light-4 .text-muted {
    color: #0026b1 !important;
}
.bg-pink-light {
    background-color: #fee5f0;
}
.bg-pink {
    background-color: #f85c92;
}
.bg-green-row {
    background-color: #fff;
}
.bg-dark-grey {
    background: #252932;
}
.bg-blue {
    background: #157ed2;
}
.bg-yellow {
    background: #fdd922;
}
.dark-yellow {
    background: #fdaa1b;
}
.dark-red {
    background: #d8373e;
}
.dark-red-bg {
    background: #ff6464;
}
.dark-red-bg1 {
    background: #d23b3b;
}
.dark-red-bg2 {
    background: #c33;
}
.bg-brown {
    background: #b38741;
}
.dark-aqua-bg {
    background: #24d3ce;
}
.dark-yellow-bg {
    background: #ffcc33;
}
.bg-pink-btn {
    background-color: #ff324d;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.bg-aqua-btn {
    background-color: #ebef29;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
    font-family: system-ui;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
    text-decoration: none;
    box-shadow: 3px 3px 2px #c6c6c6;
    min-width: 16rem;
    display: inline-block;
}
.bg-orange-btn {
    background-color: #ff7825;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.yellow-bg-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.yellow-bg-btn:hover {
    color: #333;
}
.white-bg-btn {
    background: url(../images/kids/bg/btn_white.png) no-repeat top left;
    background-size: contain;
    padding: 10px 30px !important;
    display: inline-block;
}
.white-bg-btn:hover {
    color: #333;
}
.pink-bg {
    background: #e20063;
}
/* ------------------------
9. Badge
------------------------*/
.badge-dark {
    background-color: #042825 !important;
}
.badge-primary {
    background-color: #fe4c1c !important;
}
.badge-primary-soft {
    color: #fe4c1c;
}
.badge-primary-soft {
    background-color: rgba(254, 76, 28, 0.1);
    color: #fe4c1c;
}

/* ------------------------
10. Icon
------------------------*/
.ic-1x {
    font-size: 1rem;
}
.ic-1-1x {
    font-size: 1.5rem;
}
.ic-1-2x {
    font-size: 1.2rem !important;
}
.ic-2x {
    font-size: 4rem;
}
.ic-3x {
    font-size: 3rem;
}
.ic-5x {
    font-size: 5rem;
}
.ic-7x {
    font-size: 7rem;
}

/* ------------------------
11. Shadow
------------------------*/
.shadow-primary {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(248, 84, 56, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 10px 45px 5px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}

/* ------------------------
12. Header
------------------------*/
.header-1 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #ffffff;
}
marquee {
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 5px 0px;
}
.header-6 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-7 {
    box-shadow: none;
}
.header-10 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-10 #header-wrap {
    padding: 8px 0;
    position: relative;
}
.header-1.header-7 #header-wrap {
    padding: 0;
}
.header-1.dark-text-div .ddcommon .ddlabel {
    color: #666;
    font-weight: 400;
}
.header-1.dark-text-div .ddArrow::before {
    color: #666;
}
.header-1.dark-text-div .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-1.dark-text-div small {
    font-weight: 400;
}
.header-10 .ddcommon .ddlabel {
    color: #333;
    font-weight: 500;
}
.header-10 .ddArrow::before {
    color: #666;
}
.header-10 .offer-text span {
    color: #c33;
    font-weight: 400;
}
.header-10 small {
    font-weight: 400;
}
.header-10 .call-info .language-selection {
    border: none;
    margin: 0;
}
.header-10 [data-cart-items]::before {
    background: #b38741;
}
.header-10 .search_trigger i {
    color: #333;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-10 .navbar-nav .nav-item {
    margin: 0 14px;
}
.header-10 .navbar-light .navbar-nav .nav-link.active,
.header-10 .navbar-light .navbar-nav .nav-link:focus,
.header-10 .navbar-light .navbar-nav .nav-link:hover,
.header-10 .navbar-light .navbar-nav .show > .nav-link {
    color: #b38741;
}
.header-10 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.header-10 .navbar-nav .nav-link {
    line-height: 2.5rem;
    font-weight: 600;
    color: #111;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.header-10 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-10 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-10 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-10 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-10 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-10 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-10 .search_wrap .form-control {
    border: none;
    border-bottom: 2px solid #333;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 0;
}
.header-10 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-10 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-10 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 25px;
}
.header-10 .right-nav a i {
    font-size: 26px;
    color: #333;
}
.header-1.dark-text-div .call-info .language-selection {
    border-color: rgba(0, 0, 0, 0.1);
}
.header-7 .navbar {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 0px 25px;
}
.header-7 .navbar-nav .nav-link {
    line-height: 5rem;
}
.site-header.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.site-header.navbar-dark .navbar-nav .nav-link:focus,
.site-header.navbar-dark .navbar-nav .nav-link:hover {
    color: #f85438;
}
.header-1 .small,
.header-1 small {
    font-weight: 500;
}
.header-1 #header-wrap {
    background: none;
    padding: 14px 0 14px;
    position: absolute;
    right: 24%;
    top: 12%;
}
.header-1 .navbar-nav .nav-item {
    margin: 0px 20px;
}
.header-6 .small,
.header-1 small {
    font-weight: 500;
}
.header-6 #header-wrap {
    padding: 10px 0;
    position: relative;
}
.header-6 .navbar-nav .nav-item {
    margin: 0 10px;
}
.header-6 .cart_buttons .view-cart,
.header-6 .cart_buttons .checkout {
    padding: 8px 25px !important;
}
#header-wrap {
    position: relative;
    background: #fafafa;
}
.header-2 #header-wrap {
    padding: 20px 0;
}
#header-wrap.fixed-header {
    padding: 12px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff;
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.09) !important;
    animation: smoothScroll 1s forwards;
}
.header-3 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}
.header-4 {
    z-index: 100;
    position: absolute;
    width: 100%;
}
.header-4 .header-inner {
    background: #fff;
}
.header-4 .logo {
    width: 22%;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    display: block;
    line-height: 105px;
    float: left;
    padding-right: 25px;
    padding-left: 20px;
    margin-top: -50px;
    background: #88be4c;
    height: 116px;
    margin-right: 15px;
}
.header-5 {
    background: #157ed2;
}
.header-5 #header-wrap {
    background: #0f6cb2;
    padding: 0;
}
.header-5 #header-wrap.fixed-header {
    background: #0f6cb2;
}
.top-offer-text {
    background: #222;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
}
.top-offer-text1 {
    background-color: #b38741;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
}
.top-offer-text1 span {
    color: #fff;
    font-weight: 700;
}
.top-offer-text-pink {
    background: #e20063;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}
.top-offer-text span {
    color: #c33;
    font-weight: 700;
}
.header-5 #header-wrap .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 18px;
}
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
.header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
.header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
    background: #085b9a;
}
.header-5 #header-wrap .navbar .dropdown .nav-link::after {
    display: none;
}
.header-5 .form-inline .custom-select,
.form-inline .input-group {
    width: 25%;
    border: none;
    border-right: 1px solid #e0e0e0;
    background: #f6f6f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 20px;
    border-radius: 3px 0px 0px 3px;
}
.header-5 .navbar-nav .nav-item {
    margin: 0px;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child {
    margin-left: auto;
}
.header-5 #header-wrap .navbar-nav .nav-item:last-child .nav-link {
    color: #ffdd35;
    padding-right: 0;
    border: none;
}
.header-5 .navbar-nav {
    width: 100%;
}
.header-5 .header_list > li {
    color: #333;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0px 2px 15px;
    font-weight: 300;
}
.header-5 .header_list > li i {
    margin-right: 6px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 18px;
}
.header-5.icon_list > li {
    color: #333;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 10px 2px 0;
}
.header-5 .icon_list > li > i {
    font-size: 16px;
}
.header-5 .icon_list > li a {
    color: #fff;
}
.header-5 .header_list > li a {
    color: rgba(255, 255, 255, 0.8);
}
.header-5 .cart-d {
    padding: 0px 5px;
    background: #006cb4;
    border: 1px solid #24609c;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    height: 3rem;
    font-weight: 300;
    font-size: 14px;
}
.header-5 .cart-d [data-cart-items]::before {
    background: #fdd922;
    color: #333;
    top: 0.4rem;
    right: -1rem;
    top: 0.3rem;
    right: -1.2rem;
}
.header-5 .cart-d i {
    font-size: 14px;
    font-weight: 600;
}
.header-5 .cart-d .cart-details {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    line-height: 3rem;
    padding-left: 16px;
}
.header-6 .header-top {
    background: url(../images/kids/bg/watercolor-top.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-size: 100% 100%;
    height: 57px;
}

/* ------------------------
13. Navigation
------------------------*/
.navbar {
    padding: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 14rem;
    background: #ffffff;
    padding: 15px;
    border-bottom: 5px solid #000000;
    margin-top: 0;
    -webkit-box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
}
.navbar .navbar-nav li > .dropdown-menu,
#navCatContent ul > li .dropdown-menu {
    /*display: block;*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
}
.navbar .navbar-nav li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}
#navCatContent ul > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;   
}
.navbar-brand {
    margin: 0;
    padding: 0;
    margin-left: -80px;
}
.navbar-brand img {
    padding: 6px 0px 10px;
    width: auto;
}
header .navbar-nav .nav-item {
    /* margin: 0 15px */
}
.navbar-nav .nav-link {
    color: #042825;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    line-height: 4rem;
}
.header-1 .navbar-nav .nav-link {
    text-transform: capitalize;
}
.header-1 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 18px;
    letter-spacing: 1px;
}
.header-2 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-3 .navbar .navbar-nav > li > a {
    color: #445a69;
    padding: 0;
}
.header-4 .navbar .navbar-nav > li > a {
    color: #83b14f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0;
}
.header-4 .navbar .dropdown .nav-link::after {
    display: none;
}
.header-4 .dropdown-menu {
    border-radius: 0;
}
.header-4 small {
    font-size: 90%;
}
.header-1.white-row .navbar-nav .nav-link {
   line-height: 20px;
   font-weight: 600;
   color: #000000;
   font-family: sans-serif;
   letter-spacing: 0.5px;
   text-transform: capitalize;
}
.header-1 .navbar-light .navbar-nav .nav-link.active,
.header-1 .navbar-light .navbar-nav .nav-link:focus,
.header-1 .navbar-light .navbar-nav .nav-link:hover,
.header-1 .navbar-light .navbar-nav .show > .nav-link {
    color: #e94e1e;
}
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link.active,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:focus,
.header-1.dark-text-div .navbar-light .navbar-nav .nav-link:hover,
.header-1.dark-text-div .navbar-light .navbar-nav .show > .nav-link {
    color: #c33;
}
.header-3 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.header-4 .navbar-light .navbar-nav .nav-link.active,
.header-3 .navbar-light .navbar-nav .nav-link:focus,
.header-3 .navbar-light .navbar-nav .nav-link:hover,
.header-3 .navbar-light .navbar-nav .show > .nav-link {
    color: #83b14f;
}
.navbar-dark #header-wrap.fixed-header {
    background: #7c2776 !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fe4c1c;
}
.navbar .navbar-nav > li:hover > a {
    color: #fe4c1c;
}
.header-1 .navbar .navbar-nav > li:hover > a {
    color: #e30885 !important;
}
.header-3 .navbar .navbar-nav > li:hover > a {
    color: #83b14f;
}
.header-4 .navbar .navbar-nav > li:hover > a {
    color: #ed6663;
}
.header-6 .navbar-nav .nav-link {
    text-transform: uppercase;
}
.header-6 .navbar .navbar-nav > li > a {
    color: #292b2c;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
}
.header-6 .navbar-light .navbar-nav .nav-link.active,
.header-6 .navbar-light .navbar-nav .nav-link:focus,
.header-6 .navbar-light .navbar-nav .nav-link:hover,
.header-6 .navbar-light .navbar-nav .show > .nav-link {
    color: #ff324d;
}
.header-7 .navbar-light .navbar-nav .nav-link.active,
.header-7 .navbar-light .navbar-nav .nav-link:focus,
.header-7 .navbar-light .navbar-nav .nav-link:hover,
.header-7 .navbar-light .navbar-nav .show > .nav-link {
    color: #d23b3b;
}

.navbar .navbar-nav > li .dropdown-menu a {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.navbar .dropdown-menu a:hover:before {
    width: 10px;
}
.navbar .dropdown .nav-link::after {
    font-size: 0.7rem;
    margin-left: 2px;
    display: none!important;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #ffffff;
}

/* ------------------------
14. Dropdown cart
------------------------*/
.dropdown-menu.cart_box {
    width: 320px;
    position: absolute !important;
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    display: block;
    transition: all 0.25s ease-in-out;
    padding: 0;
    top: 100% !important;
    left: auto !important;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1) !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none;
    border: none;
    border-radius: 0;
}

.cart_dropdown:hover .dropdown-menu.cart_box {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}

.cart_dropdown .dropdown-menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
}
.item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important;
    font-size: 11px;
}

.cart_list a.item_remove i {
    font-size: 20px;
}

.cart_list img {
    background-color: #ffffff;
    float: left;
    margin-right: 15px;
    max-width: 80px;
}
.cart_list a {
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    line-height: 19px;
    display: block;
}
.cart_quantity {
    color: #a9a9a9;
    display: table;
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.9rem;
}
.cart_total .cart_amount {
    float: right;
    color: #f32b56;
}
.cart_box .cart_list {
    width: 100%;
    padding: 0 !important;
    max-height: 242px;
    overflow-y: auto;
}
.cart_list li {
    display: inline-block;
    width: 100%;
}
.dropdown-menu .cart_list li a i {
    width: auto;
}
.cart_total {
    color: #445a69;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    text-align: right;
}
.cart_total strong {
    float: left;
    font-weight: 600;
}
.cart_buttons {
    margin: 0;
    padding: 10px 15px 20px;
    text-align: center;
}
.cart_buttons .view-cart,
.cart_buttons .checkout {
    padding: 8px 20px !important;
}

/* ------------------------
15. Side Nav
------------------------*/
.categories_wrap {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.categories_wrap .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #333;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    padding: 12px 18px 9px 18px;
    text-transform: uppercase;
    background-color: #fdd922;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.categories_wrap .head i {
    font-size: 22px;
    vertical-align: middle;
    line-height: 1.5em;
    margin-right: 5px;
}

#navCatContent ul {
    width: 100%;
    padding: 5px 0px;
}

#navCatContent li {
    list-style: none;
    padding: 0;
}

#navCatContent li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 11px 20px 12px 20px;
}

#navCatContent li a span {
    vertical-align: middle;
}

#navCatContent li .dropdown-menu a {
    padding: 0.3rem 1.5rem;
    font-weight: 400;
    color: #71787d;
}
#navCatContent li .dropdown-menu .nav-link::after {
    display: none;
}
#navCatContent li .dropdown-menu ul {
    padding: 0;
}
#navCatContent li .dropdown-menu ul li {
    margin: 0;
}
#navCatContent li .dropdown-menu ul li ul li {
    margin: 8px 0;
}

#navCatContent li a.dropdown-toggler::after {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0 none;
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 5px;
    vertical-align: middle;
    transform: rotate(-90deg);
}

#navCatContent li i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 8px;
}

#navCatContent ul li .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
    border: 0;
    min-width: 800px;
    width: 100%;
    right: 0;
    box-shadow: 10px 16px 49px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .header-1.white-row .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
    }
    /*Header*/
    #header-wrap {
        padding: 15px 0;
    }
    #header-wrap.fixed-header {
        padding: 15px 0;
    }
    /*.navbar { justify-content: flex-end; width: 100%; position: relative !important; }*/
    .navbar {
        width: 100%;
        position: relative !important;
    }
    .header-7 .navbar {
        padding: 10px;
    }
    .header-7 .navbar .navbar-brand {
        left: 15px;
    }
    .navbar-brand {
        left: 60px;
        z-index: 1;
        margin-right: 0;
        position: absolute;
        top: 35%;
        padding: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .navbar-toggler {
        background: none;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin-right: 0px;
    }
    .site-header .navbar-nav ul {
        position: static;
    }
    .site-header .navbar-nav .nav-item {
        /* margin: 0; */
    }
    .site-header .navbar-nav .nav-link {
        padding: 10px !important;
        border-radius: 0;
    }
    .navbar-nav a .sub-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -0.7em 0.5em 0 0;
        border-radius: 0.25rem;
        padding: 0;
        width: 2em;
        height: 1.4em;
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: center;
    }
    .navbar-collapse {
        border-radius: 0px;
        background: #000000;
        /* max-height: 400px;*/
        left: -1000px;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 65px;
        width: 70%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    }
    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        top: 40%;
        right: 0;
        margin: -0.1rem 0.5em 0 0;
    }
    .site-header.navbar-dark .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
    }
    .site-header.navbar-dark .navbar-nav .nav-link.active,
    .site-header.navbar-dark .navbar-nav .nav-link:focus,
    .site-header.navbar-dark .navbar-nav .nav-link:hover {
        color: #fe4c1c;
    }
    .navbar .navbar-nav li > .dropdown-menu,
    #navCatContent ul > li .dropdown-menu {
        display: none;
    }
    .navbar-nav .nav-link {
        line-height: normal;
    }
    .navbar .navbar-nav li:hover > .dropdown-menu.show,
    #navCatContent ul > li:hover .dropdown-menu.show {
        display: block;
        box-shadow: none !important;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        box-shadow: none !important;
    }
}
@media (min-width: 992.98px) {
    .custom-drop {
        /*max-width: 500px;left: 50%;*/
        top: 85%;
    }
}
.categories .navbar-toggler {
    width: 100%;
    background: #042825;
    border: none;
    text-align: left;
    color: #ffffff;
    padding: 15px;
    height: auto;
}
.categories .navbar-toggler i {
    font-size: 2rem;
    margin-right: 7px;
}
.categories .navbar-nav .nav-link {
    background: #f5f9fc;
    padding: 10px !important;
}
.categories .navbar-nav .nav-link {
    background: #ffffff;
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-content {
    padding: 30px;
}
.right-nav a i {
    font-size: 26px;
    color: #445a69;
}
.header-1.white-row .right-nav a i {
   font-size: 25px;
    font-weight: 600;
    color: #333;
    border: 1px solid #333;
    padding: 4px;
}
.call-info {
    font-size: 18px;
}
.call-info .language-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
    margin-left: 15px;
}
.header-1 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
}
.header-3 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-4 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
}
.header-6 .call-info .language-selection {
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
    border: none;
}
.header-6 .offer-text small {
    font-weight: 500;
    font-size: 90%;
}
.header-6 .call-info .language-selection .ddcommon .ddlabel {
    color: #fff;
    font-weight: 600;
}
.call-info .language-selection img {
    width: 18px;
    border-radius: 999px;
}
.call-info .language-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.call-info .language-selection .dropdown-toggle::after,
.call-info .currency-selection .dropdown-toggle::after {
    font-size: 0.6rem;
    margin-left: 0.355em;
    border: none;
    content: "\f078";
    vertical-align: inherit;
    width: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d3d1d1;
}
.call-info .currency-selection {
    border-left: 1px #eaeaea solid;
    line-height: 3rem;
}
.call-info .currency-selection .btn-sm {
    padding: 0;
    font-weight: 400;
}
.offer-text span {
    color: #fe4c1c;
    border-bottom: 1px #fe4c1c dashed;
    cursor: pointer;
}
.header-1 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
.header-3 .offer-text span {
    color: #fff;
    border-bottom-color: #fff;
}
.header-4 .offer-text {
    margin-left: -8px;
}
.header-4 .offer-text span {
    color: #fff;
    border-bottom: none;
}
.header-6 .offer-text span {
    color: #fe6d80;
    border: none;
    font-weight: 600;
}
#header-cart-btn {
    margin-right: 0.75rem;
}
[data-cart-items] {
    position: relative;
    display: inline-block;
}
[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -0.5rem;
    right: -0.05rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #fe4c1c;
    color: #fff;
}
.header-1 [data-cart-items]::before {
    background: #ff324d;
}
.header-3 [data-cart-items]::before {
    background: #83b14f;
}
.header-4 [data-cart-items]::before {
    background: #83b14f;
}
.header-6 [data-cart-items]::before {
    background: #ff324d;
}
.header-7 [data-cart-items]::before {
    background: #d23b3b;
}
.header-1.dark-text-div [data-cart-items]::before {
    background: #c33;
}
.header-1.white-row [data-cart-items]::before {
    background: #000000;
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: -9px;
    right: 0px;
    color: #ffffff;
}
.banner-slider .owl-carousel,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item,
.banner-slider .item {
    height: 100%;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.hero-circle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.banner-bg .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}

/* ------------------------
16. Search Block
------------------------*/
.header-2 .search-block {
    border-left: 1px #eaeaea solid;
}
.header-1 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-3 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-1 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-3 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-1 .search_wrap .form-control,
.header-3 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-1 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-1 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-1 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-1 .search_icon,
.header-3 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-1 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-3 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-1 .search_wrap form,
.header-3 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-1 .search_overlay,
.header-3 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-1 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-1 .search_overlay.open,
.header-3 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-1 .search_wrap.open,
.header-3 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}
.header-4 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-4 .close-search {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25%;
}
.header-4 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-4 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-4 .search_trigger i {
    color: #fff;
    font-size: 20px;
}
.header-4 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-4 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-4 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-4 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
}
.header-4 .wishlist-block {
    background: #ed6663;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .wishlist-block i {
    color: #fff;
}
.header-4 .user-block {
    background: #fff;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .user-block i {
    color: #333;
}
.header-4 .cart-block {
    background: #88be4c;
    padding: 0 20px;
    line-height: 4.2rem;
}
.header-4 .cart-block i {
    color: #fff;
}
.header-6 .search_wrap {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.header-6 .close-search {
    font-size: 40px;
    color: #fe6d80;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}
.header-6 .search_wrap .form-control {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
}
.header-6 .search_wrap .form-control {
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.header-6 .search_wrap {
    border-bottom: 2px solid #fff;
    color: #333;
    padding: 0 15px;
    max-width: inherit;
    position: absolute;
}
.header-6 .search_trigger i {
    color: #445a69;
    font-size: 25px;
    transform: rotate(-90deg);
}
.header-6 .search_icon {
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.header-6 .search_icon {
    color: #445a69;
    transform: rotate(-90deg);
    font-size: 26px;
}
.header-6 .search_wrap form {
    position: relative;
    width: 100%;
}
.header-6 .search_overlay {
    content: "";
    background-color: #292b2c;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    opacity: 0.5;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 0;
    z-index: 99;
}
.header-6 .search_overlay {
    background-color: #fff;
    top: 0;
    position: absolute;
    opacity: 1;
    right: 0;
}
.header-6 .search_overlay.open {
    left: 0;
    right: auto;
    width: 100%;
}
.header-6 .search_wrap.open {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInLeft 1s both;
    animation: slideInLeft 1s both;
    top: -5px;
}

.header-1.white-row .form-inline {
    background: #f3f3f3;
}
.custom-padding {
    padding-top: 15px;
}
.header-1.white-row .form-inline .form-control {
    height: 2.5rem;
    background: none;
    padding: 0px 20px;
    font-weight: 400;
}
.header-1.white-row .form-inline .btn-primary {
    border: none;
    background: none;
    height: 2.4rem;
    color: #111;
    padding: 0px 15px;
}
.header-1.white-row .form-inline .btn-primary i {
    transform: rotate(-90deg);
    font-size: 18px;
}

/* ------------------------
17. Slider
------------------------*/
.banner-bg-full h1 {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 120px;
    letter-spacing: -4px;
    line-height: 0.9em;
}
.banner-bg-full h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 50px;
}
.banner-bg-full h6 {
    font-size: 26px;
    font-weight: 700;
}
.banner-bg-full .banner-slider .owl-carousel,
.banner-bg-full .banner-slider .owl-stage-outer,
.banner-bg-full .banner-slider .owl-stage,
.banner-bg-full .banner-slider .owl-item,
.banner-bg-full .banner-slider .item {
    max-height: 800px;
}
.banner-bg-full .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.banner-bg-full .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-prev,
.banner-bg-full:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-full-img .owl-carousel .owl-nav button.owl-prev,
.banner-full-img .owl-carousel .owl-nav button.owl-next {
    background: #252932;
    border-radius: 0;
    color: #fff;
    display: none;
}
.banner-full-img:hover .owl-carousel .owl-nav button.owl-prev,
.banner-full-img:hover .owl-carousel .owl-nav button.owl-next {
    display: block;
}
.banner-bg1 .owl-carousel .owl-nav button.owl-prev:hover,
.banner-bg1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #83b14f;
    color: #fff;
}

.home-slide.owl-carousel .owl-dots {
    bottom: 20px;
}
.home-slide.owl-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 14px;
    border-radius: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
}
.home-slide.owl-carousel .owl-dots .owl-dot:hover span,
.home-slide.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}

.banner-3 .dark-yellow {
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.banner-3 .dark-yellow {
    position: relative;
}
.banner-3 .dark-yellow:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 48px solid transparent;
    border-left: 30px solid #fdaa1b;
    border-bottom: 45px solid #fdaa1b;
    top: 0;
    right: -30px;
}
.banner-3 .dark-red {
    font-size: 30px;
    padding: 15px 20px;
}
.banner-3 .dark-red {
    position: relative;
}
.banner-3 .dark-red:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid #d8373e;
    border-bottom: 30px solid transparent;
    top: 0;
    right: -20px;
}

.banner-3 h1 {
    font-weight: 700;
    padding-left: 20px;
    color: #222;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 1em;
}
.banner-3 h1 span {
    font-weight: 400;
}
.banner-3.owl-carousel .owl-dots {
    left: 40px;
    bottom: 20px;
}
.banner-3.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px #72b0dd solid;
    background: none;
}
.banner-3.owl-carousel .owl-dots .owl-dot:hover span,
.banner-3.owl-carousel .owl-dots .owl-dot.active span {
    border: 2px #fff solid;
}

.full-slider {
    margin-top: -85px;
}
.full-slider .hero-circle {
    background: rgba(233, 51, 55, 0.9);
}
.full-slider h1 {
    font-size: 80px;
    letter-spacing: -3px;
    font-weight: 700;
}
.full-slider h6 {
    font-size: 22px;
}

.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: none;
}
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next,
.full-slider:hover .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
    display: block;
}
.full-slider .owl-carousel.owl-2 .owl-nav {
    top: 50%;
}
.full-slider .owl-carousel .owl-nav button.owl-prev:hover,
.full-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
}

/* ------------------------
18. Advanced Search
------------------------*/
.form-car-search {
    position: relative;
    padding-top: 25px;
}
.form-car-search:before {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    z-index: -1;
    height: 140px;
}
.form-car-search .car-search-block {
    background: #d23b3b;
    padding: 25px 25px 10px 25px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.form-car-search h2 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}
.form-car-search h2 i {
    font-size: 26px;
    margin-left: 20px;
    color: #d23b3b;
}
.form-car-search h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 8px;
}
.form-car-search select {
    border: none;
    font-size: 15px;
    color: #495057;
    letter-spacing: 0.2px;
    height: 2.8rem;
    background: #fff;
}
.form-car-search .form-group::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    right: 28px;
    position: absolute;
    top: 14px;
}

/* ------------------------
19. Page Titles & breadcrumbs
------------------------*/
.page-title h1 {
    font-size: 28px;
}
/*.breadcrumb {*/
/*    font-size: 14px;*/
/*    margin-left: 495px!important;*/
/*    margin-top: 20px!important;*/
/*}*/
.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(22 29 111);
}

/* ------------------------
20. Sections
------------------------*/
.product-block {
    padding: 0px 15px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #eee #d5d5d5 #eee;
    box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

.product-block .owl-carousel.owl-2 .owl-nav {
    top: 0;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    right: 60px;
    left: auto;
}
.product-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    right: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev,
.product-block .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
}
.product-block .owl-carousel .owl-nav button.owl-prev:hover,
.product-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #88be4c;
}
.product-block .row_title {
    margin-left: -25px;
    border-bottom: 1px #e5e5e5 solid;
}
.cat-img {
    width: 100px;
    margin: auto;
    margin-top: 20px;
}
.product-block .row_title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 25px 10px 25px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #ed6663;
    margin-top: 0px;
    min-width: 250px;
}

.product-block .row_title h2:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d95451 #d95451 transparent transparent;
}

.pink-bg h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 30px 20px;
    line-height: normal;
}
.pink-bg p {
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
}

.pro-block .owl-carousel .product-card {
    margin: 0px 15px 0px 15px;
    padding-bottom: 0;
    border-radius: 0;
}
.pro-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.pro-block .owl-carousel .product-card .card-body {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.pro-block .product-card .card-footer {
    border-radius: 0;
}
.pro-block .product-card .product_img_switch span {
    padding: 0;
    border: none;
}
.pro-block .product-card .product_img_switch span img {
    width: 35px;
    border-radius: 999px;
}
.pro-block .card--default.product-card:hover .product-link .btn.btn-cart {
    width: 100%;
}
.pro-block .owl-carousel .product-card .card-body .link-title-2 {
    color: #333;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 700;
}
.pro-block .owl-carousel .product-card .card-body .product-price {
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    color: #53a32b;
}
.pro-block .owl-carousel .product-card .card-body .star-rating {
    color: #e20063;
    font-size: 18px;
}
.pro-block .owl-carousel.owl-2 .owl-nav {
    bottom: 80px;
    top: auto;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-prev {
    left: -30%;
    border-radius: 0;
}
.pro-block .owl-carousel.owl-2 .owl-nav button.owl-next {
    left: -21%;
    border-radius: 0;
}
.pro-block .owl-carousel .owl-nav button.owl-prev:hover,
.pro-block .owl-carousel .owl-nav button.owl-next:hover {
    background: #222;
}

.product-block .owl-carousel .product-card:hover {
    box-shadow: none;
}
.product-block .owl-carousel .product-card {
    margin: 0 10px;
    padding-bottom: 0px;
}
.product-block .product-card .card-body {
    padding: 10px 10px 0px 10px;
}
.product-block h2.bg-dark-green {
    background: #88be4c;
}
.product-block h2.bg-dark-green:after {
    border-color: #6a9c32 #6a9c32 transparent transparent;
}
.product-block .client-img {
    border: 1px #eaeaea solid;
    margin-top: 31px;
    margin-left: 15px;
    margin-right: 10px;
    width: 150px;
    padding: 10px;
    margin-bottom: 10px;
}
.product-block .link-title:hover {
    color: #ed6663;
}

.product-block-div {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div .row_title h2 {
    padding: 5px 25px 5px 25px;
    min-width: 270px;
    font-size: 18px;
    font-weight: 600;
}
.product-block-div h2.bg-dark-blue {
    background: #0f6cb2;
}
.product-block-div h2.bg-dark-blue:after {
    border-color: #085b9a #085b9a transparent transparent;
}
.product-block-div h2.bg-yellow {
    background: #fdd922;
}
.product-block-div h2.bg-yellow:after {
    border-color: #cfb117 #cfb117 transparent transparent;
}
.product-block-div h2.bg-redish {
    background: #e94148;
}
.product-block-div h2.bg-redish:after {
    border-color: #d32e36 #d32e36 transparent transparent;
}
.product-block-div .star-rating {
    font-size: 12px;
}
.product-block-div .product-price {
    font-size: 14px;
    font-weight: 500;
}
.product-block-div .product-price del {
    margin-right: 3px;
}
.product-block-div .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}

.product-block-div-1 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: none;
}
.product-block-div-1 .row_title h2 {
    background: none;
    color: #d23b3b;
    text-transform: none;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
}
.product-block-div-1 .owl-carousel .product-card {
    padding-top: 25px;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div .owl-carousel .owl-nav button.owl-next:hover {
    background: #fdd922;
    color: #333;
}
.product-block-div-1 h2.bg-black {
    background: #232628 url(../images/car/bg/bg-img.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-black:after {
    border-color: #17191a #17191a transparent transparent;
}
.product-block-div-1 h2.bg-red-block {
    background: #d23b3b url(../images/car/bg/bg-img-white.png) repeat top left;
    color: #fff;
}
.product-block-div-1 h2.bg-red-block:after {
    border-color: #bc2929 #bc2929 transparent transparent;
}
.product-block-div-1 .owl-carousel .owl-nav button.owl-prev:hover,
.product-block-div-1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #d23b3b;
    color: #fff;
}

/* ------------------------
21. product
------------------------*/
.product-image {
    position: relative;
}
.product-image img {
    width: 100%;
}
.product_gallery_item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}
.product-image .slick-list {
    margin-right: -5px;
    margin-left: -5px;
}
.product_gallery_item a.active {
    border-color: #ff324d;
}

.product_gallery_item a {
    border: 1px solid #ddd;
    display: block;
    padding: 3px;
}

.product_gallery_item {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.dark-aqua-bg .product-card .card-img-hover {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.dark-aqua-bg .product-card.card {
    background: none;
    border-radius: 0;
}
.dark-aqua-bg .product-card .card-body {
    background: none;
}
.dark-aqua-bg .owl-carousel .product-card:hover {
    box-shadow: none;
}
.dark-aqua-bg .product-card:hover .card-info {
    background: none;
}
.dark-aqua-bg .product-card:hover .card-body {
    transform: none;
}
.dark-aqua-bg .product-card .card-footer {
    bottom: -5px;
}
.dark-aqua-bg .product-card .link-title {
    color: #111;
}
.dark-aqua-bg .product-card:hover .card-img-hover .card-img-back {
    opacity: 1;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-next {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_rightarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: right;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav button.owl-prev {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_leftarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
}
.dark-aqua-bg .owl-carousel.owl-2 .owl-nav span {
    display: none;
}

.card-kids .btn-cart {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 0.75rem !important;
}
.card-kids .btn-cart:hover {
    color: #333;
}
.card-kids.card--default .card-icons__item a {
    border: 2px #333 solid;
    margin-bottom: 5px;
    border-radius: 3px;
}

.other-info {
    border-top: 1px #eaeaea solid;
    font-size: 13px;
    color: #999;
    padding: 0px 15px;
    margin-top: 20px;
    padding-top: 20px;
}
.other-info i {
    display: block;
    height: 20px;
    font-size: 14px;
}
.other-info .col-4 {
    padding: 0px 8px;
}

/* ------------------------
22. services
------------------------*/

.services-block {
    padding-top: 30px;
    background-color: #f4f4f4;
    padding-bottom: 30px;
    color: #fff;
}

.services-block .icon_box_style1 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c97278;
    overflow: hidden;
    border-bottom: 6px #b4666c solid;
}

.services-block .icon_box_style2 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #c0ab90;
    overflow: hidden;
    border-bottom: 6px #ac9981 solid;
}
.services-block .icon_box_style3 {
    text-align: center;
    padding: 25px 20px;
    position: relative;
    background: #7f8fa0;
    overflow: hidden;
    border-bottom: 6px #728090 solid;
}

.services-block h6 {
    font-weight: 600;
    margin-bottom: 0px;
}

.services-block p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 0;
}

.free-shipping {
    background: #94d7fb;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.need-help {
    background: #685c88;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.money-back {
    background: #fc9cc4;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.return-policy {
    background: #dc4720;
    color: #fff;
    margin-right: 0 !important;
    color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
}
.free-shipping h6,
.need-help h6,
.money-back h6,
.return-policy h6 {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    padding-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
.free-shipping i,
.need-help i,
.money-back i,
.return-policy i {
    line-height: 50px;
    color: #fff;
    width: 40px;
    text-align: center;
}

.services-block-1 h5 {
    color: #e94148;
}
.services-block-1 p {
    line-height: 1.3em;
}
.my_services_box {
    padding-top: 25px;
    border-top: 6px solid #edbb26;
    border-bottom: 3px solid #edbb26;
}
.services-block-1.services-block-2 h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
}
.myt {
    color: #333 !important;
    font-size: 4rem;
}
.services-block-1.services-block-2 p {
    line-height: 1.3em;
    font-size: 15px;
}

.services-block-1.cate-block a h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px; /* border: solid 1px #292b2c; */
    padding: 3px 0;
    color: #333;
}
.services-block-1.cate-block a:hover h5 {
    /* border:1px #E20063 solid; */ /* background:#E20063; */
    color: #292b2c;
}
.services-block-1.cate-block p {
    padding-bottom: 5px;
    line-height: 1em;
    font-size: 10px;
}
.services-block-1.cate-block img {
    max-width: 100%;
    padding: 10px;
}
.services-block-1.cate-block .d-block {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
}
.services-block-1.cate-block .col {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bg-pink-light h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}
.bg-pink-light .ic-2x {
    font-size: 1.8rem;
}

.our-services i {
    font-size: 36px;
    margin-bottom: 15px;
}

.frame {
    padding: 18% 18% 18% 18%;
    background-image: url(../images/kids/bg/how_frame.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 18vw;
}
.frame h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
}
.frame i {
    font-size: 80px;
    margin-bottom: 15px;
}

.dark-red-bg1 h5 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 10px;
}

.dark-red-bg1 .ic-2x {
    font-size: 1.8rem;
}

/* ------------------------
23. our team
------------------------*/

.our-team img {
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 5px;
}
.our-team h5 {
    margin: 0;
    margin-top: 5px;
}
.our-team span {
    color: #687188;
    font-size: 14px;
}
.our-team i {
    font-size: 20px;
}

/* ------------------------
24. banner
------------------------*/

.banner-list {
    position: relative;
}

.cat-design-default.categories-with-shadow .wrapp-category {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.category-grid-item .category-image {
    display: block;
    margin: -1px;
    transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.cat-design-default .hover-mask {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
}

.category-grid-item .category-title {
    margin-bottom: 0;
    color: #042825;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-family: "Inter", sans-serif;
}

.category-grid-item .count {
    display: none;
    padding: 0;
    background-color: transparent;
    color: rgba(88, 88, 88, 0.35);
}

.cat-design-default .more-products {
    margin-top: 0px;
    opacity: 0;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    color: #8e8e8e;
    font-size: 110%;
    font-size: 14px;
}

.cat-design-default .more-products a {
    color: #8e8e8e;
}

.category-grid-item .category-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.category-grid-item img {
    width: 100%;
}

.cat-design-default:hover .hover-mask {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default:hover .more-products {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-design-default .hover-mask.dark-yellow {
    background: #cdaf0e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-yellow .category-title {
    background: #cdaf0e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-yellow .more-products {
    background: #cdaf0e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-blue {
    background: #82b8d6;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-blue .category-title {
    background: #82b8d6;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-blue .more-products {
    background: #82b8d6;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-purple {
    background: #524672;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-purple .category-title {
    background: #524672;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-purple .more-products {
    background: #524672;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-green {
    background: #36773e;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-green .category-title {
    background: #36773e;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-green .more-products {
    background: #36773e;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-pink {
    background: #c97698;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-pink .category-title {
    background: #c97698;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-pink .more-products {
    background: #c97698;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .hover-mask.dark-red {
    background: #cb3e19;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 15px;
}
.cat-design-default .hover-mask.dark-red .category-title {
    background: #cb3e19;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    font-size: 14px;
    left: 0;
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
}
.dark-red .more-products {
    background: #cb3e19;
    padding-bottom: 10px;
    color: #fff;
}

.cat-design-default .more-products a.qty {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: -12px;
}

.banner-row h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.banner-row .more-link {
    font-size: 14px;
    text-decoration: underline;
}

.banner-row.full h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.header-banner,
.header-banner2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.header-banner2 {
    margin: 20px 20px 15px 20px;
}

.banne_info {
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
}

.banne_info h6 {
    margin-bottom: 0;
    font-size: 16px;
}
.banne_info h4 {
    margin-bottom: 0;
    font-size: 24px;
}
#navCatContent li .dropdown-menu li .banne_info a {
    padding: 8px 0px;
    color: #157ed2;
}

.header-banner img,
.header-banner2 img {
    width: 100%;
}

#navCatContent li .dropdown-menu li .header-banner2 a {
    padding: 0;
}

.banner-block {
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

/* ------------------------
25. social
------------------------*/
.header-1 .social-icons {
    font-size: 20px;
}
.header-3 .social-icons {
    font-size: 20px;
}

/* ------------------------
26. Contact
------------------------*/
.custom-select {
    border-radius: 3px;
}
.form-control {
    height: 3rem;
    font-size: 0.9rem;
    padding: 0.375rem 0.85rem;
}
.input-1 {
    border: 1px solid #d0d7e7;
}
.input-2 {
    border: none;
    background: none;
}
.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: #666;
    outline: 0;
    box-shadow: none;
}
.form-group {
    margin-bottom: 1.3rem;
    position: relative;
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.contact-info {
    font-size: 14px;
    color: #808080;
}
.contact-info a {
    color: #808080;
}
.contact-info p {
    font-size: 14px;
    color: #808080;
}
.contact-info .border-bottom {
    border-bottom: 1px #474747 solid !important;
}
.contact-info h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* ------------------------
27. Tab
------------------------*/
.nav-tabs-div {
    border: none;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
    margin: 0 25px;
    padding: 0;
    position: relative;
    font-size: 16px;
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:after {
    border-right: 1px #ddd solid;
    position: absolute;
    content: "";
    height: 35px;
    right: -28px;
    top: -5px;
    transform: rotate(20deg);
}
.nav-tabs.nav-tabs-div .nav-item.nav-link:last-child:after {
    display: none;
}
.nav-tabs .nav-item.nav-link {
    display: inline-block;
    padding: 0 0.7rem 0.3rem;
    color: #042825;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    line-height: normal;
}
header .navbar-nav .nav-tabs .nav-item {
    margin-left: 0;
}
.navbar .dropdown .nav-tabs .nav-link::after {
    display: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #333;
    border-bottom: 3px solid #83b14f;
}
.nav-tabs.nav-tabs-div .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div .nav-link.active,
.nav-tabs.nav-tabs-div .nav-link:focus,
.nav-tabs.nav-tabs-div .nav-link:hover {
    color: #ff324d;
    border-bottom: 1px solid #ff324d;
    padding-bottom: 8px;
}
.nav-tabs.nav-tabs-div.red .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.red .nav-link.active,
.nav-tabs.nav-tabs-div.red .nav-link:focus,
.nav-tabs.nav-tabs-div.red .nav-link:hover {
    color: #c33;
    border-bottom: 1px solid #c33;
}
.nav-tabs.nav-tabs-div.brown .nav-item.show .nav-link,
.nav-tabs.nav-tabs-div.brown .nav-link.active,
.nav-tabs.nav-tabs-div.brown .nav-link:focus,
.nav-tabs.nav-tabs-div.brown .nav-link:hover {
    color: #b38741;
    border-bottom: 2px solid #b38741;
    font-size: 24px;
    font-weight: 700;
}
.product-tab .nav-tabs .nav-item.nav-link {
    text-transform: uppercase;
    padding: 0px 0 15px 0;
    margin-right: 30px;
    letter-spacing: 0px;
    font-family: math;
    font-weight: 600;
    font-size: 16px;
}
.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-item.nav-link.active,
.product-tab .nav-tabs .nav-link:focus,
.product-tab .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #e9baaa;
}
@media (max-width: 575.98px) {
    .nav-tabs .nav-item.nav-link {
        padding: 0.5rem 1rem;
        width: 100%;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        border-bottom: 1px #eaeaea solid;
    }

    .services-block-1.cate-block .col {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-block-2 {
        display: block;
    }
    .logo-mobile img {
        display: none;
    }
}

/* -------------------------------
28. Background Position & Size
-------------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-pos-l {
    background-position: left;
}
.bg-pos-r {
    background-position: right;
}
.bg-pos-rt {
    background-position: right top;
}
.bg-pos-lt {
    background-position: left top;
}
.bg-pos-rb {
    background-position: right bottom;
}
.bg-pos-lb {
    background-position: left bottom;
}
.bg-repeat {
    background-repeat: repeat;
}
.bg-pos-b {
    background-position: bottom;
}
.bg-pos-ct {
    background-position: center top;
    padding: 30px 0px 40px;
    background: #eceb0b;
}

.owl-carousel .product-card {
    margin: 15px;
}
.owl-carousel .product-card:hover {
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.product-card {
    padding-bottom: 0px;
    overflow: hidden;
    height: 100%;
}
.product-card:hover {
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.15);
}
.product-card .btn-wishlist {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #fe4c1c;
    text-align: center;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}

.product-card .card-footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    display: none;
    padding: 0;
}
.product-link .btn {
    padding: 0.5rem 0.75rem;
}
.product-card:hover .card-footer {
    display: block;
}
.product-card:hover .product-link .btn {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.5s;
}
.product-card:hover .product-link .btn.btn-view {
    animation-delay: 0.7s;
}
.product-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.product-card:hover .card-info {
    position: relative;
    background: #9e6a2f;
}
/*.product-card:hover .card-body {*/
/*    transform: translateY(-50px);*/
/*}*/

.dark-red-bg .product-card {
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: auto;
    margin: auto;
}

.cat-name {
    background-image: url(../images/kids/bg/cats_odd.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.6vw !important;
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.dark-red-bg .product-card img {
    border-radius: 20px;
}
.dark-red-bg h2 {
    color: #fff;
}

.card--default .card-icons,
.card--plain .card-icons {
    display: flex;
    top: 1.125rem;
    right: 1.125rem;
    margin: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    -moz-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.12);
    -moz-transform: translate3d(4.5rem, 0, 0);
    -webkit-transform: translate3d(4.5rem, 0, 0);
    transform: translate3d(4.5rem, 0, 0);
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
    -o-transition: opacity 0.45s ease, -o-transform 0.45s ease;
    -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.card--default .card-icons__item a,
.card--plain .card-icons__item a,
.item__link {
    display: flex;
    height: 2.4375rem;
    min-width: 2.625rem;
    color: #2a2a2a;
    font-size: 0.875rem;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px #eaeaea solid;
}

.card--default .link-title:hover {
    color: #000000;
}

.card--default .card-icons__item i,
.card--plain .card-icons__item i {
    font-size: 1.2rem;
}

.card--default .btn-cart {
    padding-right: 15px;
}

.card--default.product-card:hover .product-link .btn.btn-cart {
    animation-delay: 0.2s;
}

.card--default:hover .card-icons {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0) !important;
}

.card-img-hover > * {
    float: left;
}
.product-list .product-link {
    position: relative;
    left: inherit;
    top: inherit !important;
    opacity: 1;
}
.product-link .btn-view,
.product-link .btn-compare {
    background: #eee;
}
.product-link button i,
.product-link a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    vertical-align: bottom;
}
.product-list.product-card:hover .card-body {
    transform: inherit;
}
.product-list.product-card {
    border-bottom: 1px #eaeaea solid;
    padding-top: 0;
}
.product-list.card {
    border: none;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-list .product-title {
    font-size: 18px;
    font-weight: 500;
}
.product-list .btn-cart {
    padding-right: 18px;
}
.product-link .btn-view:hover,
.product-link .btn-compare:hover {
    background-color: #2a2a2a;
}
.product-list.product-card .btn-wishlist {
    right: inherit;
    left: 0.75rem;
}
.product-list.product-card .card-body {
    padding: 0;
    text-align: left;
}
.product-list.product-card .card-footer {
    bottom: inherit;
    position: relative;
    display: block;
}
.card-img-hover .card-img-front {
    margin-left: -100%;
}
.card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
    width: 100%;
}
.card-img-hover .card-img-front {
    opacity: 0;
}
.product-card:hover .card-img-hover .card-img-front {
    opacity: 1;
}
.product-card:hover .card-img-hover .card-img-back {
    opacity: 0;
}
.product-card
{
    position:relative !important;
}
.product-card .card-body {
       padding: 10px 5px;
       text-align: center;
       /* transform: translateY(-50px); */
       bottom: 0;
       background: #00000000;
       left: 6px;
       width: 95%;
}
.product-card .card-body .countdown {
    margin-left: 5px;
    margin-bottom: 12px;
}
.product-card .card-body .countdown li {
    width: 55px;
    padding: 0px;
    min-width: inherit;
    border-radius: 3px;
    padding: 7px 0 3px 0;
    line-height: normal;
    background: #f2f2f2;
}
.product-card .card-body .countdown li span {
    font-size: 12px;
    line-height: normal;
    margin-right: 2px;
}
.product-card .card-body .countdown li p {
    font-size: 11px;
    color: #666;
    font-weight: 500;
}
.product_color_switch span {
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}
.product_img_switch span {
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 10px 0px;
    position: relative;
    cursor: pointer;
    border-radius: 999px;
    border: 1px #ddd solid;
    padding: 3px 5px;
}
.product_img_switch span img {
    width: 25px;
}
.product-price {
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
    font-family: math;
    font-size: 14px;
}
.product-details .product-price {
    font-weight: 600;
    padding-bottom: 0;
}
.product-price del {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
    margin-right: 3px;
}
.product-details .desc {
    font-size: 15px;
}
.star-rating {
    color: #fdcc0d;
    font-size: 14px;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-control-label::before {
    background-color: #ff324d;
    border-color: #ff324d;
}
.custom-checkbox .custom-control-label::before {
    content: "";
    border: 1px solid #ddd;
    height: 15px;
    width: 15px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
}
.widget-size input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.widget-size label {
    background: #fff;
    margin-bottom: 0;
    display: inline-block;
    height: 35px;
    min-width: 35px;
    text-align: center;
    color: #042825;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;
    line-height: 30px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px #ddd solid;
}
.widget-size input[type="radio"]:checked + label {
    background: #ff324d;
    color: #fff;
}
.widget-color li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1%;
    text-align: center;
}
.widget-color li .form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.widget-size li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    text-align: center;
    float: left;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form-check-label {
    width: 20px;
    height: 20px !important;
    border-radius: 100%;
    padding: 0 !important;
}
.form-check-input[type="radio"]:checked + label,
.form-check-input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-input[type="radio"] + label::after,
.form-check-input[type="radio"] + label::before,
label.btn input[type="radio"] + label::after,
label.btn input[type="radio"] + label::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    z-index: 0;
    transition: 0.28s ease;
    z-index: -1;
    border-radius: 0.25rem;
}
.form-check-input[type="radio"]:checked + label::after,
label.btn input[type="radio"]:checked + label::after {
    transform: scale(1.02);
}
.form-check-input[type="radio"]:checked + label::after {
    background-color: #fe4c1c;
}
input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: #042825;
    vertical-align: middle;
}
.btn-product {
    background: none;
    color: #042825;
    border: 1px solid #ced4da;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}
.btn-product.btn-product-up {
    border-radius: 3px 0px 0px 3px;
}
.btn-product.btn-product-down {
    border-radius: 0px 3px 3px 0px;
}
.view-filter {
}
.sort-filter .custom-select {
    font-size: 14px;
    height: 40px;
    background: none;
}
.sort-filter::before {
    font-size: 14px;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: #333;
    left: 126px;
    position: absolute;
    top: 12px;
}
.view-filter a.active {
    color: #ff324d;
}
.view-filter a {
    color: #111;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
}
.cart-table thead th {
    padding: 15px;
    text-align: left;
    border: none;
    vertical-align: middle;
    color: #042825;
    font-size: 16px;
    font-weight: 500;
}
.cart-table td {
    padding: 15px 15px;
    color: #042825;
    vertical-align: middle;
    position: relative;
}
.cart-thumb img {
    max-width: 100px;
}
.cart-table .close-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

/* ------------------------
29. Countdown
------------------------*/
.hot-deal h2 {
    font-size: 48px;
}
.countdown {
    width: 100%;
    padding: 20px 0px;
}
.countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #fff;
    padding: 30px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 3px;
}
.countdown > li span {
    font-family: "Spartan", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    color: #042825;
    margin-right: 3px;
}
.countdown > li p {
    font-family: "Spartan", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #666;
}
.countdown.text-white > li span {
    color: #ffffff;
}
.coming-soon .countdown > li {
    background: #eeeff7;
    padding: 15px 20px 10px;
    border-radius: 0.25rem;
    align-items: center;
}

.hot-deal-1 h7 {
    font-weight: 400;
    font-size: 32px;
}
.hot-deal-1 h2 {
    font-size: 50px;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.hot-deal-1 h6.border-bottom-pink {
    font-size: 22px;
    border-bottom: 1px #ff324d solid;
    display: inline-block;
    padding-bottom: 5px;
}
.color-availblity {
    vertical-align: middle;
    display: block;
    margin-bottom: 25px;
}
.hot-deal-1 p {
    font-size: 19px;
    color: #777;
    line-height: 21px;
}
.color-availblity span {
    margin-right: 3px;
    margin-left: 2px;
    height: 20px;
    width: 20px;
    border-radius: 999px;
    display: inline-block;
    vertical-align: middle;
}
.color-availblity .yellow-round {
    background: #ffc107;
}
.color-availblity .purple-round {
    background: #6d5b97;
}
.color-availblity .green-round {
    background: #88b04b;
}

.hot-deal-1 .hide {
    display: none;
}
.hot-deal-1 .myDIV {
    position: absolute;
    right: 50px;
}
.hot-deal-1 .myDIV i {
    font-size: 30px;
    background: #f2596d;
    padding: 15px;
    color: #fff;
    border-radius: 999px;
    animation: heartBeat 1.3s infinite running;
}
.hot-deal-1 .myDIV:hover + .hide {
    display: block;
    color: red;
    position: absolute;
    width: 280px;
    background: #fff;
    right: 120px;
    top: 40px;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.15);
}
.hot-deal-1 .myDIV i.black {
    background: #222;
}
.hot-deal-1.hot-deal-right .myDIV {
    position: absolute;
    left: 50px;
    right: auto;
}
.hot-deal-1.hot-deal-right .myDIV:hover + .hide {
    left: 120px;
    right: auto;
}
.hot-deal-1.hot-deal-right h6 {
    border-bottom: 1px #c33 solid;
    display: inline-block;
    padding-bottom: 5px;
}

/* ------------------------
30. 404 page
------------------------*/
.error-page h2 {
    font-size: 200px;
    font-weight: 700;
    color: #222;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.error-page h4 {
    margin-bottom: 50px;
}

/* ------------------------
31. coming soon page
------------------------*/
.coming-soon-page {
    background: #fb5f7e;
    background: -webkit-linear-gradient(bottom, #f77062, #fe5196);
    background: -o-linear-gradient(bottom, #f77062, #fe5196);
    background: -moz-linear-gradient(bottom, #f77062, #fe5196);
    background: linear-gradient(bottom, #f77062, #fe5196);
}

.coming-soon-page h1 {
    font-size: 42px;
}

.coming-soon-page .countdown > li {
    font-weight: 600;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-left: 7px;
    background: #fff;
    padding: 35px 20px;
    min-width: 100px;
    text-align: center;
}

.coming-soon-page .form-control {
    border-radius: 3px 0px 0px 3px;
    height: 2.9rem;
}
.coming-soon-page .footer-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

/* ------------------------
32. Newsletter
------------------------*/
.newsletter-bg {
    background: url(../images/bg/newsletter-bg.jpg) no-repeat top left;
}
.newsletter-bg h2 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.newsletter-bg .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.newsletter-bg .dark-red-bg2 {
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.bg-pink .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}
.bg-pink .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}
.bg-pink .text-theme {
    color: #fff;
    opacity: 0.09;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -65px;
    left: 0px;
    width: 100%;
    letter-spacing: -20px;
    font-weight: 600;
    font-size: 260px;
    display: none;
}
.bg-pink:before {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
}
.bg-pink:after {
    content: "";
    background: #fd75a4;
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    transform: rotate(-75deg);
    left: 20%;
}
.gift-img {
    background-image: url(../images/kids/bg/newsletter-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20% auto;
}
.gift-img .dark-btn {
    background: url(../images/kids/bg/btn_yellow.png) no-repeat top left;
    background-size: 100%;
    padding: 0.7rem 32px !important;
    margin-left: 10px;
}
.gift-img .dark-btn:hover {
    color: #333;
}
.gift-img .input-2 {
    border: 3px #333 solid;
    border-radius: 5px;
    margin-right: 5px;
}
.gift-img h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #333;
    position: relative;
    z-index: 10;
}
.newsletter-section {
    margin-bottom: -80px;
    padding-top: 25px;
    position: relative;
    padding-bottom: 20px;
}
.newsletter-section h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.newsletter-section .form-control {
    border-radius: 0;
    position: relative;
    z-index: 10;
}

.newsletter-section .dark-btn {
    background: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 3.1rem;
}

/* ------------------------
33. Testimoanils
------------------------*/
.testimonails {
    padding: 2rem 0;
}
.testimonails .owl-stage-outer {
    padding-bottom: 0;
}
.testimonails .card {
    background: none;
}
.testimonails .card img {
    width: 60px;
}
.testimonails .owl-carousel .owl-nav button.owl-prev,
.testimonails .owl-carousel .owl-nav button.owl-next {
    background: none;
}
.testimonails .owl-carousel .owl-nav button.owl-prev:hover,
.testimonails .owl-carousel .owl-nav button.owl-next:hover {
    background: #83b14f;
}
.testimonails.bg-pink-light .owl-carousel .owl-nav button.owl-prev:hover,
.testimonails .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff324d;
}
.testimonails .owl-carousel .owl-item.center {
    transform: none;
}
.testimonails.type2 {
    border: 1px solid #000;
    box-shadow: 0 5px 0 rgba(122, 177, 61, 0.2);
    padding: 0;
    margin-top: 60px;
}
.testimonails.type2 .card img {
    width: 100px;
    border: 5px #6d9f35 solid;
}
.testimonails.type2 .owl-carousel .owl-dots {
    bottom: 30px;
}
.testimonails.type2 .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #fff;
}
.testimonails.type2 .owl-carousel .owl-dots .owl-dot:hover span,
.testimonails.type2 .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    border: 1px solid #fff;
}
.dark-yellow-bg.testimonails .container {
    background: url(../images/kids/bg/testimonial_bg.png) no-repeat top center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.dark-yellow-bg.testimonails {
    padding: 5rem 0;
}
.dark-yellow-bg.testimonails .owl-stage-outer {
    padding-bottom: 170px;
}
.dark-yellow-bg.testimonails .card {
    padding: 8rem 0rem 1rem 0rem;
}
.dark-yellow-bg.testimonails .card .card-body {
    padding: 0;
}
.dark-yellow-bg.testimonails .card img {
    border-radius: 50% 50% 64% 36% / 54% 37% 63% 46% !important;
    border: 0.2vw solid;
}
.dark-yellow-bg.testimonails .author-img {
    position: absolute;
    bottom: -160px;
}
.dark-yellow-bg.testimonails p {
    font-size: 24px;
}
.dark-yellow-bg .owl-carousel.owl-2 .owl-nav button.owl-next {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_rightarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: right;
    right: -100%;
}
.dark-yellow-bg .owl-carousel.owl-2 .owl-nav button.owl-prev {
    background: none;
    background-image: url(../images/kids/bg/btnlarge_leftarrow.png);
    background-repeat: no-repeat;
    background-size: 35%;
    width: 10vw;
    border-radius: 0;
    background-position: left;
    left: -100%;
}
.dark-yellow-bg .owl-carousel.owl-2 .owl-nav span {
    display: none;
}

/* ------------------------
34. Other
------------------------*/
.clients-logos .item {
    text-align: center;
}
.clients-logos img {
    opacity: 0.3;
}
.clients-logo {
    background: #fff;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 50px 10px;
    width: calc(100% / 4);
}
.clients-logo:nth-child(4n + 4) {
    border-right: none;
}
.clients-logo:nth-child(n + 5) {
    border-bottom: none;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #d0a369;
    background-color: inherit;
}

.page-link {
    color: #042825;
}
.page-item.active .page-link {
    background-color: #ff324d;
}
.page-item a.page-link:hover {
    color: #ffffff !important;
    background-color: #ff324d;
    border-color: #ff324d;
}

.link-title {
    /* color: #000000; */
    /* text-overflow: ellipsis !important; */
    /* white-space: nowrap; */
    overflow: hidden;
    /* display: block; */
    /* font-size: 16px; */
}
.link-title:hover {
    color: #d5ae79;
}
.link-title-2 {
    color: #333;
}
.link-title-2:hover {
    color: #c33;
}
.link-title-3 {
    color: #333;
}
.link-title-3:hover {
    color: #b38741;
}
.line-h-0 {
    line-height: 0;
}
.la {
    line-height: inherit;
}
.bg-dark hr,
.bg-primary hr {
    border-top-color: rgba(255, 255, 255, 0.2);
}
.light-border {
    border-top-color: rgba(255, 255, 255, 0.1);
}
del {
    color: #5a5a5a !important;
}
.login,
.register {
    font-size: 14px;
}
.login .store-name {
    font-size: 70px;
    color: rgb(0 0 0 / 70%);
    text-align: center;
    font-weight: 800;
    letter-spacing: -6px;
    margin-bottom: 20px;
    line-height: 1.1em;
}
.register .btn {
    width: 100%;
}
.checkout-page {
    font-size: 15px;
}
.dashboard-page .tab-content {
    padding: 0px;
}
.dashboard-page .tab-content .card-body {
    padding: 0;
    border: none;
}
.dashboard-page .tab-content .card-body a {
    text-decoration: underline;
}
.dashboard-page .nav-tabs .nav-link {
    text-transform: uppercase;
    color: #292b2c;
    padding: 14px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    background: #f4f4f4;
    margin-bottom: 3px;
}
.dashboard-page .nav-tabs .nav-link:hover {
    border: none;
    color: #ff324d;
}
.dashboard-page .nav-tabs .nav-link.active {
    background: #ff324d;
    color: #fff;
}

.newsletter {
    border-radius: 0;
}
.newsletter .modal-content {
    border-radius: 0;
}
.newsletter .close {
    position: absolute;
    right: 0px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.newsletter h2 {
    font-size: 20px;
    margin-top: 20px;
}
.newsletter .form-control {
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.newsletter .btn {
    border-radius: 0;
    border-bottom: none;
    height: 3rem;
}
.newsletter .bottom-text {
    font-size: 13px;
    color: #999;
    line-height: 19px;
    margin-top: 30px;
    display: block;
}
.newsletter .bottom-text input[type="checkbox"] {
    vertical-align: middle;
    height: 18px;
    margin-right: 5px;
}

.compare-block .table {
    margin: 0;
    display: block;
}
.compare-block table tr td {
    vertical-align: middle;
    width: 27%;
}

.compare-block img {
    max-width: 150px;
}

.compare-block table tr td.product_name {
    text-transform: capitalize;
}
.compare-block table tr td.table_title {
    width: 270px;
    font-weight: 600;
    background: #f2f2f2;
}

.compare-block .stock-in {
    color: #388e3c;
}
.compare-block .stock-out {
    color: #dc3545;
}

.product-color-option span {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}

.another_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.another_login span {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    color: #999;
}

.login-btn li {
    margin: 0px 0px 0;
    display: inline-block;
    width: 49%;
}

.login-btn li a {
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    display: block;
}

.login-btn li a i {
    margin-right: 10px;
    font-size: 18px;
    margin-left: 0;
}

.facebook-btn {
    background: #3b5998;
    border-color: #3b5998;
}
.facebook-btn:hover {
    color: #fff;
    background: #344e86;
    border-color: #344e86;
}
.google-btn {
    background: #d85040;
    border-color: #d85040;
}
.google-btn:hover {
    color: #fff;
    background: #d33d2b;
    border-color: #d33d2b;
}

/* ------------------------
35. wave & promotion tag
------------------------*/
.sale-label {
    font-size: 16px;
    color: #fff;
    background: #E91E63;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: 500;
    height: 30px;
    border-radius: 3px 0px 0px 3px;
    line-height: 30px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.new-label {
    font-size: 11px;
    color: #fff;
    background: #ff9f00;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.hot-label {
    font-size: 11px;
    color: #fff;
    background: #fd556b;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 500;
    height: 22px;
    border-radius: 0px 3px 3px 0px;
    line-height: 24px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.loader-container {
    position: relative;
    height: 40px;
    width: 160px;
    margin: 140px auto 0;
}

.loader-container > div {
    position: relative;
    display: inline-block;
    background: #03a9f4;
    height: 100%;
    width: 10px;
    margin: 0;
    -webkit-animation: load 3s ease-in-out infinite;
    animation: load 3s ease-in-out infinite;
}

.loader-container .rectangle-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader-container .rectangle-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader-container .rectangle-4 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader-container .rectangle-5 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader-container .rectangle-6 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-moz-keyframes load {
    0%,
    100% {
        -moz-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -moz-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -moz-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -moz-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -moz-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -moz-transform: scaleY(3);
        background: #673ab7;
    }
}

@-webkit-keyframes load {
    0%,
    100% {
        -webkit-transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        -webkit-transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        -webkit-transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        -webkit-transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        -webkit-transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        -webkit-transform: scaleY(3);
        background: #673ab7;
    }
}

@keyframes load {
    0%,
    100% {
        transform: scaleY(1);
        background: #03a9f4;
    }
    16.67% {
        transform: scaleY(3);
        background: #ff5722;
    }
    33.33% {
        transform: scaleY(1);
        background: #ff5252;
    }
    50% {
        transform: scaleY(3);
        background: #e91e63;
    }
    66.67% {
        transform: scaleY(1);
        background: #9c27b0;
    }
    83.34% {
        transform: scaleY(3);
        background: #673ab7;
    }
}

/* ------------------------
36. video-promotion
------------------------*/
.video-bg {
    position: relative;
}
.video-bg h2 {
    font-weight: 600;
    font-size: 60px;
    padding-bottom: 15px;
}
.video-bg h2.font-w-8 {
    font-weight: 800;
}
.video-bg h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #333 solid;
    display: inline-block;
}
.video-bg p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}
.video-bg .position-absolute {
    top: 90px;
    z-index: 1;
}
.video-bg i {
    font-size: 90px;
    color: #c33;
    animation: heartBeat 1.3s infinite running;
}
.video-bg i.pink {
    color: #e20063;
}
.video-bg button {
    border: none;
    background: none;
}
#panel {
    display: block;
}
#view-btn {
    font-weight: 500;
    display: none;
    margin-top: 10px;
}

/* ------------------------
37. Insta
------------------------*/
.insta-item {
    position: relative;
    display: inline-block;
    height: 100%;
}
.insta-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.insta-item:hover::before {
    opacity: 1;
}
.insta-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    opacity: 0;
    text-align: center;
    font-size: 30px;
    transform: scale(0);
    color: #ffffff;
}
.insta-item:hover .insta-icon {
    opacity: 1;
    transform: scale(1);
}

/* ------------------------
38. Blog
------------------------*/
.blog-sidebar .widget .media img {
    width: 100px;
    height: 85px;
}
.blog-sidebar .widget h6 {
    font-size: 16px;
    line-height: 21px;
}
.blog-sidebar .widget.banner .more-link {
    font-size: 14px;
    text-decoration: underline;
}
.blog-sidebar .widget.banner h4 {
    line-height: 24px;
}
.blog-sidebar .form-inline .btn {
    border: 1px solid #ced4da;
    padding: 0px 15px;
    height: 3rem;
    border-radius: 0px 0px 3px 3px;
    transform: rotate(-90deg);
    font-size: 16px;
    background: #f4f4f4;
    color: #292b2c;
}
.blog-sidebar .form-inline .btn i {
    font-size: 16px;
    font-weight: 900;
}
.blog-sidebar .form-control {
    border-right: none;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
}
.blog-info {
}
.blog-info span {
    color: #ddd;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
}
.blog-info i {
    color: #999;
    font-size: 18px;
}

blockquote {
    border-left: 4px #ff324d solid;
    padding: 25px 30px;
    background: #f2f2f2;
    font-weight: 300;
    font-size: 18px;
    margin: 30px 0;
    color: #777;
    font-style: italic;
}
blockquote span {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    font-weight: 500;
    font-style: normal;
}

.wpb_single_image img {
    margin-bottom: 30px;
    max-width: 100%;
}

.featured-icon {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
}
.featured-icon i {
    font-size: 24px;
    background: #fff;
    padding: 10px;
    border-radius: 999px;
}

.comment_list {
    padding: 0;
    margin: 0;
}

.comment_list li {
    list-style-type: none;
}

.comment-area .content_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment_list .comment {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 90px;
    font-size: 14px;
}

.comment_user img {
    height: auto;
    max-width: 80px;
    border-radius: 999px;
}
.comment_content .meta_data h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #292b2c;
}

.comment_content .meta_data h6 a {
    color: #292b2c;
}

.comment_info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment_info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.comment_content p:last-child {
    margin-bottom: 0;
}
.children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
}
.comment_content {
    padding-left: 20px;
}
.comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 12px;
    color: #999;
}

.comment-reply {
    font-size: 13px;
}

.comment-reply i {
    margin-right: 5px;
}
.comment-area .comment_list {
    margin-bottom: 40px;
}
.comment-area {
    padding-top: 10px;
}
.latest-blog-img {
    background: none !important;
    display: block;
    padding: 20px;
    background-image: url(../images/kids/bg/cats_bg1.png) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    margin: auto;
}

.latest-blog-img img {
    max-width: 100%;
}
.latest-blog-img .loader-container {
    margin: 120px auto 0;
}

.date {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
    letter-spacing: 0.5px;
}
.date:after {
    border-right: 1px #d1d1d1 solid;
    position: absolute;
    content: "";
    height: 15px;
    right: -5px;
    top: 0px;
    transform: rotate(20deg);
}

/* ------------------------
39. Modal Popup
------------------------*/
.modal.cart-modal {
    padding-right: 0 !important;
}
.modal.cart-modal .modal-dialog {
    margin: 0 0 0 auto;
    height: 100%;
    max-width: 450px;
}
.modal.cart-modal .modal-content {
    border: none;
    border-radius: 0;
    height: inherit;
    overflow-y: auto;
}
.modal.cart-modal.fade .modal-dialog {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.modal.cart-modal.show .modal-dialog {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal.view-modal .modal-dialog {
    max-width: 1200px;
}

.view-modal .modal-body {
    padding: 2.5rem;
}
#mailchimpModal.show {
    display: flex !important;
    align-items: center;
}
#mailchimpModal .modal-dialog {
    width: 700px;
    max-width: inherit;
}
#mailchimpModal .modal-body {
    padding: 3rem;
}
.modal-header .close {
    background: #fe4c1c;
    color: #fff;
    opacity: 1;
}
.close-quickview {
    position: absolute;
    border: none;
    right: 10px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    z-index: 10;
    top: 2px;
}

/* ------------------------
40. dropdown currency and language
------------------------*/
.dd.ddcommon {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    width: auto !important;
    outline: none;
}
.ddcommon .ddTitleText img {
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
.ddcommon .ddTitleText {
    padding: 0px 7px 0px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.ddcommon .ddlabel {
    text-transform: capitalize;
    font-size: 14px;
    color: #a9a9a9;
    white-space: nowrap;
    vertical-align: middle;
}
.ddcommon .ddChild li .ddlabel {
    color: #445a69;
    font-size: 14px;
    font-weight: 400;
}
.ddArrow::before {
    font-size: 0.7rem;
    margin-left: 0.355em;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    color: rgba(0, 0, 0, 0.3);
    right: 0;
    position: absolute;
    top: 2px;
}
.ddcommon .ddChild {
    background-color: #fff;
    height: auto !important;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block !important;
    opacity: 0;
    visibility: hidden !important;
    left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    padding: 10px 5px;
}
.ddcommon.borderRadiusTp .ddChild {
    opacity: 1;
    visibility: visible !important;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.ddcommon .ddChild li {
    cursor: pointer;
    line-height: normal;
    list-style: outside none none;
    padding: 5px 10px 5px 10px;
    position: relative;
}
.lng_dropdown .ddcommon .ddChild li {
    padding-left: 33px;
}
.ddcommon .ddChild li img {
    position: absolute;
    left: 10px;
    border-radius: 100%;
    max-width: 16px;
    top: 12px;
}
.header-1 .ddcommon .ddlabel {
    color: #fff;
    font-weight: 500;
}
.header-1 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-3 .ddcommon .ddlabel {
    color: #fff;
}
.header-3 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .ddcommon .ddlabel {
    color: #fff;
    font-size: 15px;
}
.header-4 .ddArrow::before {
    color: rgba(255, 255, 255, 0.6);
}
.header-4 .social-icons {
    font-size: 20px;
}

.header-5 .ddcommon .ddlabel {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}
.header-5 .language-selection .ddArrow {
    display: none;
}

/* ------------------------
41. Accordion
------------------------*/
.accordion > .card {
    overflow: hidden;
}
.faq-page .accordion > .card {
    border: none;
    padding: 25px 0px;
}
.accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}
.accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.faq-page .accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.accordion .card-header a:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    background: #f2f2f2;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 0.7rem;
    top: 50%;
    position: absolute;
    right: 0;
    margin-top: -10px;
}
.accordion .card .card-header a[aria-expanded="true"] {
    color: #ff324d;
}
.accordion .card .card-header a[aria-expanded="true"]:before {
    background: #ff324d;
    color: #ffffff;
    transform: rotate(180deg);
}
.accordion .card-body {
    padding: 5px 0px;
    line-height: 1.6;
}
.faq-page .accordion .card-body {
    padding: 15px;
    line-height: 1.6;
}
.accordion .card-body li a {
    font-size: 0.9rem;
    color: #687188;
    display: block;
    padding-bottom: 3px;
}
.faq-page .accordion .card-header h6 {
    padding-left: 55px;
}
.faq-page .accordion .card-header h6:before {
    content: "\f128";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    background: #f3f3f3;
    padding: 8px 15px;
    position: absolute;
    color: #777;
    left: 0;
    top: -8px;
}
.faq-page .accordion > .card .collapse {
    padding-left: 40px;
}
.sidebar .widget {
    font-size: 15px;
}
.sidebar .widget .side-banner {
    margin: 30px;
}
.sidebar .widget .side-banner {
    padding: 20px;
    background: #fff;
}
.sidebar .widget .side-banner h4 {
    line-height: 24px;
    margin-bottom: 15px;
}
.sidebar .widget .side-banner a {
    text-decoration: underline;
}

/* ------------------------
 42. footer 
------------------------*/
footer .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    color: #ffffff !important;
}
footer .text-white {
    color: #ffffff !important;
    font-family: math;
}
footer .icon-img {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
footer .icon-img.text-red-1 {
    color: #c33;
}
footer .icon-img.text-red {
    color: #d23b3b;
}
footer .footer-box {
    padding: 18px 20px 20px 20px;
    height: 125px;
    /* border: 1px solid #fff; */
    border-radius: 10px;
    box-shadow: 1px 1px 10px #292b2c;
    margin: 20px 0px;
}
footer .footer-box.brown-box {
    border: 2px #b38741 solid;
}
footer .footer-box.brown-box .icon-img.text-red-1 {
    color: #b38741;
}
footer p {
    line-height: 22px;
}
footer.bg-dark-2 .icon-img {
    color: #24d3ce;
}
footer.bg-dark-2 .footer-box {
    border: 3px #ffcc33 solid;
    border-radius: 5px;
}

/* ------------------------
43. Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
    font-size: 24px;
    color: #ffffff;
    background: #ff324d;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top a:hover,
.scroll-top a:focus {
    color: #fe4c1c;
    background: #ffffff;
}
.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-toggler {
    border: none;
}

/* ------------------------
44. Responsive
------------------------*/

@media (max-width: 1199.98px) {
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .header-5 .label {
        display: none;
    }
    .banner-bg-full h1 {
        font-size: 100px;
    }
    .header-4 .offer-text {
        margin-left: -40px;
    }
}

@media (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    h4,
    .h4 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .cart-table .media {
        display: block;
    }
    .clients-logo {
        padding: 30px 40px;
    }
    .banner .custom-py-2 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .banner-bg1 .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -28px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -28px;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .product-block-div .media-body .product-title {
        line-height: 21px;
    }
    .header-5 .form-inline .custom-select,
    .form-inline .input-group {
        width: 33%;
    }
    .header-5 #header-wrap {
        padding: 15px 0;
    }
    .header-5 .navbar-light .navbar-toggler {
        background: #fff;
        border-radius: 5px;
    }
    .header-5 #header-wrap .navbar-nav .nav-link {
        color: #333;
        line-height: 1.5rem;
    }
    .header-5 .text-yellow {
        display: none;
    }
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link.active,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:focus,
    .header-5 #header-wrap .navbar-light .navbar-nav .nav-link:hover,
    .header-5 #header-wrap .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
        background: #085b9a;
    }
    #navCatContent ul li .dropdown-menu {
        left: 0;
        top: 40px;
        min-width: auto;
        width: 100%;
    }
    .header-5 .label {
        display: inline;
    }
    .product-block .owl-carousel.owl-2 .owl-nav {
        top: -30px;
        right: 0px;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .offer-text {
        display: none;
    }
    .header-4 .logo {
        width: 40%;
        margin-top: -25px;
    }
    .header-4 .call-info .language-selection {
        margin-left: 0;
        border: none;
    }
    .banner-bg-full h1 {
        font-size: 90px;
    }
    .dark-red-bg .product-card {
        max-height: none;
        height: auto;
    }
    .dark-aqua-bg .product-card .card-img-hover {
        max-height: none;
        height: auto;
    }
    .frame {
        padding: 10% 18% 10% 18%;
    }
    .dark-yellow-bg.testimonails .card {
        padding: 8rem 4rem 5rem 4rem;
    }
    .dark-yellow-bg.testimonails p {
        font-size: 14px;
    }
    .dark-yellow-bg.testimonails .card img {
        width: 80px;
    }
    .dark-yellow-bg.testimonails .owl-stage-outer {
        padding-bottom: 80px;
    }
    .dark-yellow-bg.testimonails .author-img {
        bottom: -80px;
    }
    .latest-blog-img {
        background-image: none !important;
        padding: 0;
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .outer_offer_banner_box {
        height: auto !important;
    }
    .collections-item {
        height: auto !important;
    }
    .inner_banner_box .offer_title {
        margin-top: 60% !important;
    }
   
    footer .footer-box {
        margin-bottom: 15px;
        padding: 5px;
        height: auto;
    }

    .inner_banner_box .my_view_btn {
        padding: 2px 12px;
    }
    h1,
    .h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2,
    .h2 {
        font-size: 18px !important;
        font-weight: 600 ;
        letter-spacing: 1px !important;
        color: #4d4d4d !important;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .parallaxie {
        background-position: center center !important;
    }
    .bg-sm-none {
        background-image: none !important;
    }
    .newsletter h2 {
        line-height: 28px;
    }
    .banner .custom-py-2 {
        padding-top: 0rem;
        padding-bottom: 0rem!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    }
    .banner-row .img-fluid {
        width: 100%;
    }
    #header-wrap {
        padding: 15px 0;
        background: #fff;
    }
    /*#demo .img-fluid{
            height: 185px;
    }*/
    .custom_search {
        margin-top: 0px !important;
        position: absolute;
        z-index: 999;
        right: 35px;
        left: 4px;
    }

    .custom_cart {
        position: absolute;
        z-index: 999;
        right: 60px;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 1rem 15px 1rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .sort-filter {
        margin-left: auto !important;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .header-2 .offer-text {
        display: none;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .services-block .icon_box_style1,
    .services-block .icon_box_style2 {
        margin-bottom: 15px;
    }
    .hot-deal h2 {
        font-size: 18px!important;
        color: #fff!important;
        
    }
    .countdown > li {
        min-width: inherit;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
        right: -20px;
    }
    .banner-bg .banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: -20px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-prev {
        left: 16px;
    }
    .owl-carousel.owl-2 .owl-nav button.owl-next {
        right: 10px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        line-height: 40px;
        font-size: 20px;
    }
    .header-5 .form-control {
        border-radius: 3px 0px 0px 3px !important;
    }
    .header-4 .navbar {
        justify-content: space-between;
    }
    .header-4 .navbar-light .navbar-toggler {
        margin-left: 10px;
    }
    .header-4 .call-info .language-selection {
        border: none;
    }
    .header-4 .social-icons {
        display: none;
    }
    .header-4 .logo {
        width: 100%;
        margin: 0;
        margin-top: 90px;
    }
    .header-4 .logo.navbar-brand img {
        height: auto;
    }
    .banner-bg-full h6 {
        font-size: 18px;
    }
    .banner-bg-full h1 {
        font-size: 70px;
    }
    .banner-bg-full h5 {
        font-size: 20px;
    }
    .header-4 .offer-text {
        margin-left: 15px;
    }
    .header-6 .call-info .language-selection {
        margin-left: 0px;
    }
    .header-6 .call-info .language-selection .ml-3 {
        margin-left: 0px !important;
    }
    .header-6 .navbar-brand img {
        height: 25px;
    }
    .full-slider h1 {
        font-size: 46px;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .form-car-search .car-search-block {
        padding: 25px;
    }
    .hot-deal-1.hot-deal-right .myDIV {
        right: 20px;
        left: auto;
    }
    .video-bg h2 {
        font-size: 46px;
    }
}
@media (max-width: 575.98px) {
    .navbar-toggler > span:before
    {
        position: absolute;
        z-index: 999999 !important;
        right: 34% !important;
        ant;
        color: #ffffff !important;
        nt;
        color: #ffffff !important;
    }
    .mobile_show_t {
        display: block;
        margin-right: 10px;
    }
    .navbar-toggler-icon {
        background-image: url(../img/dropdown.png) !important;
        height: 17px;
        
    }
    .my_mobile_t {
        display:none;
    }
    .mobiles {
        max-width: 100%;
    }
    .mobiless {
        display: none;
    }
    .mobiles > div {
        padding-right: 10px;
    }
    .bg_footer .f_t {
        margin-bottom: 15px !important;
    }
    h1,
    .h1 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        letter-spacing: 2px;
       
    }
    h3,
    .h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        margin-left: 20px;
        letter-spacing: 2px;
    }
    h4,
    .h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 2px;
    
    }
    h6,
    .h6 {
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 2px;
        
    }
   
    .header-1 #header-wrap {
        background: #ffffff;
        padding: 0px 0px;
    }
    .footer .footer-box {
        margin-bottom: 10px;
        height: 80px;
    }

    .offer-text {
        display: none;
    }
    .header-1 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    [data-cart-items]::before {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    .header-1 .search_trigger i {
        font-size: 20px;
    }
    .header-6 .search_trigger i {
        font-size: 20px;
    }
    .right-nav a i {
        font-size: 20px;
    }
    .banner .custom-py-2 {
        padding-bottom: 0rem;
    }
    .banner-row .pl-5 {
        padding-left: 1.2rem !important;
    }
    .banner-row .mt-5 {
        margin-top: 1.5rem !important;
    }
    .hero-circle {
        width: 270px;
        height: 270px;
    }
    .clients-logo {
        width: calc(100% / 2);
        border-bottom: 1px solid #ebebeb !important;
    }
    .clients-logo:nth-child(n + 7) {
        border-bottom: none !important;
    }
    .tab.mt-n15 {
        margin-top: 0 !important;
    }
    .coming-soon .countdown > li {
        padding: 15px 10px 10px;
        margin-right: 10px;
    }
    .coming-soon .countdown > li span {
        font-size: 20px;
    }
    .bg-xs-none {
        background-image: none !important;
    }
    .pos-sm-r {
        position: relative;
        top: inherit;
        transform: inherit;
    }
    #mailchimpModal .modal-body {
        padding: 1rem;
    }
    .ml-7,
    .mx-7 {
        margin-left: 1rem;
    }
    .mr-7,
    .mx-7 {
        margin-right: 1rem;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link:after {
        display: none;
    }
    .nav-tabs.nav-tabs-div .nav-item.nav-link {
        margin: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px #eaeaea solid;
    }
    .nav-tabs.nav-tabs-div .nav-link.active,
    .nav-tabs.nav-tabs-div .nav-link:focus,
    .nav-tabs.nav-tabs-div .nav-link:hover {
        border-bottom: 1px solid #ff324d;
    }
    .tab nav.mb-5 {
        margin-bottom: 1rem !important;
    }
    .bg-pink-light .mx-10 {
        margin: 10px 2rem 15px 2rem !important;
    }
    .hot-deal-1 h2 {
        font-size: 40px;
    }
    .countdown > li {
        min-width: inherit;
    }
    .view-filter {
        width: 150px;
    }
    .sort-filter {
        width: 100%;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        margin-right: 0;
    }
    .product-tab .nav-tabs .nav-item.nav-link {
        padding: 15px 0 15px 0;
    }
    .testimonails .pl-10 {
        padding: 1rem !important;
    }
    .testimonails .owl-carousel.owl-2 .owl-nav {
        top: 25%;
    }
    .login .store-name {
        font-size: 56px;
        letter-spacing: -2px;
    }
    .coming-soon-page .countdown > li {
        min-width: auto;
        width: 100%;
        padding: 20px 10px;
    }
    .error-page h2 {
        font-size: 120px;
    }
    .header-2 .search-block {
        border: 0;
        border-top: 1px solid #eee;
    }
    .header-2 .search-block .form-control {
        padding: 0;
    }
    .header-2 .call-info .language-selection {
        border: none;
        margin-left: 0;
    }
    .header-2 .call-info .language-selection .ml-3 {
        margin-left: 0 !important;
    }
    .banner-bg .custom-py-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .hot-deal h2 {
        font-size: 36px!i;
        !;
        color: #fff!important;
        
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
    }
    .countdown > li {
        min-width: inherit;
    }
    .header-5 .header_list {
        display: none;
    }
    .banner-3 h1 {
        font-size: 44px;
    }
    .product-block-div .owl-carousel.owl-2 .owl-nav {
        top: -25px;
        right: 18px;
    }
    .header-5 .cart-d [data-cart-items]::before {
        top: -10px;
        right: -0.4rem;
    }
    .full-slider .custom-py-2 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .form-car-search:before {
        height: 220px;
    }
    .video-bg h2 {
        font-size: 40px;
    }
}

.text-muted {
    color: #a7a4a4 !important;
}

.text-white {
    color: #363333 !important;
}

.cart-page .text-muted {
    color: #fff !important;
}

.rating .fa {
   color: #d0a369;
    font-size: 16px;
}
.navbar .navbar-nav > li .dropdown-menu a:hover {
    font-weight: 600;
    font-size: 13px;
    position: relative;
    color: #292b2c;
}

.custom_cart {
    margin-top: 30px;
}
.custom_search {
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_icon {
    margin-top: 12px;
}
.right-nav a {
    font-size: 14px;
}
.bg_footer .text-muted {
    color: #ffffff !important;
}
.bg_footer {
    /*background-image: url(../img/banner2.jpg);*/
    background-size: cover;
    background-position: center;
    background: black;
}
.footer_copy_right {
    padding: 20px 15px;
    border-radius: 10px;
}

.footer-box .mr-4,
.mx-4 {
    margin-right: 1rem !important;
}

.footer_copy_right_text {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.sub_cat_title a {
    font-size: 14px !important;
    margin: 0px;
    color: #292b2c !important;
    font-weight: 700 !important;
}

/*custom css by rohit singh*/
.my_footer_pay_icon li a img {
    width: 50px;
    height: 25px;
}
/*.outer_offer_banner_box {*/
/*    border-radius: 50%;*/
/*    height: 190px;*/
/*}*/
/*.outer_offer_banner_box img {*/
/*    height: 100%;*/
/*}*/
.outer_offer_banner_box {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    overflow: hidden;
    position: relative;
}
.outer_offer_banner_box img {
    width: 100%;
}
.inner_banner_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.inner_banner_box .offer_title {
    margin-top: 75%;
    color: #fff;
}
.inner_banner_box p {
    text-align: center;
}
.inner_banner_box .my_view_btn {
    background: #fff;
    color: #292b2c;
    border: 0px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.inner_banner_box .my_view_btn:hover {
    background: #7c2776;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease;
}
.collections-item {
    width: 100%;
    height: auto; /* margin-bottom: 10px; */
}
.collections-item img {
    width: 100%;
    height: 250px;
}

/*.collections-item {*/
/*    box-shadow: 1px 1px 5px #9e9e9ed1;*/
/*    border-radius: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/
.content {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2px 10px;
    background: transparent;
    border: 1px solid #e5e5e5;
}
.content h6 {
    margin-top: 10px;
    line-height: 17px;
}
.content h6 a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.o_p {
    color: #2e8203;
    margin-left: 11px;
    font-size: 16px;
}
.r_p {
    color: #f00;
    margin-left: 11px;
    font-size: 16px;
}

.bellow_offer .inner_banner_box {
    background: #292b2c0008a;
}
.show_notif {
    background: #66623d;
    padding: 5px 0;
    position: relative;
}
.get_a_quote_bg {
    background: #fff;
    margin-top: 5%;
    padding: 20px;
    border-radius: 10px;
}
.get_a_quote_bg .form-group label {
    color: #66623d;
}
.get_a_quote_bg h3 {
    border-bottom: 2px dotted #66623d;
    padding-bottom: 10px;
    margin-bottom: 14px;
    color: #66623d;
}
.my_req_btn {
    margin-top: 15px;
    background: linear-gradient(90deg, rgba(132, 131, 67, 1) 0%, rgba(102, 98, 61, 1) 52%, rgba(132, 131, 67, 1) 100%);
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.my_c_btn {
    padding: 6px 6px;
}

/*custom code by rohit singh socail media share css*/
.prod_page {
    padding-top: 25px;
}
.product-details .like-icon {
    padding-top: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.product-details .like-icon a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 3px;
    text-transform: capitalize;
}
.product-details .like-icon a i {
    padding-right: 5px;
    margin-right: 5px;
}
.product-details .like-icon a.facebook {
    background-color: #3b5999;
}
.product-details .like-icon a.twitter {
    background-color: #1da1f2;
}
.product-details .like-icon a.whatsapp {
    background-color: #03a84e;
}
.product-details .like-icon a.linkedin {
    background-color: #0354a8;
}

/* product customized panel */
.my_customized_panel {
    border: 1px solid #ff324d;
}
.my_customized_panel .card-header {
    background: #ff324d;
    color: #fff;
    padding: 10px;
}
.my_customized_panel .inst_body h4 {
    font-size: 18px;
}
.my_customized_panel .inst_body p {
    font-size: 13px;
    margin: 0px;
    margin-top: 5px;
    color: #171212;
}
.cutom_button {
    background: #ff324d;
    color: #fff;
    padding: 5px;
    border: 0px;
    margin-bottom: 10px;
}
.tit span {
    border-bottom: 4px dotted #292b2c;
    padding-bottom: 10px;
}
.quotation_btn {
    background: #f4bb02;
    color: #6c0a19;
    border-radius: 10px;
    font-weight: 600;
}

.show_request_form {
    background-color: rgba(51, 76, 30, 0.5);
    height: 100%;
    width: 100%;
    z-index: 99991;
    background-size: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0px;
    display: none;
}
.show_request_form .form-group {
    margin-bottom: 5px;
}
.main_banner_outer {
    background-size: cover;
    height: 400px;
}
.banner_outer {
    height: 400px;
}
.quote {
    margin-top: 18%;
    float: right;
    margin-right: 500px;
}
.bg-light-41 {
    background-color: #fcea88;
}
.quotation_btn a {
    background: #fff;
    color: #292b2c;
    border-radius: 0px;
}

@media only screen and (max-width: 600px) {
    .notiif_mobile {
        display: block;
        background: #158bab;
        padding: 5px;
    }
    .show_now_btn {
        padding: 5px 10px !important;
    }
    .notiif_mobile p {
        color: #fff;
        margin: 0px;
        text-align: center;
        line-height: 16px;
        font-size: 14px;
    }

    .footer_copy_right {
        margin-top: 0px;
        width: 100%;
        margin-left: 1px;
    }
    .list-inline .mb-0 .my_footer_pay_icon li {
        display: inline-block;
    }
    .my_footer_pay_icon li a img {
        width: 46px;
        height: auto;
    }
    .mr-3,
    .mx-3 {
        margin-right: 3px !important;
    }
    .small,
    small {
        font-size: 12px;
        font-weight: 400;
    }
    .o_p {
        color: #2e8203;
        margin-left: 1px;
        font-size: 12px;
    }
    .bg-light-4 {
        background-size: 100% 100%;
        height: auto;
    }
    .quote {
        margin-top: 10% !important;
        float: right;
        margin-right: 0px;
    }
    .quotation_btn {
        background: #ff324d;
        color: #fff;
        border-radius: 16px;
        font-weight: 600;
        font-size: 15px;
        padding: 5px 11px;
    }
    .form-control {
        height: 3rem;
        font-size: 0.9rem;
        padding: 0.375rem 0.85rem;
    }
    .bg-light-41 {
        height: 400px;
        background-color: #cac883;
        padding-top: 25px;
    }
    .tit {
        font-size: 21px;
    }
    .hot-deal-1 p {
        font-size: 14px;
        color: #111010;
        line-height: 21px;
    }
    .decrease {
        margin-top: -2px !important;
    }
    .collections-item img {
        width: 100%;
        height: auto;
    }
    .img-safty {
        width: 100%;
        padding-bottom: 50px;
    }
    .arrival {
        margin-top: -25px !important;
    }
    .all-product {
        margin: 0px auto;
        background: #848343;
        border-color: #848343;
        width: 215px !important;
        letter-spacing: 2px !important;
        text-transform: capitalize;
    }
    .c1 {
        padding-bottom: 37px !important;
    }
    .c2 {
        padding-bottom: 0px !important;
    }
   .c3 {
    margin-left: 0px!important;
    margin-right: 0px!important;
    }
    .c4 {
        padding-bottom: 19px !important;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}

.c1 {
    padding-bottom: ;
}
.c2 {
    padding-bottom: ;
}
.c3 {
    padding-bottom: ;
}
.c4 {
    padding-bottom: 50px;
}
.promise {
    padding: 0px;
}
.safty {
    padding-bottom: 20px;
    margin: 0px auto;
    font-weight: 600;
}
.all-product {
    margin: 0px auto;
    background: #158bab;
    border-color: #158bab;
    width: 290px;
    letter-spacing: 4px;
    text-transform: capitalize;
}
.decrease {
    margin-top: ;
}
.my_gap {
    margin-top: 15px;
}
.outer_slider {
    position: relative;
}
.white-f {
    color: #fff;
    padding-top: 5px;
}
.head-bg {
    background: #f9c80e;
}
.heading h2 {
    font-size: 32px;
    font-family: math;
    font-weight: bold;
    margin-bottom: -6px;
    letter-spacing: 0px;
    color: #1c4a81;
}

/*.light_effect{
            height: 60px;
    width: 100%;
    position: absolute;
    top: 0px;
    background-image: url(../img/light-blub.gif);
    z-index: 999;
}*/

.left-cate .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0;
    line-height: 35px;
}
.left-cate ul {
    /*list-style: disc;*/
    display: block;
}
.left-cate .dropdown-menu {
    border: 0 !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 10%) !important;
    padding: 0 0 0 0px !important;
    font-size: 13px;
    word-break: break-word;
    color: #177069;
    min-width: 100% !important;
}
.left-cate .dropdown-menu li a {
    color: #042864;
    font-weight: 600;
    line-height: 30px;
}
.left-cate ul li {
    border: 1px solid;
    border-bottom: 0;
}
.left-cate .dropdown-menu li {
    border-left: 0;
    border-right: 0;
}

.left-cate ul li {
    padding-left: 12px;
}
.left-cate .dropdown-menu {
    margin-left: -12px;
}
.left-cate > ul {
    border-bottom: 1px solid;
}
.text-strip {
    background: #ededed;
    padding: 15px 20px;
}
.text-strip h5 {
    margin: 0px auto;
}

.box:hover {
    cursor: pointer;
}

.box__caption:hover {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}

.box:hover img {
    transform: scale(1);
    filter: blur(2px) brightness(80%);
}

.box__img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 250ms ease-in-out;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #cfcece;
    border-radius: 5px;
}

.box__caption {
    color: white;
    line-height: 1.25;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -30%, 0);
    transition: all 250ms ease-in-out;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 50%;
    left: 50%;
}
.heading span {
    margin: 0px auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}
.ccinner p {
    text-align: center!important;
    color: #333;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
.page-content {
    margin-top: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.footer1 {
    padding:40px 10px 50px;
    border-bottom: 1px solid #b5b5b5;
    margin: 0;
}
.bg-black {
    background: #000;
}
.gal-item {
    overflow: hidden;
    padding: 8px;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
}
.box img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
.team-image {
    width: 100%;
    background: #555;
    margin-bottom: 0px;
    position: relative;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
.customh44 {
    font-weight: 700;
    font-style: normal;
    position: absolute;
    bottom: 67px;
    padding: 5px 20px;
    text-shadow: 2px 2px 4px #333;
}
.btn--inverse {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}
.shop-button {
    text-align: left;
}
.item-descr {
    padding: 0px 40px;
}
.hero-section {
    position: relative;
    overflow: hidden;
    height: 60vh;
    align-items: center;
    display: grid;
    margin-top: 20px;
}
.shop-col img {
    width: 100%;
}
.banner-main-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.position-absolute {
    position: absolute !important;
}
.banner-main-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28288a;
}
.banner-main-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.position-relative {
    z-index: 9;
    text-align: center;
}
.banner-main .page-title {
   margin-bottom: 5px;
    font-size: 48px;
    /*margin-top: 30px;*/
    color: #fff;
    line-height: 60px;
    letter-spacing: 2px;
    opacity: 1;
}
.single-blog-img {
    overflow: hidden;
}

.single-blog-img a img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-blog:hover .single-blog-img a img {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.single-blog-img img {
    width: 100%;
}

.blog-content-box {
    padding-left: 25px;
    padding-top: 27px;
    margin-left: 34px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #fff;
    padding-bottom: 30px;
}
.blog-post-date {
    display: table;
    float: left;
    margin-right: 30px;
}
.blog-post-date span:first-child {
    color: #ffca00;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -11px;
    margin-bottom: -4px;
    text-align: center;
}
.blog-post-date span:last-child {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.blog-content {
    display: table;
}
.blog-content h4 {
    color: #212121;
}
.blog-content h4 a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.blog-content h4 a:hover {
    color: #ffca00;
}
.meta-post {
    margin: 10px 0 13px;
}
.meta-post span {
    color: #696969;
    font-size: 15px;
    position: relative;
    padding-right: 23px;
}
.author {
    margin-bottom: 60px;
}
.meta-post span a {
    color: #696969;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.meta-post span:after {
    position: absolute;
    content: "-";
    right: 4px;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meta-post span:last-child {
    padding-right: 0;
}
.exerpt {
    line-height: 28px;
    color: #696969;
    margin-bottom: 37px;
}
.btn-two {
    color: #292b2c;
    color: #333;
    border: 1px solid;
    border-color: #e8e8e1;
    border-color: #333;
    background-color: transparent;
    padding: 8px 14px;
    background-position: 150% 45%;
    min-width: 90px;
}

@media only screen and (max-width: 600px) {
    .navbar-brand {
        top: 50%;
    }
    .hero-section {
        height: 600px;
    }
    .banner-main .page-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: 2px;
    opacity: 1;
    }
    .product-card img {
        height: auto;
        width: 100%;
    }
    .commontext{
        padding: 0px 20px;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .link-title {
    color: #000000;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
}
.breadcrumb-item .link-title{
    color: #000000 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.subscribe-area {
    border-top: 1px solid #333;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}
.subscribe-text {
    text-align: center;
}
.subscribe-text span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}
.subscribe-text h2 {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #333;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
    background: #333;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.sticky-footer {
    display: none;
    height: 58px;
    background: #0c0c0ceb;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-top: 5px;
    width: 100%;
    z-index: 999;
    opacity: 1;
}
.col-fmenu {
    width: 20%;
}
.foofm {
    text-align: center;
}
.foofm i {
    color: #fff;
    font-size: 18px;
}
.foofm p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0px;
}
.wht-font {
    color: #fff;
}
.hide-lg{
    display:none;
}
@media (max-width: 767px) {
    .sticky-footer {
        display: block;
    }
     .breadcrumb {
    font-size: 14px;
    margin-left: 2px !important;
    margin-top: 10px !important;
}
    .quick {
        display: none;
    }
    .page-contentss {
    padding: 30px 10px!important;
    background: #eefcff;
}
    .footer_copy_right {
        padding: 15px 0px 80px;
        border-radius: 10px;
        text-align: center;
    }
    .heading {
        padding-bottom: 0px;
    }
    .right-nav.align-items-center.d-flex.justify-content-end.custom_icon {
    margin-right: 0px!important;
}

    .banner {
        height: 100%;
        width: 100%;
    }
    .text-view h4 {
        text-align: center;
    }
    .text-view p {
            text-align: right;
    padding-top: 28px;
    }
    .hide-lg{
    display:block;
}

}
.navbar-toggler > span:before {
    content: "\f00d";
    color: #fff ;
}
.navbar-toggler.collapsed > span:before {
    content: inherit;
}
.navbar-toggler > span {
    background-image: inherit !important;
}

.navbar-toggler.collapsed > span {
    background-image: url(../img/dropdown.png) !important;
}

/*@media (max-width: 900px) {*/
/*    .navbar-brand img {*/
/*    margin-left: 20px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 600px) {
.pas {
    padding: 0px !important;
}
.navbar-brand img {
    padding: 0px 0px!important;
    margin-top: 0px!important;
}
}

@media only screen and (max-width: 600px) {
    .btn-primary {
    width: 100%;
}
.btn-dark{
    width: 100%;
}
    .mb-phone{
        height: 140px!important; 
        width: 100%!important;
    }
    .card-img-hover .card-img-top {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
    width: 100%;
}
    .hero-section1 {
    height:30vh!important;
    }
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: auto !important;
    }
    .rating .fa {
    color: #d0a369;
    font-size: 12px;
}
    .product-card {
        padding-bottom: 20px;
        overflow: hidden;
        height: 400px;
    }
    a,
    .dropdown-item,
    .dropdown-toggle:after,
    .dropdown-menu a:before,
    .hover-translate,
    .btn-animated:before,
    .product-card,
    .card-body,
    .product-link,
    .insta-icon,
    .accordion .card-header a:before {
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .rounded-0 {
        border-radius: 0 !important;
    }
    .card {
        padding: 0.5px!important;
        border: none !important;
    }
    .product-card img {
        height: 200px;
        width: auto;
        margin: 0px auto;
        display: block;
        text-align: center;
        border: 1px solid #a1a1a1;
    }
    .navbar-toggler {
        background: #ffffff;
        height: 50px;
        width: 55px;
        padding: 10px 0px;
        border-radius: 0;
    }
    .navbar-brand {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    padding: 0;
    }
    .container {
        padding: 0px !important;
    }
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 5px 10px;
        background: #fafdf400;
    }
    .shop-col img {
    width: 100%;
    height: 200px;
}
}

.blink {
    padding: 15px 15px 0px;
    text-align: center;
    margin: 0px auto;
}
.b-text {
    font-size: 25px;
    font-family: cursive;
    color: white;
    animation: blink 1s linear infinite;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-main-overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #2a28280d;
}
.hero-section1 {
    position: relative;
    overflow: hidden;
    height: 75vh;
    align-items: center;
    display: grid;
    /* margin-top: 20px; */
}

.mobile-logo{
    color: #d4ad78;
    font-size: 30px;
    text-align: center;
    font-family: ui-monospace;
    letter-spacing: 1px;
    padding: 0px 24px;
    margin-top: 35px;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border: 1px solid #fff;
}
.rounded-0{
    padding: 0.5px!important;
}
.recently{
    height: 234px!important;
    width: 100%!important;
}
.breadcrumb-item.active {
    color: #000000 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.mt-30{
    margin-top:30px;
}

.la.la-facebook {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-instagram {
    font-family: 'Line Awesome Brands';
    font-weight: 600;
    color: #9c27b0;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-twitter {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #2196f3;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-whatsapp {
    font-family: 'Line Awesome Brands';
    font-weight: 500;
    color: #4caf50;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.la.la-pinterest {
    font-family: 'Line Awesome Brands';
    font-weight: 400;
    color: #e91e63;
    background: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 24px;
    text-align: center;
}
.card.card--default {border: 1px solid #000000 !important;box-shadow: 10px 10px 20px #0000000d !important;margin: 0px;}

.list-group-item.active {
    background-color: #d0a369;
    border-color: #d0a369;
}
section.products-section {
    background: #f4d9ce80;
    padding: 40px 0px;
}
p.offer_title a {
    color: #fff;
    font-family: math;
}.page-contentss {
    padding: 30px 0px;
    background: #eefcff;
}
.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}
.newsletter h3 {
    font-size: 30px;
    font-family: math;
    font-weight: 600;
}
section.bg-img.text-center {
    background-image: url(../../assets/images/image70.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.newsletter h6 {
    margin-bottom: 16px;
    margin-top: 2px;
}
.form-subscribe .form-control {
    background-color: hsl(0deg 0% 84.25%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.btn-lg {
    height: 50px;
    padding: 5px 31px 4px;
}
.btn-success {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 18PX;
    letter-spacing: 0px;
    font-family:math;
    text-transform: capitalize;
    margin: 0;
}
.product-grid .product-image img {
    width: 100%;
    height: auto;
}
.product-grid {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-grid {
    text-align: center;
    box-shadow: none;
}
section.p-section {
    padding: 30px 0px;
    background: #ffffff;
}
/*.product-image img {*/
/*    max-width: 100px;*/
/*}*/
.col-md-8.bg-side {
    background: #b9747a;
    margin-left: -18px;
}
.abts-b p {
    margin-top: 0px;
    color: #000;
    font-family: math;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
}
.abts-b h3 {
    font-size: 25px;
    font-family: math;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
a.btn-abt {
    background: #b9747a;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}
section.abt-secti {
    padding: 30px 0px;
}
.service-h img {border-radius: 50%;width: 100%;border: 5px solid #dbdbdb;height: 100%;}
.service-h h3 a {
    font-size: 18px;
    color: #000000;
    font-family: math;
    font-weight: 600;
}
.service-h {
    text-align: center;
}
section.gift-section {
    padding: 40px 0px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px 10px;
}
.box-ts img {
    width: 100%;
}
.box-ts {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 16px 3px;
    background: #fee4e35e;
    padding: 30px 20px;
}
.box-ts {
    background: #fff !important;
    border-radius: 20px;
}
.services-block-1.services-block-2 {
    padding: 26px 0px;
    background: #809ec2;
}
.service-h h3 {
}
/*.service-h h3 {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    font-weight: 100!important;*/
/*    padding: 0px 15px;*/
/*    background: #fff;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 20px;*/
/*}*/
/*.service-h h3:hover {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    padding: 0px 13px;*/
/*    color:#fff;*/
/*    background: #9e6a2f;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 20px;*/
/*}*/
.service-h h3 a:hover {
    color: #fff;
}
.zoom-img {
  width: 100%;
  height:auto;
  overflow: hidden;
  border-radius: 10px;
}

.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.1);
  border-radius: 10px!important;
}
.service-hdd h3 {
    position: absolute;
    left: 50%;
    font-weight: 100 !important;
    padding: 0px 15px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 136px;
}
.service-hdd h3 a {
    font-size: 14px;
    color: #000000;
    font-family: sans-serif;
    font-weight: 100;
}
.service-hdd h3:hover {
    position: absolute;
    left: 50%;
    padding: 0px 13px;
    color: #fff;
    background: #9e6a2f;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 136px;
}
.product-section {
    padding: 10px 0px 20px;
    background: #ffffff;
}
.post-slide{
    background: #fff;
    padding-bottom: 20px;
    margin: 0 15px;
}
.post-slide > img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    padding: 0px 0px;
    line-height: 26px;
}
.post-slide .post-title > a{
    font-size: 17px;
    font-weight: 200;
    font-family: sans-serif;
    color: #333333;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title > a:hover{
    text-decoration: none;
    color:#e74c3c;
}
.post-slide .post-description{
    font-size: 14px;
    padding: 0 0px;
    margin: 0px 0 12px 0;
}
.post-bar{
    list-style: circle;
    padding: 10px 0px 0px 0px;
    border-top:1px solid #e8e7e7;
}
.post-bar > li{
    display: contents;
    margin: 5px;
    color:#aaaaaa;
    font-weight: 400;
}
.post-bar > li > a{
    color:#aaaaaa;
    transition:0.3s ease;
    font-weight: 400;
}
.post-bar > li > a:hover{
    text-decoration: none;
    color:#e74c3c;
}
.post-bar > li i{
    margin-right: 7px;
}
.blog-section {
    padding: 30px 0px 0px;
    background: #f1f1f1;
}
ul.privacy-k {
    margin: 0px 20px;
    padding-bottom: 10px;
}
section.privacy-section {
    padding: 40px 0px;
}
.contact-bx {
    background: #ececec;
    padding: 40px 20px;
    box-shadow: -4px -2px 20px -7px #cfd5df;
}
.get_say_info_sec i {
    color: #000;
    font-size: 22px;
    margin-bottom: 3px;
    margin-top: 10px;
}
.get_say_info_sec i {
    color: #000;
    font-size: 22px;
    margin-bottom: 6px;
    margin-top: 16px;
}
.get_say_info_sec > li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    background: #1e4176;
    border-radius: 5px 0 0 5px;
    transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
ul.get_say_info_sec li {
    list-style-type: none;
}
form.form-section.form-bx {
    background: #ffffff;
    padding: 4px 20px;
    box-shadow: -4px -2px 20px -7px #cfd5df;
}
h5.contact-head {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 0px;
    font-family:math;
}
.footer_get_touch_outer {
    padding: 40px 0px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-top: 20px;
}
.marquee-section {
    background: linear-gradient(180deg, #97642d 0%, #432d0e 100%);
    margin: 0px 0px;
}
.marquee-head marquee {
    font-weight: 400;
    font-size: 16px;
}



section.abt-section {
    background: #ffffff;
    padding: 30px 0px 30px;
}
.abt-head h3 {
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: center;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
section.pt-0 {
    margin-top: 20px;
}
section.arrival-sec {
    padding: 10px 0px 20px;
    background: #f2e7d3;
}
@media only screen and (max-width: 1024px) {
    .product-card {
    padding-bottom: 20px;
    overflow: hidden;
    height: auto;
}
.ccinner p {
    text-align: center!important;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.testimonial {
    border: none;
    box-shadow: 6px 5px 5px 1px rgba(0, 0, 0, 0.06);
    padding: 14px 0px 0px 50px;
    margin: 0 15px 0px 15px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.heading h2 {
    margin: 0px 0px!important;
}
.testimonial .title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.testimonial .pic {
    display: inline-block;
    width: 38px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 183px;
    left: 10px;
}
.product-grid {
    text-align: center;
    /* box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px; */
    padding: 0px 0px;
    height: 210px;
}
.product-grid .title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: math;
    text-transform: capitalize;
    margin: 0;
}
.header-1 #header-wrap {
    background: #ffffff;
    padding: 17px 0 0px;
    position: relative;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    /*display: none!important;*/
    display: none;
}
.navbar-brand img {
    padding: 14px 0px 10px;
    width: auto;
    margin-left: 46px;
    margin-top: 50px;
}
}
.card-info {
    background: none;
    
    
    
    
    
    
    
    !importan;
    !importa;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}
@media(max-width:767px){
    .custom_icon {
    margin-top: 0px!important;
}

}

.m-icon {
    height: 26px;
    width: auto;
}

.testimonial-section {
    padding: 50px 0px;
    background-image: url(../../assets/images/green-bg.jpg);
    background-position: center;
    background-size: cover;
}


.heading h2 {
    margin: 10px 0px;
    color: #0a5d02;
}
.item.testimonial-b {
    border: 2px solid #e9e1d8;
}
.testimonial-head {
    padding: 100px 60px;
    text-align: center;
}
.testimonial-head h3 {
    font-family: math;
    font-weight: 700;
}
.testimonial-head a {
    background: #3f3c3c;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonial-head a:hover {
    background: #9e6a2f;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-danger {
    color: #fff;
    background-color: #000000 !important;
    border-color: #fff;
}
.border_danger {
    border: 2px solid #a06d33!important;
}
#show_login_error {
    color: #000!important;
}
h2#otp_error {
    font-size: 20px;
}
.abt-head h3 {
    margin: 12px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 46px;
    font-family: math;
    line-height: 50px;
    font-weight: 800;
    text-transform: capitalize;
}

h3.terms-t {
    font-size: 18px;
    font-weight: 600;
    font-family: math;
    margin: 10px 0px 0px 0px;
}
.about-content ul li {
    margin: 0px 20px;
    list-style-type: square;
    color: #000;
    line-height: 24px;
}
.abt-head p {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.abt-head {
    margin: 20px 40px;
}
.abt-head a {
    background: #fe6b03;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
h3.header-t {
    background: #e2395d;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.marquee-head {
    background: #2b407f;
    margin: 0px 0px;
}
.perfume-section {
    padding: 24px 0px 20px;
}
.product-grid{
    text-align: center;
    transition: all 0.3s ease 0s;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    transform: rotateY(0);
    transition: all 0.5s ease-out 0s;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition:all 0.5s ease-out 0s;
}
.product-grid:hover .product-image .pic-2{
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid .product-sale-label{
    color: #fff;
    background-color: #6ab04c;
    font-size: 12px;
    font-weight: 600;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-transform: uppercase;
    border-radius: 50%;    
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.3s;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 50px;
    right: 15px;
    z-index: 1;
}
.product-grid .product-links li{
    margin: 0px 0px 6px;
    opacity: 0;
    transform: translate(70%,0);
    transition: all 0.7s ease;
}
.product-grid .product-links li:nth-child(1){ transition-duration: 0.1s; }
.product-grid .product-links li:nth-child(2){ transition-duration: 0.2s; }
.product-grid .product-links li:nth-child(3){ transition-duration: 0.3s; }
.product-grid .product-links li:last-child{ margin: 0; }
.product-grid:hover .product-links li{
    opacity: 1;
    transform: translate(0%,0%);
}
.product-grid .product-links li a{color: #222;background: #fff;font-size: 16px;text-align: center;line-height: 40px;height: 40px;width: 40px!important;border-radius: 5px 5px;display: block;box-shadow: 0 5px 10px 0 rgba(91, 91, 91, .1);transition: all .5s ease 0s;}
.product-grid .product-links li a:hover{
    color: #fff;
    background: #166aa5;
}
.product-grid .add-to-cart{
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0.5s;
    z-index: 1;
}
.product-grid:hover .add-to-cart{ 
    opacity: 1;
    transform: translateY(0);
}
.product-grid .add-to-cart:hover{
    color:#fff;
    background: #dd2d1a;
}
.product-grid .product-content{
    padding: 15px 15px 0;
    transform: translateY(-40px);
    transition: all 0.5s;
}
.product-grid:hover .product-content{
    transform: translateY(0);
}
.product-grid .category{
    color: #797979;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 4px;
    display: block;
}
.product-grid .category a{
    color: #797979;
    transition: all 0.3s ease 0s;
}
.product-grid .category a:hover{ color: #62a403; }
.product-grid .title{
    font-family: math;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{
    color: #d53729;
}
.product-grid .rating{
    color: #efb123;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}
.product-grid .price{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px;
}
.product-grid .price span{
    color: #d2372c;
    text-decoration: line-through;
    margin-right: 6px;
}
@media screen and (max-width: 990px){
    .product-grid{margin: 0 0 16px;height: 285px!important;box-shadow: none;}
}  


.testimonial{
    margin: 0 15px;
    text-align: center;
    background: #fff;
    padding: 20px 20px;
}
.testimonial .testimonial-profile{
    float:left;
    width:27%;
    padding-right:15px;
}
.testimonial .testimonial-profile img{
    width: 100%;
    height: auto;
    border-radius:50%;
    display: inline-block;
    margin-bottom:10px;
}
.testimonial .testimonial-date{
    display:block;
    text-align:center;
    color:#a9a9a9;
    text-indent: -2px;
}
.testimonial .testimonial-title{
    margin-bottom:0;
}
.testimonial .testimonial-title a{
    text-transform: uppercase;
    color: #3f3c3c;
    font-size:15px;
    display: block;
    font-family: math;
    margin-bottom:4px;
}
.testimonial .testimonial-description{
    font-size: 16px;
    padding-left: 0px;
    line-height:23px;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #d35400;
}
@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
        margin: 0 10px;
    }
    .testimonial .testimonial-profile{
        float:none;
        width: 30%;
        margin: 0 auto;
        padding: 0;
    }
    .testimonial .testimonial-description{
        padding-left: 0;
    }
}
.post-slide{
    margin: 0 15px;
    position:relative;
    background:#fff;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
}
.post-slide .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #ff8b3d;
}
.post-slide .post-content{
    padding: 0px;
}
.post-slide .post-title{
    margin: 10px 0 10px 0;
}
.post-slide .post-title a{
    font-size:18px;
    font-family: math;
    font-weight: 600;
    color: #000;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #a7a7a7;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    transition: color 0.20s linear;
    font-family: math;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color: #c22041;
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width: 70%;
    display: block;
    border: 1px solid #9b9d9f;
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }
}
.post-slide .post-bar li {
    display: flex;
    font-size: 16px;
    font-family: math;
    color: #494848;
    margin-right: 10px;
    text-transform: capitalize;
}
.ccinner:hover {
    background: #166aa5;
}


button.btn-cart.btn.btn-pink.add_to_cart_btn_home {
    padding: 0.4rem 0.5rem;
}
.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    background-color: #fff1e0;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
    width: 100%;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
.col-md-6._boxzoom.mobile-view {
    display: none;
}
.prod_page.pt-0 {
    padding: 0px;
}

@media(max-width:767px){
  .col-md-6._boxzoom.mobile-view {
    display: block!important;
}
.col-md-6._boxzoom.desktop-view {
    display: none;
}
}
h4.pr-h {
    font-family: math;
    font-weight: 600;
    font-size: 22px;
}
.about-content p {
    text-align: justify;
}
.about-content ul li {
    list-style-type: square;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 24px;
}
form.form-section.form-bx {
    background: #ececec;
    padding: 40px 20px;
    box-shadow: -4px -2px 20px -7px #cfd5df;
}
section.wg-light {
    background: azure;
}
.abt-headss {
    text-align: center;
}
.abt-headss h3 {
    text-align: left;
    font-size: 22px;
    font-family: math;
    font-weight: 600;
}
.abt-headss p {
    text-align: left;
}
.abt-headss ul li {
    list-style-type: disc;
    text-align: left;
    margin: 0px 20px 12px;
}
section.wg-light {
    padding: 40px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #efeeee !important;
}
h3.h3.mb-0 {
    font-family: math;
    font-weight: 700;
    color: #000000;
}
p.product-t {
    text-align: end;
}
p.product-t {
    text-align: end;
    margin-top: -25px;
}
h4.category-h {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    text-align: left;
}
.video-sec h3 {
    font-family: math;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 40px;
}
a.btn-t {
    background: #1e4176;
    color: #fff;
    padding: 15px 30px;
}
.video-sec {
    margin-top: 60px;
}
.right-nav.align-items-center.d-flex.justify-content-end.custom_icon {
    margin-right: -78px;
}
.product-grid1:hover {
    border: 1px solid #12402a;
}
.product-grid1 {
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px;
    padding: 20px 10px;
}
.product-grid1 {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid white;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    background: #ffffff;
}
.product-grid1 .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: math;
    text-transform: capitalize;
    margin: 6px 0px 0px;
}
h3.title {
    color: #000000;
}
.product-grid1 .product-image1 img {
    width: 100%;
    height: auto;
}
.product-grid1 .product-image1 img {
    width: 100%;
    height: auto;
}
.product-image1 img {
    max-width: 100px;
}
.product-content p {
    color: #000000;
}

.abt-head h3 {
    margin: 10px 0px;
    padding: 0px 0px;
    color: #0a5705;
    font-size: 25px;
    border-bottom: 1px solid #000;
    font-family: math;
    text-transform: uppercase;
    font-weight: 700;
}
section.abt-section {
    background: #ffffff;
    padding: 30px 0px 30px;
    text-align: center;
}
.marquee-head h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 0px;
    color: #fff;
    font-family: math;
}
.marquee-head {
    background: #2b407f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.about-area {
    padding: 20px 0px;
}
.abt-head h3 {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 32px;
    border-bottom: 1px solid #000;
    font-family: math;
    font-weight: 800;
    text-transform: capitalize;
}
.abts-b h3 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 20px;
}
a.btn-abt {
    background: #0062bd;
    padding: 10px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}
section.abt-section {
    background: #ffcc01;
    padding: 30px 10px;
    text-align: left;
}


.box-t {
    background: #fff !important;
    border-radius: 20px;
}
.box-t {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 16px 3px;
    background: #fee4e35e;
    padding: 30px 20px;
}

.box-t img {
    max-height: 140px;
    max-width: none !important;
}
.services-block-1.services-block-2 h5 {
    font-size: 16px !important;
}
.services-block-1.services-block-2 h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: math;
    letter-spacing: 0px;
    line-height: 22px;
}
marquee.marquee-t {
    background: #161d6f;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    font-family: math;
}
marquee {
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 5px 0px;
}
section.abt-secti {
    padding: 30px 0px;
    background-image: url(../../assets/images/abt-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.abts-b span {
    color: #2776b8;
    font-weight: 700;
    FONT-FAMILY: math;
    font-size: 16px;
}
.abts-b {
    margin-top: 40px;
}


.serviceBox1{
    color: var(--main-color);
    background: #0b9802;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 40px 15px 50px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

.serviceBox1:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox1 .service-icon{
    font-size: 45px;
    margin: 0 0 15px;
}
.serviceBox1 .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox1 .description{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0;
}
.serviceBox2{
    color: var(--main-color);
    background: #ff3838;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 40px 15px 50px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}
.serviceBox2:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox2 .service-icon{
    font-size: 45px;
    margin: 0 0 15px;
}
.serviceBox2 .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox2 .description{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0;
}

.serviceBox3{
    color: var(--main-color);
    background: #0b64ab;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 40px 15px 50px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}
.serviceBox3:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox3 .service-icon{
    font-size: 45px;
    margin: 0 0 15px;
}
.serviceBox3 .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox3 .description{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0;
}
.serviceBox1.green{--main-color: #0b8904;}
.serviceBox2.red{ --main-color: #ff3838; }
.serviceBox3.blue{ --main-color: #0B8AF9; }

@media only screen and (max-width: 1199px){
    .serviceBox1{ margin: 0 10px 30px; }
    .serviceBox2{ margin: 0 10px 30px; }
    .serviceBox3{ margin: 0 10px 30px; }
}
.serviceBox1.green h3 {
    color: #000;
    font-weight: 600;
}
.serviceBox2.red h3 {
    color: #000;
    font-weight: 600;
}
.serviceBox3.blue h3 {
    color: #000;
    font-weight: 600;
}


.serviceBox{
    text-align: center;
    margin: 0 0px;
    border: none;
}
.serviceBox img{
    width: 100%;
    height: auto;
}
.serviceBox .service-content{
    position: relative;
    color: #f0f4ba;
}
.serviceBox .service-icon{
    display: block;
    width: 70px;
    height: 70px;
    background: #f0f4ba;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.serviceBox .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #00a996;
    transform: rotate(-45deg);
}
.serviceBox .title{
    font-size: 16px;
    font-weight: 700;
    font-family: math;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.serviceBox .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #fff;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #fe6b03;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.serviceBox .read-more:hover{
    color: #ffffff;
    background: #fe6b03;
    text-decoration: none;
}
.serviceBox.middle .service-content{
    padding: 30px 30px 50px;
}
.serviceBox.middle .service-icon{
    bottom: -35px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .serviceBox .title{font-size: 16px;}
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin: 0 0 30px 0; }
}
section.vision-section {
    background: #0a9800;
    padding: 30px 0px;
}
.abts-ss h3 {
    color: #fd0;
    font-family: math;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;
}
.abts-ss ul li {
    list-style-type: disclosure-closed;
    color: #fff;
    margin: 10px 30px 0px;
}
.abts-b img {
    border: 3px dashed #000;
}
.locate-c {
    text-align: center;
    padding: 10px 0px;
    background: #F44336;
}
.locate-c:hover {
    text-align: center;
    padding: 10px 0px;
    background: #1e4176;
}
.locate-c h3 a {
    color: #fff;
    font-family: math;
}
.abts-b img {
    margin-top: 120px;
}
.abtss-b img {
    margin-top: 0px;
}

h2.text-center.speedy-c {
    color: #fff;
    font-size: 40px;
}
.product-grid1 {
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 3px 3px 16px 3px;
    padding: 10px 10px;
}
.product-grid1 {
    font-family: 'Signika Negative', sans-serif;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.product-content h3 {
    color: #000;
}




.serviceBox img {
    border-radius: 10px!important;
}
.category-link p {
    border: 1px solid rgb(236, 240, 241);
}
.category-link p {
    background: rgb(245, 248, 248);
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding: 10px 5px;
    margin: 0px;
}
.category-link img {
    border-radius: 10px 10px 0px 0px;
}
a.btn.bg-aqua-btn.rounded-0 {
    padding: 1rem 1.5rem !important;
}
.banner-heading1{
        font-weight: 800 !important;
        font-size: 60px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        color: #000 !important;
        font-family: inherit !important;
        margin: 10px 0px 0;
}
/*h2.mb-4.animated3.text-black {*/
/*    font-weight: 700;*/
/*    font-size: 56px;*/
/*    line-height: 60px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    color: #000!important;*/
/*    font-family: fantasy;*/
/*    margin: 0px 0px 0;*/
/*}*/
.custom-mission {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
section.banner.pos-r.p-0 {
    padding: 300px;
    background: #fff;
}
section.banner-mission.pos-r.p-0 {
    background-image: url(../../assets/images/mission.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gods-s h2 {
    font-size: ;
    color: #fff
    !i;
    !;
    text-align: center;
    font-weight:700;
    font-size: 38px;
}
section.testimonial-ss {
    background-image: url(../../assets/images/bg-slider.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 10px;
}
h6.text-white.d-inline.mb-0.font-w-6 {
    font-weight: 800;
    font-size: 20px;
}
p.text-white.font-w-4 {
    font-size: 20px;
    font-weight: 600;
}
.gods-s h2 {
    color: #000000 !important;
    font-size: 42px;
    font-family: Space Grotesk,sans-serif!important;
    line-height: 60px;
    font-weight: 700;
}
.gods-s h2 span {
    padding: 20px 24px;
    transform: rotate(358deg);
    display: inline-block;
    background: #eb008b;
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
}

.bag-t h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1f1f1f;
    border: none;
    display: block;
    padding: 0 0 10px;
}
.bag-t p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1f1f1f;
    margin-bottom: 13px;
}
.bag-t {
    padding: 0px 20px;
}
h3.marquee-t {
    padding: 8px 0px;
    background: #161d6f;
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    font-family: math;
}
.gods-s ul li {
    display: inline-flex;
    max-width: 42px;
    margin: 0 20px;
}
.gods-s ul {
    display: flex;
    position: relative;
    left: 36%;
    align-items: center;
    margin-bottom: 30px;
}
.product-details.p-3 h1 {
    text-align: left;
}
.banner-2 {
      font-family: inherit;
    font-weight: 650;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px 0 20px;
}

.product-grid4,.product-grid4 .product-image4{position:relative}
.product-grid4{font-family:Poppins,sans-serif;text-align:center;border-radius: 0px;overflow:hidden;border: 1px solid #000000;z-index:1;transition:all .3s ease 0s}
.product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}
.product-grid4 .product-image4 a{display:block}
.product-grid4 .product-image4 img{width:100%;height:auto}
.product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-1{opacity:0}
.product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
.product-grid4:hover .pic-2{opacity:1}
.product-grid4 .social{width:180px;padding:0;margin:0 auto;list-style:none;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s}
.product-grid4 .social li{display:inline-block;opacity:0;transition:all .7s}
.product-grid4 .social li:nth-child(1){transition-delay:.15s}
.product-grid4 .social li:nth-child(2){transition-delay:.3s}
.product-grid4 .social li:nth-child(3){transition-delay:.45s}
.product-grid4:hover .social li{opacity:1}
.product-grid4 .social li a{color: #ffffff;background: #161d6f;font-size:17px;line-height:36px;width:40px;height:36px;border-radius:2px;margin:0 5px;display:block;transition:all .3s ease 0s}
.product-grid4 .social li a:hover{color: #fff!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;background: #161d6f;}
.product-grid4 .social li a:after,.product-grid4 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:20px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid4 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid4 .social li a:hover:after,.product-grid4 .social li a:hover:before{opacity:1}
.product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color: #161d6f;font-size: 11px;font-weight: 600;text-transform:uppercase;line-height: 32px;height: 30px;width: 70px;position:absolute;left:10px;top: 15px;transition:all .3s}
.product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a}
.product-grid4:hover .product-new-label{opacity:0}
.product-grid4 .product-content{padding: 10px;text-align: left;}
.product-grid4 .title{font-size:15px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid4 .title a{color:#222}
.product-grid4 .title a:hover{color:#16a085}
.product-grid4 .price{color: #161d6f;font-size: 16px;font-weight: 500;margin:0 2px 15px 0;display:block}
.product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block}
.product-grid4 .add-to-cart{border:1px solid #e5e5e5;display:inline-block;padding:10px 20px;color:#888;font-weight:600;font-size:14px;border-radius:4px;transition:all .3s}
.product-grid4:hover .add-to-cart{border:1px solid transparent;background: #161d6f;color: #fff!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;f}
.product-grid4 .add-to-cart:hover{background-color: #000000;box-shadow: none;color: #fff!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px}
}

.icon-tt p {
    text-align: left;
    text-transform: uppercase;
    margin-left: 20px;
}

.product-section{
    padding:0px 20px;
}