@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

body {
    padding: 0;
    margin: 0;
    color: #242d38;
    font-family: "Baloo 2", sans-serif;
    font-size: 16px
}


html,
body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
var
{-webkit-text-size-adjust: none;}
img,
fieldset 
{ border: 0;}

h1,h2,h3,h4,h5,h6{margin: 0;}
/* set image max width to 100% */


/* set html5 elements to block */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

::selection {
    background: #f46723;
    color: #FFF;
}

::-moz-selection {
    background: #f46723;
    color: #FFF;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

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

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #efefef  inset!important;
    height: 46px !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

ul{
padding: 0;
}

li {
    text-decoration: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.text--black {
    color: #0f0f0f
}

.text--red {
    color: #d81010
}
.btn {
    display: inline-block;
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}
.page-btn {
    text-decoration: none;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #ddd;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    position: relative
}


a.page-btn  {
    color: #fff !important;
}
a.page-btn:hover{
    text-decoration: none !important;
}

.btn-md {
    padding: 12px 25px;
    font-size: 15px
}

.btn--red {
    background-color: #e7202b
}

.btn--red:hover {
    background-color: #d41b26!important
}

.btn--blue {
    background-color: #2368c3
}

.btn--blue:hover {
    background-color: #184c91!important
}

.btn--black {
    background-color: #333
}

.btn--black:hover {
    background-color: #1f1e1e!important
}

.page-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    background-image: radial-gradient(circle, #dadada 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-size: 1000% 1000%;
    background-position: 50%;
    border: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: background .5s, opacity 1s;
    transition: background .5s, opacity 1s
}

.page-btn:active:after {
    background-size: 0 0;
    opacity: .3;
    -webkit-transition: 0s;
    transition: 0s
}

.btn-inactive {
    background-color: #ddd!important;
    color: #ababab!important;
    pointer-events: none
}


.btn-default {
    display: inline-block;
    line-height: 18px;
    padding: 16px 0px;
    fill: #fff;
    transition: all .3s;
    color: #ffffff;
    background-color: #ff9d3f;
    border:none;
    min-width: 210px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
   
}
.btn-default-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    position: relative;
}
.btn-default-content-wrapper img{
    margin-right: 10px;
}
.btn-default svg.inner-dashed-border {
    position: absolute;
    left: 0;
    top: -16px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: dashed_border_running 20s linear infinite both;
    animation-play-state: paused;
    stroke-width: 1.2;
    stroke-dasharray: 3, 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
    stroke: #ffffff;
    height: 50px;
}

/* .btn-default .inner-dashed-border {
   
} */

@keyframes dashed_border_running {
100% {
stroke-dashoffset: -1000;
}
}
.btn-default:hover .animated-dashes.inner-dashed-border {
    animation-play-state: running;
}
.rect-btn {width: 200px;}


.btn-secondary {
    background: #a12e22;
}

.btn-secondary:hover {
    background-color: #940f2c!important
}

.btn-primary {
    
    background: #232a33
}

.btn-primary:hover {
    background-color: #000!important
}



.main-heading-1 {
    font-size: 30px;
    color: #232323;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 600
}
.headinnd{text-align: center;}
.border-line-middle:after {
    content: "";
    height: 1px;
    background: #dcdcdc;
    width: 100%;
    position: absolute;
    right: 0;
    top: 22px
}

.border-line-middle span {
    background: #fff;
    padding-right: 26px;
    padding-left: 26px;
    position: relative;
    z-index: 1
}

.border-line-middle {
    position: relative;
    margin-bottom: 15px;
    text-align: center
}

.tab__top_area .tab__top .tab-active a {
    color: #fff;
    background-color: #e84f05;
    border-color: #e84f05;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.main__wrapper {
    min-width: 1200px;
    max-width: 1400px;
    margin: 0px auto;
    padding: 0;
    position: relative;
}

.page-main-container {
    padding-bottom: 200px;
    min-height: calc(100vh - 471px);
}

.page-heading {
    font-size: 28px;
    line-height: 25px;
    color: #232323;
    margin: 12px 0 15px 0;
    padding: 0;
    font-weight: 600;
    position: relative;
}
.page-heading.category-heading {
    font-size: 28px;
}

.page-heading span {
    background: #FFF;
    position: relative;
    padding-right: 15px;
    display: inline-block;
}
.page-heading #producttot{
padding: 0;
}
.header_area {
    padding-top: 13px;
    padding-bottom:13px;
    position: relative;
    z-index: 105;
}

.clear {
    clear: both;
}

.row-wide { 
    width: 100%;
}

.row-wide:after {
    content: "";
    clear: both;
    display: block;
    position: relative;
}
.floating-body{
    margin-top: 9px;
}
.logo,
.top_details {
    float: left;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: block;
    /* -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out; */
}
.floating-header .logo img{
    max-width: 70%;
    /* -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out; */
}
.top_details {
    padding-top: 23px;
    padding-right:5px;
    float: right;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.floating-header .top_details {
    padding-top: 7px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.top_details:after {
    content: "";
    clear: both;
    display: block;
}

.header-search {
    width: 400px;
    float: left;
    position: relative;
}


.header-search .header-search-wrap {
    display: flex;
    height: 100%;
    float: left;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 50px;
    position: relative;
    background: #efefef;
}

.header-search input {
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 55px;
    background-color: transparent;
    font-size: 15px;
    color: #5b5b5b;
    border-radius: 50px;
    /* background: url(../img/search_left_icon.svg)  20px center no-repeat #f5f4f4; */
    /* background: url(../img/search_left_icon.svg)  20px center no-repeat #ffffff; */
}
.header-search input {
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 25px;
    background-color: transparent;
    font-size: 20px;
    color: #5b5b5b;
    border-radius: 50px;
    height: 48px;
    font-family: "Patrick Hand", cursive;
}

.search_icon {
    min-width: 27px;
    display: inline-block;
    height: 27px;
    margin: 10px 12px 0 0;
    cursor: pointer;
    background: url(../img/search_right_icon.svg) center no-repeat;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 106 !important;
    font-family: "Baloo 2", sans-serif;
    border-radius: 10px;
    border: #f267223b 1px solid !important;
    position: fixed;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left
}

.ui-menu .ui-menu {
    margin-top: -3px
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
    color: #000;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px;
    background: #e3e3e3 !important;
    border: 1px solid #e3e3e3;
}



.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header.ui-state-focus {
    border: 1px solid #999999;
    background: #F8F8F8;
    font-weight: 700;
    color: #c77405
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none
}



.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none
}

.ui-autocomplete.ui-widget-content {
    background: #fff;
}

#header #search input {
    padding: 11px 10px 10px 7px;
    width: 326px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #ccc;
    margin: 2px 3px 3px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    float: right;
    margin-right: 8px
}

.ui-highlight-suggestions-cat {

}

.ui-menu-item a.ui-corner-all:hover {
    background: #f2f2f2
}

.ui-menu .ui-menu-item a.ui-state-hover {
    margin: 0!important
}
.ui-menu .ui-menu-item a:hover{
    
}
.ui-highlight-suggestions {
    font-weight: 600;
    color: #000;
}

.ui-highlight-suggestions:hover {
    color: #333!important
}

.ui-widget-content {
    border: #ccc 1px solid!important
}

.ui-highlight-suggestions-cat {
    color: #f26722;
    font-weight: 600;
    font-size: 16px!important
}

.ui-menu .ui-menu-item {
    font-size: 16px;
    cursor: pointer;
}

#header #search input:focus {
    outline: none!important
}

.ui-highlight-suggestions-cat:focus {
    outline: none!important
}

.ui-autocomplete.ui-widget-content.ui-menu .ui-menu-item a.ui-state-focus {
    color: inherit !important;
    border: 1px solid #cccccc;
    background-color: #F8F8F8;
    font-weight: normal;
    color: #212121;
    outline: none;
}
 
header {
    width: 100%;
    min-width: 1300px;
    position: sticky;
    top: 0;
    z-index: 105;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.for-ipad-version header {
    position: inherit
}

header.floating-header {
    -webkit-box-shadow: 0 23px 26px -31px rgb(0 0 0 / 36%);
    -moz-box-shadow: 0 23px 26px -31px rgba(0,0,0,.36);
    box-shadow: 0 23px 26px -31px rgb(0 0 0 / 36%)
}

.header__toll-free {
    display: table-cell;
    padding-left: 45px;
    padding-right: 37px;
    text-align: center;
    vertical-align: top;
}

.header__toll-free span {
    font-weight: 500;
    font-size:19px;
    display: block;
    color: #000;
    font-family: "Baloo 2", sans-serif;
    margin-top: 3px;
    line-height: 18px;
}
.header-tollfree-label{
    position: relative;
}
.header-tollfree-label.active_online{
    padding-left: 0px;
    text-align: right;
    font-size: 15px;
    position: relative;
}
.header-tollfree-label.active_online::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background:#35ca00;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 2px #71ff3e;
    -moz-box-shadow: 0px 0px 5px 2px #71ff3e;
    box-shadow: 0px 0px 5px 2px #71ff3e;
    left: -4px;
    top: 2px;
    -webkit-animation: rippleOnline 1s linear infinite;
    animation: rippleOnline 1s linear infinite;
}
.header-tollfree-label.inactive_online::after {display: none;}
@-webkit-keyframes rippleOnline {
    0% {
        -webkit-box-shadow: 0px 0px 0px #71ff3e;
        -moz-box-shadow: 0px 0px 0px #71ff3e;
        box-shadow: 0px 0px 0px #71ff3e;
    }
  
    70% {
        -webkit-box-shadow: 0px 0px 5px 2px #71ff3e;
    -moz-box-shadow: 0px 0px 5px 2px #71ff3e;
    box-shadow: 0px 0px 5px 2px #71ff3e;
    }
  
    100% {
        -webkit-box-shadow: 0px 0px 0px #71ff3e;
        -moz-box-shadow: 0px 0px 0px #71ff3e;
        box-shadow: 0px 0px 0px #71ff3e;
    }
  }
  
  @keyframes rippleOnline {
    0% {
        -webkit-box-shadow: 0px 0px 0px #71ff3e;
        -moz-box-shadow: 0px 0px 0px #71ff3e;
        box-shadow: 0px 0px 0px #71ff3e;
    }
  
    70% {
        -webkit-box-shadow: 0px 0px 5px 2px #71ff3e;
    -moz-box-shadow: 0px 0px 5px 2px #71ff3e;
    box-shadow: 0px 0px 5px 2px #71ff3e;
    }
  
    100% {
        -webkit-box-shadow: 0px 0px 0px #71ff3e;
        -moz-box-shadow: 0px 0px 0px #71ff3e;
        box-shadow: 0px 0px 0px #71ff3e;
    }
  }
.header__toll-free a {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.header__toll-free a:hover {
    color: #e84f05;
}

.header-tollfree-number b {
    color: #b62718;
    font-size: 24px;
    font-weight: 500;
    font-family: "Bubblegum Sans", sans-serif;
}
.header-tollfree-number b:hover {
    color: #f26722;
}

.header__bottom-links {
    display: table-cell;
    float: right;
}

.header__bottom-links ul {
    margin: 0;
    padding: 0;
}

.header__chat {
    text-align: center;
    cursor: pointer;
    background: #eeb8a5;
    
}
.header__chat::before{
    border: 1px dashed #eeb8a5;
}
.chat__main img, .header__myaccount img, .header__cart img{
    width: 25px;
    position: absolute;
    top: 19px;
    left: 21px;
    transform: translate(-50%, -50%);
}
.header__myaccount img{
    top: 18px;
}
.header_account-wrap{
    margin-left: 20px;
}
.header__chat:hover .header__chat-text {
    color: #e84f05;
}

.header-tollfree-number:before {
    content: "";
    position: relative;
    width: 25px;
    height: 24px;
    background-position: 0 0;
    display: none;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
}


.header__bottom-links li {
    display: inline-block;
    position: relative;
}

.header__chat-text {
    text-align: center;
    font-weight: 500;
    /* vertical-align: middle; */
    cursor: pointer;
    display: block;
    font-size: 14px;
}

.header__myaccount {
    cursor: pointer;
    background: #ffce6a;
  
}
.header__myaccount::before{
    border: 1px dashed #ffce6a;
}

.header__myaccount:hover .hi-name:before {
    border-top-color: #e84f05;
}

.header__myaccount:hover .hi-name {
    color: #e84f05;
}

.hi-name:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #181818;
}

.hi-name {
    display: block;
    /* vertical-align: middle; */
    position: relative;
    padding-right: 17px;
}

.hi-name b {
    font-weight: 500;
    font-size: 14px;
}

.btn_icon {
    position: relative;
    width: 41px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    }
    .btn_icon:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 11px);
    height: calc(100% + 11px);
    border-radius: inherit;
    animation: spin_right 5s linear infinite;
    animation-play-state: paused;
    }
    .btn_icon:hover:before {
    animation-play-state: running;
    }
    @keyframes spin_right {
    100% {
    transform: rotateZ(360deg);
    }
    }
    @keyframes spin_left {
    100% {
    transform: rotateZ(-360deg);
    }
    } 


    .header__cart {
        cursor: pointer;
        background: #c7c6e2;
    
    }
    .header__cart::before{
        border: 1px dashed #c7c6e2;
    }

.header__cart:hover .header__cart-count {
    color: #e84f05;
}

.header__cart-count {
    font-weight: 500;
    /* vertical-align: middle; */
    cursor: pointer;
    display: block;
    font-size: 14px;
}
.header-cart-wrap {
    margin-left: 20px;
}

.header-cart-value {
    position: absolute;
    top: -16px;
    right: -11px;
    line-height: 16px;
    background: #d7d7d7;
    font-weight: 500;
    color: #111;
    padding-left: 1px;
    font-family: "Bubblegum Sans", sans-serif;
    min-width: 26px;
    min-height: 26px;
    text-align: center;
    font-size: 14px;
    padding: 5px 3px 0 3px;
    box-sizing: border-box;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
.header__cart-count b {
    font-weight: 500;
    color: #ffffff;
    line-height: 17px;
    padding-left: 1px;
    font-family: "Bubblegum Sans", sans-serif;
}
 
.cart-active .header-cart-value {
    background: #f5220c;
    color: #fff;
}
.header-cart-value b{
    font-weight: 500;
}
#header-button-login, #login_guestproceed{
    min-width: 160px;
}
#header-button-login .rect-btn, #login_guestproceed .rect-btn{
    width: 150px;
}
@keyframes spin { 
    100% { 
      transform: rotateZ(360deg);
    }
  }
.header__menu {
    display: table;
    width: 100%;
}

.breadcrumb {
    margin: 15px 0 10px 0; 
    width: 100%;
}
.breadcrumb:after {
    content: "";
    clear: both;
    display: block;
}

.header-myaccount-menu {
    position: absolute;
    z-index: 10;
    padding: 0;
    right: -9px;
    width: 210px;
    top: 50px
}

.header-login-innerwrap {
    background: #fff;
    width: 100%;
    border: 1px solid #ffb405;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
    text-align: left;
    -webkit-box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .21);
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .21)
}

.fpanel-login.fpanel {
    min-width: 230px;
    width: auto;
}

.fpanel .myaccnt-inner {
    background: #FFF;
    width: 100%;
    z-index: 1;
    float: left;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.23);
    padding: 10px;
}

.myaccnt-inner ul {
    display: block;
    width: 100%;
}

.account-login-warpper ul li:first-child {
    float: left;
    /* margin-top: 1px; */
}

.header-myaccount-menu ul {
    margin: 0 5px
}

.header-login-innerwrap:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 14px;
    height: 8px;
    background: url(../img/drp_menu_arw.png?ver=1) no-repeat
}

.login-username {
    padding: 10px 12px 10px 12px;
    border: 1px solid #df9c00;
    background: #ffce6a;
    margin: 5px 5px 0 5px;
    box-sizing: border-box;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.header-customer-name {
    font-weight: 600
}

.header-myaccount-menu li {
    list-style: none;
    display: block;
    padding: 5px 5px;
    border-bottom: 1px solid #eae6e6;
    font-size: 14px
}

.header-myaccount-menu li a {
    display: block!important;
    list-style: none;
    color: #000;
    text-decoration: none;
    padding: 3px 7px
}

.header-myaccount-menu li a:hover {
    background: #ffeecb;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

.fpanel-login ul li {
    margin: 0px 0 0 0;
    width: 100%;
    padding: 5px 0px;
}

.fpanel ul li {
    display: inline-block;
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 0;
    width: 91%;
    margin-left: 11px;
    border-right: 0;
}

.account-login-warpper ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    position: relative;
}

.fpanel ul li {
    background: none;
}

.fpanel ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 96%;
    padding: 4px;
}

.myaccnt-inner:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 27px;
    width: 14px;
    height: 8px;
    background: url(../img/drp_menu_arw.png) no-repeat;
}

.myaccount-login {
    background: #fff;
    padding: 10px 10px;
    width: 360px;
    right:-4px;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-top: 7px;
    -webkit-box-shadow: 0 2px 7px -1px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .21);
    box-shadow: 0 2px 7px -1px rgb(0 0 0 / 21%)
}

.myaccount-login:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 16px;
    width: 14px;
    height: 8px;
    background: url(../img/drp_menu_arw.png?ver=1) no-repeat
}

.header-login {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.header-login-header {
    padding-bottom: 5px;
    display: block;
    text-align: left
}

.header-login-header span {
    display: inline-block;
    background: #fff;
    z-index: 2;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d51f36;
    padding-right: 13px
}

.header-login-header:after {
    content: "";
    border-bottom: 1px solid #eceaea;
    width: 100%;
    display: block;
    position: relative;
    bottom: 13px;
    z-index: 1
}


.header-login-form {
    width: 100%;
    margin: auto;
}

.header-login-form:after {
    content: "";
    clear: both;
    display: block
}

.header-login-input-wrap .formRow.form-col-12 {
    padding: 0;
    margin-bottom: 4px
}

.header-login-label {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0
}

.header-forgot-password {
    color: #d51f36!important;
    font-size: 13px;
    float: left;
    display: block;
    font-weight: 500;
    margin-top: 6px
}

.header-login-button-wrap {
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    float: left
}

.header-login-input-wrap {
    text-align: left;
    margin-bottom: 10px;
    position: relative
}

.header-login-input-wrap:after {
    content: "";
    clear: both;
    display: block
}

.header-login .formRow {
    margin: 10px 0px 10px 0px;
}

.formRow--item {
    display: block;
    width: 100%;
}

.formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.header-login-form input {
    width: 100%;
    margin-top: 0px;
    box-sizing: border-box;
    font-size: 16px;
}

.header-login-tickmark {
    position: absolute;
    top: 13px;
    right: 5px;
}

.header-login-tickmark img {
    width: 20px;
    height: auto;
}

.newyellowbutton {
    background: #fd771d;
    border: none;
    font-weight: 700;
    padding: 13px 20px;
    box-sizing: border-box;
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.newyellowbutton:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

.header-social-login {
    margin-top: 15px;
    font-size: 14px;
}

.social-header {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.social-header span {
    display: block;
    background: #fff;
    z-index: 2;
    position: relative;
    width: 35px;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.rightlogin_head {
    font-weight: 700;
    color: #504e4e;
    margin-bottom: 9px;
    display: block;
}

.social-container {
    padding: 12px 0px 3px 0px;
    margin: auto;
    width: 100%;
}

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

.social-login-item {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.facebook-login-wrap {
    padding-right: 10px;
}

.facebook-login-button b,
.google-login-button b {
    font-weight: 500;
}

.facebook-login-button,
a.facebook-login-button {
    border: 1px solid #3a559f;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 10px 5px 10px 40px;
    box-sizing: border-box;
    display: block;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}

.google-login-button,
a.google-login-button {

    color: #353535;
    border: 1px solid #ddd;
    text-decoration: none;
    width: 100%;
    padding: 10px 5px 10px 40px;
    text-align: left;
    box-sizing: border-box;
    display: block;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}

.gray {
    color: #000;
    font-size: 13px;
    margin-top: 6px;
    display: block;
    text-align: center;
}

.login-text {
    margin: 10px 0 0 0;
    background: #f1f1f1;
    padding: 8px;
}

.login-text span {
    display: block;
    width: 100%;
    background: #f1f1f1;
    color: #0a0a0a;
    font-weight: 600;
}

.login-text p {
    padding: 5px 0px;
    line-height: 20px;
    margin: 0;
}

.trackorder-link {
    margin: 15px 0 10px 0;
    text-align: center;
}

.track-order-link {
    background: #b01832;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 3px;
}

.myaccnt-inner:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 27px;
    width: 14px;
    height: 8px;
    background: url(../img/drp_menu_arw.png) no-repeat;
}

.social-header:after {
    content: "";
    border-bottom: 1px solid #eceaea;
    width: 100%;
    display: block;
    position: relative;
    bottom: 8px;
    z-index: 1;
}

/* #mycart {
    position: absolute;
    z-index: 10;
    padding: 0px;
    right: 0px;
    width: 325px;
    top: 47px;
    display: none;
} */

/* .header-cart-content {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d4d4d4;
    padding: 10px;
    background: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 2px 7px -1px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 2px 7px -1px rgb(0 0 0 / 21%);
} */

.header-cart-heading {
    font-size: 15px;
    background: #f1f1f1;
    padding: 5px 10px 0 10px;
    font-weight: 700;
}

.header-cart-items {
    color: #e0152b;
    font-size: 15px;
    background: #f1f1f1;
    padding: 3px 10px 5px 10px;
    font-weight: 600;
}

.header-cart-empty {
    margin-top: 0px;
}

/* .header-cart-content:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 17px;
    width: 14px;
    height: 8px;
    background: url(../img/drp_menu_arw.png?ver=1) no-repeat;
} */

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

.breadcrumb ul li {
    float: left;
    font-size: 14px;
}

.breadcrumb ul li a.breadcrumb__home-icon {
    padding-left: 20px;
    margin-left: 0;
    background: url(../img/home_icon.svg) no-repeat center left;
}

.breadcrumb ul li a {
    color: #262626;
    padding-left: 25px;
    margin-right: 0px;
    background: url(../img/brd_arw_icon.svg) no-repeat center left;
}
.breadcrumb ul li a:hover {
    color: #e84f05
}
.breadcrumb ul li a.breadcrumb__link__last:hover{
    color: #262626;
}

.breadcrumb ul li:first-child a {
    font-weight: 600;
}

.hdtop__right {
    float: right;
}
.mobno {
    display: none;
}

/* FOOTER Start */

/* footer_wrapper-sec */
.container{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0px auto;
    padding: 0;
    position: relative;
}
footer{
    position: relative;
}
.footer_wrapper{
    background: #7c86b2;
    position: relative;
    padding-bottom: 10px;
    }
    .footer_wrapper::after{
        display: block;
        content: "";
        position: absolute;
        top: 0;
        background: url(../img/footer_blue_cloud.png) repeat-x  bottom;
        background-size: 1920px;
        height: 188px;
        width: 100%;
        z-index: -1;
        top: -187px;
        animation: animateCloud 190s linear infinite;
    }  
    .footer_wrapper::before{
        display: block;
        content: "";
        position: absolute;
        top: 0;
        background: url(../img/footer_gray_cloud.png) repeat-x  bottom;
        background-size: 1920px;
        height: 210px;
        width: 100%;
        z-index: -1;
        top: -173px; 
        animation: animateCloud 80s linear infinite;
    } 
    @keyframes animateCloud {
        0% {
            background-position-x: 0%;
            }
            100% {
            background-position-x: -1920px;
            }
    }

    @keyframes pulse {
        0% {
              transform: translateY(0px);
          }
          50% {
              transform: translateY(20px);
          }
         100% {
            transform: translateY(0px);
        }
      }


.right_footer_section{
    width: 600px;
}
.middles_footer_section{
    position: relative;
    bottom: 0px;
    top:88px;
    background-color: #7c86b2;
    z-index: 2;
    padding: 0px 30px;
}
.footer_hands_bg{
 display: flex;
}
.footer_links{
    position: relative;
    width: 353px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}     
.footer_links ul li a{
    color: #fff;
} 
.footer_links ul li a{
    position:relative;
    display: inline-flex;
    align-items: center;
}
.footer_links ul li a:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
}
.footer_links ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color:#fff;
    opacity: 0;
    transition: .5s;
}
.footer_links::after{
    position: absolute;
    content: "";
    display: block;
    background: url(../img/footer-kid-left.png);
    background-repeat:no-repeat;
    background-position: top;
    width: 153px;
    height: 188px;
    left: 106px;
    bottom: 140px;
    animation: float 9s ease-in-out infinite;
}
.footer_links::before{
    position: absolute;
    content: "";
    display: block;
    background: url(../img/footer-cloud-3.png);
    background-repeat:no-repeat;
    background-position: top;
    width: 312px;
    height: 197px;
    right: -330px;
    top: -65px;
    animation: wind 6s ease-in-out infinite;
    pointer-events: none;
}
.footer_links ul{
    display: inline-block;
    /* margin-right: 77px; */
    margin-bottom: 0px;
    margin-top: 0;
    padding-left: 0px;
}

.footer_links ul li{
    display: block;
    font-size: 16px;
    line-height: 23px;
    font-family: "Baloo 2", sans-serif;
    text-align: left;
    font-weight: 400;
    color: #ffffff;
}
.footer-payment-method-icons{
    padding-top: 50px;
    position: relative;
}
.footer-bottom-sec::before{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/payment_border_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    bottom:60px;
    height: 10px;
    width: 100%;
}
/* .footer-icons-right::after{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/payment_border_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: -25px;
    height: 10px;
    width: 100%; 
     
} */
.footer-copyright{
    display: block;
    font-size: 16px;
    line-height: 23px;
    font-family: "Baloo 2", sans-serif;
    text-align: left;
    font-weight: 400;
    color: #ffffff;
}
.footer-bottom-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.footer-social-media-wrapper {
    display: flex;
    align-items: center;
    width: 240px;
    justify-content: space-between;
}
.footer-social-media-icon a span {
    width: 30px;
    height: 30px;
    display: block;
}
.footer-social-media-icon {    
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;}
.footer-social-media-icon:hover {
    transform: scale(.9);
}
.footer-top-section{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 0px;
}
footer::after{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/footer-cloud-4.png);
    width: 190px;
    height: 93px;
    top: 105px;
    right: 0;
    pointer-events: none;
    animation: float 8s ease-in-out infinite;
}
footer::before{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/footer-cloud-5.png);
    width: 260px;
    height: 280px;
    top: 0px;
    left: 0;
    z-index: 1;
    pointer-events: none;
    animation: float 10s ease-in-out infinite;
}

.footer-top-section::before{
    display: block;
    content: "";
    position: absolute;
}
.footer_contact{
    width: 440px;
    position: relative;
}
.footer_contact::after{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/footer-kid-right.png);
    width: 132px;
    height: 177px;
    top: 105px;
    right: -145px;
    pointer-events: none;
    animation: float 8s ease-in-out infinite;
}
.footer_contact::before{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/footer_sun.png);
    width: 128px;
    height: 121px;
    top: 30px;
    left: -160px;
    pointer-events: none;
    animation: float 5s ease-in-out infinite;
}
.footer_contact .form-group {
    display: flex;
    margin-top: 15px;
}
.footer_contact .form-group:nth-child(1){
    margin-top: 0;
}
.footer_contact .form-group:nth-child(2){
    gap: 15px;
}
.footer_contact h4{
    font-size: 30px;
    line-height: 30px;
    font-family: "Baloo 2", sans-serif;
    text-align: left;
    font-weight: 600;
    color: #ffffff; 
    margin: 0;
}
.footer_contact input,textarea{
    background: #fff;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 60px;
    font-size: 16px;
    font-family: "Baloo 2", sans-serif;
    width: 100%;
    padding-left: 15px;
}
.footer_contact textarea{
    min-height: 64px;
    resize: none; 
    padding:20px 10px 0px 10px;
    line-height: 24px;
    vertical-align: middle;
}
.footer_contact input::placeholder{
    color: #343434;
}
.footer_contact textarea::placeholder{
    /* transform: translateY(20px); */
    color: #343434;
}
.footer_contact input{
    min-height: 44px;
}
.footer_contact input:-webkit-autofill, .footer_contact select:-webkit-autofill{
    min-height: 44px;
    height: 44px !important;
}
.footer_contact .btn-default{
    background-color: #30c1dd;
    min-width: 95px;
    width: 100px;
    padding: 12px 3px;
    padding-top: 14px;
    line-height: 19px;  
}
.footer_contact .btn-default .rect-btn{
    width: 85px;
    height: 33px;
    rx: 18px;
    ry: 18px;
}
.footer_contact .btn-default svg.inner-dashed-border{
    top: -13px;
    height: 62px;
    stroke-width: 1.2;
    stroke-dasharray: 3, 5;
}
.submit_btn{
    background: #30c1dd;
    min-width: 95px;
    height: 40px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Baloo 2", sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
}
.footer-icons-right{
    padding-top: 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.footer-excellent-service-icons{
    margin-right: 25px;
}
.footer-secured-icons, .business-icons{
    margin-right: 10px;
}
.footer-middle-section{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
}
#topcontrol {
    position: fixed;
    bottom: 80px;
    right: 24px;
    opacity: 1;
    cursor: pointer;
    z-index: 150;
}
#topcontrol {
    display: none;
}

#topcontrol img {
    width: 30px;
    height: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
   
}

.fire {
    top: 67%;
    z-index: 4;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    background-color: #ff6600;
    transform: rotate(135deg);
    margin-top: 3px;
    animation: flicker infinite 1s alternate ease-in-out;
}
.fire:after {
    content: "";
    top: 5px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    background-color: #ffae35;
}

@keyframes flicker {
    0% {
      transform: rotate(135deg) scale(0.8);
      box-shadow: 0 0 17px 10px rgba(238, 207, 165, 0.5);
    }
    25% {
      box-shadow: 0 0 17px 5px rgba(238, 207, 165, 0.5);
    }
    50% {
      box-shadow: 0 0 17px 7px  rgba(238, 207, 165, 0.5);
    }
    75% {
      box-shadow: 0 0 17px 5px  rgba(238, 207, 165, 0.5);
    }
    100% {
      box-shadow: 0 0 17px 10px rgba(238, 207, 165, 0.5);
    }
  }
  @keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes wind {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-20px);
	}
	100% {
		transform: translateX(0px);
	}
}

@keyframes starspin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes cloud-2 {
    0% {
        right: -5px;
        bottom: -8px;
    }
  
    30% {
        right: 0px;
        bottom: -3px;
    }
    60% {
        right: 5px;
        bottom: -8px;
    }
  
    100% {
        right: -5px;
        bottom: -8px;
    }

  } 
  
  @keyframes cloud-1 {
    0% {
        left: -5px;
        bottom: -10px;
    }
  
    60% {
        left: 0;
        bottom: -5px;
    }
  
    100% {
        left: -5px;
        bottom: -10px;
    }
}
  
  
/* FOOTER End */

.page_myaccount {
    float: right;
    padding: 0 20px;
    /*height:50px;*/
    position: relative;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 5px;
}


/*.page_myaccount b:after{content:"";background:url(../img/downarrow.png) 0 5px no-repeat;width:14px;height:14px;position:absolute;right:-3px;bottom:9px}*/

.page_myaccount b:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #101010;
    top: 32px;
    right: 5px;
}

.page_myaccountpanel {
    display: none;
    position: absolute;
    right: 0;
    background: #FFF;
    outline: 1px solid #eaeaea;
    outline-offset: -10px;
    padding: 8px 10px;
    -webkit-box-shadow: 0 0 8px 1px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0 0 8px 1px rgba(186, 186, 186, 1);
    box-shadow: 0 0 8px 1px rgba(186, 186, 186, 1);
    width: 230px;
    position: absolute;
    z-index: 99999;
    top: 50px;
}

.page_myaccountpanel ul {
    padding: 8px 10px
}

.page_myaccountpanel ul li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;

}

.page_myaccountpanel ul li a {
    color: #181818;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 10px;
    display: block;
    font-weight: 700
}

.page_myaccountpanel ul li:hover {
   
}

.page_myaccountpanel ul li a:hover {
    color: #eeb200
}

.page_myaccountpanel ul li:last-child {
    border-bottom: none
}

.page_cartpanel {
    display: none;
    position: absolute;
    right: 0;
    background: #FFF;
    outline: 1px solid #eaeaea;
    outline-offset: -10px;
    padding: 8px 10px;
    -webkit-box-shadow: 0 0 8px 1px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0 0 8px 1px rgba(186, 186, 186, 1);
    box-shadow: 0 0 8px 1px rgba(186, 186, 186, 1);
    width: 300px;
    z-index: 999
}

.page_cartpanel ul {
    padding: 8px 10px
}

.page_myaccount p {
    padding-bottom: 4px;
    font-size: 14px
}

.mycartm {
    padding: 10px
}

.page_cartpanel ul {
    padding: 8px 10px
}

.page_cartpanel ul li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;

}

.page_cartpanel ul li a {
    color: #181818;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 10px;
    display: block
}

.page_cartpanel ul li:hover {
   
}

.page_cartpanel ul li a:hover {
    color: #eeb200
}

.page_cartpanel ul li:last-child {
    border-bottom: none
}

.page_cartpanel #module_cart span {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block
}

.page_cartpanel .minicart_item {
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    display: inline-block
}

.page_cartpanel .minicart_item .minicart_img {
    float: left
}

.page_cartpanel .minicart_title {
    width: 164px;
    float: left;
    padding-left: 12px
}

.page_cartpanel .minicart_title a {
    font-size: 14px;
    color: #000
}

.page_cartpanel .minicart_qty {
    /* float: left; */
    padding-left: 12px;
    display: inline-block;
    color: #00abff;
    font-weight: 700
}

.page_cartpanel .minicart_remove {
    float: right;
    position: absolute;
    right: 0
}

.page_cartpanel .minicart_remove a {
    color: red;
    font-weight: 700;
    font-size: 9px;
    border: 1px solid red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0 4px
}

.page_cartpanel .minicart_total {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0 10px
}

.btn-md {
    padding: 12px 25px;
    font-size: 15px;
}

/* .popup-title {
    font-size: 21px;
    color: #141313;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    padding-top: 5px;
}

.popup_container {
    padding: 0 15px 15px 15px;
} */

.client__logo_slider-head {
    font-size: 23px;
    color: #fff;
    line-height: 23px;
    padding-left: 25px;
    text-align: right;
}

.client__logo_slider-head span {
    display: block;
    font-weight: 800;
}

.client__logo_slider-head a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    color: #fff;

    padding-right: 25px;
}

.client__logo_slider-head a:hover {
    text-decoration: none;
}

.client__logo_slider_wrapper {
    background: #fff;
    width: calc(100% - 170px);
    padding: 7px 30px;
}

.client__wrapper_background {
   
    padding: 9px 0;
}

.client__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .owl-carousel.clients-carousel .owl-item {
    height: 71px;
    padding: 5px 0;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    position: relative;
} */


.owl-carousel.clients-carousel .owl-nav .owl-prev {
    background: url(../img/clients_arw_left.svg) 5px center no-repeat #ffffff;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 35px;
    position: absolute;
    left: -20px;
    top: 25px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
}

.owl-carousel.clients-carousel .owl-nav .owl-next {
    background: url(../img/clients_arw_right.svg) 5px center no-repeat #ffffff;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 35px;
    position: absolute;
    right: 0px;
    top: 25px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
}

.owl-carousel.clients-carousel .owl-nav .owl-prev span,
.owl-carousel.clients-carousel .owl-nav .owl-next span {
    display: none;
}



.owl-carousel.clients-carousel .owl-nav .owl-prev,
.owl-carousel.clients-carousel .owl-nav .owl-next {
    opacity: 0 !important;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 1px dashed #bebebe;
    background-size: auto !important;
}

.owl-carousel.clients-carousel:hover .owl-nav .owl-prev {
    opacity: 1 !important;
    margin-left: 0px;
}

.owl-carousel.clients-carousel:hover .owl-nav .owl-next {
    opacity: 1 !important;
    margin-right:0px;
}

.header-mini-cart {
    position: absolute;
    z-index: 10;
    padding: 0;
    right: -5px;
    width: 325px;
    top: 47px;
    display: none;
}

.header-cart-content {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d4d4d4;
    padding: 10px;
    background: #fff;
    border: 1px solid #c7c6e2;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
     border-radius: 7px 7px 7px 7px;
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .21);
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .21)
}

.header-cart-content:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 17px;
    width: 14px;
    height: 8px;
    background: url(../img/drp_menu_arw.png?ver=1) no-repeat
}
.header-cart-content .btn-default{
    min-width: 120px;
    padding: 13px 0px;
    float: right;
    margin-top: 7px;
    background-color: #30c1dd;
    color: #fff;
    border-radius: 30px;
}
.header-cart-content  .btn-default .rect-btn {
    width: 110px;
    height: 32px;
    rx: 18px;
    ry: 18px;
}
.header-cart-content .btn-default svg.inner-dashed-border{
    top: -12px;
}
.header-cart-content .rect-btn {
    width: 110px;
}
#module_cart::after{
    display: block;
    content: "";
    clear: both;
}
.minicart_item {
    display: flex;
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    font-size: 15px;
    color: #242d38;
}

.header-cart-products .minicart_item:first-child {
    border-top: 0;
    padding-top: 0;
}

.minicart_img {
    margin-right: 8px;
}

.minicart_img img {
    width: 65px;
    height: 65px;
    display: block;
}

.minicart_title a {
    color: #242d38;
}

.minicart_remove {
    margin-left: 7px;
    margin-right: 7px;
}
.minicart_remove img {
    cursor: pointer; 
}
.minicart_remove img:hover { 
    filter: invert(12%) sepia(98%) saturate(3695%) hue-rotate(341deg) brightness(92%) contrast(91%);
}

.header-cart-products {
    max-height: 255px;
    overflow: auto;
    margin: 10px 0;
}

.minicart_title {
    line-height: 16px;
    margin-bottom: 5px; 
}
.minicart_pro_sec {
    width: calc(100% - 78px);
}

.minicart_qty {
    color: #8f8f8f;
}

.minicart_total {
    font-weight: 700;
    text-align: right;
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.mini-cart-buttons {
    margin-top: 10px;
    text-align: right;
}

.mini-cart-buttons .page-btn {
    padding: 10px 20px;
}


/* .header-search .ac_results {
    top: 50px!important;
    left: 0!important;
} */

.search-dropdown .ui-autocomplete {
    position: static !important;
}

.search-dropdown .ui-widget.ui-widget-content {
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    width: 400px!important;
}

.search-dropdown {
    position: absolute;
    top: 50px;
    padding: 0;
    z-index: 115;
}

.search-dropdown ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    max-height: 180px;
    overflow: auto;
    margin: 0
}

.search-dropdown li {
    margin: 0;
    padding: 5px 10px;
    cursor: default;
    display: block;
    line-height: 16px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
}

.search-dropdown .ui-autocomplete.ui-widget {
    font-size: 15px;
    font-weight: 500;
}


/* .search-dropdown li:hover {
    background: #E8E8E8
} */

.search-dropdown .ui-autocomplete .ui-state-active,
.search-dropdown .ui-autocomplete .ui-state-active:hover {
    border: 1px solid #E8E8E8;
    background: #E8E8E8;
    font-weight: 500;
    color: #242424;
}

.formRow--item .error,
.info-label,
.rating-form-section .error {
    color: #d51f36;
    font-size: 14px;
    position: absolute;
    line-height: 19px;
    margin-top: 5px;
}
#regbtndivnew{
    margin-top: 10px;
}
.rating-form-section .error {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.for-newpassword-error .error {
    position: relative;
    display: block;
    margin-bottom: -15px;
}

.socialnetwork_notepad {
    margin: 15px 0;
}

.form-btn-group {
    margin-top: 20px;
}
.form-btn-group .page-btn:first-child {
    margin-right: 10px;
}

.formRow--item #error_pass {
    position: relative;
}

.featherlight-close-icon {
    display: none;
}
/* Alert popup */
.alert-popup-wrap {
    position: fixed;
    top: 100px;
    left: 50%;
    -webkit-transform: perspective(1px) translateX(-50%);
    -moz-transform: perspective(1px) translateX(-50%);
    -o-transform: perspective(1px) translateX(-50%);
    transform: perspective(1px) translateX(-50%);
    background: #fff;
    min-width: 20%;
    font-size: 15px;
    text-align: center;
    z-index: 150;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px -2px rgba(0,0,0,.54);
    -moz-box-shadow: 0 0 12px -2px rgba(0,0,0,.54);
    box-shadow: 0 0 12px -2px rgba(0,0,0,.54);
    padding: 15px;
}
.alert-popup-head {
    color: #b01832;
    font-size: 25px;
    padding: 5px 5px;
    text-align: center;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: normal
}

.alert-popup-content {
    padding: 0 18px 13px 18px;
    text-align: center;
    font-size: 15px;
    color: #222
}
.alert-popup-content ul {
    margin: 0;
    padding: 0;
}
.alert-popup-content ul li {
    list-style: none;
    margin-bottom: 3px
}

.alert-popup-content ul li:before {
    content: "*";
    position: relative;
    color: #ed4f3e;
    margin-right: 8px;
    font-size: 22px;
    top: 7px;
    line-height: 17px;
    display: inline-block
}
.alert-popup-btn {
    min-width: 100px;
    margin-bottom: 20px
}
.alert-popup-wrap .btn-default{
    min-width: 120px;
}
.alert-popup-wrap .rect-btn{
    width: 110px;
}
#overlay {
    position: fixed;
    z-index: 145;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none
}

.aiosp_overlay_open {
    background: #555;
    opacity: .4;
    display: block;
}
#aiosp_window {
    font-size: 14px;
    font-family: arial, verdana;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    z-index: 1000005;
    visibility: hidden;
    text-align: left;
    top: 50%;
    left: 50%;
    border: 0 solid #AAA;
    -moz-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -o-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -webkit-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    -khtml-box-shadow: rgba(32, 32, 32, 1) 0 4px 30px;
    box-shadow: rgba(32, 32, 32, 1) 0 4px 30px
}

#aiosp_close {
    width: 90px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 6px;
    top: 3px;
    text-decoration: none;
    text-align: right;
    opacity: .95;
    color: #000;
    font-style: normal;
    font-size: 0;
    font-family: Arial, monospace;
    cursor: pointer;
    text-indent: -9999px
}

#aiosp_close:hover {
    opacity: .95
}

.aiosp_box {
    position: relative;
    overflow: hidden
}

#aiosp_delay {
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-size: 11px;
    color: gray
}

#aiosp_content {
    clear: both;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    padding: 15px 15px 15px 0;
    overflow: hidden
}

#aiosp_content p {
    padding: 0 0 5px
}

#aiosp_form {
    margin-top: 10px;
    overflow: hidden;
    margin-right: 0;
    height: 100%
}

.aiosp_area {
    float: left;
    overflow: hidden;
    height: 100%
}

#aiosp_content a {
    text-decoration: none
}

#aiosp_content a:hover,
#aiosp_content a:focus,
#aiosp_content a:active {
    text-decoration: underline
}

div.aiosp_font_light {
    color: #CCC !important
}

.aiosp_font_light a {
    color: #FFF !important
}

.aiosp_font_light a:hover,
.aiosp_font_light a:focus,
.aiosp_font_light a:active {
    color: #F8F8F8 !important
}

div.aiosp_font_dark {
    color: #444 !important
}

.aiosp_font_dark a {
    color: #457 !important
}

.aiosp_font_dark a:hover,
.aiosp_font_dark a:focus,
.aiosp_font_dark a:active {
    color: #446 !important
}

input.aiosp_input,
input.aiosp_input:hover,
input.aiosp_input:active {
    font-size: 14px;
    font-weight: 400;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 6px;
    border: 1px solid #CCC;
    border-spacing: 0;
    clear: both;
    color: #627C8F;
    width: 433px;
    margin: 0 0 7px 15px;
    font-family: arial, verdana;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    height: auto;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important
}

input#aiosp_submit {
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 15px;
    font-family: arial, verdana;
    font-size: 14px;
    height: auto;
    min-width: 0;
    max-width: 100%;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bbb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: dximagetransform.microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
    filter: progid: dximagetransform.microsoft.gradient(enabled=false)
}

input#aiosp_submit:hover,
input#aiosp_submit:active {
    text-decoration: none;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    color: #fff;
    background: #51a351;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

img#aiosp_loading {
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border-width: 0 !important;
    display: none;
    vertical-align: middle;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

.aiosp_redborder {
    border: 1px solid red !important
}

.thankyou {
    width: 480px;
    height: 232px;
    margin-top: 11px;
    font-size: 18px;
    color: #039; 
}

.aiosp_click {
    cursor: pointer
}

.aiosp_overlay_open {
    background: rgb(85, 85, 85);
    opacity: 0.4;
    display: block !important;
}

.aiosp_window_open {
    position: fixed;
    /* background: url(../img/newsletter-popup.jpg) 0px 0px repeat rgb(255, 255, 255); */
    margin-left: -240px;
    width: 480px;
    margin-top: -160px;
    height: 320px;
    visibility: visible !important;
}
/* Alert popup */
.featherlight-loading.featherlight .featherlight-content {
    background: none;
    padding: 0;
    border: 0;
}
.password-warning {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-top: 5px;
}
.register-password-block, .register-personal-block {
    margin-bottom: 5px;
}
span#errormessegepassword {
    position: relative;
}
/* Color Option Start Dhishil*/
.products__color_wrapper .select__color {
    width: 60px;
    height: auto;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
    border-radius: 4px;
    /* border:1px solid #d5d5d5; */
    box-sizing: content-box;
    position: relative;
    cursor: pointer;
    /* padding:7px; */
}

.checkout__color_wrapper .select__color {
    width: 43px;
    height: 33px;
    float: left;
    margin-right: 4px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    box-sizing: content-box;
    position: relative;
    cursor: pointer;
    /* padding:7px; */
}
.inner_color_wrapper {
    display: flex;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    justify-content: space-between;
}

.inner_color {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -moz-border-radius:  50%;
    -webkit-border-radius:  50%;
    float: left;
    border: 1px solid #cccccc;
}

.clsrsml input,
.clsrsml label.labelqty {
    width: 50px;
    /* width: calc(100% - 32px); */
    height: 29px;
    text-indent: 0;
    -webkit-border-radius:0px 0px 25px 25px;
    -moz-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;
    border: 1px solid #CCC;
    text-align: center;
    position: absolute;
    top: 26px;
    left: 5px;;
    background: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight:500;
}

.clsrsml .select__color .img {
    position: absolute;
    right:19px;
    top: 6px;
    border-radius: 3px;
}

.select__color.active .img {
    background: url(../img/check.svg) center no-repeat;
    height: 15px;
    width: 20px;
    background-color: rgba(0, 0, 0, 0);
}

.assortcolor_group .select__color.active:hover .img {
    background: url(../img/smartcolorcross.png) center no-repeat;
}

#tooltipfilter {
    padding: 6px 8px;
    position: absolute;
    font-size: 13px;
    color: #fff;
    background: rgba(4, 4, 4, 0.90);
    z-index: 10;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    display: none;
    /* bottom: 68px; */
    left: 12px;
    pointer-events: none;
    line-height: 15px;
}

/* #tooltipfilter:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(4, 4, 4, 0.90);
    bottom: -7px;
    left: 8px; 
} */
/* Color Option End Dhishil*/




/* Pagination START */

.pagination {
    display: inline-flex;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    flex-direction: row-reverse;
}

.pagination:empty {
    display: none;
}

.pagination .links,
.pagination .results {
    padding: 5px 10px
}

.pagination .links a {
    text-decoration: none;
    color: #4c4c4c;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    display: inline-block;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.pagination .links b {
    /* width: 20px; */
    display: inline-block;
    text-align: center
}

.pagination .links a:hover {
    color: #FFF;
    background: #b01832;
    border-color: #b01832;
}

.pagination .links a+b {
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    color: #4c4c4c;
    width: auto;
}

.pagination .results {
    float: right;
    font-size: 14px
}


/* Pagination END */
/* LOADER START */
.loadingWrapper {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=30);
    -ms-filter: alpha(opacity=30)
}

.loadingWrapper .loading {
    display: block
}
.loadingWrapper .contentnew {
    left: 50%;
    top: 42vh;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
    margin-left: -40px
}
.loadingWrapper .contentnew img {
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-left: -9px;
}
.loadingWrapper .contentnew span {
    display: block;
    margin-top: 3px;
    color: #fff;
    padding-right: 15px;
}
.loadingWrapper .contentnew span.text:after {
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    animation: dotted steps(1, end) 1s infinite;
    -webkit-animation: dotted steps(1, end) 1s infinite;
    content: '';
}
.page-loader-animation { 
    width: 76px;
    height: 76px;
    position: relative;
    top:0; right:0; bottom:0; left:0;
    margin: auto; 
    animation: rotation 1200ms infinite linear; 
  }
@keyframes dotted {
    0% {
        content: '';
    }
    25% {
        content: '.';
    }
    50% {
        content: '..';
    }
    75% {
        content: '...';
    }
    100% {
        content: '';
    }
}
@-webkit-keyframes dotted {
    0% {
        content: '';
    }
    25% {
        content: '.';
    }
    50% {
        content: '..';
    }
    75% {
        content: '...';
    }
    100% {
        content: '';
    }
}
/* LOADER END */



/* clients-sec */

.clients_wrapper{
    padding-top: 150px;
    padding-bottom: 0px;
}
.clients_wrapper h3 {
    font-size: 40px;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    font-weight: 900;
    color: #111010;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}
.clients_wrapper h3::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/line_bg.png) no-repeat center center;
    filter: brightness(0) saturate(100%) invert(69%) sepia(77%) saturate(234%) hue-rotate(176deg) brightness(101%) contrast(87%);
    bottom: 0px;
    width: 100%;
    height: 10px;
    /* left: 46%; */
}
.clients-carousel .owl-stage-outer{
    padding: 3px;
}
.clients-slider-image img{
    width: auto !important;
    max-width: 100%;
    filter: grayscale(1);
    transition: .5s;
    cursor: pointer;
    mask: linear-gradient(135deg,#000c 40%,#000,#000c 60%) 100% 100%/250% 250%;
}

.clients-slider-image {
    width: 200px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #737373;
    cursor: pointer;
    transition: transform .4s ease, box-shadow .4s ease;
    
}
.clients-slider-image:hover{
    transform: translateY(-2px);
    box-shadow: 0 0px 20px 0 rgba(32, 32, 149, .1);
}
.clients-slider-image:hover img{
    filter: none;
    mask-position: 0 0;
}
.border_1{
    border-radius:33px 53px 54px 54px;
}
.border_2{
    border-radius: 41px 26px 51px 51px;
}
.border_3{
    border-radius: 46px 67px 44px 35px;
}
.border_4{
    border-radius: 38px 33px 47px 48px;
}
.border_5{
    border-radius: 41px 36px 54px 51px;
}
.border_6{
    border-radius:49px 44px 67px 41px;
}
.clients_wrapper .view_more{
    color: #111010;
    text-decoration: underline;
}
.clients_wrapper .view_more h5{
    font-size: 18px;
    line-height: 23px;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    font-weight: 600;
    color: #111010;
    margin-top:30px;
    margin-bottom: 50px;
    position: relative;
    transition: transform .4s ease, box-shadow .4s ease;
}
.clients_wrapper .view_more h5:hover{
    transform: translateY(-2px);
}
/* clients-sec end*/

/*promo_product-sec */

.promo_product_wrapper{
    background: #f9857800;
    padding: 50px 0px;
    position: relative;
}
.promo_product_wrapper::before{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/promo_bg_top.png);
    background-size: cover;
    height: 720px;
    width: 100%;
    top: 0;
}
.promo_product_wrapper::after{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/promo_bg_bottom.png);
    background-size: cover;
    height: 720px;
    width: 100%;
    top: 0;
    z-index: -1;
}
.promo_product_wrapper .container::after{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/promo_star.png);
    background-size: cover;
    height: 180px;
    width: 217px;
    top: -31%;
    left: 46%;
    -webkit-animation: starspin 8s ease-in-out infinite;
    animation: starspin 8s ease-in-out infinite;
    
}
.promo_product_head_title{
padding: 40px 0px;
}
.promo_product_semi_outer{
   padding: 0px 280px;
}
.promo_product_semi_outer::before{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/promo_kid.png);
    height: 400px;
    width: 256px;
    left: 0;
    top: -120px;
    transform: translatey(0px);
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}
.promo_product_semi_outer::after{
    display: block;
    content: "";
    position: absolute;
    background: url(../img/promo_kid-right.png);
    height: 620px;
    width: 220px;
    right: 0;
    top: -10px;
    transform: translatey(0px);
    -webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
    animation-delay:3s;
}
.promo_product_head_title h4{
    font-size:40px;
    line-height: 40px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    color: #111010;
    position: relative;
    width: 65%;
    padding: 0px 0px;
    text-align: left;
    margin: 0;
}
.promo_product_head_title h4 span{
    font-weight: 400;
    color: #ffffff;
}
.promo_product_list_outer{
    display: flex;
    gap: 120px;
    justify-content: center;
}
.promo_product_list_right_sec {
    margin-top: 70px;
}
.promo_product_points-outer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.product_point_content h4{
    font-size:25px;
    line-height: 25px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    color: #111010;
    position: relative;
    margin: 0;
}
.product_point_content span{
    font-size:20px;
    line-height: 20px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    color: #111010;
    position: relative;
}
/*promo_product-sec end*/

    
/* you may also like */
.related_item_wrapper {
    padding-bottom: 70px;
}
.related_item_wrapper h2 {
    font-size: 40px;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    font-weight: 700;
    color: #111010;
    margin-bottom: 50px;
    position: relative;
}
.related_item_wrapper h2::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/line_bg.png) no-repeat center center;
    filter: brightness(0) saturate(100%) invert(90%) sepia(64%) saturate(4143%) hue-rotate(291deg) brightness(95%) contrast(111%);
    bottom: -10px;
    width: 100%;
    height: 10px;
    /* left: 44%; */
}
.related_item-slider-image {
    width: 240px;
    height: 240px;
    border-radius: 31px;
    border: 1px dashed #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related_item-slider-image img{
    max-width: 70%;
}
.related_item-slider-name{
    font-size: 18px;
    line-height: 21px;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    font-weight: 600;
    color: #111010;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 30px;
}
.related_item-slider-name span{
    min-height: 40px;
    display: block;
}
.related_item-carousel .as_law_as {
    font-size: 18px;
    line-height: 21px;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    font-weight: 600;
    color: #111010;
    position: relative;
    margin-bottom: 20px;
}
.related_item-carousel .as_law_as span{
    font-size: 23px;
    color: #e0162b;
    font-weight: 600;
}
.related_item-carousel .owl-stage-outer .owl-stage{
    margin: 0 auto;
}
.related_item-carousel .owl-stage-outer{
    padding: 1px;
}
.related_item-carousel .owl-nav .owl-prev{
    left: -90px;
    background: url(../img/bug_arrow_left.png) center no-repeat !important;
    position: absolute;
    top: 27%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.related_item-carousel .owl-nav .owl-prev:hover{
    transform: translate(7px, 0px);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.related_item-carousel .owl-nav .owl-next {
    right: -70px;
    background: url(../img/bug_arrow_right.png) center no-repeat !important;
    position: absolute;
    top: 27%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.related_item-carousel .owl-nav .owl-next:hover {
    transform: translate(-7px, 0px);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.related_item-carousel .owl-nav .owl-prev span, .related_item-carousel .owl-nav .owl-next span{display: none;}
.related_item-carousel .owl-carousel .disabled {
    opacity: 0.2;
}
.related_item-carousel .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    width: 80px;
    height: 55px;
    display: block;
    display: block;
}
.related_item-carousel .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next {
    width: 80px;
    height: 55px;
    display: block;
    display: block;
}
.owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav [class*='owl-']:hover{
    color: transparent;
}
/* you may also like */

.checkout-btn-loader {
    position: absolute;
    display: inline-flex;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 58%);
    border-radius: 3px 3px 3px 3px;
    align-content: center;
    justify-content: center;
    border-radius: 31px;
}
.checkout-btn-loader img {
    width: 32px;
    height: auto;
}

.largequantity-popup-wrapper input:-webkit-autofill, .largequantity-popup-wrapper select:-webkit-autofill{
    height: 43px !important;
}
.largequantity-popup-wrapper .formRow--input{
    height: 43px ;
}

