@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&family=Oxygen:wght@300&display=swap);

* {
    box-sizing: border-box;
    outline: none;
    box-sizing: border-box;
    line-height: initial !important;
    font-size: 16px;
    line-height: 24px !important
}

html {
    scroll-behavior: smooth
}

body {
    color: #000;
    font-family: 'Manrope', sans-serif
}

h1,
h1 span {
    font-size: 56px;
    line-height: 65px !important;
    font-weight: 700
}

h1 span {
    color: #5c5be0 ;
    font-weight: 700
}

h2,
h2 strong {
    font-size: 34px;
    line-height: 41px !important;
    position: relative;
    margin: 0;
    font-weight: 700
}

h2 strong:after {
    content: '';
    background: var(--wpr-bg-1d0fac1c-5fb3-4c9f-ab1e-fdcd0973373e);
    width: 105px;
    height: 9px;
    position: absolute;
    top: 40px;
    bottom: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    margin: 0 auto;
    left: 0
}

h3,
h3 strong {
    font-size: 28px;
    line-height: 34px !important;
    font-weight: 700
}

h4 {
    font-size: 20px;
    font-weight: 700
}

h5 {
    font-weight: 700
}

h6 {
    font-weight: 700
}

p {
    line-height: 28px !important
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #000;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

a:hover {
    text-decoration: none;
    color: #1362d2
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    height: initial;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

input.form-control,
select.form-control,
textarea.form-control,
header .search_form .frm-field select {
    width: 100%
}

input[type=checkbox] {
    width: 18px !important;
    height: 18px;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0px !important
}

label {
    font-size: 14px;
    margin-bottom: 2px !important;
    line-height: initial !important
}

input[type="date"] {
    position: relative
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: center right;
    background-size: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
    top: 10px;
    width: auto
}

.form-control:focus,
.btn:focus,
.btn.focus,
button:focus {
    box-shadow: initial;
    outline: 0;
    border-color: #1362d2
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none
}

.wpcf7-form.invalid .wpcf7-not-valid {
    border-bottom: 1px solid red !important
}

.wpcf7-spinner {
    position: absolute
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0;
    text-align: left;
    font-size: 12px;
    background: #121212;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    line-height: initial !important;
    margin-top: 10px
}

.owl-nav {
    position: absolute;
    top: 30%;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: -1
}

.owl-nav button i {
    font-size: 25px;
    color: #333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #000;
    line-height: initial !important
}

.owl-nav button i:hover {
    background: #000;
    color: #fff
}

.owl-nav button.owl-prev i:before {
    position: relative;
    top: 0;
    left: -1px
}

.owl-nav button.owl-next i:before {
    position: relative;
    top: 0;
    left: 1px
}

.owl-nav .owl-prev {
    float: left;
    margin: 0;
    left: -60px;
    position: relative
}

.owl-nav .owl-next {
    float: right;
    margin: 0;
    right: -60px;
    position: relative
}

.btn-bluebg,
.btn-white {
    font-size: 16px;
    line-height: 22px !important;
    background: #5c5be0;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    display: inline-block
}

.btn-bluebg:hover {
    background: linear-gradient(180deg, #0850FF 0%, #1362d2 100%);
    color: #fff
}

.btn-white {
    color: #000 !important;
    border: 2px solid transparent;
    border-radius: 8px;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #0a52f9, #3b3a3a);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 9px 16px
}

.btn-white img {
    position: initial !important;
    margin-right: 5px;
    width: 20px !important
}

.btn-white span {
    background: linear-gradient(to right, #0f5ae3, #121212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-blue {
    border: 3px solid transparent;
    border-radius: 8px;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #1263D1, #3b3a3a);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    margin-top: 32px;
    display: block;
    box-shadow: 0 0 5px #1264d1
}

.btn-blue img {
    margin-right: 5px;
    width: 25px !important;
    position: relative !important
}

.btn-blue span {
    display: block;
    border-radius: 6px;
    padding: 24px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to right, #0f5ae3, #121212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-blue:hover {
    transform: scale(1.01)
}

.btn-border {
    font-size: 16px;
    line-height: 22px !important;
    color: #1362d2;
    padding: 8px;
    background: #EBF1FF;
    border: 1px solid #1362d2;
    border-radius: 8px;
    display: inline-block
}

.btn-border:hover {
    background: linear-gradient(180deg, #0850FF 0%, #1362d2 100%);
    color: #fff
}

.btn-grey {
    font-size: 16px;
    line-height: 22px !important;
    color: #000 !important;
    padding: 8px !important;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    display: inline-block;
    padding: 12px 21px;
    line-height: initial !important;
    background: #fff
}

.btn-grey:hover {
    background: linear-gradient(180deg, #0850FF 0%, #1362d2 100%);
    color: #fff !important
}

.bg-light {
    background: #F7F8FE !important
}

.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
    background: #000 !important
}

.top-header .bg-dark {
    border-radius: 0 0 50px 50px;
    padding: 4px 20px;
    text-align: right;
    width: auto;
    background: #1362d2 !important;
    display: inline-block
}

.top-header .bg-dark a,
.top-header .bg-dark p {
    color: #fff;
    position: relative;
    top: -3px
}

.top-header .bg-dark,
.top-header #menu-language-menu {
    display: inline-block
}

.top-header .widget_text,
.top-header .fa-times {
    display: inline-block;
    vertical-align: middle
}

.top-header .fa-times {
    color: red;
    margin: 0;
    position: absolute;
    right: 5px;
    z-index: 99
}

.top-header .leftdiv {
    position: relative;
    display: inline-block;
    padding-right: 25px
}

.top-header a,
.top-header p,
.top-header strong {
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: initial !important
}

.top-header strong {
    color: #1362d2;
    border-bottom: 1px dashed #1362d2;
    position: relative;
    top: -1px
}

.top-header a {
    padding: 0 5px
}

.top-header i {
    margin-right: 2px
}

header {
    border-bottom: 1px solid #f0f0f0;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

body.home header {
    border-bottom: 0
}

header .logo {
    display: block
}

header nav {
    display: inline-block
}

header nav ul {
    margin: 0 0
}

header nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px
}

header nav ul li:hover a,
header nav ul li.current-menu-item a {
    color: #1362d2;
    border-bottom: 2px solid #1362d2
}

header nav ul li a {
    text-transform: uppercase;
    color: #121212;
    font-size: 16px
}

header nav #menu-top-menu {
    display: none
}

header .deals-btn {
    padding: 0 !important
}

header .deals-btn a {
    background: #5c5be0 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 4px 10px;
    border-radius: 4px
}

header .mobile-icon {
    display: none
}

header .mobile-icon .border {
    background: #000000 !important;
    display: block;
    width: 31px;
    height: 3px;
    margin-bottom: 6px;
    border: 0 !important
}

header .mobile-icon .border:nth-child(2) {
    width: 27px
}

header .mobile-icon .border:nth-child(3) {
    width: 24px
}

header .search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-top: 0
}

header .search img {
    cursor: pointer;
    height: 25px;
    position: relative;
    top: 2px
}

header .search.toggle .search_form {
    opacity: 1;
    z-index: 99999999;
    height: initial;
    width: 270px
}

header .search_form {
    position: absolute;
    right: 93.5px;
    top: -9.5px;
    opacity: 0;
    z-index: 9;
    border-radius: 25px;
    z-index: -1;
    height: 0;
    overflow: hidden;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    width: 0
}

header .search_form input[type=text] {
    height: initial;
    font-size: 15px;
    margin: 0 !important;
    text-transform: uppercase;
    border-radius: 25px;
    line-height: initial !important
}

header .search_form input[type=text]:focus {
    background-color: #fff
}

header .search_form input[type=submit] {
    border: 0;
    position: absolute;
    right: 13px;
    top: 12.5px;
    background: var(--wpr-bg-3d6e3951-f114-455e-a685-26b172890a93);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    background-size: cover
}

header .search.toggle input[type=text] {
    padding: 15px 50px 15px 15px;
    border: 1px solid #e9e9e9
}

header .mobile-nav {
    display: none
}

header .cart {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    position: relative
}

header .cart img {
    width: 28px;
    position: relative;
    top: 1px;
    left: 0;
    cursor: pointer
}

header .cart .header-cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    background: #5c5be0;
    font-size: 12px;
    line-height: 19px !important
}

header .cart,
header .search,
header .mobile-icon {
    width: 30px;
    height: 33px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

header .loginuser {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

header .loginuser ul li {
    margin-left: 5px;
    padding: 0
}

header .loginuser ul li a {
    padding: 1px 13px;
    display: block
}

header .loginuser .btn-dark {
    display: inline-block
}

header .loginuser .btn-dark a {
    padding: 2.5px 21px
}

header .loginuser img {
    width: 25px;
    position: relative;
    top: -1px
}

header.shrink {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 5px 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
    animation: smoothScroll 1s forwards
}

header.shrink nav ul li:hover:after,
header.shrink nav ul li.current-menu-item:after {
    bottom: -14px
}

header.shrink .logo img {
    width: 200px
}

header.shrink .search_form {
    top: 45px
}

header #menu-social-menu li a {
    border: 1px solid #000;
    background: #fff
}

header #menu-social-menu li a:after {
    color: #000
}

header .close-nav {
    display: none
}



header.show,
header.hide {
    margin: 0;
   
    top: 0;
    z-index: 999;
    background: #fff !important;
    width: 100%;
    padding: 10px 0px !important
}

.mobile-navcss {
    overflow: hidden
}

.mobile-navcss .border {
    background: linear-gradient(90.02deg, #3961F4 .02%, #11BAFC 89.31%);
    border: 0 !important;
    width: 65%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mobile-navcss .border:after {
    content: '';
    width: 70px;
    height: 60px;
    display: block;
    position: absolute;
    background: #fff;
    right: -40px;
    top: -28px;
    transform: rotate(50deg)
}

.mobile-navcss ul {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    position: relative;
    z-index: 9
}

.mobile-navcss ul li {
    flex: 1 1 auto;
    text-align: center
}

.mobile-navcss ul li a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 8px;
    display: block;
    line-height: initial !important;
    color: #fff
}

.mobile-navcss ul li:last-child a {
    color: #000;
    text-align: right
}

body header .logout {
    display: none !important
}

body.logged-in header .logout {
    display: inline-block !important
}

body.logged-in header .login {
    display: none !important
}

body.menu-active .nav-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999998;
    opacity: .9
}

body.search-active .search-boxactive {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999998;
    opacity: .5;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.mobile-contact {
    clear: both
}

.mobile-contact a {
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 10px 15px 10px 55px;
    color: #333 !important;
    background: #fff;
    line-height: initial !important;
    border-bottom: 1px solid #ededed;
    position: relative
}

.mobile-contact a:last-child {
    border: 0
}

.mobile-contact i {
    background: linear-gradient(90.02deg, #3961F4 .02%, #11BAFC 89.31%);
    color: #fff;
    position: absolute;
    left: 16px;
    top: 5px;
    padding: 5px;
    width: 24px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: initial !important
}

.footer-top {
    position: relative;
    z-index: 9;
    clear: both
}

.footer-top p {
    margin-bottom: 0
}

.footer-top h3,
.footer-top strong {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 24px
}

.footer-top strong:after {
    content: '';
    background: var(--wpr-bg-af285115-6c9e-4bf7-a3b6-2dec5988f4d8);
    width: 105px;
    height: 9px;
    position: absolute;
    left: 50px;
    top: 30px
}

.footer-top .bg-blue {
    background: #1362d2;
    box-shadow: 0 40px 80px rgba(59, 57, 57, .08);
    border-radius: 20px;
    padding-bottom: 25px !important;
    min-height: 203px
}

.footer-top .form-control {
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    height: initial;
    padding: 13px 110px 13px 13px;
    color: #fff;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.footer-top .form-control:focus {
    background: #fff;
    color: #000
}

.footer-top input[type=submit] {
    background: #000;
    position: absolute;
    width: auto;
    font-size: 14px;
    line-height: 16px !important;
    border: 0;
    top: 6px;
    right: 22px;
    padding: 13px
}

.footer-top input[type=submit]:hover {
    background: #fff;
    color: #000
}

.footer-top input::placeholder,
.footer-top input::-webkit-input-placeholder,
.footer-top input::-webkit-input-placeholder {
    color: #fff
}

.footer-top .wpcf7 form.sent .wpcf7-response-output,
.footer-top .wpcf7 form.invalid .wpcf7-response-output,
.footer-top .wpcf7 form.unaccepted .wpcf7-response-output,
.footer-top .wpcf7 form.payment-required .wpcf7-response-output {
    clear: both;
    position: relative;
    top: 5px
}

footer {
    background: #464646;
    padding-top: 40px;
    position: relative;
    overflow: hidden
}

footer:after {
    content: '';
    background: var(--wpr-bg-f4974aea-62e5-454f-8dda-0d0362daccfe);
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 292px;
    height: 348px;
    background-size: cover
}

footer .container {
    position: relative;
    z-index: 9
}

footer h3 {
    color: #fff !important
}

footer h3 a {
    color: #fff;
    font-size: 22px;
    line-height: initial !important;
    display: block
}

footer h3 {
    font-size: 18px;
    width: 100%;
    float: left;
    line-height: initial !important;
    margin-bottom: 1rem
}

footer h4,
footer p {
    color: #fff;
    margin-bottom: 20px
}

footer p {
    color: #fff9
}

footer ul li {
    width: 100%
}

footer ul li a {
    color: #fff9;
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    position: relative
}

footer ul li a:hover {
    color: #fff
}

footer ul li:last-child a {
    margin-bottom: 0
}

footer .sub-menu li a {
    padding-left: 20px;
    margin-bottom: 20px !important
}

footer .sub-menu li a:after {
    content: '\f105';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0
}

.footer-btm {
    background: #292929;
    padding: 15px 0
}

.footer-btm li {
    display: inline-block;
    width: auto;
    margin-left: 10px
}

.footer-btm p,
.footer-btm a {
    font-size: 14px;
    color: #fff;
    margin: 0
}

.footer-btm ul,
.footer-btm .dmca-badge {
    display: inline-block
}

.footer-btm .dmca-badge {
    margin-left: 15px
}

.logged-in footer ul#menu-information li.aff-login,
.logged-in footer ul#menu-information li.aff-reg {
    display: none
}

footer ul#menu-information li.aff-home {
    display: none
}

.logged-in footer ul#menu-information li.aff-home {
    display: block
}

#menu-social-menu {
    text-align: left
}

#menu-social-menu li {
    width: auto;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top
}

#menu-social-menu li a {
    width: 36px;
    height: 36px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    padding: 0;
    display: block;
    margin: 0
}

#menu-social-menu li a:hover {
    background: #fff
}

#menu-social-menu li a:hover:after {
    color: #3872ff
}

.s-fb a,
.s-tw a,
.s-yt a,
.s-in a,
.s-pi a,
.s-li a,
.s-ins a,
.s-tg a,
.s-re a,
.s-spoti a,
.s-insta a,
.s-tiktok a {
    font-size: 0
}

.s-fb a:after,
.s-tw a:after,
.s-yt a:after,
.s-in a:after,
.s-pi a:after,
.s-li a:after,
.s-ins a:after,
.s-tg a:after,
.s-re a:after,
.s-spoti a:after,
.s-insta a:after,
.s-tiktok a:after {
    content: '';
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
    line-height: 35px
}

.s-fb a:after {
    content: '\f09a'
}

.s-tw a:after {
    content: '';
    background: var(--wpr-bg-1f83fcbe-397d-4c14-b072-77120a0c84ea) !important;
    display: block;
    width: 15px;
    height: 15px;
    background-size: cover !important;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 9px;
    right: 0;
    margin: 0 auto
}

.s-tw a:hover:after,
.s-tiktok a:hover:after {
    -webkit-text-fill-color: initial !important;
    filter: invert(1)
}

.s-yt a:after {
    content: '\f16a'
}

.s-in a:after {
    content: '\f16d'
}

.s-pi a:after {
    content: '\f0d2'
}

.s-li a:after {
    content: '\f08c'
}

.s-ins a:after {
    content: '\f16d'
}

.s-tg a:after {
    content: '\f2c6'
}

.s-re a:after {
    content: '\f281'
}

.s-spoti a:after {
    content: '\f1bc'
}

.s-insta a:after {
    content: '\f16d'
}

.s-tiktok a:after {
    content: '';
    background: var(--wpr-bg-47654d1c-4815-40a3-8884-0ae7a2814105) !important;
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover !important;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 6px;
    right: 0;
    margin: 0 auto
}

.slider .bg-black {
    background: #5c5be0;
    border-radius: 50px 50px 0 50px;
    position: relative
}

.slider h1 {
    color: #fff;
    margin-bottom: 28px
}

.slider p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .8)
}

.slider .bg-black:after {
    content: '';
    background: var(--wpr-bg-26c6ef10-7435-4d62-b890-e5b625e23f36);
    position: absolute;
    right: 0;
    bottom: -125px;
    width: 500px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat
}

.slider .bg-black img {
    position: absolute;
    right: 0;
    bottom: -8rem;
    z-index: 9
}

.slider .block {
    position: absolute;
    right: 0;
    bottom: -132px;
    width: 42%;
    height: 150px;
    background: #5c5be0;
    border-radius: 0 0 50px 0
}

.slider .block:after {
    content: '';
    background: #5c5be0;
    width: 200px;
    height: 100%;
    position: absolute;
    left: -100px;
    bottom: 0;
    transform: skew(225deg);
    border-radius: 0 0 0 15px
}

.review ul {
    display: flex
}

.review ul li {
    flex: 1 1 auto;
    width: 33.3%
}

.review h2 {
    color: #1362d2
}

.review p {
    font-size: 15px;
    line-height: initial !important
}

.deals .bg-black {
    position: relative
}

.deals .bg-black:after {
    content: '';
    background: #5c5be0;
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 80%;
    border-radius: 20px
}

.deals .bg-black:before {
    content: ""
}

.deals h2 {
    color: #fff;
    font-size: 45px;
    line-height: 55px !important;
    margin: 0
}

.deals h2 img {
    margin-right: 20px
}

.deals .d-inline-block img {
    position: absolute;
    right: -50px;
    bottom: 10px
}

.deals .bg-black .row {
    position: relative;
    z-index: 9
}

.deals .product-css a {
    background: #121212;
    display: block;
    border: 0
}

.deals .product-css a:hover li {
    color: #fff !important
}

.deals .product-css img {
    border-radius: 12px;
    margin-bottom: 20px
}

.deals .product-css h3 {
    font-size: 18px !important;
    color: #fff;
    text-align: left !important;
    min-height: initial;
    clear: both
}

.deals .product-css .amount span,
.deals .product-css bdi {
    color: #fff;
    font-size: 20px
}

.deals .product-css .add-detail li {
    color: #fff !important
}

.deals .product-css .add-detail img {
    filter: invert(1);
    margin: 0
}

.deals .product-css a:hover img,
.product-css:hover .img img,
.products.columns-3 li:hover img {
    transform: scale(1.05)
}

.featured-pro {
    position: relative
}

.product-css a,
.products.columns-3 li a,
.brand-sec .product-border a {
    border: 1px solid #D5D5D5;
    display: block;
    border-radius: 20px;
    padding: 16px;
    float: left;
    height: 100%;
    width: 100%;
    background: #fff
}

.product-css a .img img,
.products.columns-3 li .size-woocommerce_thumbnail {
    border-radius: 12px;
    margin-bottom: 20px !important
}

.product-css h3,
.products.columns-3 li h2 {
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: center;
    margin-bottom: 10px !important;
    color: #000;
    clear: both;
    min-height: initial !important
}

.product-css .price,
.products.columns-3 li .price {
    color: #1362d2 !important;
    border: 1px solid #1362d2;
    border-radius: 8px;
    padding: 11px 2px 9px 2px;
    width: calc(100% - 65px);
    text-align: center;
    margin: 0 !important;
    float: left;
    line-height: initial !important;
    min-height: 46px
}

.product-css .price span,
.products.columns-3 li .price span,
.product-css .price span bdi,
.products.columns-3 li .price bdi {
    font-size: 18px
}

.product-css .fav_cart .button,
.products.columns-3 li .fav_cart .button {
    width: 25%;
   background: #5c5be0;
    float: right;
    border-radius: 8px;
    border: 0;
    padding: 10.5px 0;
    line-height: initial !important;
    width: 55px;
    text-align: center
}

.products.columns-3 li .fav_cart .button img {
    margin: 0 auto;
    width: auto
}

.product-css .product_type_variable,
.products.columns-3 .product_type_variable,
.product-css .button.product_type_simple,
.products.columns-3 li .button.product_type_simple {
    display: none !important
}

.product-css a:hover,
.products.columns-3 li:hover a,
.brand-sec .product-border a:hover {
    background: #121212;
    border-radius: 20px;
    border-color: #121212;
    color: #fff;
}

.product-css a:hover .add-detail img,
.products.columns-3 li:hover .add-detail img,
.brand-sec .product-border a:hover .add-detail img {
    filter: invert(1)
}

.product-css a:hover .add-detail li,
.products.columns-3 li:hover .add-detail li,
.brand-sec .product-border a:hover .add-detail li {
    color: #fff !important
}

.product-css a:hover h3,
.products.columns-3 li a:hover h3,
.brand-sec .product-border a:hover h3,
.products.columns-3 li:hover h2 {
    color: #fff !important
}

.product-css a:hover .price,
.products.columns-3 li:hover .price {
    background: #fff;
    border-color: #121212;
    color: #121212 !important
}

.product-css a:hover .soldout,
.products.columns-3 li:hover .soldout {
    background: #1362d2 !important
}

.products.columns-3 li {
    position: relative
}

.products.columns-3 li .fav_cart {
    position: absolute;
    bottom: 17px;
    right: 16px
}

.products.columns-3 li .star-rating {
    display: none
}

.sidehead_heading {
    color: #000;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
    line-height: initial !important
}

.all-brand .container-fluid,
.all-brand .col-12,
.all-brand .col-12 .row {
    position: relative;
    z-index: 9
}

.all-brand .container-fluid:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 1100px;
    height: 100%;
    border-radius: 20px;
    background: #F7F8FE !important;
    margin: 0 auto
}

.all-brand a:hover img {
    transform: scale(1.05)
}

.all-brand img {
    width: 90% !important;
    height: auto;
    border-radius: 10px;
    margin: 0 auto 15px auto;
    background: #fff
}

.all-brand a {
    display: block;
    color: #fff;
    border-radius: 20px;
    padding: 15px 0;
    background: #121212 !important
}

.all-brand .container-fluid {
    max-width: 1400px
}

.all-brand h2 strong:after {
    width: 100%;
    top: 40px
}

.brand-sec .img {
    width: 100px;
    float: left;
    margin: 0
}

.brand-sec .img img {
    border-radius: 10px;
    width: 100%
}

.brand-sec .pro-price,
.brand-sec h3 {
    font-size: 18px !important;
    float: right;
    line-height: 24px !important;
    margin-bottom: 10px;
    text-align: center;
    color: #000 !important
}

.brand-sec h3,
.brand-sec .pro-price {
    min-height: 70px;
    width: calc(100% - 115px) !important;
    text-align: left;
    float: right !important;
    line-height: initial !important;
    clear: initial !important;
    margin-bottom: 0 !important
}

.brand-sec .pro-price {
    color: #1362d2 !important;
    margin: 0;
    word-break: break-all;
    min-height: initial;
    background: #fff
}

.brand-sec .product-border a {
    text-align: left
}

.brand-sec .product-border a:hover img {
    transform: scale(1.05)
}

body.home .home-brand.brand-sec .product-border a:hover .pro-price {
    background: initial;
    color: #fff !important
}

body.home .home-brand.brand-sec .pro-price {
    background: initial !important
}

.brand-sec .nav-tabs {
    border: 0 !important
}

.brand-sec .nav-tabs li {
    text-align: center;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #dee2e6
}

.brand-sec .nav-tabs li a {
    padding: 10px 10px 20px 10px;
    display: inline-block;
    color: #000
}

.brand-sec .nav-tabs li a.active:after,
.brand-sec .nav-tabs li a:hover:after {
    content: "";
    display: block;
    width: 57px;
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 3px solid #1362d2;
    bottom: 0;
    margin: 0 auto
}

.brand-sec .nav-tabs li a.active:before,
.brand-sec .nav-tabs li a:hover:before {
    content: '';
    background: var(--wpr-bg-e4a0b1e4-0fea-4f77-9c9b-f251d23b50bc);
    width: 24px;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto
}

.tab-pane.active {
    display: block;
    opacity: 1;
    text-align: center
}

.panel-loader {
    position: absolute;
    left: 0;
    width: 100%;
    height: 122px;
    top: 0;
    background: var(--wpr-bg-ff22ad54-db0a-488c-9251-180547ec35c7);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9;
    background-size: 50px
}

.support h2 {
    margin-bottom: 35px
}

.support .col {
    width: 20%;
    padding: 0 5px
}

.support .border {
    text-align: center;
    padding: 24px 0;
    border: 1px solid #D5D5D5 !important;
    border-radius: 20px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.support .border span {
    background: #FFF;
    box-shadow: 0 2px 5px #d5d5d5;
    display: inline-block;
    margin-bottom: 25px;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.support .border h4 {
    font-size: 20px;
    margin-bottom: 15px
}

.support .border p {
    font-size: 15px;
    padding: 0 10px;
    min-height: 90px;
    line-height: initial !important
}

.support .border img {
    position: relative;
    top: 30px;
    height: 45px
}

.support .border:hover {
    background: #1362d2;
    border-color: #1362d2 !important
}

.support .border:hover h4,
.support .border:hover p {
    color: #fff
}

.yt .bg-black {
    position: relative
}

.yt .bg-black:after {
    content: '';
    background: #121212;
    position: absolute;
    right: 2%;
    top: -3%;
    width: 56%;
    height: 103%;
    border-radius: 20px
}

.yt .bg-black .row {
    position: relative;
    z-index: 9
}

.yt .border iframe {
    width: 100%;
    border-radius: 20px;
    height: 200px;
    margin-bottom: 10px
}

.yt .border {
    border: 1px solid #D5D5D5 !important;
    border-radius: 20px;
    position: relative;
    width: 16%;
    float: left;
    margin: 1%
}

.yt .border:first-child {
    width: 40%;
    margin: -10px 35px 0 0px !important
}

.yt .border:nth-child(3n+1) {
    margin-right: 0
}

.yt .border>img {
    margin-right: 0
}

.yt .d-inline-block img,
.yt .d-inline-block h2 {
    vertical-align: middle
}

.yt h2 {
    color: #333
}

.yt h2 img {
    margin-right: 20px
}

.yt p {
    border-radius: 0 0 20px 20px;
    padding: 6px 0;
    font-size: 15px;
    color: #121212;
    width: 100%;
    background: #EFEFEF;
    text-align: center;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    margin: 0 !important
}

.yt p span {
    padding: 0 10px
}

.yt p img {
    border-radius: 50%
}

.yt img {
    width: auto !important;
    display: inline-block !important;
    margin-right: 10px
}

.yt .border:hover p {
    background: #121212 !important;
    color: #fff
}

.yt .radius {
    border-radius: 20px 20px 0 0;
    width: 100% !important;
    filter: brightness(.5)
}

.yt .border:hover img,
.yt .border:hover p {
    transform: scale(1.02);
    filter: initial
}

.yt i {
    background: #fff;
    color: #1362d3;
    font-size: 50px;
    display: inline;
    border-radius: 50%;
    padding: 0 3px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    line-height: initial !important
}

.blog-css h2 strong:after {
    width: 81px
}

.blog-css img {
    margin-bottom: 15px;
    border-radius: 15px
}

.blog-css h5 {
    margin: 10px 0
}

.blog-css h5 a {
    font-size: 20px;
    line-height: 24px !important
}

.blog-css p,
.blog-css a.link {
    margin: 0
}

.blog-css a.link {
    color: #1362d2;
    border-bottom: 1px solid #1362d2
}

.blog-css .full span {
    font-size: 16px
}

.blog-css .full h5 a {
    font-size: 22px !important;
    line-height: 32px !important
}

.blog-css .right img {
    width: 129px;
    height: 129px;
    float: left;
    margin: 0;
    margin-right: 15px
}

.blog-css .right h5 a {
    font-size: 18px;
    line-height: 22px !important
}

.blog-css .right p {
    display: none
}

.blog-css .right .mb-4:last-child {
    margin-bottom: 0 !important
}

.blog-css .border-radius {
    padding: 10px;
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    overflow: auto;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.about-qty .border {
    padding: 15px 20px;
    background: #EBF1FF;
    border: 1px solid #1362d2 !important;
    border-radius: 20px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.about-qty .border h2 {
    color: #1362d2
}

.about-qty .border p {
    font-size: 15px;
    line-height: initial !important;
    min-height: 37px
}

.about-qty .border:hover {
    background: #1362d2
}

.about-qty .border:hover h2,
.about-qty .border:hover p {
    color: #fff
}

.about-brands .table {
    margin: 0;
    display: table;
    height: 70px
}

.about-brands .table-middle {
    display: table-cell;
    vertical-align: middle
}

.page-title .bg-black {
    background: #121212;
    box-shadow: 0 15px 80px rgba(59, 57, 57, .08);
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: center center
}

.page-title .bg-black:after,
.page-title .bg-black:before {
    content: '';
    position: absolute;
    left: 35px;
    bottom: -50px;
    background: var(--wpr-bg-762c60f5-5675-4821-8529-204697df8502);
    width: 105px;
    height: 110px
}

.page-title .bg-black:before {
    content: '';
    left: initial;
    right: 35px;
    top: -35px;
    bottom: initial;
    background: var(--wpr-bg-4c222a92-16b5-47ae-be0c-dcae5d7ea671)
}

.page-title #breadcrumbs a {
    color: #000;
    text-transform: uppercase
}

.page-title img {
    vertical-align: top;
    margin-right: 10px
}

.page-title .breadcrumb_last,
.page-title p,
.page-title a,
.page-title strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #000
}

.page-title .separator {
    padding: 0 5px;
    font-size: 22px;
    position: relative;
    top: 1px
}

.page-title h1 {
    margin: 0;
    color: #fff;
    font-size: 25px !important;
    line-height: 35px !important
}

.page-title ul {
    padding-left: 50px;
    margin-top: 5px
}

.page-title ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    position: relative
}

.page-title ul li:last-child {
    margin: 0
}

.page-title ul li:after {
    content: '';
    font-size: 18px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -40px;
    top: 0;
    background: var(--wpr-bg-151f4f90-f3b1-431f-9bd4-53c3189cec9b)
}

.content-area h3,
.od-new h2 {
    font-size: 24px;
    margin-bottom: 25px;
    clear: both
}

.content-area ul {
    margin-left: 20px
}



.content-area ul li:last-child {
    margin: 0
}

.content-area a {
    color: #1362d2
}

.faqpage h3 img {
    margin-right: 25px
}

.faqpage .menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-left: 0 !important
}

.faqpage .menu li {
    position: relative;
    list-style: none;
    margin: 0
}

.faqpage .menu li.active a,
.faqpage li:hover a {
    background: #1362d2;
    color: #fff !important;
    clip-path: polygon(0 0%, calc(100% - var(--pointy)) 0, 100% 50%, calc(100% - var(--pointy)) 100%, 0 100%, var(--pointy) -5000%);
    --padding: 20px;
    --pointy: 20px
}

.faqpage .menu li a {
    border: 1px solid #D5D5D5;
    display: block;
    padding: 12px;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    line-height: 22px !important;
    margin-bottom: 15px
}

.faqpage .faq-scroll {
    width: 100%;
    float: left
}

.accordion {
    width: 100%;
    float: left;
    background: #FFF;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
    padding: 0 24px
}

.accordion .accordion-container h4 {
    width: 100%;
    float: left;
    position: relative;
    padding: 25px 40px 25px 0;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #D5D5D5;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    font-weight: 400
}

.accordion .accordion-container h4:nth-last-child(2) {
    border: 0
}

.accordion .accordion-container h4:before {
    content: '\f107';
    font-family: 'FontAwesome';
    width: 32px;
    height: 32px;
    border: 2px solid #D5D5D5;
    position: absolute;
    right: 0;
    border-radius: 5px;
    top: 21px;
    color: #D5D5D5;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.accordion .accordion-container h4.close:before {
    content: '\f106'
}

.accordion .accordion-container h4:hover,
.accordion .accordion-container h4.close {
    color: #1362d2
}

.accordion .accordion-container h4:hover:before {
    background: #1362d2;
    border-color: #1362d2;
    color: #fff
}

.accordion .accordion-container h4.close {
    opacity: 1;
    border: 0
}

.accordion .accordion-container h4.close~.accordion-content {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 25px;
    padding-right: 50px;
    line-height: 30px !important
}

.accordion .accordion-content {
    display: none;
    width: 100%;
    float: left;
    padding: 0;
    font-size: 18px;
    color: #000
}

.accordion .accordion-content a,
.accordion .accordion-content li {
    font-size: 18px
}

.contact-css .border {
    border-radius: 20px;
    position: relative
}

.contact-css ul li {
    margin-bottom: 35px;
    padding-left: 64px;
    position: relative
}

.contact-css ul li img {
    position: absolute;
    left: 0;
    top: 0
}

.contact-css ul li:last-child {
    margin: 0
}

.contact-css h4 {
    color: #121212
}

.contact-css p,
.contact-css p a {
    color: #333;
    font-size: 19px;
    word-break: break-all
}

.contact-css p a {
    color: #1362d2
}

.contact-css .bg-white {
    box-shadow: 0 40px 80px rgba(59, 57, 57, .28);
    border-radius: 20px;
    position: absolute;
    width: 100%;
    top: -30px;
    min-height: 400px
}

.contact-css input,
.contact-css textarea {
    border: 0;
    border-bottom: 1px solid #D5D5D5 !important;
    padding: 10px 0;
    border-radius: 0;
    color: #797979
}

.contact-css textarea {
    height: 106px
}

.contact-css input[type=submit] {
    width: 175px;
    height: 38px;
    font-size: 16px;
    line-height: 12px !important;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff
}

.contact-css textarea::placeholder,
.contact-css input::placeholder {
    color: #797979
}

.contact-css .bg-light:after,
.contact-css .bg-light:before {
    content: '';
    position: absolute;
    left: 15px;
    top: -25px;
    background: var(--wpr-bg-004c0824-e33d-4f13-8256-c60d54d1f238);
    width: 105px;
    height: 105px;
    background-size: cover !important
}

.contact-css .bg-light:before {
    content: '';
    left: initial;
    right: 15px;
    top: initial;
    bottom: -60px;
    background: var(--wpr-bg-be61d80a-5288-45eb-9c75-c09352b76363)
}

.single.page-title .bg-black {
    min-height: 242px
}

.single.page-title .bg-black:after,
.single.page-title .bg-black:before {
    display: none
}

.single.page-title .featured img {
    width: 100%;
    border-radius: 25px
}

.single-blog {
    clear: both
}

.single-blog .shadow {
    margin: initial;
    box-sizing: initial;
    padding: initial;
    box-shadow: initial !important
}

.single-blog .shadow h1 {
    font-size: 28px;
    line-height: 34px !important;
    margin-bottom: 8px
}

.single-blog .shadow span {
    font-size: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block
}

.single-blog .shadow span a {
    font-size: 15px;
    color: #000 !important
}

.single-blog .shadow span a:hover {
    color: #1362d2 !important
}

.single-blog .shadow i {
    margin-right: 5px;
    color: #1362d2
}

.single-blog .shadow span.social-share i {
    font-size: 21px !important
}

.related h2 strong:after {
    left: -70px;
    top: 45px
}

body.woocommerce-page .page-title .bg-black,
body.search-results .page-title .bg-black {
    display: none
}

.woocommerce-result-count {
    font-size: 14px;
    line-height: 16px !important;
    margin-bottom: 0px !important;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    color: #000
}

.toggle-woo {
    padding-bottom: 0 !important
}

.toggle-woo,
.woocommerce-pagination {
    width: 100%;
    float: left;
    position: relative
}

.toggle-woo .icon {
    display: none
}

.sidebar-css .close-nav {
    display: none !important
}

.sidebar-css h3 {
    color: #000;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
    line-height: initial !important
}

.sidebar-css h3:after {
    content: ''
}

.sidebar-css .border {
    border: 0 !important
}

.sidebar-css .border:last-child {
    margin-bottom: 0 !important
}

.sidebar-css .widget_product_categories {
    width: 100%;
    float: left;
    margin: 0 !important
}

.sidebar-css .widget_product_categories ul {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    margin: 0
}

.sidebar-css .widget_product_categories ul li {
    list-style: none;
    margin: 0
}

.sidebar-css .widget_product_categories ul li:last-child {
    margin: 0
}

.sidebar-css .widget_product_categories ul li a {
    display: block;
    text-align: left;
    padding: 8px 0;
    line-height: initial !important;
    border-bottom: 0 !important;
    font-size: 16px;
    color: #121212;
    text-transform: uppercase
}

.sidebar-css .widget_product_categories ul li a:hover {
    color: #1362d2
}

.sidebar-active .sidebar-toggle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999998;
    opacity: .7
}

.soldout {
    padding: 4px 5px;
    text-align: center;
    background: #000;
    color: #fff;
    position: absolute;
    top: 23px;
    left: 0;
    font-size: 12px;
    line-height: initial !important;
    border-radius: 5px;
    text-transform: uppercase;
    width: 46px;
    z-index: 99
}

body.translatepress-es_ES .soldout {
    width: auto !important
}

body.translatepress-es_ES header nav ul li {
    padding: 0 8px !important
}

body.translatepress-es_ES header nav ul li a {
    text-transform: capitalize !important;
    font-size: 15px
}

.pagination,
.woocommerce-pagination {
    width: 100%;
    float: left;
    text-align: center;
    display: block
}

.woocommerce-pagination ul,
.woocommerce-pagination ul li {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.pagination span,
.pagination a,
.woocommerce-pagination a,
.woocommerce-pagination span {
    background: #000;
    border-radius: 50%;
    display: inline-block !important;
    padding: 8px 5px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin: 0 5px !important;
    color: #fff !important;
    min-width: 40px !important
}

.pagination .current,
.pagination span:hover,
.pagination a:hover,
.woocommerce-pagination a:hover,
.woocommerce-pagination span:hover,
.woocommerce-pagination .current {
    background: #1362d2 !important
}

.woocommerce-ordering .select2-selection {
    height: initial !important;
    border: 0 !important;
    margin: 0 !important
}

.woocommerce-ordering .select2-selection .select2-selection__rendered {
    width: 100%;
    font-size: 15px;
    padding: 10px 16px !important;
    line-height: initial !important;
    border-radius: 10px;
    border: 2px solid #EFEFEF;
    color: #000 !important;
    text-align: left !important
}

.woocommerce-ordering .select2-selection .select2-selection__arrow {
    content: '';
    background: var(--wpr-bg-665f88e6-b874-466e-9517-ed06409e95ed);
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px !important;
    width: 30px !important;
    top: 6px;
    right: 8px
}

.woocommerce-ordering .select2-selection .select2-selection__arrow b {
    display: none
}

.select2-results li {
    font-size: 14px !important;
    line-height: initial !important;
    padding: 8px
}

.select2-results .select2-dropdown {
    border: 2px solid rgba(0, 0, 0, .1)
}

.select2-results .select2-results__option--highlighted {
    background: #000 !important
}

.single-pro-data {
    clear: both
}

.single-pro-data .single-left-menu ul {
    position: sticky;
    top: 0;
    margin: 0;
    padding: 0
}

.single-pro-data .single-left-menu ul li {
    margin-bottom: 20px;
    list-style: none
}

.single-pro-data .single-left-menu ul li a {
    border: 1px solid #D5D5D5;
    display: block;
    padding: 12px;
    border-radius: 8px;
    line-height: initial !important;
    color: #000;
    font-size: 16px;
    line-height: 22px !important
}

.single-pro-data.bottom ul li.active a,
.single-pro-data.bottom ul li:hover a {
    background: #1362d2;
    color: #fff;
    clip-path: polygon(0 0%, calc(100% - var(--pointy)) 0, 100% 50%, calc(100% - var(--pointy)) 100%, 0 100%, var(--pointy) -5000%);
    --padding: 20px;
    --pointy: 20px
}

.single-pro-data .single-right .border {
    border: 1px solid #D5D5D5 !important;
    border-radius: 12px;
    min-height: 250px
}

.single-pro-data .single-right #description ul {
    margin-bottom: 1rem !important
}

.single-pro-data .single-right h3 {
    font-size: 20px;
    line-height: 24px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: left !important
}

.single-pro-data .single-right p,
.single-pro-data .single-right strong {
    font-size: 16px;
    text-align: left !important;
    clear: both
}

.single-pro-data .single-right ul,
.single-pro-data .single-right ol {
    margin: 0;
    padding-left: 16px
}

.single-pro-data .single-right ul li,
.single-pro-data .single-right ol li {
    font-size: 16px;
    line-height: 22px !important;
    color: #000;
    margin-bottom: 10px !important;
    width: 100% !important;
    text-align: left !important
}

.single-pro-data .single-right ul li:last-child,
.single-pro-data .single-right ol li:last-child {
    margin: 0
}

.single-pro-data .single-right table {
    font-size: 16px
}

.single-pro-data .single-right table {
    width: 100%
}

.single-pro-data .single-right table tr:nth-child(odd) {
    background: #F7F8FE
}

.single-pro-data .single-right table th,
.single-pro-data .single-right table td {
    width: 50%;
    font-size: 16px;
    line-height: 22px !important;
    padding: 8px
}

.single-pro-data.top a {
    background: #fff !important;
    color: #000000 !important
}

.single-pro-data.top li.active a {
    background: #1362d2 !important;
    color: #fff !important;
    clip-path: polygon(0 0%, calc(100% - var(--pointy)) 0, 100% 50%, calc(100% - var(--pointy)) 100%, 0 100%, var(--pointy) -5000%);
    --padding: 20px;
    --pointy: 20px
}

body.single-product #primary {
    padding-top: 40px
}

body.single-product .product {
    overflow: auto;
    border-radius: 20px;
    border: 1px solid #D5D5D5 !important;
   padding: 43px 40px 0px 0px;
}

body.single-product .woocommerce-product-gallery {
    width: 35% !important;
    margin: 0 !important
}

body.single-product .summary {
    width: 60% !important;
    margin: 0 !important
}

body.single-product .summary h1 {
    font-size: 34px;
    line-height: 41px !important;
    margin-bottom: 20px
}

body.single-product .summary .product_meta {
    margin-bottom: 20px
}

body.single-product .summary .product_meta span {
    font-size: 16px;
    line-height: 22px !important;
    margin-right: 10px
}

body.single-product .summary .product_meta span:last-child {
    margin: 0
}

body.single-product .summary .product_meta .posted_in:last-child {
    display: none !important
}

body.single-product .summary .product_meta a {
    font-size: 16px;
    line-height: 22px !important;
    color: #1362d2
}

body.single-product .summary .price,
body.single-product .summary .price span,
body.single-product .summary .price bdi,
body.single-product .summary .price ins,
body.single-product .summary .price del {
    font-size: 34px !important;
    line-height: 41px !important;
    color: #02011E !important
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important
}

body.single-product .summary .price del bdi,
body.single-product .summary .price del span {
    font-size: 30px !important
}

body.single-product .summary .price ins {
    text-decoration: none !important;
    font-weight: 500 !important
}

body.single-product .summary .price {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 20px;
    margin-bottom: 20px
}

body.single-product .summary .single_add_to_cart_button {
    margin-right: 20px
}

body.single-product .summary form {
    margin: 0 !important
}

body.single-product .summary table,
body.single-product .summary .single_variation_wrap {
    width: 100% !important;
    float: left
}

body.single-product .summary table,
body.single-product .summary .single_variation_wrap .price {
    width: 100%;
    float: left;
    border: 0;
    margin: 0
}

body.single-product .summary table tr span,
body.single-product .summary table tr label {
    font-size: 16px;
    color: #000;
    float: left;
    margin: 0 !important;
    line-height: initial !important
}

body.single-product .summary table tr {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

body.single-product .summary table tr:last-child {
    margin: 0
}

body.single-product .summary table tr td select {
    display: none !important
}

body.single-product .summary table tr td {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px
}

body.single-product .summary table .variation-radios input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

body.single-product .summary table .variation-radios label {
    color: #121212;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    line-height: initial !important
}

body.single-product .summary table .variation-radios span.myactive label,
body.single-product .summary table .variation-radios span:hover label {
    border-color: #1362d2;
    color: #1362d2
}

body.single-product .summary table .variation-radios span {
    margin-right: 15px !important;
    position: relative;
    margin-bottom: 10px !important
}

body.single-product .summary table tr td .reset_variations {
    display: none !important
}

body.single-product .summary #wccf_product_field_master_container {
    width: 100%;
    float: left;
    margin: 0;
    line-height: initial !important
}

body.single-product .entry-title,
body.single-product .woocommerce-product-rating {
    display: none
}

div.quantity {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    padding: 7px 2px;
    margin-right: 20px !important;
    line-height: initial !important;
    display: inline-block;
    background: #fff
}

div.quantity input[type="number"] {
    border: 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px !important;
    padding: 0 !important;
    -webkit-appearance: none
}

div.quantity input::-webkit-outer-spin-button,
div.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

div.quantity input[type=number] {
    -moz-appearance: textfield !important
}

div.quantity .minus,
div.quantity .plus {
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    background: initial;
    border-radius: 6px;
    line-height: initial !important
}

div.quantity button:hover {
    background: #1362d2
}

.woocommerce span.onsale {
    display: none !important
}

.woocommerce-breadcrumb {
    display: none
}

#wpam-reg-form .wpam-registration-form-submit,
body.affiliate-login .login-left .login-submit input,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    font-size: 16px;
    line-height: 25px !important;
    background: #1362d2;
    border-radius: 8px;
    padding: 9px 50px;
    color: #fff;
    display: inline-block
}

body.affiliate-login .login-left .login-submit input:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: linear-gradient(180deg, #1362d2 0%, #0850FF 100%) !important;
    color: #fff
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    width: 1110px;
    margin: 0 auto 50px auto !important;
    padding: 14px 125px 15px 50px;
    font-size: 15px;
    border-top-color: #0056b3;
    background-color: #F7F8FE
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li,
.woocommerce-error strong,
.woocommerce-info strong,
.woocommerce-message strong {
    font-size: 15px
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 22px !important;
    background: #1362d2 !important;
    border-radius: 8px !important;
    padding: 4px 15px 3px 15px !important;
    color: #fff !important;
    position: absolute !important;
    top: 12px;
    right: 12px
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #0056b3;
    top: 14px
}

.tax-product_brands .content-area {
    padding-top: 0 !important
}

.woocommerce-cart .woocommerce-message {
    margin-top: 0
}

.woocommerce-cart .woocommerce-cart-form {
    width: 62%;
    float: left
}

.woocommerce-cart .woocommerce-cart-form table {
    border: 0
}

.woocommerce-cart .woocommerce-cart-form table tr {
    background: #F7F8FE;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border-radius: 8px !important;
    padding: 20px 16px
}

.woocommerce-cart .woocommerce-cart-form table tr {
    padding: 16px 16px
}

.woocommerce-cart .woocommerce-cart-form table td {
    padding: 0;
    vertical-align: top
}

.woocommerce-cart .woocommerce-cart-form table td.product-name {
    width: 80%;
    float: left;
    border: 0
}

.woocommerce-cart .woocommerce-cart-form table td.product-subtotal {
    width: 20%;
    float: left;
    text-align: right;
    border: 0
}

.woocommerce-cart .woocommerce-cart-form .img {
    float: left;
    width: 100px;
    margin-right: 20px
}

.woocommerce-cart .woocommerce-cart-form .img img {
    width: 100%;
    border-radius: 8px
}

.woocommerce-cart .woocommerce-cart-form .ttitle {
    font-size: 0;
    line-height: initial !important;
    float: left;
    width: calc(100% - 150px);
    margin: 0
}

.woocommerce-cart .woocommerce-cart-form .ttitle a {
    font-size: 18px;
    line-height: 24px !important;
    color: #121212 !important;
    margin-bottom: 10px;
    display: block
}

.woocommerce-cart .woocommerce-cart-form .ttitle .amount {
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.woocommerce-cart .woocommerce-cart-form .ttitle .amount bdi,
.woocommerce-cart .woocommerce-cart-form .ttitle .amount span {
    font-size: 16px
}

.woocommerce-cart .woocommerce-cart-form .ttitle .variation {
    margin-bottom: 12px
}

.woocommerce-cart .woocommerce-cart-form .ttitle .variation p,
.woocommerce-cart .woocommerce-cart-form .ttitle .variation dt {
    font-size: 14px;
    line-height: initial !important
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
    float: left;
    width: calc(100% - 150px)
}

.woocommerce-cart .woocommerce-cart-form .product-quantity,
.woocommerce-cart .woocommerce-cart-form .rremove {
    display: inline-block
}

.woocommerce-cart .woocommerce-cart-form .rremove {
    position: relative;
    top: 5px;
    vertical-align: top
}

.woocommerce-cart .woocommerce-cart-form .rremove a {
    padding: 2px
}

.woocommerce-cart .woocommerce-cart-form .rremove a:hover {
    background: initial
}

.woocommerce-cart .woocommerce-cart-form .rremove a:hover img {
    transform: scale(1.1)
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal {
    color: #1362d2
}

.woocommerce-cart .woocommerce-cart-form .actions {
    text-align: right;
    display: block;
    border: 0
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
    display: none !important
}

.woocommerce-cart .cart-collaterals {
    width: 35%;
    float: right
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    display: none
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 12px 10px
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    font-size: 16px !important;
    color: #000 !important
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table span,
.woocommerce-cart .cart-collaterals .cart_totals table td p,
.woocommerce-cart .cart-collaterals .cart_totals table strong,
.woocommerce-cart .cart-collaterals .cart_totals table td bdi,
.woocommerce-cart .cart-collaterals .cart_totals table td li,
.woocommerce-cart .cart-collaterals .cart_totals table td a,
.woocommerce-cart .cart-collaterals .cart_totals table td label {
    font-size: 16px !important;
    color: #000 !important;
    margin: 0 !important
}

.woocommerce-cart .cart-collaterals .cart_totals table td .shipping-calculator-button {
    color: #1362d2 !important;
    margin-top: 10px !important
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form span {
    padding: 0;
    width: 100%;
    font-size: 15px !important;
    text-align: left;
    background: none;
    height: initial !important;
    background: #fff !important
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form p {
    margin-bottom: 5px !important;
    width: 100% !important
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form button {
    padding: 6px 10px;
    font-size: 14px
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form .select2-selection__arrow {
    width: auto !important;
    right: 15px;
    top: -6px
}

.woocommerce-cart .cart-collaterals .cart_totals table td input,
.woocommerce-cart .cart-collaterals .cart_totals table td select,
.woocommerce-cart .cart-collaterals .cart_totals .select2-selection__rendered {
    padding: 6px !important;
    font-size: 15px !important;
    color: #797979;
    border: 1px solid #D5D5D5 !important;
    border-radius: 8px
}

.woocommerce-cart .cart-collaterals .cart_totals .select2-selection {
    height: initial;
    border: 0
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-discount a {
    color: #1362d2 !important
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    position: relative
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
    width: 100%;
    border-radius: 6px;
    font-size: 20px;
    line-height: 24px !important;
    padding: 16px;
    margin-top: 70px;
    text-transform: uppercase
}

.woocommerce-cart .cart-collaterals .woocommerce-coupon-form {
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
    top: 15px
}

.woocommerce-cart .cart-collaterals .woocommerce-coupon-form button {
    width: 155px !important;
    float: right;
    padding: 9px 16px
}

.woocommerce-cart #coupon_code {
    border: 1px solid #D5D5D5 !important;
    border-radius: 6px !important;
    width: calc(100% - 165px) !important;
    padding: 9.5px;
    margin-right: 10px;
    float: left
}

.aff-wrap {
    border: 0;
    box-shadow: 0 20px 60px rgb(18 185 252 / 10%) !important;
    padding: 20px;
    overflow: auto
}

.aff-wrap .wpam-nav-menu {
    margin-bottom: 2.5rem;
    width: 100%;
    float: left
}

.aff-wrap .wpam-nav-menu ul {
    margin: 0;
    display: flex;
    width: 100%
}

.aff-wrap .wpam-nav-menu ul li {
    flex: 1 1 auto;
    text-align: center;
    border: 1px solid #f7f8fe
}

.aff-wrap .wpam-nav-menu ul li a {
    color: #000
}

.aff-wrap .wpam-nav-menu ul li.pure-menu-selected a,
.aff-wrap .wpam-nav-menu ul li a:hover {
    background: #1362d2 !important;
    color: #fff
}

.aff-wrap .wrap {
    padding: 0 !important;
    position: relative
}

.aff-wrap .wrap h3,
.aff-wrap h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
    line-height: initial !important;
    text-transform: initial
}

.aff-wrap .pure-table {
    width: 100%;
    float: left;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    font-size: 15px;
    margin-bottom: 25px
}

.aff-wrap .pure-table:last-child {
    float: right
}

.aff-wrap .pure-table thead {
    background: wheat;
    background: whitesmoke
}

.aff-wrap .pure-table thead th {
    background: #f7f8fe;
    line-height: initial !important
}

.aff-wrap .pure-table tbody td {
    font-size: 14px;
    line-height: initial !important;
    color: #000;
    padding: 8px 12px !important;
    border: 0 !important;
    letter-spacing: .02em;
    vertical-align: middle !important
}

.aff-wrap .pure-table tbody tr td span {
    line-height: initial !important
}

.aff-wrap .pure-table tbody tr:nth-child(even),
.aff-wrap .pure-table tbody .summaryPanelLine:nth-child(even) {
    background: #F7F8FE
}

.aff-wrap .pure-table tbody tr td .summaryPanelLine {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 14px
}

.aff-wrap .pure-table tbody tr td .summaryPanelLineValue {
    width: 50%;
    padding: 4px 12px !important
}

.aff-wrap .pure-table tbody tr td .summaryPanelLineLabel {
    width: 50%;
    float: left;
    word-break: break-all;
    line-height: initial !important;
    padding: 8px 12px !important
}

.aff-wrap .daterange-form {
    clear: both;
    width: 400px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
    overflow: auto
}

.aff-wrap label {
    text-align: left;
    margin-bottom: 5px !important;
    margin-top: 0
}

.aff-wrap select,
.aff-wrap input,
.aff-wrap textarea {
    width: 100%;
    font-size: 15px;
    height: 41px;
    padding: 2px 15px !important;
    border-radius: 6px !important;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    margin-bottom: 20px;
    box-shadow: initial !important
}

.aff-wrap .daterange-form input:last-child {
    margin: 0
}

.aff-wrap .daterange-form input[type=submit],
.wpam_link_generation_submit input,
.wpam-save-profile input,
.aff-wrap #previewButton {
    background: #1362d2;
    color: #fff;
    font-size: 14px;
    padding: 3px !important;
    border-radius: 6px !important;
    width: 48%;
    float: left
}

.aff-wrap .daterange-form input[type=submit]:hover,
.wpam_link_generation_submit input:hover,
.wpam-save-profile input:hover,
.aff-wrap #previewButton:hover {
    background: rgb(0, 120, 231);
    border: 0 !important
}

.aff-wrap .daterange-form input[type=button] {
    width: 48%;
    float: right;
    border: 0 !important
}

.aff-wrap .wpam_link_gen_page_url_label {
    font-size: 14px
}

.aff-wrap .wpam-contact-info input {
    margin: 0
}

.aff-wrap h2:after {
    display: none
}

.aff-wrap #previewButton {
    position: absolute;
    right: 0;
    top: 90px;
    width: 120px;
    border: 0
}

.aff-wrap .wpam-contact-info tr {
    float: left;
    width: 50%
}

.aff-wrap .wpam-contact-info tr:nth-child(odd) {
    clear: both
}

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

.woocommerce-checkout .checkout {
    clear: both
}

.woocommerce-checkout .col2-set .col-1 {
    width: 62% !important;
    flex: initial;
    max-width: initial;
    padding: 0
}

.woocommerce-checkout .col2-set .col-1 .border {
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: 5px;
    width: 100%;
    float: left
}

.woocommerce-checkout .col2-set .col-1 .border #ship-to-different-address {
    margin: 0
}

.woocommerce-checkout .col2-set .col-1 .shop-nav {
    text-align: center
}

.woocommerce-checkout .col2-set .col-1 .shop-nav ul {
    margin: 0;
    padding: 20px 25px;
    background: #F7F8FE;
    text-align: left;
    border-radius: 5px
}

.woocommerce-checkout .col2-set .col-1 .shop-nav ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: initial !important;
    font-size: 20px;
    position: relative
}

.woocommerce-checkout .col2-set .col-1 .shop-nav ul li.active {
    color: #1362d2
}

.woocommerce-checkout .col2-set .col-1 .shop-nav ul li:after {
    content: '';
    display: block;
    border-bottom: 2px dashed #000;
    position: absolute;
    right: -60px;
    top: 9px;
    width: 51px
}

.woocommerce-checkout .col2-set .col-1 .shop-nav ul li:last-child:after {
    display: none
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-account-fields {
    padding: 20px;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-account-fields p,
.woocommerce-checkout .col2-set .col-1 .woocommerce-account-fields label,
.woocommerce-checkout .col2-set .col-1 .woocommerce-account-fields span {
    position: initial;
    margin: 0 !important;
    font-size: 16px !important;
    color: #000
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-shipping-fields .shipping_address {
    width: 100%;
    float: left;
    margin-top: 15px
}

.woocommerce-checkout .col2-set .col-1 .create-account {
    width: 100%;
    float: left;
    margin-top: 15px
}

.woocommerce-checkout .col2-set .col-1 .create-account label {
    font-size: 16px !important;
    color: rgb(0 0 0 / 70%)
}

.woocommerce-checkout .col2-set .col-1 .create-account input {
    padding: 10px;
    line-height: initial !important
}

.woocommerce-checkout .col2-set .col-1 .create-account .password-input {
    position: relative
}

.woocommerce-checkout .col2-set .col-1 .create-account .show-password-input {
    position: absolute;
    right: 10px;
    top: 15px
}

.woocommerce-checkout .col2-set .col-1 .create-account .woocommerce-password-strength {
    font-size: 13px;
    line-height: initial !important;
    padding: 5px
}

.woocommerce-checkout .col2-set .col-1 .create-account small {
    line-height: initial !important
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-account-fields input {
    vertical-align: top
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
    display: none
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields {
    border-bottom: 0 !important
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields textarea {
    padding: 15px;
    float: left
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields label,
.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields label span {
    font-size: 15px !important;
    margin-bottom: 10px !important
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p {
    width: 100% !important;
    float: left !important
}

.woocommerce-checkout .col2-set .col-1 .woocommerce-additional-fields label {
    position: initial
}

.woocommerce-checkout .col2-set .col-2 {
    width: 35% !important;
    float: right;
    flex: initial;
    max-width: initial;
    padding: 0
}

.woocommerce-checkout .col2-set .col-2 h3 {
    display: none
}

.woocommerce-checkout .col2-set .shop_table .ts-product-image,
.woocommerce-MyAccount-content .order_details .item-thumbnail {
    float: left
}

.woocommerce-checkout .col2-set .shop_table .product-name,
.woocommerce-MyAccount-content .order_details .product-name {
    color: #121212 !important;
    font-size: 16px;
    line-height: 22px !important;
    position: relative;
    padding: 15px 15px 10px 15px
}

.woocommerce-checkout .col2-set .shop_table .product-quantity,
.woocommerce-MyAccount-content .order_details .product-quantity {
    position: absolute;
    width: 21px;
    height: 21px;
    font-size: 14px !important;
    background: #1362d2;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    left: 60px;
    top: 10px;
    line-height: 20px !important
}

.woocommerce-checkout .col2-set .shop_table .chk-price,
.woocommerce-MyAccount-content .order_details .chk-price {
    font-size: 15px;
    line-height: 16px !important;
    display: block;
    color: #000;
    margin-top: 10px
}

.woocommerce-checkout .col2-set .shop_table .chk-price span,
.woocommerce-checkout .col2-set .col-2 .shop_table .chk-price bdi {
    font-size: 15px;
    line-height: 16px !important;
    color: #1362d2
}

.woocommerce-checkout .col2-set .shop_table .variation,
.woocommerce-checkout .col2-set .col-2 .shop_table .variation dt,
.woocommerce-checkout .col2-set .col-2 .shop_table .variation dd,
.woocommerce-checkout .col2-set .col-2 .shop_table .variation p {
    font-size: 15px;
    line-height: initial !important
}

.woocommerce-checkout .col2-set .shop_table .variation {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0
}

.woocommerce-checkout .col2-set .shop_table tfoot,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot bdi,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot span,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot label,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot th,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot td {
    font-size: 16px !important
}

.woocommerce-checkout .col2-set .shop_table tfoot th,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot td {
    padding: 10px 15px;
    border: 0
}

.woocommerce-checkout .col2-set .shop_table tfoot li {
    margin: 0 !important
}

.woocommerce-checkout .col2-set .shop_table tfoot .order-total th,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot .order-total td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 15px 15px
}

.woocommerce-checkout .col2-set .shop_table tfoot .order-total th,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot .order-total td,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot .order-total span,
.woocommerce-checkout .col2-set .col-2 .shop_table tfoot .order-total bdi {
    font-size: 20px !important;
    line-height: initial !important
}

.woocommerce-checkout .woocommerce-info {
    width: 100%
}

.woocommerce-checkout .woocommerce-form-login {
    width: 400px;
    margin-top: -25px !important
}

.woocommerce-checkout .woocommerce-form-login p,
.woocommerce-checkout .woocommerce-form-login p a {
    font-size: 15px;
    line-height: initial !important;
    float: left;
    width: 100%
}

.woocommerce-checkout .woocommerce-form-login p.lost_password {
    margin: 0
}

.woocommerce-checkout .woocommerce-form-login .form-row {
    width: 100% !important;
    display: block;
    float: left !important
}

.woocommerce-checkout .woocommerce-form-login .form-row label {
    position: initial;
    font-size: 14px;
    text-align: left
}

.woocommerce-checkout .woocommerce-form-login .form-row input {
    color: #000;
    padding: 9px;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    line-height: initial !important;
    font-size: 17px;
    height: inherit
}

.woocommerce-checkout .woocommerce-form-login .form-row button {
    float: right;
    margin-right: 0
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .validate-email {
    width: 100% !important
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd) {
    float: right !important
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(even) {
    float: right !important
}

.woocommerce-checkout #shipping_country_field label,
.woocommerce-checkout #billing_country_field label,
.woocommerce-checkout #shipping_state_field label,
.woocommerce-checkout #billing_state_field label {
    top: 2px !important;
    font-size: 11px !important
}

.form-row {
    width: 48% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left !important;
    margin-bottom: 20px !important;
    clear: initial !important;
    position: relative
}

.form-row label,
.form-row .woocommerce-input-wrapper {
    width: 100%
}

.form-row .woocommerce-input-wrapper input,
.form-row .select2-selection,
.form-row .woocommerce-input-wrapper textarea {
    color: #000 !important;
    padding: 22px 16px 8px 16px !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    line-height: initial !important;
    font-size: 17px;
    height: inherit !important
}

.form-row .select2-selection,
.form-row .select2 {
    height: 51px !important
}

.form-row .select2-selection b {
    border-width: 10px 8px 0 8px !important;
    left: -5px !important;
    top: 20px !important;
    opacity: .5
}

.form-row .select2-selection__rendered {
    padding: 0 !important;
    font-size: 17px;
    line-height: initial !important
}

.form-row#billing_address_2_field input,
#shipping_address_2 input {
    height: 51px;
    padding: 10px 16px 6px 16px
}

.form-row#billing_address_2_field input::placeholder,
#shipping_address_2 input::placeholder {
    color: rgb(0 0 0 / 70%) !important;
    font-size: 16px
}

.form-row:last-child {
    margin: 0 !important
}

.form-row label {
    width: auto;
    display: block;
    position: absolute;
    left: 16px;
    top: 15px;
    font-size: 16px;
    margin: 0 !important;
    line-height: initial !important;
    z-index: 9;
    color: rgb(0 0 0 / 70%);
    padding: 0;
    transition: all 0.3s
}

.form-row label abbr,
.form-row label span {
    font-size: 14px !important
}

.form-row.-focus label,
.form-row.-filled label {
    top: 2px !important;
    font-size: 11px !important
}

.form-row.-focus label span,
.form-row.-filled label span,
.form-row.-focus label abbr,
.form-row.-filled label abbr {
    font-size: 11px !important
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 17px;
    color: #000
}

#order_review #payment {
    width: 100%;
    float: left;
    margin-bottom: 25px !important;
    border: 0;
    background: #fff !important;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px
}

#order_review #payment ul {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

#order_review #payment ul li {
    list-style: none;
    border-bottom: 1px dashed rgb(52 58 64 / 50%);
    padding-bottom: 10px;
    margin-bottom: 15px !important
}

#order_review #payment ul li .payment_box {
    background-color: #f7f8fe !important;
    width: 100% !important;
    float: left
}

#order_review #payment ul li .payment_box:before {
    border: 1em solid #f5f5f5 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    top: -12px !important
}

#order_review #payment ul li input {
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: top;
    top: 3px;
    margin-right: 5px !important
}

#order_review #payment ul li label {
    font-size: 16px;
    width: 84%
}

#order_review #payment ul li label img {
    margin-top: 5px !important
}

#order_review #payment ul li p {
    font-size: 14px;
    line-height: initial !important
}

#order_review #payment ul li p:last-child {
    margin-bottom: 0
}

#order_review #payment ul li select {
    width: 100% !important;
    font-size: 15px;
    height: 45px;
    padding: 10px 15px !important;
    line-height: 25px;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    color: #495057
}

#order_review #payment .form-row {
    width: 100% !important;
    margin: 0 !important;
    float: left
}

#order_review #payment .place-order {
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
    display: block
}

#order_review #payment .place-order button {
    width: 100% !important;
    border-radius: 6px;
    font-size: 20px;
    line-height: 24px !important;
    padding: 16px;
    margin: 0 !important;
    text-transform: uppercase
}

#order_review #payment input[type=checkbox] {
    top: 0
}

#order_review #payment .checkbox {
    margin: 10px 0 10px 0 !important;
    position: initial !important;
    font-size: 14px !important
}

#order_review #payment #place_order:before {
    z-index: -1
}

.woocommerce-thankyou-order-details {
    margin: 0 !important;
    margin-bottom: 15px !important;
    border-top: 1px solid #e5e5e6;
    margin-top: 15px !important;
    padding-top: 15px
}

.woocommerce-thankyou-order-details li {
    width: 50%;
    border: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    float: left !important;
    padding: 0 !important
}

.woocommerce-thankyou-order-details li:nth-child(2) {
    float: right !important
}

body.woocommerce-order-received .woo-thanks {
    padding: 20px;
    width: 62%;
    float: left;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 2em
}

body.woocommerce-order-received .woocommerce-order-details {
    float: right;
    width: 35%
}

body.woocommerce-order-received .woocommerce-order-details h3 {
    display: none
}

body.woocommerce-order-received .woocommerce-customer-details {
    width: 62%;
    float: left
}

body.woocommerce-order-received .woocommerce-customer-details .col-1,
body.woocommerce-order-received .woocommerce-customer-details .col-2 {
    float: left;
    width: 48% !important
}

body.woocommerce-order-received .woocommerce-customer-details .col-2 {
    margin-right: 0;
    float: right
}

.woocommerce-thankyou-order-details {
    margin-bottom: 0 !important
}

body.woocommerce-order-received .col2-set .col-1 {
    margin-bottom: 30px
}

body.woocommerce-order-received .woocommerce-customer-details .col-1 h2,
body.woocommerce-order-received .woocommerce-customer-details .col-2 h2 {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e6;
    margin-bottom: 15px;
    line-height: initial !important;
    padding: 10px 0
}

body.woocommerce-order-received .woocommerce-customer-details .col-1 address,
body.woocommerce-order-received .woocommerce-customer-details .col-2 address {
    padding: 10px 20px
}

body.woocommerce-order-received .woocommerce-customer-details .col-1 address,
body.woocommerce-order-received .woocommerce-customer-details .col-2 address,
body.woocommerce-order-received .woocommerce-customer-details .col-1 address p,
body.woocommerce-order-received .woocommerce-customer-details .col-2 address p {
    font-size: 16px !important
}

body.woocommerce-order-received .cart-collaterals thead,
.woocommerce-MyAccount-content .order_details thead {
    display: none
}

body.woocommerce-order-received .cart-collaterals tbody td,
body.woocommerce-order-received .cart-collaterals tfoot tr,
body.woocommerce-order-received .cart-collaterals tfoot td,
.woocommerce-MyAccount-content .order_details tbody td,
.woocommerce-MyAccount-content .order_details tfoot tr {
    display: block;
    width: 100%;
    float: left
}

body.woocommerce-order-received .cart-collaterals tbody td a,
.woocommerce-MyAccount-content .order_details tbody td a {
    color: #121212 !important;
    font-size: 16px;
    line-height: 22px !important
}

body.woocommerce-order-received .cart-collaterals tbody td .wc-item-meta,
.woocommerce-MyAccount-content .order_details tbody td .wc-item-meta {
    width: calc(100% - 100px);
    float: left;
    padding: 0;
    margin: 0
}

body.woocommerce-order-received .cart-collaterals tbody td .wc-item-meta li,
body.woocommerce-order-received .cart-collaterals tbody td .wc-item-meta li strong,
body.woocommerce-order-received .cart-collaterals tbody td .wc-item-meta li p,
.woocommerce-MyAccount-content .order_details tbody td .wc-item-meta li,
.woocommerce-MyAccount-content .order_details tbody td .wc-item-meta li strong,
.woocommerce-MyAccount-content .order_details tbody td .wc-item-meta li p {
    list-style: none;
    font-size: 15px;
    line-height: initial !important
}

body.woocommerce-order-received .cart-collaterals tbody .product-total,
.woocommerce-MyAccount-content .order_details tbody .product-total {
    border-top: 0 !important;
    padding: 0;
    padding-bottom: 10px;
    width: calc(100% - 95px);
    float: right
}

body.woocommerce-order-received .cart-collaterals tbody tr:last-child td:first-child,
.woocommerce-MyAccount-content .order_details tbody tr:last-child td:first-child {
    border-bottom: 0 !important
}

body.woocommerce-order-received .cart-collaterals tbody tr:first-child td:first-child,
.woocommerce-MyAccount-content .order_details tbody tr:first-child td:first-child {
    border-top: 0 !important
}

body.woocommerce-order-received .cart-collaterals tfoot tr {
    border-top: 1px solid rgba(0, 0, 0, .1) !important
}

body.woocommerce-order-received .cart-collaterals tfoot tr th,
body.woocommerce-order-received .cart-collaterals tfoot tr td,
.woocommerce-MyAccount-content .order_details tfoot tr th,
.woocommerce-MyAccount-content .order_details tfoot tr td {
    width: 50%;
    float: left;
    padding-bottom: 5px !important
}

body.woocommerce-order-received .cart-collaterals tfoot tr:last-child td span,
.woocommerce-MyAccount-content .order_details tfoot tr:last-child td span {
    font-size: 20px !important;
    word-break: break-all
}

.woocommerce-MyAccount-navigation ul {
    margin: 0
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
    list-style: none;
    margin-bottom: 15px
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    line-height: 20px !important;
    color: #666;
    padding: 13px;
    display: block;
    border: 1px solid rgb(213 213 213 / 50%);
    border-radius: 20px
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background: #F7F8FE;
    border-radius: 12px
}

.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: ''
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
    background: #1362d2;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 20px
}

.woocommerce-MyAccount-content {
    padding-left: 25px
}

.woocommerce-MyAccount-content h3,
.od-new h2 {
    padding-bottom: 10px !important
}

.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content a.edit {
    color: #fff !important;
    background-color: #1362d2 !important;
    border-radius: 5px !important;
    padding: 5px !important;
    line-height: initial !important;
    font-size: 12px !important;
    text-transform: uppercase
}

.woocommerce-MyAccount-content button {
    color: #fff !important;
    background-color: #1362d2 !important;
    border: 0 !important;
    font-size: 15px !important;
    padding: 10.5px 15px !important;
    border-radius: 6px !important;
    line-height: initial !important
}

.woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 20px
}

.woocommerce-MyAccount-content .woocommerce-address-fields #billing_email_field {
    width: 100% !important
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row:nth-child(odd),
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
    float: right !important
}

.woocommerce-MyAccount-content .woocommerce-address-fields #billing_address_2_field,
.woocommerce-MyAccount-content #shipping_address_2_field {
    margin-top: 21px !important
}

.woocommerce-MyAccount-content .woocommerce-address-fields #shipping_first_name_field,
.woocommerce-MyAccount-content #shipping_company_field,
.woocommerce-MyAccount-content #shipping_address_1_field,
.woocommerce-MyAccount-content #shipping_city_field,
.woocommerce-MyAccount-content #shipping_postcode_field {
    float: left !important
}

.woocommerce-MyAccount-content .woocommerce-address-fields #shipping_last_name_field,
.woocommerce-MyAccount-content #shipping_country_field,
.woocommerce-MyAccount-content #shipping_address_2_field,
.woocommerce-MyAccount-content #shipping_state_field {
    float: right !important
}

.woocommerce-MyAccount-content #shipping_postcode_field {
    margin-bottom: 20px !important
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm em {
    font-size: 14px
}

.woocommerce-MyAccount-content table,
.woocommerce-MyAccount-content table td,
.woocommerce-MyAccount-content table tr,
.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table p,
.woocommerce-MyAccount-content table span,
.woocommerce-MyAccount-content table time,
.woocommerce-MyAccount-content table a {
    font-size: 15px !important
}

.woocommerce-MyAccount-content header.title {
    box-shadow: initial;
    transition: initial;
    margin-bottom: 10px;
    background: #F7F8FE;
    padding: 10px;
    border: 0;
    margin: 0
}

.woocommerce-MyAccount-content header.title h3,
.woocommerce-MyAccount-content legend {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 !important;
    text-transform: uppercase;
    float: left
}

.woocommerce-MyAccount-content legend {
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 20px;
    padding-bottom: 20px !important
}

.woocommerce-MyAccount-content address {
    font-size: 15px;
    padding: 10px !important;
    border-radius: 10px !important;
    min-height: 230px
}

.woocommerce-MyAccount-content address h2 {
    font-size: 16px !important
}

.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
    width: 100%
}

.woocommerce-MyAccount-content .woocommerce-Address {
    padding: 10px;
    width: 50% !important;
    border-radius: 10px;
    flex: initial;
    max-width: initial;
    float: left !important
}

.woocommerce-MyAccount-content .woocommerce-Address:last-child {
    float: right !important
}

.woocommerce-MyAccount-content .edit {
    padding: 4px 6px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px !important;
    border-radius: 10px
}

.woocommerce-MyAccount-content .woocommerce-pagination--without-numbers a {
    color: #333 !important;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(90.02deg, #3765f4 .02%, #11BAFC 89.31%) border-box !important;
    border: 2px solid transparent !important;
    padding: 8px 12px !important
}

.woocommerce-MyAccount-content .woocommerce-pagination--without-numbers a:hover {
    background-size: 110% !important;
    color: #fff !important
}

.woocommerce-MyAccount-content .form-row label {
    position: initial;
    width: 100%;
    float: left;
    margin-bottom: 0px !important
}

.woocommerce-MyAccount-content .form-row input,
.woocommerce-MyAccount-content .form-row .select2-selection {
    color: #000;
    padding: 13px;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    line-height: initial !important;
    font-size: 16px;
    height: 48px !important
}

.woocommerce-MyAccount-content .clear {
    display: none
}

.woocommerce-MyAccount-content fieldset {
    width: 100%;
    float: left
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .form-row-wide {
    width: 100% !important
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm button {
    margin-top: 25px
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    width: 100%;
    float: left
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row {
    width: 33% !important
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row {
    width: 33.3% !important;
    padding-right: 15px !important
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row label {
    margin-bottom: 10px !important;
    font-size: 14px;
    min-height: 34px
}

.woocommerce-MyAccount-content .order_details .item-thumbnail {
    width: 60px;
    margin-right: 20px;
    border: 1px solid #f2f2f2
}

.woocommerce-MyAccount-content .order_details .item-thumbnail img {
    width: 60px
}

.woocommerce-MyAccount-content .order_details tbody td span {
    font-size: 18px !important
}

.woocommerce-MyAccount-content .woocommerce-customer-details .col-1,
.woocommerce-MyAccount-content .woocommerce-customer-details .col-2 {
    max-width: initial;
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-content h4.mb-4 {
    font-size: 18px !important;
    text-transform: uppercase
}

.woocommerce-MyAccount-content .woocommerce-table__product-name.product-name {
    padding-bottom: 0 !important
}

body .menu .logout {
    display: none !important
}

body .menu .login {
    display: block !important
}

body.logged-in .menu .logout {
    display: inline-block !important
}

body.logged-in .menu .login {
    display: none !important
}

body.logged-in .login-right {
    display: none !important
}

body.logged-in .login-left,
body.affiliate-home .login-left {
    width: 100%;
    max-width: 100%;
    flex: 100%
}

body.logged-in .account-dark:after,
body.affiliate-home .account-dark:after {
    display: none
}

.account-dark {
    position: relative
}

.account-dark:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: #121212;
    box-shadow: 0 40px 80px rgba(59, 57, 57, .08);
    border-radius: 20px
}

.account-dark .row {
    position: relative;
    z-index: 9
}

.woocommerce-form-login,
.woocommerce-form-register,
.lost_reset_password {
    background: #FFF;
    box-shadow: 0 40px 80px rgba(59, 57, 57, .08);
    border-radius: 20px !important;
    border: 0 !important;
    margin: 50px !important;
    padding: 30px !important;
    float: left
}

body.affiliate-login .login-left p,
body.affiliate-register .login-left p,
.woocommerce-form-login p,
.woocommerce-form-login .password-input,
.woocommerce-form-login .form-row,
.woocommerce-form-register p,
.woocommerce-form-register .password-input,
.woocommerce-form-register .form-row,
.lost_reset_password p,
.lost_reset_password .password-input,
.lost_reset_password .form-row {
    width: 100% !important;
    float: left !important;
    text-align: left
}

body.affiliate-login .login-left label,
body.affiliate-register .login-left label,
.woocommerce-form-login label,
.woocommerce-form-register label,
.lost_reset_password label {
    position: initial;
    width: 100%;
    float: left;
    color: #000
}

body.affiliate-login .login-left input,
body.affiliate-register .login-left input,
body.affiliate-register .login-left select,
body.affiliate-register .login-left textarea,
.woocommerce-form-login input,
.woocommerce-form-register input,
.lost_reset_password input {
    border: 2px solid #EFEFEF !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    line-height: initial !important;
    width: 100%;
    font-size: 17px
}

.woocommerce-form-login .form-row .woocommerce-form-login__rememberme,
.woocommerce-form-login .form-row .lost_password,
.woocommerce-form-register .form-row .woocommerce-form-register__rememberme,
.woocommerce-form-register .form-row .lost_password,
.lost_reset_password .form-row .woocommerce-form-register__rememberme,
.lost_reset_password .form-row .lost_password {
    float: left;
    width: 50% !important
}

.woocommerce-form-login .form-row .lost_password,
.woocommerce-form-register .form-row .lost_password,
.lost_reset_password .form-row .lost_password {
    text-align: right
}

.woocommerce-form-login .form-row .lost_password a,
.woocommerce-form-register .form-row .lost_password a,
.lost_reset_password .form-row .lost_password a,
.register-link p,
.register-link a,
.below-txt {
    font-size: 14px
}

.register-link p {
    text-align: center
}

.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit,
.lost_reset_password .woocommerce-Button {
    float: none !important;
    width: 175px;
    height: 38px;
    background: #1362d2 !important;
    border-radius: 8px !important;
    padding: 8px !important;
    margin: 0 !important
}

.acc-nav {
    margin: 0 !important;
    background: #EFEFEF;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 30px !important;
    width: 100%;
    float: left
}

.acc-nav li {
    list-style: none !important;
    text-align: center;
    display: inline-block;
    margin: 0 !important;
    width: 49%;
    vertical-align: middle
}

.acc-nav li a {
    border-radius: 8px;
    display: inline-block;
    padding: 8px;
    width: 100%;
    color: #121212;
    font-size: 18px;
    line-height: 24px
}

.acc-nav li a.active,
.acc-nav li a:hover {
    background: #1362d2;
    box-shadow: 0 10px 20px rgb(59 57 57 / 12%);
    color: #fff
}

body.affiliate-login .login-left,
body.affiliate-register .login-left {
    background: #FFF;
    box-shadow: 0 40px 80px rgb(59 57 57 / 8%);
    border-radius: 20px !important;
    border: 0 !important;
    padding: 30px !important;
    margin: 50px 65px !important;
    width: 440px;
    flex: initial
}

body.affiliate-login .login-left .login-remember,
body.affiliate-register .login-left .login-remember {
    width: auto !important
}

body.affiliate-login .login-left .login-remember input,
body.affiliate-register .login-left .login-remember input {
    width: 25px;
    vertical-align: bottom;
    position: relative;
    top: 0
}

body.affiliate-login .login-left #loginform {
    width: 100%;
    float: left;
    text-align: center
}

body.affiliate-login .login-left .wpam-login-form a {
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    font-size: 15px
}

body.affiliate-login .login-left .login-submit {
    text-align: center
}

body.affiliate-login .login-left .login-submit input,
#wpam-reg-form .wpam-registration-form-submit {
    width: 175px;
    margin: 0 auto;
    height: 38px;
    line-height: 15px !important;
    border: 0 !important
}

body.affiliate-login .login-left .login-submit {
    margin-bottom: 20px
}

#wpam-reg-form input,
#wpam-reg-form textarea,
#wpam-reg-form select {
    margin-bottom: 15px !important
}

#wpam-reg-form #agreeTermsLabel,
#wpam-reg-form #agreeTermsLabel a {
    font-size: 14px;
    line-height: 5px !important;
    margin-bottom: 15px !important
}

#wpam-reg-form {
    text-align: center
}

#wpam-reg-form label {
    text-align: left !important
}

#wpam-reg-form .wpam-registration-form-submit {
    margin: 0 !important;
    box-shadow: initial !important
}

.wishlistcss {
    display: inline-block
}

.wishlistcss .yith-wcwl-add-to-wishlist {
    margin: 0
}

.wishlistcss .yith-wcwl-add-to-wishlist a {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    padding: 7px 10px;
    display: inline-block
}

.wishlistcss .yith-wcwl-add-to-wishlist a span,
.wishlistcss .yith-wcwl-add-to-wishlist a {
    font-size: 15px
}

.wishlistcss .yith-wcwl-add-to-wishlist a:hover {
    background: #1362d2
}

.wishlistcss .yith-wcwl-add-to-wishlist a:hover span,
.wishlistcss .yith-wcwl-add-to-wishlist a:hover {
    color: #fff
}

.wishlistcss .feedback {
    display: none
}

.wishlist_table,
.wishlist_table td {
    border: 0 !important
}

.wishlist_table a,
.wishlist_table span {
    font-size: 16px !important;
    color: #121212
}

.wishlist_table .product-price,
.wishlist_table .product-stock-status {
    text-align: left
}

.wishlist_table a.remove {
    font-size: 25px !important
}

.wishlist_table thead {
    display: none
}

.wishlist_table tr {
    margin-bottom: 20px
}

.wishlist_table tr td {
    background: #F7F8FE
}

.g-recaptcha {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto 20px auto;
    clear: both
}

.g-recaptcha>div {
    margin: 0 auto
}

.woocommerce .wishlist_table a.add_to_cart.button.alt {
    background: linear-gradient(180deg, #1362d2 0%, #0850FF 100%) !important;
    width: 55px;
    height: 46px;
    padding: 0 !important;
    border-radius: 8px
}

.woocommerce .wishlist_table a.add_to_cart.button.alt:after {
    content: '';
    background: var(--wpr-bg-47e5e376-0b23-47b2-aa06-af8abc29d210);
    display: block;
    width: 25px;
    height: 26px;
    margin: 8px auto 0 auto
}

.woocommerce .wishlist_table a.add_to_cart.button.alt:hover:after {
    transform: scale(1.05)
}

#yith-wcwl-popup-message {
    text-transform: uppercase;
    background: #1362d2;
    color: #fff;
    padding: 12px 20px !important;
    border-radius: 8px
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    line-height: initial !important;
    border-radius: 6px
}

.cli-style-v2 .cli-bar-message {
    line-height: initial !important;
    font-size: 13px
}

.cli-style-v2 #wt-cli-accept-all-btn {
    background: #1362d2 !important
}

.cli-style-v2 #wt-cli-accept-all-btn:hover {
    background: linear-gradient(180deg, #1362d2 0%, #0850FF 100%) !important
}

body .cli-privacy-content-text {
    line-height: 28px !important
}

#order_review .checkout_coupon {
    display: block !important;
    border: 1px solid rgba(0, 0, 0, .1)
}

#order_review .checkout_coupon p {
    font-size: 15px;
    margin: 0 !important
}

#order_review .checkout_coupon p:first-child {
    margin-bottom: 0px !important;
    width: 55% !important
}

#order_review .checkout_coupon p:nth-child(2) {
    float: right !important;
    padding-right: 0px !important;
    width: 40% !important
}

#order_review .checkout_coupon input {
    color: #000;
    padding: 12px 16px 12px 16px;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    line-height: initial !important;
    font-size: 15px;
    height: inherit
}

#order_review .checkout_coupon p:nth-child(3) {
    display: block;
    margin: 0 !important;
    position: absolute;
    right: 20px;
    width: auto !important
}

#order_review .woocommerce-error {
    width: 100%;
    margin-bottom: 0px !important
}

.checkout #order_review table tfoot th,
.checkout #order_review table tfoot td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important
}

#order_review .woocommerce-message,
#order_review .woocommerce-error {
    width: 100% !important;
    padding-right: 15px
}

.woocommerce-MyAccount-orders td a.woocommerce-button.button {
    margin-right: 2px !important
}

.woocommerce-checkout .woocommerce-form-login .lost_password,
.woocommerce-checkout .woocommerce-form-login .form-row,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-order-pay .woocommerce-form-login .lost_password,
.woocommerce-order-pay .woocommerce-form-login .form-row,
.woocommerce-order-pay .woocommerce-form-login .woocommerce-form-login__rememberme {
    text-align: center !important;
    width: 100% !important
}

.woocommerce-order-pay #order_review .shop_table {
    width: 62%;
    float: left;
    background: #F7F8FE;
    border: 0
}

.woocommerce-order-pay #order_review .shop_table th,
#order_review .shop_table td,
#order_review .shop_table ul li,
#order_review .shop_table ul li strong,
#order_review .shop_table p,
#order_review .shop_table strong,
#order_review .shop_table bdi,
#order_review .shop_table td span {
    font-size: 18px
}

.woocommerce-order-pay #order_review .shop_table tbody,
#order_review .shop_table tbody tr {
    background: #fff
}

.woocommerce-order-pay #order_review .shop_table tbody td,
#order_review .shop_table tfoot th,
#order_review .shop_table tfoot td {
    border: 0 !important
}

.woocommerce-order-pay #order_review .shop_table tfoot td:nth-child(1),
#order_review .shop_table tfoot td:nth-child(2) {
    background: #fff
}

.woocommerce-order-pay #order_review .shop_table tfoot .product-total {
    background: #f7f8fe !important
}

.woocommerce-order-pay #order_review #payment {
    width: 35%;
    float: right
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    font-size: 14px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    content: '\f095';
    font-family: 'FontAwesome'
}

.woocommerce .woocommerce-customer-details address {
    min-height: 272px
}

.od-new header {
    margin-bottom: 25px
}

.od-new h2 {
    line-height: 35px !important
}

.connected .bg-black {
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important
}

.connected .bg-color {
    background: #1362d2;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%
}

.connected .bg-black:after {
    content: '';
    background: var(--wpr-bg-ead2625b-fd9c-46a6-8b2e-41baeb6929aa);
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: -120px;
    top: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain
}

.connected .bg-black:before {
    content: '';
    background: var(--wpr-bg-38b99b40-0624-4b46-9d51-f3ea56e333f9);
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: -120px;
    top: 0;
    background-position: top right;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-position-y: -25px
}

.connected .bg-black .row {
    position: relative;
    z-index: 9
}

.connected .bg-white {
    border-radius: 20px
}

.connected h2 {
    color: #fff
}

.connected ul {
    margin: 0
}

.connected ul li {
    border: 1px solid #D5D5D5;
    border-radius: 12px;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    list-style: none
}

.connected ul li a {
    display: block;
    padding: 20px 15px;
    color: initial
}

.connected ul li h4 {
    margin-left: 10px;
    margin-bottom: 0
}

.connected ul li:last-child {
    margin: 0
}

.connected ul li img,
.connected ul li h4 {
    display: inline-block;
    vertical-align: middle
}

.connected ul li .export {
    position: absolute;
    right: 20px;
    top: 25px
}

.connected ul li:hover .export {
    transform: rotate(360deg)
}

.connected .twitter-tweet {
    margin: 0 auto !important
}

.owl-dots {
    text-align: center
}

.owl-dots button {
    margin: 0 5px
}

.owl-dots button span {
    width: 20px;
    height: 10px;
    display: block;
    background: #121212;
    border-radius: 5px
}

.owl-dots button.active span {
    background: #1362d2;
    width: 40px
}

.all-brand .owl-dots {
    position: relative;
    bottom: -10px
}

.yt .owl-dots {
    position: relative;
    bottom: -20px
}

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #shipping_company_field,
.woocommerce-checkout #shipping_city_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_postcode_field {
    clear: both !important
}

.woocommerce-terms-and-conditions-wrapper {
    text-align: left !important
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    text-align: left !important
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
    font-size: 14px
}

#cookie-law-info-bar {
    padding: 14px 150px 14px 25px !important
}

.grecaptcha-badge {
    visibility: hidden
}

.wp-css {
    position: fixed;
    right: 18px;
    border-radius: 50%;
    bottom: 110px;
    z-index: 9999999;
    background: #fff;
    padding: 13px;
    border-radius: .3125rem;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 16%)
}

.wp-css img {
    width: 30px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.wp-css img:hover {
    transform: scale(1.1)
}

.last-nav {
    display: none
}

.add-detail {
    
    margin-bottom: 10px;
   
}

.add-detail ul {
    margin: 0 !important
}

.add-detail ul li,


body li.product .add-detail ul li:last-child,
.add-detail ul li:last-child {
    float: right !important
}

.add-detail ul li img {
    height: 16px !important;
    vertical-align: middle;
    width: auto !important;
    display: inline-block !important;
    margin: 0 !important
}

.add-detail ul li span {
    display: none
}

.single-product .woocommerce-product-gallery__wrapper .add-detail {
    margin: 0 !important
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul {
    position: relative;
    text-align: center
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul li {
    float: none !important;
    display: inline-block !important;
    background: whitesmoke !important;
    padding: 10px !important;
    margin: 0 20px 10px 0 !important;
    border-radius: 5px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul li:last-child {
    margin-bottom: 0 !important
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul li span {
    display: block;
    line-height: initial !important;
    color: #1362d2;
    margin-bottom: 6px;
    font-size: 18px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul li img {
    margin-right: 5px
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul li:hover {
    background: #1362d2 !important;
    color: #fff !important
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul li:hover span {
    color: #fff
}

.single-product .woocommerce-product-gallery__wrapper .add-detail ul li:hover img {
    filter: invert(1)
}

body.single-product .woocommerce-product-details__short-description {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    float: left;
    width: 100%
}

.popupcss .modal-dialog {
    max-width: 750px
}

.popupcss .close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    padding: 6px 8px;
    font-size: 24px;
    z-index: 999
}

.popupcss .close-btn:hover {
    background: #1362d2 !important;
    cursor: pointer
}

.popupcss .iframe-container {
    padding-bottom: 56.25%
}

.popupcss .iframe-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.popupcss .iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.modal-backdrop.show {
    opacity: 0.8 !important
}

.checkout-features {
    margin-top: 40px;
    width: 100%;
    float: left;
    position: relative
}

.checkout-features ul {
    margin: 0;
    display: flex
}

.checkout-features ul li {
    margin: 0;
    list-style: none;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    z-index: 9
}

.checkout-features ul li img {
    height: 100px
}

.outofstock-form {
    width: 100%;
    float: left;
    border-top: 1px solid #D5D5D5;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    padding-left: 90px;
    min-height: 87px
}

.outofstock-form img {
    position: absolute;
    left: 0;
    top: 28px
}

.outofstock-form p {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    line-height: 1.1 !important
}

.outofstock-form form p {
    margin: 0;
    width: 360px
}

.outofstock-form input {
    float: left;
    padding: 9px 110px 8px 10px;
    height: initial;
    margin: 0
}

.outofstock-form input[type=submit] {
    width: auto;
    background: linear-gradient(180deg, #1362d2 0%, #0850FF 100%);
    color: #fff;
    position: absolute;
    right: 8px;
    padding: 2px 10px;
    bottom: 8px;
    margin: 0;
    border: 0;
    font-size: 14px
}

.outofstock-form .wpcf7-spinner {
    right: 0;
    bottom: -15px
}

.outofstock-form .wpcf7 form.sent .wpcf7-response-output,
.outofstock-form .wpcf7 form.invalid .wpcf7-response-output {
    clear: both
}

.review-list .must-log-in a {
    background: initial !important;
    color: #1362d2 !important
}

.review-list p {
    color: #333 !important
}

.review-list h3,
.review-list h2,
#review_form_wrapper .comment-reply-title {
    font-size: 20px !important;
    line-height: 24px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    display: block
}

.review-list h3 span {
    font-size: 20px;
    color: #1362d2
}

.review-list h2 span {
    font-size: 20px
}

.review-list ol {
    -webkit-column-count: initial !important;
    -moz-column-count: initial !important;
    column-count: initial !important;
    column-gap: initial;
    padding-left: 0 !important
}

.review-list ol li {
    background: #F7F8FE !important;
    border-radius: 5px;
    position: relative !important;
    padding: 10px !important;
    padding-bottom: 45px !Important;
    width: 100%;
    float: left
}

.review-list ol li:last-child {
    margin-bottom: 0 !important
}

.review-list ol li img {
    display: none !important
}

.review-list ol li .comment-text {
    width: 100% !important;
    float: left !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgb(51 51 51 / 10%) !important
}

.review-list ol li .woocommerce-review__author {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600
}

.review-list ol li .woocommerce-review__dash,
.review-list ol li .woocommerce-review__published-date {
    font-size: 14px
}

.review-list ol li .star-rating {
    position: absolute;
    bottom: 13px;
    height: 23px
}

.review-list ol li .woocommerce-review__published-date,
.review-list ol li .woocommerce-review__dash {
    display: none !important
}

.woocommerce .star-rating:before {
    font-family: 'FontAwesome' !important;
    content: '\f006\f006\f006\f006\f006' !important;
    color: #d5d5d5 !important;
    letter-spacing: 2.5px
}

.woocommerce .star-rating span:before {
    font-family: 'FontAwesome' !important;
    content: '\f005\f005\f005\f005\f005' !important;
    color: #333 !important;
    letter-spacing: 2.5px
}

#review_form_wrapper {
    margin-top: 20px !important
}

#review_form_wrapper textarea {
    border: 1px solid #D5D5D5 !important;
    padding: 10px
}

#review_form_wrapper p.stars a {
    background: initial !important;
    color: #333 !important
}

#trp_no_text_popup #trp_close::before,
#trp_ald_no_text_popup_x_button::before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #fff !important
}

#trp_no_text_popup_wrap {
    box-shadow: initial
}

#trp_no_text_popup_wrap #trp_no_text_popup {
    padding: 8px 10px;
    border: 0;
    background: #000;
    margin-bottom: 10px
}

#trp_no_text_popup_wrap * {
    color: #fff !important;
    font-size: 14px
}

#trp_no_text_popup_wrap #trp_ald_no_text_popup_div {
    max-width: initial
}

#trp_no_text_popup_wrap .trp-ls-shortcode-current-language,
#trp_no_text_popup_wrap .trp-ald-popup-select {
    color: #333 !important
}

#trp_no_text_popup_wrap .trp-ald-popup-select:hover {
    color: #fff !important
}

#trp_no_text_popup_wrap .trp-ls-shortcode-current-language {
    padding: 5px !important;
    border: 1px solid #333 !important;
    height: initial !important
}

#trp_no_text_popup_wrap .trp-flag-image {
    padding-top: 0
}

#trp_no_text_popup_wrap .trp_ald_ls_container {
    height: 36px
}

#trp_no_text_popup_wrap #trp_ald_no_text_popup_change_language {
    height: initial;
    background: #1362d2
}

#cookie-law-div {
    z-index: 10000000;
    position: fixed;
    bottom: 3%;
    left: 2%;
    padding: 15px 105px 15px 60px;
    max-width: 500px;
    border-radius: 10px;
    background: #000;
    box-shadow: rgba(23, 43, 99, .4) 0 7px 28px;
    text-align: center
}

#cookie-law-div p,
#cookie-law-div a {
    color: #fff;
    font-size: 13px;
    line-height: initial !important;
    text-align: left
}

#cookie-law-div img {
    width: 35px;
    position: absolute;
    left: 15px;
    top: 18px
}

#cookie-law-div button {
    background: #1461d2;
    line-height: 1 !important;
    top: 18px;
    right: 15px;
    padding: 10px;
    position: absolute;
    border: 0;
    color: #fff;
    width: 80px;
    margin: 0 auto;
    font-size: 14px
}

#cookie-law-div a {
    font-weight: 700;
    text-decoration: underline
}

#cookie-law-div:after {
    content: '';
    background: var(--wpr-bg-4f04ee68-b3ce-4f65-a9a9-7cf277d38fad);
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    background-size: cover
}

.single-faq {
    border-radius: 12px
}

.single-faq h3 {
    color: #1362d2 !important
}

.single-faq .box {
    background: #000;
    padding: 12px 25px 12px 0;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    line-height: initial !important;
    border-radius: 8px
}

.single-faq .box p {
    color: #fff;
    position: relative;
    z-index: 9
}

.single-faq .box a {
    font-weight: 700;
    color: #fff;
    border-bottom: 3px dashed #1362d2;
    margin-left: 6px
}

.single-faq .box:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    left: -40px;
    top: 0;
    background: #000
}

.single-faq h4 {
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 16px 40px 16px 0 !important;
    color: #000;
    border-bottom: 1px solid #D5D5D5 !important
}

.single-faq .accordion {
    border: 0;
    padding: 0 0 0 15px
}

.single-faq .accordion-container h4:before {
    border: 0;
    color: #1362d2;
    top: 15px;
    line-height: 1.3
}

.single-faq .accordion-content {
    font-size: 16px;
    padding-right: 0 !important
}

.single-faq .accordion .accordion-container h4.close {
    border: 0 !important
}

#load-btn,
#load-btn-blog {
    text-align: center
}

#load-btn a,
#load-btn-blog a {
    font-size: 16px;
    line-height: 22px !important;
    color: #1362d2;
    padding: 8px;
    background: #EBF1FF;
    border: 1px solid #1362d2;
    border-radius: 8px;
    display: inline-block
}

#load-btn a:hover,
#load-btn-blog a:hover {
    background: linear-gradient(180deg, #0850FF 0%, #1362d2 100%);
    color: #fff
}

.my-blog .sidebarr h4 {
    border-bottom: 1px dashed rgb(51 51 51 / 20%);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

.my-blog .sidebarr .bg-white {
    padding: 15px;
    box-shadow: 0 40px 80px rgb(59 57 57 / 8%) !important;
    border-radius: 20px
}

.my-blog .sidebarr .table-content {
    position: sticky;
    top: 0
}

.my-blog .sidebarr .table-content ul.list-group {
    color: #1362d2;
    padding: 0;
    margin: 0
}

.my-blog .sidebarr .table-content ul.list-group li {
    margin-bottom: 12px;
    list-style: disc;
    padding: 0;
    border: 0
}

.my-blog .sidebarr .table-content ul.list-group li:last-child {
    margin-bottom: 0
}

.my-blog .sidebarr .table-content ul.list-group li a {
    line-height: initial !important;
    font-size: 15px
}

.my-blog .sidebarr .table-content ul.list-group ul {
    padding-left: 10px;
    padding-top: 10px
}

.my-blog .sidebarr .table-content ul.list-group ul li {
    margin-bottom: 5px
}

.my-blog .content-css table {
    width: 100%;
    margin: 20px 0
}

.my-blog .content-css table tr td {
    line-height: initial !important;
    border: 1px solid #dee2e6;
    padding: 10px
}

.my-blog .content-css a {
    color: #007bff !important
}

.my-blog .content-css h2,
.my-blog .content-css h3,
.my-blog .content-css h4,
.my-blog .content-css h5 {
    margin-bottom: 15px;
    color: #000 !important
}

.my-blog .content-css ul,
.my-blog .content-css ol {
    margin-left: 25px;
    margin-bottom: 25px;
    padding: 0 !important
}

.my-blog .content-css li {
    list-style-type: unset !important;
    color: #000;
    margin-bottom: 10px
}

.my-blog .content-css h2 {
    font-size: 28px
}

.my-blog .content-css h3 {
    font-size: 25px
}

.my-blog .content-css h4 {
    font-size: 22px
}

.my-blog .content-css h5 {
    font-size: 19px
}

.my-blog .border-bottom {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-style: dashed !important;
    font-weight: 700
}

.blog-faq ul li h4 {
    font-size: 18px
}

.blog-faq ul li h4,
.blog-faq ul li:last-child {
    margin-bottom: 0 !important
}

.blog-adv {
    width: 100%;
    float: left
}

.blog-adv .bg-dark {
    background: linear-gradient(180deg, #1362d2 0%, #0850FF 100%) !important;
    border-radius: 20px;
    position: relative;
    width: 100%;
    float: left;
    padding: 30px 30px
}

.blog-adv .bg-dark * {
    color: #fff;
    margin: 0
}

.blog-adv .bg-dark h3 {
    width: 80%;
    float: left;
    margin: 0 !important;
    font-size: 22px
}

.blog-adv .bg-dark h3 img {
    position: absolute;
    left: 0;
    right: -80px;
    bottom: -10px;
    margin: 0 auto
}

.blog-adv .bg-dark a {
    color: #fff;
    position: relative;
    z-index: 9;
    width: 20%;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    float: left;
    padding: 0;
    top: 5px
}

.blog-adv .bg-dark a img {
    vertical-align: top;
    margin-left: 10px;
    margin-bottom: 0
}

.blog-adv .bg-dark:after {
    content: '';
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    border-radius: 0 20px 20px 0
}

.myproductdescription img {
    float: right;
    left: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 5px;
    border: 1px solid #f5f5f5;
    padding: 5px
}

.myproductdescription a {
    color: #1362d2 !important
}

.coins,
.trustby {
    border-top: 1px solid #D5D5D5;
    padding-top: 15px;
    margin-top: 15px;
    width: 50%;
    float: left
}

.coins label,
.trustby label {
    display: block;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px !important
}

.coins ul {
    margin: 0;
    padding: 0
}

.coins ul li {
    display: inline-block;
    text-align: center;
    width: 85px;
    word-wrap: break-word;
    vertical-align: top
}

.coins ul li p {
    font-size: 13px;
    line-height: initial !important
}

.coins img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px
}

.trustby img {
    width: 48%
}

.archive-faq {
    padding: 0;
    width: 70%;
    margin: 0 auto;
    float: none
}

.archive-faq .accordion-container {
    padding: 15px 16px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #D5D5D5
}

.archive-faq .accordion-container:last-child {
    border-bottom: 0
}

.archive-faq .accordion-toggle {
    padding: 0 !important
}

.archive-faq .accordion-content {
    border-bottom: 0 !important;
    padding: 0 !important;
    padding-top: 10px !important
}

.archive-faq .accordion-container h4 {
    padding-right: 30px !important
}

.archive-faq .accordion-container h4:before {
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #D5D5D5;
    line-height: 22px
}

.all-miner .list-type1 {
    border: 1px solid rgba(233, 237, 245, 1);
    border-radius: 8px
}

.all-miner .list-type1 ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

.all-miner .list-type1 ul li {
    list-style: none;
    width: 22%;
    float: left;
    font-size: 14px;
    border-right: 1px solid rgba(233, 237, 245, 1);
    align-items: center;
    justify-content: left;
    display: flex;
    padding: 0 10px;
    line-height: initial !important
}

.all-miner .list-type1 ul li a,
.all-miner .list-type1 ul li p {
    line-height: initial !important;
    color: rgb(0 0 0 / 80%);
    font-weight: 600
}

.all-miner .list-type1 ul li a:hover {
    color: blue !important
}

.all-miner .list-type1 ul li span {
    font-weight: 600
}

.all-miner .list-type1 .list-head ul {
    background: #121212
}

.all-miner .list-type1 .list-head ul li {
    color: #fff;
    padding: 10px !important;
    font-size: 12px
}

.all-miner .list-type1 .list-head ul li:nth-child(2),
.all-miner .list-type1 .list-body ul li:nth-child(2) {
    width: 41%
}

.all-miner .list-type1 .list-body ul {
    display: flex;
    border-bottom: 1px solid rgba(233, 237, 245, 1)
}

.all-miner .list-type1 .list-head ul li:first-child,
.all-miner .list-type1 .list-body ul li:first-child {
    justify-content: center;
    width: 15%
}

.all-miner .list-type1 .list-body ul li img {
    width: 60px;
    height: 60px
}

.featured-youtube {
    border: 5px solid #fff;
    border-radius: 20px;
    background: #fff
}

.featured-youtube iframe {
    border-radius: 20px;
    height: 300px
}

.featured-youtube img {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.featured-youtube p {
    border-radius: 0 0 12px 12px;
    padding: 6px 0;
    font-size: 15px;
    color: #121212;
    width: 100%;
    background: #EFEFEF;
    text-align: center;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    margin: 0 !important
}

.deposits-frontend-wrapper {
    clear: both
}

.deposits-input-wrapper .pretty label {
    position: relative;
    min-width: auto
}

.deposits-input-wrapper .pretty .state label:after,
.deposits-input-wrapper .pretty .state label:before {
    top: 2px !important
}

.shipping-cost1 {
    border-top: 1px solid #D5D5D5;
    padding-top: 15px;
    margin-top: 20px;
    width: 100%;
    float: left
}

.shipping-cost1 ol {
    margin: 0;
    padding: 0
}

.shipping-cost1 ol li {
    margin: 0;
    float: left;
    list-style: none;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 25px;
    position: relative;
    min-height: 29px;
    line-height: 28px !important
}

.shipping-cost1 ol li:after {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 1px;
    color: #1362d2
}

.blackfridayoff {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9
}

.blackfridayoff span {
    top: -20px;
    position: absolute;
    font-size: 12px;
    color: #1362d2;
    text-transform: uppercase
}

.blackfridayoff p {
    line-height: initial !important;
    padding: 5px 8px;
    position: relative;
    font-size: 12px;
    background: #1362d2;
    color: #fff;
    border: 0;
    font-weight: 700
}

.blackfridayoff p:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 11px;
    z-index: 9
}

.blackfridayoff p:after {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-color: transparent #1362d2 transparent transparent;
    border-style: solid;
    border-width: 14px 12px 12.8px 0;
    transform: rotate(180deg)
}

body.single-product .outofstock .blackfridayoff {
    display: none !important
}

.blog-indextop {
    text-align: center
}

.blog-indextop h1 {
    font-size: 34px;
    margin: 0
}

.blog-indextop p {
    font-size: 14px;
    color: rgb(0 0 0 / 70%);
    margin: 0;
    line-height: 22px !important
}

.blog-indextop .blog-indexcat a {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    border: 1px solid #00000021;
    border-radius: 25px;
    margin: 35px 5px 10px 5px;
    display: inline-block;
    color: #000
}

.blog-indextop .blog-indexcat a:hover,
.blog-indextop .blog-indexcat a.active {
    background: #3771FF;
    color: #fff
}

.blog-indextop .bg-light:after,
.blog-indextop .bg-light:before {
    content: '';
    position: absolute;
    top: -95px;
    background: var(--wpr-bg-055d8b3e-7259-4fb1-a955-133baee3620d);
    width: 225px;
    height: 225px;
    background-size: cover !important
}

.blog-indextop .bg-light:before {
    background: var(--wpr-bg-b0636d25-d5fd-462b-9da0-1cfaa9da16c9)
}

.blog-indextop.contact-css .bg-light:before {
    right: initial;
    left: -30px;
    bottom: -110px;
    top: initial
}

.blog-indextop.contact-css .bg-light:after {
    left: initial;
    right: -10px
}

.blog-box img {
    border-radius: 20px
}

.blog-box .bg-white {
    border-radius: 20px;
    padding-bottom: 40px !important;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.blog-box .bg-white.h-100:hover {
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 50%) !important
}

.blog-box .post-info h5 {
    margin: 10px 0
}

.blog-box .post-info h5 a {
    font-size: 22px;
    display: block;
    line-height: 28px !important;
    font-weight: 600
}

.blog-box .post-info .contentpost {
    font-size: 16px;
    opacity: .5;
    margin-bottom: 10px;
    display: block;
    clear: both;
    line-height: 21px !important;
    font-weight: 400
}

.blog-box .post-info .category {
    background: #E1EFFE;
    font-size: 14px !important;
    padding: 5px 10px;
    color: #DBE6FF;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    border-radius: 25px
}

.blog-box .post-info .category a {
    font-size: 14px !important;
    font-weight: 500;
    color: #3771FF
}

.blog-box .post-info .date {
    font-size: 16px;
    font-weight: 500;
    color: #4F5362;
    position: absolute;
    bottom: 20px
}

.blog-box .post-info .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #4F5362;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle
}

.single-header {
    background: #3771FF
}

.single-header * {
    color: #fff !important
}

.single-header .rank-math-breadcrumb a,
.single-header .rank-math-breadcrumb span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255 255 255 / 60%);
    text-transform: initial
}

.single-header .rank-math-breadcrumb .last {
    opacity: 1
}

.single-header .rank-math-breadcrumb a {
    opacity: .5
}

.single-header h1 {
    font-size: 46px;
    line-height: 54px !important;
    font-weight: 600;
    margin-bottom: 20px !important
}

.single-header .category a {
    background: #6692FF;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 400;
    display: inline-block
}

.single-header .category a:hover {
    background: #fff;
    color: #6692FF !important
}

.single-header .reading-time1 {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.single-header .post-info span {
    font-size: 15px;
    font-weight: 500
}

.single-header .social-share {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 15px;
    font-size: 0
}

.single-header .social-share span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px
}

.single-header .social-share a {
    display: inline-block;
    margin-left: 10px;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #F6F7F84D !important;
    vertical-align: bottom
}

.single-header .social-share img {
    height: 22px;
    position: relative;
    display: block;
    margin: 7px auto 0 auto
}

.single-header .social-share a:hover {
    background: #fff !important
}

.single-header .social-share a:hover i {
    color: #3771ff !important
}

.single-header .social-share a:hover img {
    filter: invert(1)
}

.single-header .social-share .gd-tg img {
    position: relative;
    left: -1px
}

.blog-box.single-content .summary h3,
.blog-box.single-content .conclusioncss h3,
.blog-faq h3,
.bottom-detail h3 {
    font-size: 25px !important;
    margin-bottom: 0px !important
}

.blog-box.single-content .content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 50px !important
}

.blog-box.single-content .content h3 {
    font-size: 36px;
    margin-bottom: 25px
}

.blog-box.single-content .content h4 {
    font-size: 33px;
    margin-bottom: 25px
}

.blog-box.single-content .content h5 {
    font-size: 27px;
    margin-bottom: 25px
}

.blog-box.single-content .content h6 {
    font-size: 23px;
    margin-bottom: 25px
}

.blog-box.single-content .content p {
    font-size: 18px;
    line-height: 30px !important;
    font-weight: 400;
    color: #000;
    text-align: justify
}

.blog-box.single-content .content a {
    color: #3771ff;
    border-bottom: 1px solid #3771ff
}

.blog-box.single-content .content img {
    margin: 0 0 25px 0;
    border: 1px solid #3333332b
}

.blog-box.single-content .content table {
    margin: 0 0 25px 0;
    width: 100%;
    border: 1px solid #1362d247
}

.blog-box.single-content .content table tr {
    border-bottom: 1px solid #1362d247
}

.blog-box.single-content .content table tr:nth-child(odd) {
    background: #F7F8FE
}

.blog-box.single-content .content table td {
    padding: 5px 12px;
    font-size: 17px;
    font-weight: 400
}

.blog-box.single-content .content table td * {
    font-weight: 400 !important;
    font-size: 17px
}

.blog-box.single-content .content ul {
    list-style-type: circle
}

.blog-box.single-content .content ul,
.blog-box.single-content .content ol {
    padding-left: 20px;
    margin-bottom: 20px
}

.blog-box.single-content .content ul li,
.blog-box.single-content .content ol li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    list-style: initial
}

.blog-box.single-content .bottom-detail {
    background: #F7F8FE;
    text-align: center
}

.blog-box.single-content .bottom-detail h6,
.blog-box.single-content .bottom-detail img {
    margin: 0
}

.blog-box.single-content .bottom-detail h6 {
    margin-bottom: 10px
}

.blog-box.single-content .bottom-detail p {
    padding: 20px;
    background: #fff;
    text-align: justify
}

.blog-box .sidebarr .border-bottom {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    border-bottom: 0 !important
}

.blog-box .sidebarr ul {
    padding: 0
}

.blog-box .sidebarr ul li {
    border: 0;
    font-size: 15px;
    padding: 0 0 0 15px;
    line-height: 22px;
    margin-bottom: 5px
}

.blog-box .sidebarr ul li:last-child {
    margin: 0
}

.blog-box .sidebarr ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgb(0 0 0);
    left: 2px;
    top: 9px;
    border-radius: 100%
}

.blog-box .sidebarr ul ul {
    margin-top: 5px
}

.blog-box .sidebarr ul ul li {
    padding-left: 0
}

.blog-box .sidebarr ul ul li:after {
    display: none
}

.blog-box .sidebarr .bg-white {
    position: sticky;
    top: 85px;
    border: 1px solid #dee2e6 !important;
    padding: 15px !important
}

.combo {
    position: fixed;
    right: 16px;
    bottom: 180px;
    z-index: 9999999;
    width: 60px;
    height: 60px
}

#scrollToTop {
    border: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

#scroll-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#3771FF 0%, #3771FF var(--progress, 0%), #f7f8fe var(--progress, 0%));
    display: flex;
    align-items: center;
    justify-content: center
}

#scroll-progress::after {
    content: '';
    font-family: 'FontAwesome';
    font-size: 25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    left: 3px;
    background-image: var(--wpr-bg-0f7a3555-3beb-45de-b9ca-bd0b5a721ee5);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff
}

.social-share-bottom {
    clear: both;
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 0
}

.social-share-bottom span {
    border-right: 1px solid #dee2e6;
    padding-right: 8px;
    margin-right: 8px;
    min-height: 31px;
    display: inline-block;
    position: relative;
    top: 5px
}

.social-share-bottom a {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle;
    top: initial !important;
    width: auto !important;
    margin-right: 0
}

.social-share-bottom a:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    background-size: cover !important
}

.social-share-bottom .gd-fb:after {
    background: var(--wpr-bg-784accea-9b69-4e50-9ef1-a285ab940cb4)
}

.social-share-bottom .gd-li:after {
    background: var(--wpr-bg-d71ba2f7-809e-4da1-8705-54645d6f2dbb)
}

.social-share-bottom .gd-tw:after {
    background: var(--wpr-bg-c6108a2f-a520-4f29-ad0e-851f4f9182a6)
}

.social-share-bottom .gd-tg:after {
    background: var(--wpr-bg-50b1e1cf-64f7-4365-afe9-d29cc5571dc5)
}

.social-share-bottom a:hover {
    opacity: .6
}

.social-share-bottom img {
    font-size: 0;
    display: none
}

.cart-related.brand-sec {
    width: 100%;
    float: left
}

.cart-related.brand-sec h2 strong:after {
    top: 30px !important;
    left: 30px !important
}

.cart-related.brand-sec .pro-price {
    border: 1px solid #3771FF;
    display: inline-block !important;
    width: auto !important;
    float: initial !important;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 16px !important;
    vertical-align: top;
    margin-right: 10px
}

.cart-related.brand-sec .fav_cart {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    float: initial !important
}

.cart-related.brand-sec .fav_cart button {
    padding: 7.5px 14px !important;
    vertical-align: top !important;
    width: auto !important
}

.cart-related.brand-sec .img {
    width: 100px !important
}

.cart-related.brand-sec h3 {
    width: 100% !important;
    margin-bottom: 20px !important;
    min-height: initial;
    text-align: left !important
}

.cart-related.brand-sec .info {
    width: calc(100% - 115px) !important;
    float: right;
    text-align: left
}

.cart-related .owl-nav {
    position: absolute;
    right: 5px;
    top: -42px;
    width: auto
}

.cart-related .owl-nav .owl-prev {
    position: initial;
    margin-right: 20px !important
}

.cart-related .owl-nav .owl-next {
    position: initial
}

.cart-related .owl-nav button i {
    width: 25px;
    height: 25px;
    font-size: 20px;
    background: #1362d2;
    border-color: #1362d2;
    color: #fff
}

.deposits-frontend-wrapper {
    border-top: 1px solid #D5D5D5;
    padding: 15px 0 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 30px
}

.deposits-frontend-wrapper .deposit-notice {
    font-size: 16px;
    font-weight: 700
}

.deposits-frontend-wrapper .deposits-input-wrapper .state {
    padding: 10px 15px !important;
    background: #fff
}

.deposits-frontend-wrapper .pretty.p-round .state label:after,
.deposits-frontend-wrapper .pretty.p-round .state label:before {
    left: 0
}

.deposits-frontend-wrapper .pretty.p-round .state label {
    font-size: 15px;
    padding-left: 4px
}

.deposits-frontend-wrapper .pretty input:checked~.state.p-primary-o label:before {
    border-color: #1362d2 !important
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #1362d2 !important
}

.deposits-frontend-wrapper .pretty input:checked~.state.p-primary-o {
    border-color: #1362d2 !important
}

.deposits-frontend-wrapper .pretty input:checked~.state.p-primary-o label {
    color: #1362d2 !important;
    font-weight: 700
}

.offer-top {
    background: #3771FF
}

.offer-top h2,
.offer-top strong {
    font-size: 38px;
    line-height: 40px !important;
    font-weight: 500;
    margin: 0
}

.offer-top strong {
    display: block;
    font-weight: 700
}

.offer-top h2,
.offer-top p {
    color: #fff
}

.offer-top strong:after {
    display: none !important
}

.offer-top p {
    font-weight: 700
}

.offer-top #countdown span {
    background: #fff;
    font-size: 25px;
    width: 70px;
    height: 70px;
    margin: 0 4px;
    display: inline-block;
    font-weight: 700;
    border-radius: 10px;
    padding-top: 12px;
    text-align: center
}

.offer-top #countdown span strong {
    font-size: 14px;
    line-height: 24px !important;
    text-transform: capitalize
}

.offer-banner {
    background-size: cover !important;
    background-position: center center !important
}

.offer-banner h1,
.offer-banner strong {
    font-size: 50px;
    font-weight: 500;
    line-height: initial !important
}

.offer-banner h1 strong {
    font-weight: 700;
    display: block
}

.offer-banner a {
    font-size: 25px;
    line-height: initial !important;
    margin-top: 40px
}

.offer-products.top .border {
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    border: 0 !important;
    border-radius: 10px
}

.offer-products.top .border .coupon-text {
    background: #fff;
    border: 1px dashed #000
}

.offer-products.top .border h4 {
    font-size: 28px;
    line-height: initial !important;
    margin: 20px 0 10px 0
}

.offer-products.top .border .more .sku,
.offer-products.top .border .more .category {
    display: inline-block;
    width: auto;
    float: initial;
    margin: 0 8px;
    vertical-align: top
}

.offer-products.top .border .price {
    font-size: 35px !important;
    font-weight: 600;
    margin: 12px 0 20px 0;
    display: block !important;
    width: 100%;
    float: left
}

.offer-products.top .border .btn-bluebg {
    padding: 8px 35px;
    margin-bottom: 25px
}

.offer-products {
    position: relative
}

.offer-products .border {
    height: 100%
}

.offer-products .border .coupon-text {
    font-size: 14px;
    background: #D5D5D5;
    padding: 1px;
    border-radius: 5px;
    line-height: initial !important;
    cursor: pointer;
    z-index: 9;
    position: relative
}

.offer-products .border .coupon-text span {
    font-size: 14px
}

.offer-products .border .coupon-text i {
    float: right;
    padding-right: 5px
}

.offer-products .border h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: initial !important
}

.offer-products .border .title {
    padding-bottom: 10px !important
}

.offer-products .border .more {
    padding-top: 0 !important
}

.offer-products .border .more .sku,
.offer-products .border .more .category {
    width: 100%;
    float: left;
    opacity: .7
}

.offer-products .border .more .sku,
.offer-products .border .more .category,
.offer-products .border .more .category a {
    font-size: 14px;
    line-height: initial !important;
}

.offer-products .border .more .price {
    display: block;
    padding-top: 10px;
    font-size: 18px;
    clear: both
}

.offer-products .border .btn-bluebg {
    margin-top: 10px;
    padding: 6px 20px
}

.offer-products .border .p-3.bottom {
    padding-bottom: 0 !important
}

.offer-products .border:hover img {
    transform: scale(1.05)
}

.offer-products .border:hover h4 {
    color: #1362d2
}

.offer-ads {
    background: #1362d2
}

.offer-ads * {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 20px;
    text-transform: uppercase
}

.offer-ads .marquee {
    display: flex;
    align-items: center;
    overflow: hidden
}

.offer-ads .marquee ul {
    display: flex;
    column-gap: 16px;
    align-items: center;
    animation: scroll 20s linear infinite
}

.offer-ads .marquee li {
    display: inline-block;
    padding: 0 30px 0 20px;
    position: relative;
    white-space: nowrap
}

.offer-ads .marquee li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    left: -10px;
    top: 7px
}

.offer-ads .scroll {
    animation: scroll 20s linear infinite
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.offer-testimonials .quote {
    position: absolute;
    left: 0;
    top: 0
}

.offer-testimonials .product-review hr {
    width: 100%;
    float: left;
    margin: 10px 0
}

.offer-testimonials .product-review h5 {
    font-weight: 600;
    font-size: 18px;
    clear: both;
    margin-bottom: 5px
}

.offer-testimonials .product-review .short {
    background: rgb(55 113 255);
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    line-height: 38px !important
}

.offer-testimonials .product-review p {
    font-size: 14px;
    line-height: initial !important;
    min-height: 100px
}

.offer-testimonials .review-date {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 12px
}

.offer-testimonials .product-rating {
    width: 50%;
    float: left;
    margin-bottom: 10px
}

.offer-testimonials .product-rating .star {
    margin-right: 3px;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: initial !important;
    border-radius: 2px;
    background: whitesmoke;
    vertical-align: top
}

.offer-testimonials .product-rating .star.filled {
    background: #06b67a
}

.offer-testimonials .owl-nav {
    width: initial;
    z-index: 9;
    right: 0;
    top: -75px
}

.offer-testimonials .owl-nav .owl-prev {
    left: -10px;
}

.offer-testimonials .owl-nav .owl-next {
    right: 0
}

.offer-testimonials .btn-border {
    background: #000;
    color: #fff;
    border-color: #000;
    font-size: 14px;
    padding: 8px 15px
}

.offer-testimonials .btn-border:hover {
    background: #3870ff;
    border-color: #fff
}

.copied,
.copied-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    background: rgb(0 0 0 / 90%);
    width: 180px;
    z-index: 999999;
    font-size: 12px;
    text-align: center
}

.copied-popup.show {
    display: block
}

.brand-logo h2 {
    font-size: 30px
}

.brand-logo h2 strong {
    color: #1362d2 !important
}

.brand-logo h2 strong:after {
    left: -50px;
    top: 45px
}

.brand-logo h2~p {
    opacity: .7;
    line-height: initial !important
}

.brand-logo .border {
    border-radius: 20px !important;
    padding: 10px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

.brand-logo .bg-dark {
    background: #000 !important
}

.brand-logo .bg-blue {
    background: #1362d2 !important
}

.brand-logo .bg-light {
    background: #F2F2F2 !important
}

.brand-logo .border:hover {
    transform: scale(1.02)
}

.brand-logo ul {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 30px
}

.brand-logo ul li a {
    background: #D8D8D8;
    padding: 3px 6px;
    margin-bottom: 5px;
    display: block;
    border-radius: 3px;
    font-size: 15px
}

.brand-logo ul li img {
    margin-right: 4px;
    vertical-align: middle;
    width: 20px
}

.brand-logo ul li a:hover {
    background: #000;
    color: #fff
}

.brand-logo ul li a:hover img {
    filter: invert(1)
}

.brand-logo .border p {
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    margin: 10px;
    line-height: initial !important;
    font-size: 32px
}

.brand-logo.bottom .border {
    align-items: end;
    border-radius: 0 !important
}

.brand-logo.bottom .border.one {
    border-top-left-radius: 20px !important;
    border-right: 0 !important
}

.brand-logo.bottom .border.two {
    border-top-right-radius: 20px !important;
    border-left: 0 !important
}

.brand-logo.bottom .border.three {
    border-bottom-left-radius: 20px !important;
    border-right: 0 !important
}

.brand-logo.bottom .border.four {
    border-bottom-right-radius: 20px !important;
    border-left: 0 !important
}

.brand-logo.bottom .black p {
    color: #000
}

.coupon-copy .coupon-copy-text {
    border: 2px dashed #1362d2;
    border-radius: 8px;
    padding: 7px 10px;
    width: auto;
    display: inline-block;
    vertical-align: middle
}

.coupon-copy .coupon-copy-text img {
    vertical-align: middle;
    margin: -2px 5px 0 0
}

.coupon-copy .coupon-copy-text span {
    color: #1362d2;
    font-weight: 700
}

.coupon-copy .coupon-copy-btn {
    background: #1362d2;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

.coupon-copy .coupon-copy-btn img {
    position: relative;
    top: 3px
}

.coupon-copy .coupon-copy-btn:hover {
    background: linear-gradient(180deg, #1362d2 0%, #0850FF 100%) !important
}

.top-header-notice {
    background: #000 !important
}

.top-header-notice * {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: initial !important
}

.top-header-notice i {
    padding-left: 20px;
    font-size: 15px;
    opacity: .6;
    position: relative;
    top: 1px;
    cursor: pointer
}

.top-header-notice i:hover {
    opacity: 1
}

@media(min-width:1140px) {
    ul.products .outofstock a.woocommerce-loop-product__link {
        min-height: 426px
    }
}

@media(max-width:1200px) {
    .close-nav {
        position: absolute;
        right: 15px;
        top: 30px;
        font-size: 25px;
        cursor: pointer;
        display: block !important;
        z-index: 99999999
    }

    header .mobile-toggle {
        position: fixed;
        width: 320px;
        height: 100%;
        left: -320px;
        padding: 0;
        top: 0;
        z-index: 99;
        box-shadow: 0 .5rem 1rem rgb(0 0 0 / 15%) !important;
        transition: 0.5s;
        z-index: 9999999;
        padding-bottom: 20px;
        background: var(--wpr-bg-4a9cd51e-a6b1-4b30-b568-a9d98c410a67);
        background-color: #fff;
        background-size: cover;
        background-position: center center;
        overflow-x: scroll
    }

    header .mobile-toggle.toggle {
        left: 0
    }

    header nav {
        width: 100%;
        float: left
    }

    header nav .logo {
        border-bottom: 1px solid rgb(18 18 18 / 10%);
        padding: 10px 0 20px 25px;
        text-align: left
    }

    header nav ul {
        width: 100%;
        float: left;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid rgb(18 18 18 / 10%)
    }

    header nav ul li {
        width: 100%;
        float: left
    }

    header nav ul li a {
        display: block;
        text-align: left;
        padding: 8px 10px;
        text-transform: uppercase;
        line-height: initial !important;
        border-bottom: 0 !important
    }

    header nav ul li a:hover {
        color: #0056b3 !important
    }

    header nav ul li:hover:after,
    header nav ul li.current-menu-item:after {
        display: none
    }

    header nav ul li:last-child {
        border-bottom: 0 !important
    }

    header nav ul ul {
        padding: 0;
        border: 0
    }

    header nav ul ul li {
        padding: 0
    }

    header h6,
    header .headingz {
        color: #1362d2;
        width: 100%;
        float: left;
        text-align: left;
        padding: 20px 20px 0 20px;
        margin: 0 0 -15px 0 !important;
        text-transform: uppercase
    }

    header .mobile-icon {
        display: inline-block;
        font-size: 30px;
        vertical-align: top;
        position: relative;
        top: 3px;
        width: auto;
        left: -2px
    }

    .product-css a,
    .products.columns-3 li a,
    .brand-sec .product-border a {
        padding: 10px
    }

    .deals .product-css .amount span,
    .deals .product-css bdi,
    .product-css .price span,
    .products.columns-3 li .price span,
    .product-css .price span bdi,
    .products.columns-3 li .price bdi {
        font-size: 16px
    }

    .deals .product-css h3,
    .brand-sec .product-border a,
    .deals .product-css a {
        text-align: center !important
    }

    .support .border p {
        padding: 0 10px;
        min-height: 110px
    }

    .review h2 {
        margin: 0
    }

    .products.columns-3 .fav_cart a {
        position: relative;
        top: 5px
    }

    .about-qty .border p {
        font-size: 18px
    }

    body.single-product .summary .product_meta .sku_wrapper,
    body.single-product .summary .product_meta .posted_in {
        display: block
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        width: 920px
    }

    .brand-sec .nav-tabs li a {
        padding: 10px 10px 20px 10px
    }

    .brand-sec .nav-tabs {
        position: relative;
        bottom: -16px
    }

    .all-brand .container-fluid:after {
        width: 930px
    }

    body.affiliate-login .login-left,
    body.affiliate-register .login-left {
        width: 350px
    }

    .aff-wrap .wpam-nav-menu ul {
        display: block
    }

    .wp-css {
        right: initial;
        left: 10px;
        bottom: 14px
    }

    .last-nav {
        display: block
    }

    .yt p img {
        display: block !important;
        margin: 0 auto
    }

    .wp-css {
        right: initial !important
    }

    .blog-adv .bg-dark h3 {
        width: 70%
    }

    .blog-adv .bg-dark a {
        width: 30%
    }

    .blog-adv .bg-dark:after {
        width: 25%
    }

    .blog-faq ul {
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        column-count: 3 !important
    }

    .combo {
        right: 10px;
        bottom: 100px
    }

    .offer-top #countdown span {
        width: 60px !important
    }

    .offer-products .border .coupon-text,
    .offer-products .border .coupon-text span {
        font-size: 12px !important
    }

    header .deals-btn {
        padding: 0 10px !important
    }

    header .deals-btn a {
        border-radius: 0;
        padding: 8px 10px
    }

    header .deals-btn a:hover {
        color: #fff !important
    }

    .btn-blue span {
        padding: 18px 10px !important;
        font-size: 17px !important
    }

    .coupon-copy {
        width: 100%;
        float: right;
        text-align: left;
        padding-top: 25px
    }
}

@media screen and (min-device-width:991px) and (max-device-width:993px) {
    .account-dark .login-right {
        display: block
    }

    footer h3 {
        width: 100% !important
    }
}

@media(max-width:992px) {
    footer p br {}

    h1,
    h1 span {
        font-size: 46px;
        line-height: 57px !important
    }

    .slider .col-md-5 {
        margin-top: auto;
        margin-bottom: auto
    }

    .slider .bg-black img {
        position: relative;
        bottom: 0;
        width: 350px
    }

    .slider .bg-black:after {
        bottom: 0;
        width: 400px;
        height: 400px
    }

    .slider .block {
        display: none
    }

    .slider .bg-black {
        border-radius: 50px
    }

    .review ul li {
        text-align: center
    }

    .deals .bg-black:after {
        top: 0
    }

    .deals h2 {
        color: #fff;
        font-size: 34px;
        line-height: 41px !important;
        text-align: center;
        padding: 25px 0
    }

    .deals h2 br,
    .deals h2 img {
        display: none
    }

    .brand-sec .nav-tabs li a {
        font-size: 18px;
        padding: 10px 10px 20px 10px
    }

    .support .row {
        display: block;
        text-align: center
    }

    .support .col {
        width: 32%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px
    }

    .yt p {
        font-size: 18px;
        padding: 10px 0;
        font-size: 14px
    }

    .yt img {
        width: 25px !important
    }

    .footer-top h3 {
        font-size: 25px;
        line-height: 30px !important
    }

    .contact-css .bg-white {
        position: relative;
        width: 100%;
        top: 0
    }

    .contact-css .bg-light:after {
        left: initial;
        right: 0
    }

    .contact-css .bg-light:before {
        right: initial;
        left: 0
    }

    .products.columns-3 li {
        width: 47% !important;
        margin: 0 !important;
        margin-bottom: 3rem !important;
        clear: initial !important
    }

    .products.columns-3 li:nth-child(even) {
        float: right !important
    }

    .products.columns-3 li:nth-child(odd) {
        clear: both !important
    }

    body.single-product .summary h1,
    body.single-product .summary .price,
    body.single-product .summary .price span,
    body.single-product .summary .price bdi {
        font-size: 24px !important;
        line-height: 31px !important
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        width: 680px
    }

    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        width: 100%
    }

    .woocommerce-checkout .col2-set .col-1 {
        margin-bottom: 50px
    }

    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
        float: left
    }

    .blog-css .right img {
        width: 100%;
        height: initial;
        margin-right: 0;
        margin-bottom: 15px
    }

    .woocommerce-form-login,
    .woocommerce-form-register,
    .lost_reset_password {
        float: none;
        overflow: auto
    }

    .wishlistcss .yith-wcwl-add-to-wishlist a {
        margin: 0;
        margin-top: 10px
    }

    .woocommerce-order-pay #order_review .shop_table,
    .woocommerce-order-pay #order_review #payment {
        width: 100%
    }

    .brand-sec .nav-tabs {
        bottom: 0;
        display: flex;
        width: 100%;
        justify-content: center !important
    }

    .support .border p {
        min-height: 90px
    }

    body.woocommerce-order-received .woo-thanks {
        width: 100%
    }

    body.woocommerce-order-received .cart-collaterals {
        width: 100%;
        float: left
    }

    body.woocommerce-order-received .woocommerce-order-details {
        float: left;
        width: 48%
    }

    body.woocommerce-order-received .woocommerce-customer-details {
        width: 48%;
        float: right
    }

    body.woocommerce-order-received .woocommerce-customer-details .col-1,
    body.woocommerce-order-received .woocommerce-customer-details .col-2 {
        width: 100% !important;
        margin-right: 0
    }

    footer h3 {
        width: 50%;
        float: left;
        text-align: left
    }

    .connected h2 br {
        display: none
    }

    .connected ul li a {
        padding: 14px 5px
    }

    .all-brand .container-fluid:after {
        width: 690px
    }

    .top-header a,
    .top-header p {
        line-height: 20px !Important
    }

    .top-header .bg-dark a {
        display: block
    }

    .top-header .bg-dark {
        text-align: center
    }

    .top-header .bg-dark a:nth-child(2),
    .top-header .bg-dark a:nth-child(3) {
        width: auto !important;
        display: inline-block
    }

    .faq-scroll h3 {
        color: #1362d2
    }

    .outofstock-form form p {
        width: 100%
    }

    .single-product .woocommerce-product-gallery__wrapper ul li {
        margin: 0 10px 10px 0 !important
    }

    body .yt .border,
    .yt .border:first-child {
        width: 100% !important;
        margin: 0 !important
    }

    .yt .bg-black:after {
        left: 0;
        top: 10% !important;
        height: 70% !important;
        width: 100% !important
    }

    .yt .border>img {
        height: 120px
    }

    .my-blog .sidebarr .table-content {
        position: relative
    }

    .blog-adv .bg-dark {
        padding: 20px 0 !important
    }

    .blog-adv .bg-dark h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px !important
    }

    .blog-adv .bg-dark a {
        width: 100%;
        text-align: center
    }

    .blog-adv .bg-dark:after {
        width: 100%;
        height: 60px;
        top: initial;
        bottom: 0;
        border-radius: 0 0 20px 20px
    }

    .blog-adv .bg-dark h3 img {
        left: 0;
        right: 0;
        bottom: -15px;
        width: 70px
    }

    .coins,
    .trustby {
        width: 100% !important
    }

    .all-miner .list-type1 {
        width: 1100px !important;
        overflow: scroll
    }

    .contentwith-image .border-left {
        border-left: 0px !important;
        border-top: 1px solid #dee2e6 !important;
        padding-top: 1.5rem;
        margin-top: 1.5rem
    }

    .blog-indextop .blog-indexcat a {
        padding: 10px 15px !important;
        margin: 25px 5px 25px 5px !important
    }

    .single-header h1 {
        font-size: 40px;
        line-height: initial !important
    }

    .offer-top h2 br {
        display: none
    }

    .offer-top h2 strong {
        display: inline-block
    }

    .offer-top p {
        line-height: initial !important
    }

    .offer-products .border .coupon-text,
    .offer-products .border .coupon-text span {
        font-size: 14px !important
    }

    .coins ul li {
        margin: 0 0 10px 0 !important
    }

    .trustby.offer-btn {
        border-top: 0;
        margin-top: 0;
        padding-top: 0
    }

    .trustby.offer-btn .btn-blue {
        margin-top: 15px !important
    }
}

@media(max-width:991px) {
    .account-dark .login-right {
        display: none !important
    }

    footer h3 {
        width: 50% !important
    }

    body.affiliate-login .login-left,
    body.affiliate-register .login-left {
        width: 100%
    }
}

@media(max-width:780px) {
    #trp_no_text_popup_wrap #trp_no_text_popup {
        display: block;
        padding: 5px 35px 5px 5px
    }

    #trp_no_text_popup_wrap #trp_ald_not_text_popup_ls_and_button {
        max-width: initial;
        text-align: center;
        width: 100%
    }

    #trp_no_text_popup_wrap #trp_ald_no_text_popup_div {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 5px
    }

    #trp_no_text_popup_wrap .trp_ald_ls_container,
    #trp_no_text_popup_wrap .trp_ald_change_language_div {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0 2px
    }

    #trp_no_text_popup_wrap .trp-ls-shortcode-current-language {
        padding-right: 41px !important
    }

    #trp_ald_no_text_popup_x_button_and_textarea {
        position: absolute;
        right: 10px;
        top: 10px;
        margin: 0
    }

    #trp_ald_no_text_popup_x_button_and_textarea span {
        display: none
    }
}

@media(max-width:767px) {
    * {
        font-size: 16px
    }

    header .loginuser {
        display: none
    }

    header .cart {
        margin-right: 0
    }

    footer h4,
    footer p,
    footer ul li a {
        font-size: 16px
    }

    footer ul li a,
    footer .sub-menu li a {
        margin-bottom: 10px
    }

    .slider .bg-black {
        padding: 2.5rem !important;
        padding-bottom: 0 !important
    }

    .slider .col-md-5 {
        padding-top: 3rem
    }

    .deals h2,
    .yt h2 {
        font-size: 36px;
        line-height: 41px !important
    }

    .brand-sec .nav-tabs {
        width: 100% !important;
        text-align: center;
        display: flex
    }

    .brand-sec .nav-tabs li {
        flex: 1 1 auto
    }

    .support .col {
        width: 49%
    }

    .support .col:last-child {
        width: 99%
    }

    .support .col:last-child p {
        min-height: initial
    }

    .support .border {
        padding: 15px 0
    }

    .yt {
        text-align: center
    }

    footer {
        padding-top: 150px
    }

    .footer-top h3,
    .footer-top h3 strong {
        font-size: 19px;
        line-height: 25px !important
    }

    .footer-top strong:after {
        display: none
    }

    body.shop .toggle-woo .col-md-8 {
        width: 100%;
        max-width: 100%;
        flex: 100%
    }

    .toggle-woo .icon {
        display: block;
        position: absolute;
        top: -50px;
        left: -2px;
        cursor: pointer
    }

    .sidebar-css {
        left: -1000px;
        position: fixed;
        width: 320px;
        max-width: initial;
        flex: initial;
        height: 100vh;
        padding: 0;
        top: 0;
        z-index: 99;
        transition: 0.5s;
        z-index: 9999999;
        box-shadow: 0 .5rem 1rem rgb(0 0 0 / 15%) !important;
        padding-bottom: 25px;
        overflow-y: scroll;
        background: var(--wpr-bg-91913f65-1053-4274-8f1d-927947276c14);
        background-color: #fff;
        background-size: cover;
        background-position: center center;
        overflow-x: scroll
    }

    .sidebar-css.toggle {
        left: 0
    }

    .toggle-woo .icon i {
        font-size: 30px
    }

    .woocommerce .woocommerce-result-count {
        width: 100%;
        text-align: right;
        margin-bottom: 10px !important
    }

    .sidebar-css .close-nav {
        top: 25px;
        display: block !important
    }

    .sidebar-css h3,
    .sidehead_heading {
        color: #1362d2;
        width: 100%;
        float: left;
        text-align: left;
        padding: 30px 15px 20px 15px;
        text-transform: uppercase;
        font-size: 1.2rem;
        border: 0;
        margin: 0 !important
    }

    .sidebar-css .widget_product_categories ul {
        border-bottom: 1px solid rgb(18 18 18 / 10%);
        padding: 0 0 20px 0;
        width: 100%;
        float: left
    }

    .sidebar-css .widget_product_categories ul li a {
        padding: 8px 15px;
        font-size: 16px
    }

    .page-title h1 {
        font-size: 20px !important;
        line-height: 28px !important
    }

    .page-title .bg-black:after,
    .page-title .bg-black:before {
        width: 65px;
        height: 60px;
        background-size: cover
    }

    .page-title .bg-black {
        padding: 35px 10px !important
    }

    .page-title .bg-black:before {
        right: 0;
        top: -20px
    }

    .page-title .bg-black:after {
        left: 0;
        bottom: -30px
    }

    .accordion {
        padding: 0 14px
    }

    .accordion .accordion-container h4 {
        font-size: 18px;
        padding: 18px 40px 20px 0
    }

    .accordion .accordion-content {
        font-size: 15px;
        padding-right: 0 !important
    }

    .contact-css .bg-light:after,
    .contact-css .bg-light:before {
        width: 65px;
        height: 60px;
        background-size: contain
    }

    .contact-css .bg-light:before {
        bottom: -35px
    }

    .page-title ul li {
        font-size: 16px
    }

    body.single-product .product,
    .single-pro-data .single-right .border {
        padding: 12px 10px !important;
        border-radius: 5px
    }

    body.single-product .woocommerce-product-gallery,
    body.single-product .summary {
        width: 100% !important
    }

    .single-pro-data ul {
        margin-bottom: 40px;
        width: 100%;
        float: left
    }

    .single-pro-data ul li {
        width: 50%;
        float: left;
        margin: 0;
        text-align: center
    }

    .single-pro-data ul li:first-child a,
    .single-pro-data ul li:nth-child(3) a {
        border-right: 0
    }

    .single-pro-data ul li a {
        border-radius: 0;
        border: 1px solid rgb(213 213 213 / 50%);
        padding: 10px
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        width: 500px;
        padding: 14px 20px 14px 50px
    }

    .woocommerce-error .button,
    .woocommerce-info .button,
    .woocommerce-message .button {
        left: 35px;
        bottom: 10px;
        top: initial;
        right: initial
    }

    .woocommerce-cart .cart-collaterals .cart_totals table td,
    .woocommerce-cart .cart-collaterals .cart_totals table span,
    .woocommerce-cart .cart-collaterals .cart_totals table td p,
    .woocommerce-cart .cart-collaterals .cart_totals table strong,
    .woocommerce-cart .cart-collaterals .cart_totals table td bdi,
    .woocommerce-cart .cart-collaterals .cart_totals table td li,
    .woocommerce-cart .cart-collaterals .cart_totals table td a,
    .woocommerce-cart .cart-collaterals .cart_totals table td label {
        font-size: 16px !important
    }

    .woocommerce table.shop_table td.product-name:before {
        content: ''
    }

    .woocommerce table.shop_table td.product-name .ttitle {
        text-align: left;
        margin-top: 0;
        float: right;
        max-width: initial;
        width: calc(100% - 110px)
    }

    .woocommerce-cart-form.woocommerce-cart-form td.product-subtotal {
        width: 100% !important;
        background: initial !important
    }

    .woocommerce-cart-form.woocommerce-cart-form td.product-subtotal:before {
        color: #000
    }

    .woocommerce-cart-form.woocommerce-cart-form td.product-subtotal span,
    .woocommerce-cart-form.woocommerce-cart-form td.product-subtotal bdi {
        font-size: 20px;
        color: #1362d2
    }

    .woocommerce-cart .woocommerce-cart-form table td.product-name {
        width: 100% !important;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left !important;
        margin-bottom: 15px;
        padding-bottom: 15px;
        background: initial !important
    }

    body.single-product .woocommerce-message {
        padding-bottom: 45px
    }

    .woocommerce-cart .woocommerce-cart-form .img {
        margin-right: 10px
    }

    .related .row-eq-height:last-child {
        display: none
    }

    .single-blog .shadow {
        width: 100% !important;
        text-align: left !important
    }

    .single-blog .shadow h1 {
        font-size: 25px;
        line-height: 30px !important
    }

    .woocommerce-thankyou-order-details li {
        width: 100%;
        line-height: initial !important
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 25px;
        float: left !important
    }

    .woocommerce-MyAccount-navigation li {
        width: 48%;
        float: left
    }

    .woocommerce-MyAccount-navigation li:nth-child(even) {
        float: right
    }

    .woocommerce-MyAccount-content {
        padding: 0;
        float: left !important
    }

    .woocommerce-MyAccount-content .woocommerce-customer-details .col-1 {
        margin-bottom: 40px
    }

    .woocommerce-form-login,
    .woocommerce-form-register,
    .lost_reset_password {
        margin: 15px !important;
        padding: 15px !important
    }

    body.affiliate-login .login-left,
    body.affiliate-register .login-left {
        margin: 15px 30px !important;
        padding: 15px !important
    }

    .wishlistcss .yith-wcwl-add-to-wishlist a {
        margin-top: 0
    }

    .wishlist_table li h3 {
        line-height: 1px !important
    }

    .wishlist_table li::marker {
        content: ''
    }

    .wishlist_table li {
        margin-bottom: 20px !important;
        background: #F7F8FE;
        padding: 15px;
        width: 100%;
        float: left
    }

    .wishlist_table .additional-info-wrapper {
        border-top: 1px solid #333;
        padding-top: 15px
    }

    .wishlist_table .item-details td,
    .wishlist_table .additional-info td {
        font-size: 16px !important;
        padding: 0 !important
    }

    .wishlist_table .additional-info {
        float: left;
        margin-bottom: 0 !important;
        margin-right: 20px
    }

    .wishlist_table .product-remove {
        float: left
    }

    .wishlist_table .product-add-to-cart {
        float: right;
        margin: 0 !important
    }

    .wishlist_table .product-add-to-cart a {
        margin: 0 !important
    }

    .wishlist_table .item-wrapper {
        width: 100% !important
    }

    .brand-sec .nav-tabs li a {
        padding: 10px 10px 10px 10px
    }

    .support .border p {
        min-height: 70px
    }

    body.woocommerce-order-received .woocommerce-order-details,
    body.woocommerce-order-received .woocommerce-customer-details {
        width: 100%
    }

    .woocommerce-MyAccount-content .woocommerce-address-fields #billing_address_2_field,
    .woocommerce-MyAccount-content #shipping_address_2_field {
        margin-top: 0 !important
    }

    .woocommerce-MyAccount-content .woocommerce-Address {
        width: 100% !important
    }

    footer h3 a {
        font-size: 20px
    }

    .connected ul li {
        margin-bottom: 10px
    }

    .owl-nav {
        position: relative;
        top: 10px
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        left: 0;
        right: 0;
        float: none;
        margin: 0 5px
    }

    .all-brand .container-fluid:after {
        width: 510px
    }

    .brand-sec .img {
        width: 100%
    }

    body .brand-sec h3,
    body .brand-sec .pro-price {
        text-align: center;
        width: 100% !important
    }

    .support br {
        display: none
    }

    .single-pro-data .single-left-menu {
        display: none
    }

    header .search_form {
        right: 48px
    }

    .single-pro-data.bottom {
        margin-bottom: 1rem !important
    }

    .single-pro-data.bottom .single-right .border,
    .single-pro-data.top .single-right .border {
        display: block !important;
        min-height: initial;
        position: relative;
        margin-bottom: 15px !important;
        padding-left: 35px !important;
        background: #f7f8fe;
        border: 0 !important;
        cursor: pointer
    }

    .single-pro-data.bottom .single-right .border ol,
    .single-pro-data.top .single-right .border .sub-hide {
        display: none;
        border-top: 1px solid #d5d5d5;
        padding-top: 16px;
        margin-top: 16px;
        margin-left: -24px
    }

    .single-pro-data.bottom .single-right .border h3,
    .single-pro-data.top .single-right .border h3 {
        margin: 0 !important;
        border: 0 !important;
        padding: 0 !important;
        font-size: 16px !important
    }

    .single-pro-data.bottom .single-right .border h3:after,
    .single-pro-data.top .single-right .border h3:after {
        content: '';
        background: var(--wpr-bg-08ada2be-b7ed-4dc5-a201-f016b68c92de);
        position: absolute;
        width: 20px;
        height: 20px;
        left: 5px;
        top: 12px;
        display: block
    }

    .single-pro-data.bottom .single-right .border.active h3:after,
    .single-pro-data.top .single-right .border.active h3:after {
        background: var(--wpr-bg-d8e2cfdf-fe0e-403c-9999-4f66d7fcb2f6)
    }

    .single-pro-data .single-right table th,
    .single-pro-data .single-right table td {
        padding: 5px;
        font-size: 15px
    }

    .single-pro-data.bottom .single-right .border.active ol {
        display: block
    }

    .single-pro-data.bottom .single-right .border.active h3 {
        color: #1362d2
    }

    .single-pro-data.top .single-right .border.active .sub-hide {
        display: block !important
    }

    .top-header .bg-dark a {
        display: inline-block
    }

    .top-header .leftdiv {
        margin-top: 10px;
        padding: 0 25px 0 10px
    }

    .woocommerce .woocommerce-customer-details address {
        min-height: initial
    }

    .page-template-avaible-mac .page-title {
        margin-bottom: 20px
    }

    .contact-css .border {
        padding: 25px !important
    }

    .contact-css .border br {
        display: none
    }

    .single-product .woocommerce-product-gallery__wrapper ul li {
        margin: 0 20px 15px 0 !important;
        text-align: center
    }

    .popupcss .close-btn {
        right: 0
    }

    .single-product .woocommerce-product-gallery__wrapper ul li:last-child {
        margin-right: 0 !important
    }

    .yt .bg-black:after {
        height: 65%
    }

    .brand-sec h2 strong:after {
        top: 35px
    }

    #review_form_wrapper .comment-reply-title {
        font-size: 16px !important
    }

    .single-pro-data.top .single-right .border.active .sub-hide h3 {
        margin-bottom: 10px !important
    }

    .single-pro-data.top .single-right .border.active>h3 {
        color: #1362d2
    }

    .single-faq .border-right {
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6 !important;
        padding-bottom: 20px
    }

    .single-faq .accordion {
        padding: 0 !important
    }

    .single-blog .shadow span {
        margin-bottom: 5px !important
    }

    .blog-faq ul {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important
    }

    .archive-faq {
        width: 100%
    }

    .archive-faq .accordion-container h4 {
        padding-right: 30px !important;
        font-size: 16px !important
    }

    .blog-indextop .border {
        padding: 1.8rem !important
    }

    .blog-indextop h1 {
        line-height: initial !important;
        font-size: 30px !important;
        margin-bottom: 15px
    }

    .blog-indextop p br {
        display: none
    }

    .blog-indextop .blog-indexcat a {
        padding: 8px 12px !important;
        margin: 25px 3px 0 3px !important;
        font-size: 14px
    }

    .blog-indextop .bg-light:after {
        top: -75px;
        width: 150px;
        height: 150px;
        right: -25px !important
    }

    .blog-indextop .bg-light:before {
        bottom: -85px !important;
        width: 150px;
        height: 150px;
        left: -25px !important
    }

    .blog-box .post-info .date {
        position: initial
    }

    .blog-box .bg-white {
        padding: 1.5rem !important
    }

    .single-header h1 {
        font-size: 36px
    }

    .single-header .post-info {
        width: 50%;
        float: left
    }

    .single-header .social-share {
        position: initial;
        width: 50%
    }

    .single-header .social-share span {
        margin: 0
    }

    .single-header .social-share a {
        margin-left: 0;
        margin-right: 5px
    }

    .blog-box.single-content .content h2 {
        font-size: 33px;
        line-height: initial !important
    }

    .blog-box.single-content .content h3 {
        font-size: 29px;
        line-height: initial !important
    }

    .blog-box.single-content .content h4 {
        font-size: 28px;
        line-height: initial !important
    }

    .blog-box.single-content .content h5 {
        font-size: 24px;
        line-height: initial !important
    }

    .blog-box.single-content .content h6 {
        font-size: 22px;
        line-height: initial !important
    }

    .blog-box.single-content .content p,
    .blog-box.single-content .content ul li,
    .blog-box.single-content .content ol li {
        font-size: 16px
    }

    .offer-testimonials .owl-nav {
        top: initial;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center
    }

    .offer-testimonials .text-left {
        display: none
    }

    .offer-banner h1,
    .offer-banner strong {
        font-size: 40px
    }

    .offer-banner a {
        font-size: 16px !important;
        margin-top: 20px !important
    }

    .offer-products.top .border h4 {
        font-size: 22px !important
    }

    body .offer-products.top .border .price {
        font-size: 25px !important
    }

    .offer-products.top .border .btn-bluebg {
        margin-top: 0 !important
    }

    .offer-products.top .border .btn-bluebg {
        padding: 8px 15px
    }

    .offer-products .border .coupon-text i {
        float: none !important;
        padding-left: 5px;
        padding-right: 0 !important
    }

    .single-product .coins ul li {
        margin: 0 0 10px 0 !important
    }

    .coins {
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 15px;
        margin-top: 0;
        padding-bottom: 15px
    }

    .btn-blue span {
        font-size: 20px !important
    }
}

@media(max-width:575px) {
    .slider .bg-black {
        padding: 2rem 0rem 0rem 0rem !important;
        border-radius: 25px
    }

    .slider .bg-black .container {
        position: relative;
        z-index: 99
    }

    h1,
    h1 span {
        font-size: 32px;
        line-height: 38px !important
    }

    h2,
    h2 strong,
    .deals h2,
    .yt h2 {
        font-size: 28px;
        line-height: 32px !important
    }

    h2 strong:after {
        top: 30px
    }

    .review .container,
    .review .row,
    .review .col-lg-6 {
        padding: 0;
        margin: 0
    }

    .review ul li {
        padding: 0 5px
    }

    .review h2 {
        font-size: 25px
    }

    .review p {
        font-size: 12px
    }

    .review p br {
        display: none
    }

    body .product-css h3,
    body .products.columns-3 li h2,
    body .brand-sec h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        min-height: initial
    }

    .deals .bg-black {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .deals .product-css,
    .featured-pro .product-css,
    .brand-sec .product-border {
        padding-left: 5px;
        padding-right: 5px
    }

    .product-css .price,
    .products.columns-3 li .price {
        width: 100%;
        margin-bottom: 6px !important
    }

    .product-css .fav_cart .button,
    .products.columns-3 li .fav_cart .button {
        width: 100%
    }

    .brand-sec .nav-tabs li a {
        padding: 12px 0;
        font-size: 15px;
        display: block
    }

    .support .border h4 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #1362d2
    }

    .yt p {
        padding: 10px 0;
        font-size: 13px;
        width: 100%
    }

    .products.columns-3 li .fav_cart {
        position: absolute;
        width: calc(100% - 20px);
        left: 10px;
        right: 10px;
        margin: 0 auto;
        bottom: 15px
    }

    .products.columns-3 li a {
        padding-bottom: 55px
    }

    .about-qty .border {
        padding: 15px
    }

    .p-zero {
        padding: 5px !important
    }

    .woocommerce-cart .woocommerce-cart-form .ttitle a {
        font-size: 18px
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        width: calc(100% - 15px)
    }

    .woocommerce-cart .woocommerce-cart-form .product-quantity {
        width: 100%;
        float: right;
        margin-top: 5px
    }

    .woocommerce-cart .woocommerce-cart-form .rremove {
        text-align: right;
        width: 50% !important;
        float: right
    }

    .woocommerce-cart .woocommerce-cart-form .rremove a {
        float: right
    }

    .woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
        margin-right: 5px !important
    }

    .form-row {
        width: 100% !important;
        margin-bottom: 10px !important
    }

    .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields,
    .woocommerce-account-fields {
        padding: 10px
    }

    .woocommerce-checkout .col2-set .col-1 .shop-nav ul {
        padding: 10px
    }

    .woocommerce-checkout .col2-set .col-1 .shop-nav ul li {
        margin: 0 13px;
        font-size: 15px
    }

    .woocommerce-checkout .col2-set .col-1 .shop-nav ul li:after {
        width: 20px;
        right: -25px
    }

    .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
        margin-bottom: 25px !important
    }

    .acc-nav li a {
        font-size: 15px !important
    }

    .woocommerce-checkout .woocommerce-form-login {
        width: 100% !important;
        margin-left: 0 !important
    }

    header .search_form {
        right: 49px
    }

    .brand-sec .nav-tabs {
        display: block
    }

    .brand-sec .nav-tabs li {
        margin: -1px
    }

    .brand-sec .nav-tabs {
        display: block
    }

    .brand-sec .nav-tabs li {
        width: 50% !important;
        flex: initial;
        float: left;
        border: 1px solid #efefef
    }

    .brand-sec .nav-tabs li:last-child {
        width: 100% !important
    }

    .brand-sec .nav-tabs li a.active:after,
    .brand-sec .nav-tabs li a:hover:after,
    .brand-sec .nav-tabs li a.active:before,
    .brand-sec .nav-tabs li a:hover:before {
        display: none
    }

    .brand-sec .nav-tabs li a.active {
        background: linear-gradient(180deg, #1362d2 0%, #0850FF 100%) !important;
        color: #fff
    }

    .wishlistcss .yith-wcwl-add-to-wishlist a {
        margin-left: 0
    }

    .woocommerce div.product form.cart div.quantity {
        margin-bottom: 5px !important;
        margin-right: 15px !important
    }

    .woocommerce div.product form.cart .single_add_to_cart_button {
        margin-right: 0px !important;
        margin-bottom: 5px !important
    }

    footer h3 {
        font-size: 15px
    }

    footer h3:last-child {
        margin-bottom: 0
    }

    .support .col {
        width: 100%
    }

    .support .border p {
        min-height: initial;
        padding: 0
    }

    .support .border span {
        position: absolute;
        left: 20px;
        box-shadow: initial;
        width: auto;
        height: auto;
        margin: 0;
        background: initial
    }

    .support .border {
        padding: 15px 15px 15px 85px;
        text-align: left;
        position: relative
    }

    .support .border img {
        height: 40px;
        top: 0
    }

    .top-header .bg-dark a {
        margin: -1px 0 -5px 0;
        display: block;
        text-align: center
    }

    .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row {
        width: 100% !important;
        padding-right: 0 !important
    }

    footer h3 {
        width: 100% !important
    }

    .connected ul li .export {
        right: 10px
    }

    .connected ul li h4 {
        font-size: 16px
    }

    .yt .owl-carousel {
        padding-left: 10px;
        padding-right: 10px
    }

    .blog-css .full h5 a {
        font-size: 20px !important;
        line-height: initial !important
    }

    .all-brand .container-fluid:after {
        width: calc(100% - 30px)
    }

    .all-brand a {
        padding: 10px 0;
        margin: 0 auto 15px auto
    }

    .yt .border iframe {
        height: 150px
    }

    .about-qty .border p {
        min-height: initial
    }

    .page-title .breadcrumb_last,
    .page-title p,
    .page-title a,
    .page-title strong {
        font-size: 16px
    }

    .page-title i {
        padding: 0 5px
    }

    body.single-product .summary table tr td {
        width: auto;
        vertical-align: middle !important
    }

    .single-pro-data.bottom ul li.active a,
    .single-pro-data.bottom ul li:hover a {
        clip-path: initial
    }

    .top-header .order-2 {
        padding: 0
    }

    .top-header a,
    .top-header p {
        text-align: center
    }

    .aff-wrap .daterange-form {
        width: 100%
    }

    .aff-wrap .daterange-form input[type=submit],
    .wpam_link_generation_submit input,
    .wpam-save-profile input,
    .aff-wrap #previewButton {
        width: auto;
        padding: 3px 10px !important
    }

    .aff-wrap .wpam-contact-info tr {
        width: 100%
    }

    #cookie-law-info-bar {
        padding: 10px 20px 10px 10px !important
    }

    .add-detail ul li {
        font-size: 13px !important
    }

    .add-detail ul li img {
        display: block !important;
        margin: 0 auto 5px auto !important
    }

    .add-detail ul li,
    body li.product .add-detail ul li {
        text-align: center
    }

    .single-product .woocommerce-product-gallery__wrapper ul li span {
        font-size: 15px
    }

    .single-product .woocommerce-product-gallery__wrapper ul li img {
        display: inline-block !important
    }

    .checkout-features ul li img {
        height: 75px
    }

    .outofstock-form {
        padding-left: 50px !important
    }

    .outofstock-form input {
        font-size: 14px
    }

    .outofstock-form img {
        width: 40px
    }

    #trp_no_text_popup_wrap #trp_ald_not_text_popup_ls_and_button,
    #trp_no_text_popup_wrap #trp_ald_no_text_popup_div {
        text-align: left
    }

    #trp_ald_no_text_popup_x_button::before {
        font-size: 20px
    }

    .review-list ol li {
        background: #fff !important
    }

    #cookie-law-div {
        padding: 10px 10px 60px 60px;
        max-width: 100%;
        right: 2%
    }

    #cookie-law-div button {
        top: initial;
        bottom: 10px;
        left: 60px;
        right: initial
    }

    .single-faq h4 {
        font-size: 15px !important
    }

    .single-faq {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .single-faq .box p,
    .single-faq .box a {
        font-size: 14px !important
    }

    .blog-adv .bg-dark {
        padding: 15px
    }

    .blog-adv .bg-dark h3 {
        font-size: 20px;
        line-height: initial !important
    }

    .myproductdescription img {
        float: none;
        display: block;
        margin: 0 auto 10px auto
    }

    .blog-faq ul {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important
    }

    .blog-indextop .border {
        padding: 1.5rem !important
    }

    .blog-indextop p {
        margin-bottom: 20px;
        display: block
    }

    .blog-indextop .blog-indexcat a {
        margin: 5px 3px 0 3px !important
    }

    .blog-box .bg-white {
        padding: 1rem !important
    }

    .blog-box .post-info .category {
        padding: 1px 10px
    }

    .blog-box .post-info .category,
    .blog-box .post-info .category a {
        font-size: 12px !important
    }

    .single-header h1 {
        font-size: 30px
    }

    .single-header .reading-time1 {
        font-size: 14px
    }

    .single-header .post-info span,
    .single-header .social-share span {
        font-size: 13px
    }

    .single-header .post-info img {
        width: 15px
    }

    .single-header .social-share a {
        width: 30px !important;
        height: 30px !important
    }

    .single-header .social-share img {
        height: 16px !important
    }

    .blog-box .post-info .dot {
        margin: 0 5px
    }

    .cart-related.brand-sec .pro-price {
        padding: 8px 5px;
        font-size: 15px !important;
        margin-right: 5px
    }

    .cart-related .owl-nav .owl-prev {
        margin-right: 5px !important
    }

    .offer-testimonials .product-review p {
        min-height: initial
    }

    .brand-logo .border {
        min-height: 250px
    }

    .brand-logo ul {
        top: 10px;
        right: 20px
    }

    .brand-logo ul li a {
        font-size: 10px;
        line-height: initial !important
    }

    .brand-logo ul li img {
        margin-right: 4px;
        width: 15px;
        position: relative;
        top: -2px
    }

    .brand-logo .border p {
        font-size: 20px !important
    }

    .offer-banner h1,
    .offer-banner strong {
        font-size: 30px !important
    }

    .offer-products.top .border h4,
    body .offer-products.top .border .price,
    .offer-products .border h4 {
        font-size: 18px !important
    }

    .offer-products .border .more {
        padding: 0 10px 10px 10px !important
    }

    .offer-products.top .border .more {
        padding: 0px !important
    }

    .offer-products.top .border .more .sku,
    .offer-products.top .border .more .category {
        display: block !important;
        margin: 0 !important
    }

    .offer-products.top .border .couponcopy {
        display: inline-block
    }

    .offer-products.top .border .coupon-text {
        padding: 1px 10px
    }

    .slider .btn-bluebg,
    .slider .btn-white {
        margin-left: 5px;
        margin-right: 5px
    }
}