body {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    position: relative;
    background: #ffffff;
    font-size: 14px;
    color: #777777;
}

h1 {
    font-size: 60px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Abril Fatface", cursive;
}

h2 {
    font-size: 36px;
    color: #000000;
    text-transform: capitalize;
    line-height: 1;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.03em;
}

h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
}

h5 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    letter-spacing: 0.05em;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.progress-bar {
    background-color: #19a340;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
}

p {
    font-size: 14px;
    color: #222;
    line-height: 1;
}

a {
    transition: 0.5s ease;
}

a:hover {
    text-decoration: none;
    transition: 0.5s ease;
}

a:focus {
    outline: none;
}

button:focus,
select:focus {
    outline: none;
}

section,
.section-t-space {
    padding-top: 70px;
}

.section-b-space {
    padding-bottom: 70px;
}

.p-t-0 {
    padding-top: 0;
}

hr.style1 {
    width: 75px;
    height: 3px;
    margin-top: 13px;
    background-color: var(--primary-color);
    text-align: center;
}

.no-arrow .slick-next,
.no-arrow .slick-prev {
    display: none !important;
}

.form-control {
    border-radius: 0;
}

.small-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.banner-padding {
    padding-top: 30px;
}

.border-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border-b {
    border-bottom: 1px solid #38352f;
}

.darken-layout {
    background-color: #393230;
}

.dark-layout {
    background-color: #2d2a25;
}

.light-layout {
    background-color: #f9f9f9;
}

.white-layout {
    background-color: #fff;
}

.bg-light0 {
    background-color: #d0edff;
}

.bg-light1 {
    background-color: pink;
}

.bg-light2 {
    background-color: #1e56f2;
}

.bg-blog {
    background-color: #eee;
}

del {
    font-size: 14px;
    color: #aaa;
    font-weight: 500;
}

.border-bottom-grey {
    border-bottom: 1px solid #efefef;
}

.p-t-0 {
    padding-top: 0 !important;
}

.center-slider {
    border-left: 1px solid #f1f5f4;
    border-right: 1px solid #f1f5f4;
}

@keyframes animate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 500px;
    }
}

button {
    cursor: pointer;
}

.btn {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0.8px;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:focus {
    box-shadow: none;
}

.btn-normal {
    padding: 9px 20px;
    color: #ffffff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-normal:hover,
.btn-normal:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-solid {
    padding: 9px 20px;
    color: #ffffff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    position: relative;
    z-index: 3;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-solid:hover,
.btn-solid:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-solid.black-btn {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
}

.btn-solid.black-btn:hover {
    background-color: #000000;
    border: 2px solid #000000;
}

.btn-solid.btn-gradient {
    background: var(--primary-color);
    background: linear-gradient(180deg, #01effc 0%, #485ff2 99%);
    transition: background 300ms ease-in-out;
    background-size: 300% 100%;
    border: none;
}

.btn-solid.btn-gradient:hover {
    background: linear-gradient(-180deg, #485ff2 0%, #01effc 99%);
    transition: background 300ms ease-in-out;
    color: white;
}

.btn-solid.btn-green {
    background-image: linear-gradient(to right, #01effc, #485ff2);
    border: none;
    background-color: var(--primary-color);
}

.btn-solid.btn-green:hover {
    background-color: var(--primary-color);
    background-image: none;
    color: white;
}

.btn-solid.btn-sm {
    padding: 9px 16px;
}

.btn-outline {
    display: inline-block;
    padding: 12px 26px;
    letter-spacing: 0.05em;
    position: relative;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    z-index: 3;
}

.btn-outline:hover,
.btn-outline:focus {
    color: #ffffff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-classic:hover {
    background-color: var(--primary-color);
}

.btn-theme {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
}

button.btn.btn-solid:active,
button.btn.btn-outline:active {
    background-image: -webkit-linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary-color) 50%, transparent 50%);
    color: #ffffff;
    background: var(--primary-color);
}

button[disabled] {
    cursor: not-allowed;
}

.title1 {
    text-align: center;
}

.title1 h4 {
    color: var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px;
}

.title1 .title-inner1 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.title1 .title-inner1:after {
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: var(--primary-color);
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.title1.title-gradient .title-inner1:after {
    background: #01effc;
    background: linear-gradient(180deg, #01effc 0%, #485ff2 99%);
    background-color: #01eefc;
}

.title1.title5 .title-inner1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.title1.title5 .title-inner1:after {
    display: none;
}

.title1.title5 hr[role="tournament6"] {
    border: 0px solid;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 177, 43, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 25%;
    margin: 15px auto 30px auto;
}

.title1.title5 hr[role="tournament6"]::before {
    position: absolute;
    background-color: #efefef;
    border: 1px solid;
    border-color: var(--primary-color);
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin: -6px 0px 0px 0;
    content: "";
}

.title2 {
    text-align: center;
}

.title2 h4 {
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px;
    letter-spacing: 1px;
    font-family: "Dancing Script", cursive;
}

.title2 .title-inner2 {
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.title3 {
    text-align: center;
}

.title3 h4 {
    color: var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -9px;
}

.title3 .title-inner3 {
    margin-bottom: 20px;
    position: relative;
}

.title3 .line {
    position: relative;
    height: 5px;
    width: 45px;
    background-color: var(--primary-color);
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 50px;
}

.title3 .line:after,
.title3 .line:before {
    position: absolute;
    height: 5px;
    width: 10px;
    content: "";
    background-color: var(--primary-color);
}

.title3 .line:after {
    right: 50px;
}

.title3 .line:before {
    left: 50px;
}

.title4 {
    text-align: center;
}

.title4 .title-inner4 {
    padding-bottom: 25px;
    margin-bottom: 0;
    position: relative;
    margin-top: -5px;
}

.title4 .line {
    position: relative;
    height: 1px;
    width: 180px;
    background-color: var(--primary-color);
    margin: 0 auto;
    margin-bottom: 55px;
    bottom: 0;
    top: 0;
}

.title4 .line:after,
.title4 .line:before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    background-color: var(--primary-color);
    top: -4px;
}

.title4 .line:after {
    left: 78px;
}

.title4 .line:before {
    left: 64px;
}

.title4 .line span:after,
.title4 .line span:before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    background-color: var(--primary-color);
    top: -4px;
}

.title4 .line span:after {
    right: 78px;
}

.title4 .line span:before {
    right: 64px;
}

.title-borderless {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -5px;
}

header {
    background-color: var(--header-bg-color);
}

header.header-tools {
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: 1;
    background-color: transparent;
}

header.header-tools.header-tools-inner {
    position: relative;
    top: 0;
}

header.header-tools.header-tools-inner .top-header {
    background-color: var(--primary-color);
}

header.header-tools.header-tools-inner .logo-menu-part {
    background-color: #fff;
    border-bottom: 2px solid var(--primary-color);
}

header.header-tools.header-tools-inner .logo-menu-part>.container {
    background-color: #fff;
    border-bottom: none;
}

header.header-tools .container {
    padding-left: 30px;
    padding-right: 30px;
}

header.header-tools .top-header {
    background-color: transparent;
}

header.header-tools .top-header .container {
    background-color: var(--primary-color);
}

header.header-tools .top-header .header-contact {
    padding: 10px 0;
}

header.header-tools .top-header .header-contact li {
    color: #fff;
}

header.header-tools .top-header .header-dropdown li {
    padding: 10px 25px;
}

header.header-tools .logo-menu-part>.container {
    background-color: #fff;
    border-bottom: 2px solid var(--primary-color);
}

header.header-tools .main-menu .menu-left .navbar {
    padding: 25px 45px 25px 0;
}

header.header-tools .main-menu .brand-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

header.header-tools .pixelstrap.sm-horizontal>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

header.header-tools .pixelstrap.sm-horizontal>li>a:hover,
header.header-tools .pixelstrap.sm-horizontal>li>a:active,
header.header-tools .pixelstrap.sm-horizontal>li>a:focus,
header.header-tools .pixelstrap.sm-horizontal>li>a.highlighted {
    padding-top: 25px;
    padding-bottom: 25px;
}

header.header-tools .pixelstrap.sm-horizontal li .lable-nav {
    top: 5px;
}

header.header-tools .onhover-div {
    padding-top: 25px;
    padding-bottom: 25px;
}

header.header-gym {
    position: absolute;
    width: 100%;
}

header.header-gym.header-gym-inner {
    position: relative;
}

header.header-gym .main-menu {
    background-color: transparent;
    z-index: 1;
}

header.header-gym .main-menu .menu-left .navbar {
    padding: 20px 45px 20px 0;
}

header.header-gym .main-menu .menu-left .navbar i {
    color: white;
}

header.header-gym .main-menu .brand-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-gym .main-menu .onhover-div .show-div {
    top: 90px;
}

header.header-gym .pixelstrap>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
}

header.header-gym .pixelstrap>li>a:hover,
header.header-gym .pixelstrap>li>a:active,
header.header-gym .pixelstrap>li>a:focus,
header.header-gym .pixelstrap>li>a.highlighted {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #a9a9a9;
}

header.header-gym .onhover-div {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.header-gym .onhover-div>div img {
    filter: brightness(54);
}

header.header-gym .top-header {
    position: relative;
}

header.header-gym .top-header.blue-layout {
    border-bottom: 1px solid #223b7d;
}

header.header-5 {
    position: absolute;
    width: 100%;
    background-color: transparent;
}

header.header-5.header-5-inner {
    position: relative;
}

header.header-5 .top-header {
    background-color: transparent;
}

header.header-5 .top-header .header-dropdown>li {
    padding-top: 32px;
    padding-right: 0;
}

header.header-5 .top-header .header-dropdown>li.mobile-account {
    padding: 32px 15px 15px !important;
}

header.header-5 .top-header .header-dropdown>li.mobile-account:before {
    display: none;
}

header.header-5 .top-header .header-dropdown>li.mobile-wishlist {
    padding: 20px 15px 15px !important;
}

header.header-5 .top-header .header-dropdown .onhover-dropdown .onhover-show-div {
    top: 80px;
}

header.header-5 .onhover-div .show-div {
    top: 80px;
}

header.header-5.container-med .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

header.header-6 .mobile-search {
    display: none;
}

header.header-7 {
    position: relative;
    z-index: 9;
}

@media (min-width: 1430px) {
    header.header-7 .top-header>.container,
    header.header-7 .full-nav>.container {
        max-width: 1600px;
    }
}

header.header-7 .main-menu .menu-left .navbar {
    padding: 25px 45px 25px 0;
}

header.header-7 .main-menu .menu-left .navbar i {
    color: #000;
}

header.header-7 .main-menu .brand-logo {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 25px;
}

header.header-7 .onhover-div {
    padding-top: 25px;
    padding-bottom: 25px;
}

header.header-7 .onhover-div img {
    filter: brightness(100);
}

header.header-7 .onhover-div .show-div img {
    filter: unset;
}

header.header-7 .onhover-div:hover .show-div {
    transform: translateY(-23px);
}

header.header-7 .game-layout {
    background-color: rgba(0, 0, 0, 0.5);
}

header.header-7 .top-header .header-contact .call {
    position: relative;
    padding-left: 40px;
    line-height: 30px;
}

header.header-7 .top-header .header-contact .call i {
    display: none;
}

header.header-7 .top-header .header-contact .call:before {
    content: "";
    float: left;
    height: 30px;
    left: 0px;
    position: absolute;
    width: 40px;
    background: transparent url(sprite.png) no-repeat;
    background-position: 0 0;
}

header.header-7 .top-header .header-contact .call.email-id:before {
    background: transparent url(email.png) no-repeat center;
    background-size: 66%;
}

header.header-7 .top-header .header-contact .call.announce:before {
    display: none;
}

@media (min-width: 578px) {
    header.header-7 .top-header .header-dropdown>li:after {
        position: absolute;
        content: "";
        height: 13px;
        width: 1px;
        background: rgba(0, 0, 0, 0.2);
        left: -3px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

header.header-7 .top-header .header-dropdown>li:first-child:after {
    display: none;
}

@media (min-width: 578px) {
    header.header-7 .top-header .header-dropdown>li i {
        display: none;
    }
}

header.header-7 .top-header .header-dropdown>li a {
    line-height: 30px;
}


/*header.header-2 {

    margin-bottom: 30px;

}*/

header.header-2 .sticky.fixed {
    padding: 10px 0;
}

header.header-2 .top-header>.container>.row {
    align-items: center;
}

header.header-metro {
    position: absolute;
    width: 100%;
}

header.header-metro .top-header {
    background-color: transparent;
    position: relative;
}

header.header-metro .metro {
    background-color: white;
    z-index: 9;
    position: relative;
}

header.left-header .top-header {
    padding-left: 300px;
    background-color: #fff;
}

header.left-header .top-header .header-dropdown .mobile-wishlist img,
header.left-header .top-header .header-dropdown .mobile-account img {
    display: block;
}

header.left-header .top-header .header-dropdown .mobile-wishlist i,
header.left-header .top-header .header-dropdown .mobile-account i {
    display: none;
}

header.left-header .onhover-div {
    padding-top: 15px;
    padding-bottom: 15px;
}

header.left-header .onhover-div>div img {
    width: 20px;
    height: auto;
}

header.left-header .onhover-div .show-div {
    top: 56px;
}

header.left-header .sidenav {
    left: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

header.left-header .sidenav .sidebar-back {
    display: none;
}

header.left-header .sidenav nav {
    background-color: #fff;
}

header.left-header .sidenav .pixelstrap>li>a {
    padding: 10px 0 20px 0;
    background-color: #fff;
}

header.left-header .sidenav .pixelstrap>li>a:hover,
header.left-header .sidenav .pixelstrap>li>a:focus,
header.left-header .sidenav .pixelstrap>li>a.highlighted {
    padding: 10px 0 20px 0;
    background-color: #fff;
}

header.left-header .sidenav .pixelstrap>li .lable-nav {
    top: -12px;
    background-color: #eee;
}

header.left-header .sidenav .pixelstrap>li .lable-nav:before {
    border-top: 5px solid #ff4c3b;
}

header.left-header .sidenav .pixelstrap>li .lable-nav.grey-lable {
    background-color: #4d6171;
}

header.left-header .sidenav .pixelstrap>li .lable-nav.grey-lable:before {
    border-top: 5px solid #4d6171;
}

header.left-header .sidenav .left-sidebar_search {
    width: 100%;
    background-color: #fff;
}

header.left-header .sidenav .left-sidebar_search input {
    height: 55px;
    width: 95%;
    border: none;
    padding-left: 15px;
    background-color: transparent;
}

header.left-header .sidenav .left-sidebar_search .btn-search {
    position: absolute;
    right: 10px;
    top: 20px;
    border: none;
    background-color: transparent;
}

header.left-header .sidenav .left-sidebar_center {
    padding: 40px 0 30px 30px;
    background-color: #fff;
}

header.left-header .sidenav .bottom-section {
    padding: 70px 25px;
}

header.left-header .sidenav .bottom-section .icon_settings li {
    display: inline-block;
}

header.left-header .sidenav .bottom-section .icon_settings .shopping-cart {
    position: relative;
}

header.left-header .sidenav .bottom-section .icon_settings .shopping-cart .shopping-count {
    width: 18px;
    height: 18px;
    background-color: #ff4c3b;
    color: white;
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    right: 7px;
}

header.left-header .sidenav .bottom-section ul li {
    display: inline-block;
    padding: 8px 15px 8px 0;
}

header.left-header .sidenav .bottom-section ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
}

header.left-header .sidenav .bottom-section ul li a i {
    font-size: 18px;
    padding-right: 5px;
    color: #333;
}

header.left-header .sidenav .bottom-section .leftside_setting .language,
header.left-header .sidenav .bottom-section .leftside_setting .currency {
    display: flex;
}

header.left-header .sidenav .bottom-section .leftside_setting .language h5,
header.left-header .sidenav .bottom-section .leftside_setting .currency h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #999;
    margin-top: 0;
}

header.left-header .sidenav .bottom-section .leftside_setting .language select,
header.left-header .sidenav .bottom-section .leftside_setting .currency select {
    margin-left: 10px;
    border: none;
    outline: none;
    text-transform: capitalize;
    color: #333;
}

header.left-header .sidenav .bottom-section .leftside_setting h5 {
    margin-top: 10px;
}

header.left-header .sidenav .leftside_social {
    position: relative;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed #ddd;
}

header.left-header .sidenav .leftside_social .footer-social {
    margin-top: 0;
}

header.left-header .sidenav .leftside_social .footer-social i {
    font-size: 18px;
}

header.left-header .sidenav .leftside_social .footer-social li {
    padding: 10px;
}

header.left-header .sidenav .leftside_social .call_us h5 {
    text-align: center;
}

header.left-header .sidenav .leftside_social .call_us h5 span {
    display: block;
}

header.left-header .main-menu {
    justify-content: flex-end;
}

header.left-header .main-menu .brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ddd;
}

header.left-header .main-menu .menu-right .header-dropdown>li img {
    width: 20px;
    height: auto;
}

header.left-header .main-menu .menu-right .icon-nav .onhover-div>img {
    width: 20px;
    height: auto;
}

header.left-header .main-menu .menu-left .navbar {
    display: none;
}

header.left-header .main-menu .menu-left .mobile-logo {
    display: none;
}

header.left-header .search-overlay {
    padding-left: 300px;
}

.onhover-dropdown {
    position: relative;
    font-size: 14px;
}

.onhover-dropdown:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 3px;
}

.onhover-dropdown .onhover-show-div {
    top: 34px;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    transition: all 0.2s ease;
    min-width: 160px;
    text-align: left;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 15px 20px;
    border-radius: 0 !important;
}

.onhover-dropdown .onhover-show-div.product-page-full {
    z-index: 99999;
}

.onhover-dropdown:hover .onhover-show-div {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.onhover-div {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.onhover-div img,
.onhover-div i {
    cursor: pointer;
}

.onhover-div .show-div {
    top: 83px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    transition: all linear 0.3s;
    min-width: 236px;
    text-align: left;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 0;
    border-radius: 0 !important;
}

.onhover-div:hover .show-div {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.search-overlay.search-overlay-box {
    height: auto;
    width: 400px;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100px;
    right: 0;
    left: auto;
    box-shadow: 0px 0px 5px #eee;
    background: #f5f5f5;
}

.search-overlay.search-overlay-box .overlay-content .form-group {
    margin: 0 !important;
}

.search-overlay.search-overlay-box .overlay-content .form-group input {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: none;
}

.search-overlay.search-overlay-box .overlay-content button {
    padding: 12px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-overlay.search-overlay-box .overlay-content button i {
    display: block !important;
    font-size: 20px;
}

.search-overlay.search-overlay-box .closebtn {
    display: none;
}

.search-overlay>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    animation: fadeInDown 400ms ease-in-out;
}

.search-overlay>div .overlay-content {
    width: 78%;
    margin: auto;
}

.search-overlay>div .overlay-content .form-control {
    margin: 0;
}

.search-overlay>div .overlay-content .form-control:focus {
    box-shadow: none;
}

.search-overlay>div .overlay-content input {
    border: 0;
    border-radius: 50px;
    padding: 14px 18px;
    margin: 35px 0 !important;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.search-overlay>div .overlay-content input::-webkit-input-placeholder {
    color: #777;
    font-size: 16px;
}

.search-overlay>div .overlay-content input::-moz-placeholder {
    color: #777;
    font-size: 16px;
}

.search-overlay>div .overlay-content input:-ms-input-placeholder {
    color: #777;
    font-size: 16px;
}

.search-overlay>div .overlay-content input:-moz-placeholder {
    color: #777;
    font-size: 16px;
}

.search-overlay>div .overlay-content button {
    position: absolute;
    top: 10px;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    color: #777;
    right: 20px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.search-overlay>div .overlay-content button:hover {
    color: var(--primary-color);
}

.search-overlay>div .closebtn {
    position: fixed;
    top: 33px;
    right: 20px;
    color: #777;
    font-size: 40px;
    cursor: pointer;
}

.top-header {
    background-color: var(--top-header-bg-color);
}

.top-header .header-contact,
.top-header .header-social-app {
    padding: 15px 0;
}

.top-header .header-contact li,
.top-header .header-contact h6,
.top-header .header-social-app li,
.top-header .header-social-app h6 {
    color: var(--top-header-color);
    font-size: 14px;
    display: inline-block;
}

.top-header .header-contact i,
.top-header .header-social-app i {
    color: var(--top-header-color);
}

.top-header .app-link {
    display: inline-block;
    vertical-align: middle;
    line-height: 8px;
    padding-top: 1px;
    top: 1px;
}

.top-header .app-link h6 {
    line-height: 10px;
}

.top-header .app-link ul {
    display: inline-block;
}

.top-header .app-link ul>li {
    margin-left: 10px;
}

.top-header .header-contact li {
    padding-right: 24px;
    margin-right: 20px;
    position: relative;
}

.top-header .header-contact li i {
    padding-right: 10px;
}

.top-header .header-contact li:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-header .header-contact li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.top-header .header-contact li:last-child:before {
    display: none;
}

@media (min-width: 992px) {
    .top-header .header-social-app>div {
        position: relative;
        padding-left: 24px;
        margin-left: 15px;
    }
    .top-header .header-social-app>div:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 1px;
        background: rgba(255, 255, 255, 0.7);
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .top-header .header-social-app>div:first-child {
        padding-left: 0;
        margin-left: 0;
    }
    .top-header .header-social-app>div:first-child:before {
        display: none;
    }
}

.top-header .header-dropdown li {
    cursor: pointer;
    color: var(--top-header-color);
    padding: 15px 25px;
    padding-left: 16px !important;
    padding-right: 20px !important;
    padding-right: 20px;
}

.top-header .header-dropdown li a {
    color: #ffffff;
    text-transform: capitalize;
}

.top-header .header-dropdown li i {
    padding-right: 5px;
    transition: all 0.5s ease;
}

.top-header .header-dropdown li ul li {
    padding-top: 0;
    padding-bottom: 0;
}

.top-header .header-dropdown li a i {
    color: var(--top-header-color);
    transition: all 0.5s ease;
}

@media (min-width: 578px) {
    .top-header .header-dropdown li a:hover i {
        color: var(--top-header-color);
        transition: all 0.5s ease;
    }
}

@media (min-width: 578px) {
    .top-header .header-dropdown li:hover i {
        color: var(--primary-color);
        transition: all 0.5s ease;
    }
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
    padding-left: 0;
    display: flex;
    font-size: 15px;
    padding-bottom: 5px;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li:last-child {
    padding-bottom: 0;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
    color: #333;
}

.top-header.top-header-dark {
    background-color: var(--primary-color);
}

.top-header.top-header-dark .header-contact li {
    color: #ffffff;
}

.top-header.top-header-dark .header-contact li i {
    color: #ffffff;
}

.top-header.top-header-dark .header-dropdown li {
    color: #ffffff;
}

.top-header.top-header-dark .header-dropdown li a {
    color: #ffffff;
}

.top-header.top-header-dark .header-dropdown li a i {
    color: #ffffff;
}

.top-header.top-header-dark .header-dropdown li a:hover i {
    color: var(--primary-color);
}

.top-header.top-header-dark2 {
    background-color: var(--primary-color);
}

.top-header.top-header-dark2 .header-contact li {
    color: #ffffff;
}

.top-header.top-header-dark2 .header-contact li i {
    color: #ffffff;
}

.top-header.top-header-dark2 .header-dropdown li {
    color: #ffffff;
}

.top-header.top-header-dark2 .header-dropdown li a {
    color: #ffffff;
}

.top-header.top-header-dark2 .header-dropdown li a i {
    color: #ffffff;
}

.top-header.top-header-dark2 .header-dropdown li a:hover i {
    color: var(--primary-color);
}

.top-header.top-header-dark3 {
    background-color: var(--primary-color);
}

.top-header.top-header-dark3 .header-contact li {
    color: #ffffff;
}

.top-header.top-header-dark3 .header-contact li i {
    color: #ffffff;
}

.top-header.top-header-dark3 .header-dropdown li {
    color: #ffffff;
}

.top-header.top-header-dark3 .header-dropdown li a {
    color: #ffffff;
}

.top-header.top-header-dark3 .header-dropdown li a i {
    color: #ffffff;
}

.top-header.top-header-dark3 .header-dropdown li a:hover i {
    color: var(--primary-color);
}

.layout3-menu .main-menu .menu-left .navbar i {
    font-size: 22px;
}

.absolute-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

.main-menu.product-full-page {
    z-index: 9999;
}

.main-menu .brand-logo {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-menu .menu-left {
    display: flex;
    align-items: center;
}

.main-menu .menu-left .navbar {
    display: inline-block;
    padding: 40px 45px 40px 0;
}

.main-menu .menu-left .navbar i {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}

.main-menu .menu-left.around-border .navbar>a {
    border: 2px solid #fff3de;
    padding: 11px 10px 6px;
}

.main-menu .menu-left.category-nav-right .navbar {
    padding-right: 0;
    padding-left: 45px;
}

.main-menu .menu-left.category-nav-right .navbar>a {
    border: 2px solid #f5f2f2;
    padding: 11px 10px 6px;
}

.main-menu .menu-left.category-nav-right .navbar i {
    color: #938d8c;
}

.main-menu .menu-right {
    display: flex;
    float: right;
}

.main-menu .menu-right .icon-nav {
    display: inline-block;
}

.main-menu .menu-right .icon-nav li {
    padding-left: 20px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
    padding: 15px 15px;
    min-width: 280px;
    left: unset;
    right: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart h5 {
    font-size: 14px;
    padding: 0 8px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form {
    max-height: 300px;
    overflow: auto;
    padding-right: 5px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li {
    position: relative;
    padding-bottom: 14px;
    width: 100%;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li:last-child {
    padding-bottom: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media img {
    width: 72px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body {
    align-self: center;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body .ajaxcart__product-meta {
    padding-bottom: 3px;
    font-size: 13px;
    display: block;
    color: #666;
    text-transform: capitalize;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body h4 {
    color: #000;
    font-size: 15px;
    margin-bottom: 4px;
    letter-spacing: 0px;
    line-height: 20px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body h4 em {
    color: #333;
    font-size: 14px;
    font-style: normal;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body h4 span {
    color: #222;
    font-size: 14px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .close-circle {
    position: absolute;
    top: -2px;
    right: 0px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .close-circle i {
    color: #a1a1a1;
    transition: all 0.3s ease;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .close-circle i:hover {
    color: #000;
    transition: all 0.3s ease;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .total {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .total h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #999;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .total h5 span {
    float: right;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons a {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons a:hover {
    color: var(--primary-color);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons .checkout {
    float: right;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .buttons .checkout:hover {
    color: var(--primary-color);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting,
.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account {
    padding: 15px 20px 20px;
    min-width: 185px;
    right: 0;
    left: unset;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6,
.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account h6 {
    font-size: 15px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6:first-child,
.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account h6:first-child {
    margin-top: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting #translate,
.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account #translate {
    width: auto;
    margin: 5px 0 0;
    padding: 0px 10px;
    color: #333;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li,
.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account ul li {
    display: flex;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a,
.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account ul li a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a.selected,
.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account ul li a.selected {
    color: var(--primary-color);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li {
    margin-top: 7px;
    padding-right: 19px;
    margin-right: 8px;
    position: relative;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li:before {
    content: "/";
    position: absolute;
    right: 0;
    top: -3px;
    color: #000;
    font-size: 18px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li:last-child:before {
    display: none;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li {
    padding: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control {
    border-radius: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .search-btn {
    padding: 8px 12px;
    background-color: var(--primary-color);
    color: #fff;
}

.nav-bottom-search {
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

.theme-header-two button {
    background: var(--primary-color);
    color: #ffffff;
    padding: 17px 28px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    text-transform: capitalize;
    min-width: 237px;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    border: none;
    line-height: 22px;
}

.theme-header-two button i {
    padding-right: 15px;
    vertical-align: middle;
}

.theme-header-two.dropdown .category-list {
    right: 0;
}

.theme-header-two.dropdown .elec-cat-show-btn {
    padding: 17px 20px !important;
    text-align: left;
}

.theme-header-two.dropdown .elec-cat-show-btn i {
    font-weight: 600;
    padding-left: 0;
    padding-right: 20px;
    color: #fff;
}

.theme-header-two.dropdown .elec-cat-show-btn i:before {
    font-size: 14px;
}

.theme-header-two .category-dropdown .sm-vertical li:hover>a {
    color: var(--primary-color);
}

.theme-header-two .category-dropdown .sm-vertical li a {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    color: #666;
    text-transform: capitalize;
    font-weight: 500;
}

.theme-header-two .category-dropdown .sm-vertical li>ul {
    left: 12px !important;
    border-radius: unset !important;
    margin-top: 0 !important;
}

.theme-header-two .category-dropdown .sm-vertical li>ul>ul {
    left: 17px !important;
}

.theme-header-two .category-dropdown .sm-vertical li>ul.mega-menu {
    margin-top: -25px !important;
}

.category-right .gift-block i {
    font-size: 18px;
}

.category-right .gift-block .gift-offer {
    margin: 0 1px;
}

.category-right .contact-block {
    padding: 20px 0;
    margin-left: 20px;
    align-self: center;
}

.category-right .contact-block i {
    font-size: 28px;
    color: #fff;
}

.category-right .contact-block span {
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-right .contact-block span span {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}

.gift-dropdown.dropdown-menu {
    left: auto !important;
    right: -3px;
    width: 130%;
    padding: 15px 10px;
}

.gift-dropdown.dropdown-menu .media {
    transition: transform 0.3s ease;
}

.gift-dropdown.dropdown-menu .media:hover {
    transition: transform 0.3s ease;
}

.gift-dropdown.dropdown-menu .media:hover h5 {
    color: var(--primary-color);
}

.gift-dropdown.dropdown-menu .cash {
    height: 10px;
    margin-top: -5px;
}

.gift-dropdown.dropdown-menu .fire {
    height: 13px;
    margin-top: -5px;
}

.gift-dropdown.dropdown-menu .offer-banner {
    width: 60px;
    border: 1px dashed #afafaf;
    border-radius: 5px;
    text-align: center;
    margin-right: 13px;
    font-size: 13px;
    padding: 5px 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.gift-dropdown.dropdown-menu .media+.media {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.gift-dropdown.dropdown-menu .media+.media h5 {
    padding-bottom: 2px;
}

.gift-dropdown.dropdown-menu .media .mr-3 {
    height: 45px;
    width: 45px;
    background-color: #fff;
    padding: 7px;
    border-radius: 100%;
    margin-right: 7px !important;
}

.gift-dropdown.dropdown-menu .media .mr-3 img {
    height: 30px;
}

.gift-dropdown.dropdown-menu .media h5 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.gift-dropdown.dropdown-menu .media p {
    margin: 0;
}

.input-block {
    width: 35%;
}

.input-block .input-box .big-deal-form {
    border: 1px solid #eee;
    width: 86%;
    margin: auto;
}

.input-block .input-box .big-deal-form .input-group .form-control {
    border-radius: 0;
    border: none;
    height: 40px;
}

.input-block .input-box .big-deal-form .input-group .form-control:focus {
    box-shadow: none;
}

.input-block .input-box .big-deal-form .input-group span {
    margin: 3px;
    background-color: #fff;
    align-self: center;
}

.input-block .input-box .big-deal-form .input-group span i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.input-block .input-box .big-deal-form .input-group .input-group-prepend {
    margin: 0;
}

.input-block .input-box .big-deal-form .input-group .input-group-prepend.category-menu {
    background-color: transparent;
    margin: 3px;
    border-right: 1px solid #e1e1e1;
}

.input-block .input-box .big-deal-form .input-group .search-icon {
    padding: 7px 14px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #000;
}

.input-block .input-box .big-deal-form .input-group .search-icon:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.input-block .input-box .big-deal-form .input-group select {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: transparent url(https://itrawala.in/assets/img/drop-1.png) no-repeat 125px 14px;
    padding: 0 40px 0 15px;
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
    border: none;
    background-size: 10px;
    position: relative;
}

.input-block .input-box .big-deal-form .input-group select:before {
    content: "\e64b";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-cat li {
    position: relative;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
}

.nav-cat li .round-cat {
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    padding: 12px;
    border-radius: 100%;
    margin-right: 10px;
}

.nav-cat li a {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.header-gym .main-menu .menu-right .icon-nav .mobile-search i,
.header-gym .main-menu .menu-right .icon-nav .mobile-setting i,
.header-gym .main-menu .menu-right .icon-nav .mobile-cart i {
    color: #000;
}

.new-tag {
    padding-left: 3px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.logo-block {
    padding: 0 15px;
}

.logo-block a:focus {
    outline: none;
}

.logo-block img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.5s ease;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2 ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
}

.logo-block img:focus {
    outline: none;
}

.logo-block img:hover {
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.deal-banner {
    background-color: var(--primary-color);
    padding: 40px 0;
}

.deal-banner .deal-banner-containe h2 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
}

.deal-banner .deal-banner-containe h1 {
    font-size: calc(16px + (40 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
}

.deal-banner .deal-banner-containe .deal-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.deal-banner.deal-banner-inverse {
    background-color: #000;
}

.hotdeal-right-nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.hot-deal.space-abjust .hot-deal-contain {
    padding: 15px 20px;
}

.hot-deal .hot-deal-heading {
    margin-bottom: 25px;
}

.hot-deal .hot-deal-heading h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.hot-deal .hot-deal-contain {
    background-color: #333;
    padding: 50px;
}

.hot-deal .hot-deal-contain .hotdeal-right-nav img {
    height: 130px;
    width: auto;
    margin: 0 auto;
    border: 1px solid #dddddd;
    transition: all 0.3s ease;
}

.hot-deal .hot-deal-contain.hot-deal-contain2 {
    padding-top: 30px;
}

.hot-deal .hot-deal-contain.hot-deal-contain2 .hot-deal-center .timer span {
    background-color: #222;
}

.hot-deal .hot-deal-contain .hot-deal-center {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.hot-deal .hot-deal-contain .hot-deal-center h5 {
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 0.05em;
}

.hot-deal .hot-deal-contain .hot-deal-center .rating {
    line-height: 1.4;
}

.hot-deal .hot-deal-contain .hot-deal-center p {
    margin: 20px 0;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.hot-deal .hot-deal-contain .hot-deal-center .price {
    line-height: 1.4;
}

.hot-deal .hot-deal-contain .hot-deal-center .price>span {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.hot-deal .hot-deal-contain .hot-deal-center .price>span+span {
    color: #d0edff;
    margin: 0 0 0 10px;
    text-decoration: line-through;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer {
    margin-top: 30px;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span {
    display: inline-grid;
    background-color: #fff;
    padding: 12px 0 18px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 8px;
    min-width: 60px;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span:first-child {
    margin-left: 0;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span:last-child {
    margin-right: 0;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span .padding-l {
    display: none;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span .timer-cal {
    font-size: 12px;
    color: #6f6f6f;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer span>span {
    color: #d0edff;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin-left: 0;
    text-transform: capitalize;
}

.hot-deal .hot-deal-contain .hot-deal-center .timer p {
    margin-bottom: 0;
}

.hot-deal .hot-deal-contain .hotdeal-right-slick {
    border: 1px solid #d0edff;
    transition: all 0.3s ease;
}

.hot-deal .hot-deal-contain .hotdeal-right-slick:hover {
    border: 1px solid var(--primary-color);
}

.hot-deal .hot-deal-contain .hotdeal-right-slick img {
    width: 100%;
}

.hot-deal .hot-deal-contain .hotdeal-right-nav img {
    height: 130px;
    width: auto;
    margin: 0 auto;
    border: 1px solid #d0edff;
    transition: all 0.3s ease;
}

.hot-deal .hot-deal-contain .hotdeal-right-nav img:hover {
    border: 1px solid var(--primary-color);
}

.hot-deal .hot-deal-contain .slick-slider .slick-arrow {
    display: none !important;
}

.hot-deal .hot-deal-contain1 {
    background-color: #fff;
    padding: 30px;
}

.hot-deal .hot-deal-contain1.hot-deal-banner-1 {
    background-color: #333;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-slick-1 .right-slick-img {
    border: 1px solid #d0edff;
    width: auto !important;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img {
    width: 65px;
    border: 1px solid #d0edff;
    margin: 0 0 10px auto;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hotdeal-right-nav-1 img:last-child {
    margin-bottom: 0;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center h5 {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center p {
    line-height: 1.6;
    margin: 20px 0;
    letter-spacing: 0.05em;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span {
    display: inline-grid;
    background-color: transparent;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 0 4px;
    min-width: fit-content;
    font-size: 24px;
    padding: 0;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span:nth-child(even) {
    color: #d0edff;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span:first-child {
    margin-left: 0;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span:last-child {
    margin-right: 0;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span .timer-cal {
    font-size: 12px;
    color: #6f6f6f;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer span>span {
    color: #d0edff;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    margin-left: 0;
    text-transform: capitalize;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .timer p {
    margin: 0;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .rating {
    line-height: 1;
    margin: 20px 0;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .price span {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    margin-right: 10px;
    line-height: 1;
}

.hot-deal .hot-deal-contain1 .hot-deal-subcontain .hot-deal-center .price span:last-child {
    color: #d0edff;
    text-decoration: line-through;
}

.hot-deal .slick-prev {
    top: 35px;
    right: 50px;
    left: unset;
    z-index: 9;
}

.hot-deal .slick-prev:before {
    color: #555;
    opacity: 1;
    font: normal normal normal 30px/1 FontAwesome;
    content: "\f104";
}

.hot-deal .slick-next {
    top: 35px;
    right: 25px;
    z-index: 9;
}

.hot-deal .slick-next:before {
    color: #555;
    opacity: 1;
    content: "\f105";
    font: normal normal normal 30px/1 FontAwesome;
}

.hot-deal-padding {
    padding-right: 0;
    padding-left: 0;
}

.hot-1>div:first-child {
    padding-right: 0;
}

.hot-1>div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}

.hot-1>div:last-child {
    padding-left: 0;
}

.prd-block-deal .theme-card .slick-prev,
.prd-block-deal .theme-card .slick-next {
    display: none !important;
}

.space-onsale h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.space-onsale .vert-midd .slick-next {
    right: -15px;
}

.space-onsale .vert-midd .slick-prev {
    left: -16px;
}

.space-onsale .border-theme {
    border: 1px solid #e5e5e5;
    padding: 18px 20px;
    padding-bottom: 10px;
}

.space-onsale .border-theme.add-banner {
    padding: 20px;
    padding-bottom: 18px;
}

.layout-3-hotdeal>div:first-child {
    padding-right: 0;
}

.layout-3-hotdeal>div:nth-child(2) {
    padding-right: 0;
}

.layout-3-hotdeal>div:nth-child(4) {
    padding-left: 0;
}

.prod-timer-three .timer-dots {
    position: relative;
    top: -12px;
    font-weight: bold;
}

.prod-timer-three .timer li {
    display: inline-block;
    text-align: center;
    width: 64px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 0;
    margin: 0 5px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media (max-width: 577px) {
    .prod-timer-three .timer li {
        width: 52px;
    }
}

.prod-timer-three .timer li:last-child,
.prod-timer-three .timer li:hover {
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
}

.prod-timer-three .timer li:last-child span,
.prod-timer-three .timer li:hover span {
    color: var(--primary-color) !important;
}

.prod-timer-three .timer li span {
    color: #000;
    font-size: 24px;
    line-height: 1;
    width: auto;
    display: inline-block;
}

.prod-timer-three .timer li .timer {
    font-size: 13px;
    color: #999;
    position: relative;
    margin-top: 8px;
    padding-top: 12px;
    display: block;
    width: auto;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.prod-timer-three .timer li .timer:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .timer-product-desc {
        margin-top: 12px;
    }
}

.timer-product-desc a h6 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px !important;
}

.timer-product-desc .pro-desc {
    color: #999;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.timer-product-desc .pro-price {
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
}

.timer-product-desc .pro-price-del {
    display: inline-block;
}

.timer-product-desc .pro-price-del del {
    font-size: 17px;
    color: #999;
    font-weight: 400;
    margin: 0 8px;
}

.timer-product-desc .rating {
    margin-bottom: 18px;
}

.timer-product-desc .rating .spr-badge-starrating .spr-icon {
    font-size: 12px;
    padding-right: 3px !important;
}

.home-slider .slick-prev,
.home-slider .slick-next,
.center-slider .slick-prev,
.center-slider .slick-next {
    opacity: 0;
    transform: scale(2);
    height: 24px;
    width: 24px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.5s ease;
    margin-top: -10px;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before,
.center-slider .slick-prev:before,
.center-slider .slick-next:before {
    font: normal normal normal 10px/22px FontAwesome;
    opacity: 1;
    color: #fff;
    height: 100%;
    margin-top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider .slick-prev:hover,
.home-slider .slick-prev:focus,
.home-slider .slick-next:hover,
.home-slider .slick-next:focus,
.center-slider .slick-prev:hover,
.center-slider .slick-prev:focus,
.center-slider .slick-next:hover,
.center-slider .slick-next:focus {
    background: #000;
    border-color: #000;
}

.home-slider .slick-prev:hover:before,
.home-slider .slick-prev:focus:before,
.home-slider .slick-next:hover:before,
.home-slider .slick-next:focus:before,
.center-slider .slick-prev:hover:before,
.center-slider .slick-prev:focus:before,
.center-slider .slick-next:hover:before,
.center-slider .slick-next:focus:before {
    color: #fff;
}

@media (min-width: 992px) {
    .home-slider .slick-next,
    .center-slider .slick-next {
        right: 70px;
    }
}

.home-slider .slick-next:before,
.center-slider .slick-next:before {
    content: "\f105" !important;
}

.home-slider .slick-prev,
.center-slider .slick-prev {
    z-index: 1;
}

@media (min-width: 992px) {
    .home-slider .slick-prev,
    .center-slider .slick-prev {
        left: 70px;
    }
}

.home-slider .slick-prev:before,
.center-slider .slick-prev:before {
    content: "\f104" !important;
}

.home-slider .home,
.center-slider .home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 75vh;
}

.home-slider .home.home1,
.center-slider .home.home1 {
    background-image: url("../images/home-banner/1.jpg");
}

.home-slider .home.home2,
.center-slider .home.home2 {
    background-image: url("../images/home-banner/2.jpg");
}

.home-slider .home.home3,
.center-slider .home.home3 {
    background-image: url("../images/home-banner/3.jpg");
}

.home-slider .home.home4,
.center-slider .home.home4 {
    background-image: url("../images/home-banner/4.jpg");
}

.home-slider .home.home5,
.center-slider .home.home5 {
    background-image: url("../images/home-banner/5.jpg");
}

.home-slider .home.home6,
.center-slider .home.home6 {
    background-image: url("../images/home-banner/6.jpg");
}

.home-slider .home.home7,
.center-slider .home.home7 {
    background-image: url("../images/home-banner/7.jpg");
}

.home-slider .home.home8,
.center-slider .home.home8 {
    background-image: url("../images/home-banner/8.jpg");
}

.home-slider .home.home9,
.center-slider .home.home9 {
    background-image: url("../images/home-banner/9.jpg");
}

.home-slider .home.home10,
.center-slider .home.home10 {
    background-image: url("../images/home-banner/10.jpg");
}

.home-slider .home.home11,
.center-slider .home.home11 {
    background-image: url("../images/home-banner/11.jpg");
}

.home-slider .home.home12,
.center-slider .home.home12 {
    background-image: url("../images/home-banner/12.jpg");
}

.home-slider .home.home13,
.center-slider .home.home13 {
    background-image: url("../images/home-banner/13.jpg");
}

.home-slider .home.home14,
.center-slider .home.home14 {
    background-image: url("../images/home-banner/14.jpg");
}

.home-slider .home.home15,
.center-slider .home.home15 {
    background-image: url("../images/home-banner/15.jpg");
}

.home-slider .home.home16,
.center-slider .home.home16 {
    background-image: url("../images/home-banner/16.jpg");
}

.home-slider .home.home17,
.center-slider .home.home17 {
    background-image: url("../images/home-banner/17.jpg");
}

.home-slider .home.home18,
.center-slider .home.home18 {
    background-image: url("../images/home-banner/18.jpg");
}

.home-slider .home.home19,
.center-slider .home.home19 {
    background-image: url("../images/home-banner/19.jpg");
}

.home-slider .home.home20,
.center-slider .home.home20 {
    background-image: url("../images/home-banner/20.jpg");
}

.home-slider .home.home21,
.center-slider .home.home21 {
    background-image: url("../images/home-banner/21.jpg");
}

.home-slider .home.home22,
.center-slider .home.home22 {
    background-image: url("../images/home-banner/22.jpg");
}

.home-slider .home.home23,
.center-slider .home.home23 {
    background-image: url("../images/home-banner/23.jpg");
}

.home-slider .home.home24,
.center-slider .home.home24 {
    background-image: url("../images/home-banner/24.jpg");
}

.home-slider .home.home25,
.center-slider .home.home25 {
    background-image: url("../images/home-banner/25.jpg");
}

.home-slider .home.home26,
.center-slider .home.home26 {
    background-image: url("../images/home-banner/26.jpg");
}

.home-slider .home.home27,
.center-slider .home.home27 {
    background-image: url("../images/home-banner/27.jpg");
}

.home-slider .home.home28,
.center-slider .home.home28 {
    background-image: url("../images/home-banner/28.jpg");
}

.home-slider .home.home29,
.center-slider .home.home29 {
    background-image: url("../images/home-banner/29.jpg");
}

.home-slider .home.home30,
.center-slider .home.home30 {
    background-image: url("../images/home-banner/30.jpg");
}

.home-slider .home.home31,
.center-slider .home.home31 {
    background-image: url("../images/home-banner/31.jpg");
}

.home-slider .home.home32,
.center-slider .home.home32 {
    background-image: url("../images/home-banner/32.jpg");
}

.home-slider .home.home33,
.center-slider .home.home33 {
    background-image: url("../images/home-banner/33.jpg");
}

.home-slider .home.home34,
.center-slider .home.home34 {
    background-image: url("../images/home-banner/34.jpg");
}

.home-slider .home.home35,
.center-slider .home.home35 {
    background-image: url("../images/home-banner/35.jpg");
}

.home-slider .home.home36,
.center-slider .home.home36 {
    background-image: url("../images/home-banner/36.jpg");
}

.home-slider .home.home37,
.center-slider .home.home37 {
    background-image: url("../images/home-banner/37.jpg");
}

.home-slider .home.home38,
.center-slider .home.home38 {
    background-image: url("../images/home-banner/38.jpg");
}

.home-slider .home.home39,
.center-slider .home.home39 {
    background-image: url("../images/home-banner/39.jpg");
}

.home-slider .home.home40,
.center-slider .home.home40 {
    background-image: url("../images/home-banner/40.jpg");
}

.home-slider .home .container,
.center-slider .home .container {
    position: relative;
}

.home-slider .home .container .tools-parts,
.center-slider .home .container .tools-parts {
    position: absolute;
    top: 0;
    right: 10%;
    display: flex;
    align-items: center;
    height: 85vh;
    margin-top: 50px;
}

.home-slider .slider-contain,
.center-slider .slider-contain {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: center;
}

.home-slider .slider-contain h1,
.center-slider .slider-contain h1 {
    margin-top: 10px;
    font-size: 80px;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: unset;
    font-family: "Dancing Script", cursive;
}

.home-slider .slider-contain h1 span,
.center-slider .slider-contain h1 span {
    font-weight: 600;
}

.home-slider .slider-contain h4,
.center-slider .slider-contain h4 {
    color: #222;
    font-size: 19px;
    margin-bottom: 0;
}

.home-slider .slider-contain h3,
.center-slider .slider-contain h3 {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 25px;
}

.home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline,
.center-slider .slider-contain .btn-solid,
.center-slider .slider-contain .btn-outline {
    margin-top: 20px;
}

.home-slider .p-left .slider-contain,
.center-slider .p-left .slider-contain {
    justify-content: flex-start;
}

.home-slider .p-right .slider-contain,
.center-slider .p-right .slider-contain {
    justify-content: flex-end;
}

.home-slider .p-center .slider-contain,
.center-slider .p-center .slider-contain {
    justify-content: center;
}

.home-slider:hover .slick-prev,
.home-slider:hover .slick-next,
.center-slider:hover .slick-prev,
.center-slider:hover .slick-next {
    opacity: 1;
    transition: all 0.5s ease;
}

.home-slider:hover .slick-prev:before,
.home-slider:hover .slick-next:before,
.center-slider:hover .slick-prev:before,
.center-slider:hover .slick-next:before {
    opacity: 1;
}

.home-slider:hover .slick-next,
.center-slider:hover .slick-next {
    right: 40px;
}

.home-slider:hover .slick-prev,
.center-slider:hover .slick-prev {
    left: 40px;
}

.home-slider-container .slider-contain {
    padding: 0 100px;
}

.layout-7 .home {
    height: 60vh;
}

.layout-7 .home .slider-contain {
    height: 60vh;
}

.banner-slider .height-banner {
    height: 100%;
}

.banner-slider .home {
    height: 81vh;
}

.banner-slider .home .slider-contain {
    height: 81vh;
}

.banner-slider .home-banner>div img {
    width: 100%;
}

.absolute-banner {
    margin-top: -105px;
}

.absolute-banner .absolute-bg {
    background-color: white;
    position: relative;
    padding: 25px;
    box-shadow: 0 0 8px 0 #ddd;
}

.slick-instagram {
    margin-bottom: -5px;
}

.instagram-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.instagram-box img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.instagram-box .overlay {
    display: flex;
    align-items: center;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(250, 134, 155, 0.4902), rgba(250, 134, 155, 0.72941));
    background: linear-gradient(90deg, rgba(250, 134, 155, 0.4902), rgba(250, 134, 155, 0.72941));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
    justify-content: center;
    left: 0;
}

.instagram-box .overlay i {
    font-size: 60px;
    color: #fff;
}

.instagram-box:hover img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.instagram-box:hover .overlay {
    opacity: 1;
    transition: 0.5s ease;
    transform: scale(1) rotate(0deg) !important;
    -webkit-transform: scale(1) rotate(360deg) !important;
    transform: scale(1) rotate(360deg) !important;
}

.blog .slick-slide {
    line-height: 1;
}

.blog-bg {
    background-color: #f1f5f4;
}

.classic-effect {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.classic-effect .search {
    display: none;
}

.classic-effect figure img {
    position: relative;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.classic-effect figure .ovrly {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    height: 100%;
    position: absolute;
    width: 100%;
    top: -50%;
    left: -30%;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    -webkit-transition: all 1.88s;
    -moz-transition: all 1.88s;
    -o-transition: all 1.88s;
    transition: all 1.88s;
}

.classic-effect figure .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.classic-effect figure .buttons .search-botton {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}

.basic-effect {
    position: relative;
    overflow: hidden;
}

.basic-effect>div {
    transition: all 0.5s ease;
}

.basic-effect:after {
    position: absolute;
    content: "";
    background: linear-gradient(-180deg, rgba(1, 239, 252, 0.8) 0%, rgba(72, 95, 242, 0.8) 99%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.basic-effect:hover:after {
    opacity: 1;
    transition: all 0.5s ease;
}

.basic-effect:hover>div {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.5s ease;
}

.outer-blog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eee;
    cursor: pointer;
}

.outer-blog:hover .classic-effect figure img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -moz-transform: scale(1.4);
}

.outer-blog:hover .classic-effect figure .ovrly {
    opacity: 0;
    webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.outer-blog:hover .classic-effect figure .buttons .search-botton {
    opacity: 1;
}

.outer-blog:hover .blog-details .blog-btn {
    color: var(--primary-color);
}

.outer-blog:hover .blog-details .blog-btn i {
    margin-left: 10px;
}

.inner-option {
    position: absolute;
    background: #fff;
    bottom: 12px;
    left: 12px;
    padding: 6px 12px;
    text-align: center;
}

.inner-option h4 {
    background: transparent;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-right: 10px;
    margin-right: 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.inner-option h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #222;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 0.5px;
}

.blog-details {
    text-align: left;
    padding: 15px 15px;
}

.blog-details h4 {
    background: transparent;
    padding: 10px 0;
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-details a p {
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 0px;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.blog-details a p:hover {
    color: #000;
}

.blog-details h5 {
    margin-bottom: 0px;
}

.blog-details h5 p {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin: 0;
    margin-bottom: 0px;
    line-height: 23px;
    color: #222;
}

.blog-details h6 {
    position: relative;
    color: #000;
    margin-bottom: 7px;
    top: 0;
    padding: 0px 0px 4px;
    left: 0;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.blog-details .blog-btn {
    color: #000;
    padding-top: 13px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.blog-details .blog-btn i {
    margin-left: 2px;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.blog-2 .blog-details h6 {
    padding: 5px 0;
}

.service-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-block .media {
    padding-top: 35px;
    padding-bottom: 35px;
}

.service-block .service-img {
    position: relative;
    margin-right: 15px;
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
}

.service-block img {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.service-block img.img-hover {
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.service-block h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.6px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.service-block p {
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 21px;
    letter-spacing: 0.6px;
}

.service-block+.service-block {
    border-left: 1px solid #ddd;
}

.service_4 {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.service_4 .service-block {
    border: none;
    position: relative;
}

.service_4 .service-block:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eee;
    height: 50px;
    width: 1px;
}

.service_4 .service-block:last-child:before {
    display: none;
}

.service_4 .service-block .media {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.service_4 .service-block .media .service-img {
    min-width: 50px;
    min-height: 50px;
    position: relative;
    padding: 0px;
    text-align: center;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.service_4 .service-block:hover .media .service-img {
    animation: wobble 1000ms ease-in-out;
    animation: jello 1000ms ease-in-out;
    animation: bounce 1000ms ease-in-out;
    animation: tada 1000ms ease-in-out;
}

.service_4 .service-block:hover .media .service-img.service-hover img {
    opacity: 0;
}

.service_4 .service-block:hover .media .service-img.service-hover img.img-hover {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.service_4 .service-block:hover .media h4 {
    color: var(--primary-color);
}

@keyframes shined {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 8px 3px rgba(255, 177, 43, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 8px 3px rgba(255, 177, 43, 0.8), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

.service-21>.service {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.service-block1 {
    text-align: center;
    position: relative;
    padding: 35px 0;
}

.service-block1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eee;
    height: 50px;
    width: 1px;
}

.service-block1:last-child:before {
    display: none;
}

.service-block1 .service-img {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.service-block1 img {
    opacity: 1;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.service-block1 img.img-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.service-block1 h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 15px;
    color: #000;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.service-block1 p {
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 1.5;
}

.service-block1:hover img {
    animation: wobble 1000ms ease-in-out;
    animation: jello 1000ms ease-in-out;
    animation: bounce 1000ms ease-in-out;
    animation: tada 1000ms ease-in-out;
}

.service-block1:hover .service-img.service-hover img {
    opacity: 0;
}

.service-block1:hover .service-img.service-hover img.img-hover {
    opacity: 1;
}

.service-block1:hover h4 {
    color: var(--primary-color);
}

.about-text p {
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 0;
    margin-top: -8px;
}

.banner-timer {
    background-size: cover;
    margin-left: 0px;
    margin-right: 0px;
}

.banner-timer .banner-text {
    padding-top: 45px;
    padding-bottom: 45px;
}

.banner-timer .banner-text h2 {
    margin-bottom: 0;
    text-align: center;
}

.banner-timer .banner-text h2 span {
    color: var(--primary-color);
}

.banner-timer .timer-box {
    justify-content: center;
    display: flex;
}

.timer p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.timer span {
    width: 70px;
    display: inline-block;
}

.timer span .timer-cal {
    font-size: 12px;
    color: #222;
}

.timer span .padding-l {
    padding-left: 22px;
    display: inline;
}

.category-block {
    vertical-align: middle;
}

.category-block .category-image {
    margin: 0 auto;
    text-align: center;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    padding: 0px;
    position: relative;
}

.category-block .category-image img {
    width: 60%;
    height: auto;
    transition: all 0.5s ease;
}

.category-block .category-details {
    margin-top: 15px;
    text-align: center;
    margin-bottom: -5px;
}

.category-block .category-details h5 {
    font-weight: 700;
    margin: 0 auto;
    transition: 0.5s ease;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.category-block .category-details h6 {
    margin-bottom: 0px;
}

.category-slider .slick-slide .category-outer .category-block .category-image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    border-left: 1px solid var(--primary-color);
    border-right: 0px solid var(--primary-color);
    border-top: 4px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(55deg);
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2 ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
}

.category-slider .slick-slide:nth-child(2) .category-outer .category-block .category-image:after {
    transform: rotate(0deg);
}

.category-slider .slick-slide:nth-child(3) .category-outer .category-block .category-image:after {
    transform: rotate(110deg);
}

.category-slider .slick-slide:nth-child(4) .category-outer .category-block .category-image:after {
    transform: rotate(-153deg);
}

.category-slider .slick-slide:nth-child(5) .category-outer .category-block .category-image:after {
    transform: rotate(-40deg);
}

.category-slider .slick-slide:nth-child(6) .category-outer .category-block .category-image:after {
    transform: rotate(163deg);
}

.category-slider .slick-slide:nth-child(7) .category-outer .category-block .category-image:after {
    transform: rotate(-105deg);
}

.category-slider .slick-slide:nth-child(8) .category-outer .category-block .category-image:after {
    transform: rotate(-225deg);
}

.category-slider .slick-slide:hover .category-block .category-image:after {
    animation: rotate 5s linear infinite;
}

.category-slider .slick-slide:hover .category-block .category-image img {
    animation: pulse 5s infinite;
}

.category-slider .slick-slide:hover .category-block .category-details h5 {
    color: #000;
    transition: all 0.5s ease;
}

.category-border {
    background-color: #f1f5f4;
    padding: 20px 10px;
}

.category-border .border-padding {
    padding: 0 10px;
}

.category-border div .category-banner {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.category-border div .category-banner img {
    transform: scale(1);
    transition: 0.5s ease;
}

.category-border div .category-banner:hover img {
    transform: scale(1.1) translateX(14px);
    transition: 0.5s ease;
}

.category-border div .category-banner:hover h2 {
    color: var(--primary-color);
    transition: 0.5s ease;
}

.category-border div .category-banner .category-box {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-border div .category-banner .category-box h2 {
    background-color: #fff;
    display: inline-block;
    padding: 20px 35px;
    margin-bottom: 0;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
    transition: 0.5s ease;
}

.category-bg {
    background-color: #ffe9c4;
    padding: 40px 50px;
}

.category-bg .category-inner {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .category-bg .category-inner {
        display: flex;
        text-align: center;
        align-items: center;
        margin-bottom: 80px;
        cursor: pointer;
    }
}

.category-bg .category-inner:last-child {
    margin-bottom: 0;
}

.category-bg .category-inner:hover .category-image img {
    transform: scale(0.95) rotate(-5deg);
}

.category-bg .category-inner:hover .category-image.even img {
    transform: scale(0.95) rotate(5deg);
}

.category-bg .category-inner:hover .contain-block h2 {
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.category-bg .category-inner:hover .contain-block h6 {
    letter-spacing: 4.5px;
}

.category-bg .category-inner:hover .contain-block h6 span {
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.category-bg .category-inner:hover .contain-block .category-offer:before {
    width: 120px;
}

.category-bg .category-image {
    position: relative;
}

.category-bg .category-image .image-block {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.category-bg .category-image .image-block:after {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    background-color: #f5f5f5;
    top: -40px;
    left: -40px;
    margin: 0 auto;
    z-index: -1;
    border-radius: 0;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.category-bg .category-image img {
    width: 300px;
    height: auto;
    transform: scale(1) rotate(0deg);
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2 ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
}

@media (min-width: 576px) {
    .category-bg .category-image.even {
        order: 2;
    }
    .category-bg .category-image.even .image-block:after {
        left: auto;
        right: -40px;
    }
}

.category-bg .contain-block h2 {
    margin-top: 15px;
    position: relative;
    font-family: "Dancing Script", cursive;
    transition: 0.5s ease;
}

.category-bg .contain-block h6 {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 3.5px;
    line-height: 1;
    margin-bottom: 0;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.category-bg .contain-block h6 span {
    color: #7f786d;
    letter-spacing: 0.03em;
    font-weight: 700;
    transition: all 0.5s ease;
}

.category-bg .contain-block .category-offer {
    color: #333;
    display: block;
    font-size: 15px;
    position: relative;
    letter-spacing: 0.5px;
    padding-top: 12px;
    margin-top: 12px;
}

.category-bg .contain-block .category-offer:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 1px;
    background: #d2d2d2;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2 ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
}

.category-bg .contain-block .category-btn {
    letter-spacing: 0.07em;
    margin-top: 25px;
    transition: all 0.5s ease;
}

.category-m .slick-slide>div {
    margin: 0 20px;
}

.category-m .category-wrapper {
    border: 1px solid #dddada;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: #fff;
}

.category-m .category-wrapper>div:after,
.category-m .category-wrapper>div:before {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--primary-color);
    transition-delay: 0s;
}

.category-m .category-wrapper>div:before {
    left: 0;
    top: 0;
}

.category-m .category-wrapper>div:after {
    right: 0;
    bottom: 0;
}

.category-m .category-wrapper:after,
.category-m .category-wrapper:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--primary-color);
}

.category-m .category-wrapper:before {
    right: 0;
    top: 0;
}

.category-m .category-wrapper:after {
    left: 0;
    bottom: 0;
}

.category-m .category-wrapper:hover {
    transition: all 0.5s ease;
}

.category-m .category-wrapper:hover:after,
.category-m .category-wrapper:hover:before {
    transition-delay: 0s;
    width: 100%;
}

.category-m .category-wrapper:hover>div:after,
.category-m .category-wrapper:hover>div:before {
    transition-delay: 0.2s;
    height: 100%;
}

.category-m .category-wrapper img {
    display: inline;
}

.category-m .category-wrapper h4 {
    text-transform: uppercase;
    color: #2d2a25;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px;
}

.category-m .category-wrapper .btn {
    margin-top: 20px;
}

.category-m .category-wrapper .category-link li {
    display: block;
    text-transform: capitalize;
    margin-top: 5px;
}

.category-m .category-wrapper .category-link li:first-child {
    margin-top: 0;
}

.category-m .category-wrapper .category-link li a {
    color: #948e8c;
}

.category-m .category-wrapper .category-link li a:hover {
    color: var(--primary-color);
}

.background {
    background-color: #f1f5f4;
    padding: 20px 10px;
    margin: 0;
}

.background .contain-bg {
    width: 100%;
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    transition: all 0.5s ease;
}

.background .contain-bg h4 {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.background .contain-bg:hover {
    background-color: #fff3de;
}

.background .contain-bg:hover h4 {
    color: var(--primary-color);
    transition: all 0.5s ease;
}

@keyframes rotate {
    100% {
        transform: rotate(1440deg);
    }
}

.product-m .slick-slide>div {
    margin: 26px 15px;
}

.color-variant li {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 5px;
    transition: all 0.1s ease;
    vertical-align: middle;
}

.no-slider .product-box {
    width: 100%;
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
    margin: 0 15px 30px;
    border-radius: 10px;
    padding: 0 10px 10px 10px;
}

.no-slider .product-box.absolute-product {
    width: 100%;
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
    margin: 0 15px 30px;
}

.no-slider .product-box:nth-last-child(-n+4) {
    margin: 0 15px 0;
}

.feature-tabs-prd .theme-tab .tab-title,
.feature-tabs-prd .theme-tab .tab-title2 {
    margin-bottom: 30px;
}

.feature-tabs-prd .theme-tab .tab-title li a img,
.feature-tabs-prd .theme-tab .tab-title2 li a img {
    display: block;
    margin: auto;
    padding-bottom: 15px;
}

.product-para p {
    margin-bottom: 0;
    padding-bottom: 30px;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.absolute-product.product-box {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 10px 0;
}

.absolute-product.product-box .img-wrapper {
    border-radius: 5px 5px 0 0;
}

.absolute-product.product-box .product-detail {
    text-align: center;
    margin-top: 0;
    padding: 0 15px;
}

.absolute-product.product-box .product-detail .color-variant {
    padding-top: 5px;
}

.absolute-product.product-box .product-detail .color-variant li {
    height: 16px;
    width: 16px;
}

.absolute-product.product-box .product-detail .cart-bottom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.absolute-product.product-box .product-detail .cart-bottom form {
    display: inline-block;
}

.absolute-product.product-box .product-detail .cart-bottom form button {
    border: none;
    background-color: transparent;
}

.absolute-product.product-box .product-detail .cart-bottom i {
    color: #828282;
    font-size: 18px;
    padding-right: 7px;
    padding-left: 7px;
    transition: all 0.5s ease;
}

.absolute-product.product-box .product-detail .cart-bottom i:hover {
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.absolute-product.product-box .product-detail .rating {
    margin-top: 10px;
}

.product-box,
.product-wrap {
    position: relative;
    transition: all 0.5s ease;
    border: 1px solid #e5e5e5;
    padding-bottom: 0px;
}

.product-box .img-block,
.product-wrap .img-block {
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.product-box .img-block .front,
.product-wrap .img-block .front {
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.product-box .img-block .back,
.product-wrap .img-block .back {
    opacity: 0;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    transform: scale(0.78);
}

.product-box .img-block .lable-wrapper,
.product-wrap .img-block .lable-wrapper {
    margin: 0 auto;
    top: 40px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.5s ease;
    z-index: 2;
}

.product-box .img-block .lable-wrapper .lable1,
.product-box .img-block .lable-wrapper .lable2,
.product-wrap .img-block .lable-wrapper .lable1,
.product-wrap .img-block .lable-wrapper .lable2 {
    font-size: 14px;
    padding: 10px 14px 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.product-box .img-block .lable-wrapper .lable1,
.product-wrap .img-block .lable-wrapper .lable1 {
    background-color: #98ca3c;
    color: #fff;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.product-box .img-block .lable-wrapper .lable1.square,
.product-wrap .img-block .lable-wrapper .lable1.square {
    border-radius: 0px;
}

.product-box .img-block .lable-wrapper .lable1.small,
.product-wrap .img-block .lable-wrapper .lable1.small {
    font-size: 12px;
    padding: 5px 10px 5px 14px;
}

.product-box .img-block .lable-wrapper .lable1.center,
.product-wrap .img-block .lable-wrapper .lable1.center {
    display: inline-block;
}

.product-box .img-block .lable-wrapper .lable1.left,
.product-wrap .img-block .lable-wrapper .lable1.left {
    position: absolute;
    top: -30px;
    left: 5px;
}

.product-box .img-block .lable-wrapper .lable1.right,
.product-wrap .img-block .lable-wrapper .lable1.right {
    position: absolute;
    top: -30px;
    right: 5px;
}

.product-box .img-block .lable-wrapper .lable2,
.product-wrap .img-block .lable-wrapper .lable2 {
    background-color: #ff4545;
    color: #ffffff;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.product-box .img-block .lable-wrapper .lable2.square,
.product-wrap .img-block .lable-wrapper .lable2.square {
    border-radius: 0px;
}

.product-box .img-block .lable-wrapper .lable2.small,
.product-wrap .img-block .lable-wrapper .lable2.small {
    font-size: 12px;
    padding: 5px 10px 5px 14px;
}

.product-box .img-block .lable-wrapper .lable2.center,
.product-wrap .img-block .lable-wrapper .lable2.center {
    display: inline-block;
}

.product-box .img-block .lable-wrapper .lable2.left,
.product-wrap .img-block .lable-wrapper .lable2.left {
    position: absolute;
    top: -30px;
    left: 5px;
}

.product-box .img-block .lable-wrapper .lable2.right,
.product-wrap .img-block .lable-wrapper .lable2.right {
    position: absolute;
    top: -30px;
    right: 5px;
}

.product-box .img-block .product-thumb-list,
.product-wrap .img-block .product-thumb-list {
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-box .img-block .product-thumb-list li,
.product-wrap .img-block .product-thumb-list li {
    display: block;
    opacity: 0.3;
}

.product-box .img-block .product-thumb-list li.active,
.product-wrap .img-block .product-thumb-list li.active {
    opacity: 1;
}

.product-box .img-wrapper,
.product-wrap .img-wrapper {
    position: relative;
    overflow: hidden;
}

.product-box .img-wrapper .front,
.product-wrap .img-wrapper .front {
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.product-box .img-wrapper .back,
.product-wrap .img-wrapper .back {
    opacity: 0;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    transform: scale(0.78);
}

.product-box .img-wrapper .cart-box,
.product-wrap .img-wrapper .cart-box {
    position: absolute;
    margin: 0 auto;
    display: inline-block;
    right: 0;
    left: 0;
    border-radius: 50px;
    width: max-content;
    padding: 11px 15px;
    box-shadow: 0 0 12px 0 #ddd;
    bottom: 0;
    top: 0;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.96);
    opacity: 0;
    transition: all 0.5s ease;
    margin: auto;
    transform: scale(1.2);
}

.product-box .img-wrapper .cart-box button,
.product-wrap .img-wrapper .cart-box button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.product-box .img-wrapper .cart-box i,
.product-wrap .img-wrapper .cart-box i {
    color: #000;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
    transition: all 0.2s ease;
    display: inline-block;
    transition: all 0.5s ease;
}

.product-box .img-wrapper .cart-box i:hover,
.product-wrap .img-wrapper .cart-box i:hover {
    color: var(--primary-color);
}

.product-box .img-wrapper .cart-box a.quick-view i,
.product-wrap .img-wrapper .cart-box a.quick-view i {
    font-size: 20px;
}

.product-box .img-wrapper .lable-block .lable3,
.product-wrap .img-wrapper .lable-block .lable3 {
    z-index: 1;
    color: #fff;
    background-color: #98ca3c;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 11px;
    padding: 2px 3px;
    top: 15px;
    left: 15px;
    position: absolute;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.product-box .img-wrapper .lable-block .lable3.square,
.product-wrap .img-wrapper .lable-block .lable3.square {
    border-radius: 0;
}

.product-box .img-wrapper .lable-block .lable3.small,
.product-wrap .img-wrapper .lable-block .lable3.small {
    font-size: 11px;
    padding: 8px 3px;
}

.product-box .img-wrapper .lable-block .lable3.right,
.product-wrap .img-wrapper .lable-block .lable3.right {
    right: 15px;
    left: auto;
}

.product-box .img-wrapper .lable-block .lable4,
.product-wrap .img-wrapper .lable-block .lable4 {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    top: 15px;
    right: 15px;
    text-align: center;
    line-height: 10px;
    letter-spacing: 0.5px;
    z-index: 1;
    padding: 3px;
    border-radius: 4px;
    background-color: #ff4545;
    color: #ffffff;
}

.product-box .img-wrapper .lable-block .lable4.small,
.product-wrap .img-wrapper .lable-block .lable4.small {
    font-size: 10px;
    padding: 6px 0px;
}

.product-box .img-wrapper .lable-block .lable4.left,
.product-wrap .img-wrapper .lable-block .lable4.left {
    left: 15px;
    right: auto;
}

.product-box .img-wrapper .product-thumb-list,
.product-wrap .img-wrapper .product-thumb-list {
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-box .img-wrapper .product-thumb-list li,
.product-wrap .img-wrapper .product-thumb-list li {
    display: block;
    opacity: 0.3;
}

.product-box .img-wrapper .product-thumb-list li.active,
.product-wrap .img-wrapper .product-thumb-list li.active {
    opacity: 1;
}

.product-box .cart-info,
.product-box .cart-wrap,
.product-wrap .cart-info,
.product-wrap .cart-wrap {
    position: absolute;
    bottom: 40px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    right: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.product-box .cart-info a [class^="ti-"],
.product-box .cart-info a [class*=" ti-"],
.product-box .cart-wrap a [class^="ti-"],
.product-box .cart-wrap a [class*=" ti-"],
.product-wrap .cart-info a [class^="ti-"],
.product-wrap .cart-info a [class*=" ti-"],
.product-wrap .cart-wrap a [class^="ti-"],
.product-wrap .cart-wrap a [class*=" ti-"] {
    display: inline-block;
}

.product-box .cart-info.cart-wrap,
.product-box .cart-wrap.cart-wrap,
.product-wrap .cart-info.cart-wrap,
.product-wrap .cart-wrap.cart-wrap {
    bottom: 0;
    text-align: right;
    left: unset;
}

.product-box .cart-info.cart-wrap a,
.product-box .cart-wrap.cart-wrap a,
.product-wrap .cart-info.cart-wrap a,
.product-wrap .cart-wrap.cart-wrap a {
    display: block;
}

.product-box .cart-info.cart-wrap i,
.product-box .cart-wrap.cart-wrap i,
.product-wrap .cart-info.cart-wrap i,
.product-wrap .cart-wrap.cart-wrap i {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 0px;
}

.product-box .cart-info.cart-wrap.cart-effect-left,
.product-box .cart-wrap.cart-wrap.cart-effect-left,
.product-wrap .cart-info.cart-wrap.cart-effect-left,
.product-wrap .cart-wrap.cart-wrap.cart-effect-left {
    left: 0;
    right: unset;
}

.product-box .cart-info button,
.product-box .cart-wrap button,
.product-wrap .cart-info button,
.product-wrap .cart-wrap button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.product-box .cart-info i,
.product-box .cart-wrap i,
.product-wrap .cart-info i,
.product-wrap .cart-wrap i {
    color: #fff;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: var(--primary-color);
    margin-bottom: 2px;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    margin: 0 2px;
}

.product-box .cart-info i:hover,
.product-box .cart-wrap i:hover,
.product-wrap .cart-info i:hover,
.product-wrap .cart-wrap i:hover {
    color: #fff;
    background-color: #000;
}

.product-box .cart-detail,
.product-wrap .cart-detail {
    position: absolute;
    bottom: 15px;
    right: 20px;
    opacity: 0;
}

.product-box .cart-detail i,
.product-wrap .cart-detail i {
    color: #000;
    font-size: 14px;
    background: var(--primary-color);
    padding: 9px;
    margin: 4px 0px 0px;
    border-radius: 50%;
    display: flex;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.product-box .cart-detail i:hover,
.product-wrap .cart-detail i:hover {
    background: #000;
}

.product-box .cart-detail button,
.product-wrap .cart-detail button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.product-box .product-detail,
.product-box .product-info,
.product-wrap .product-detail,
.product-wrap .product-info {
    padding: 0 10px;
    padding-top: 0;
    margin-top: -5px;
    min-height: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 991px) {
    .product-box .product-detail,
    .product-box .product-info,
    .product-wrap .product-detail,
    .product-wrap .product-info {
        margin-top: 4px;
        margin-bottom: 8px;
    }
}

.product-box .product-detail .rating,
.product-box .product-info .rating,
.product-wrap .product-detail .rating,
.product-wrap .product-info .rating {
    margin: 0px;
}

.product-box .product-detail .rating .spr-badge-starrating,
.product-box .product-info .rating .spr-badge-starrating,
.product-wrap .product-detail .rating .spr-badge-starrating,
.product-wrap .product-info .rating .spr-badge-starrating {
    margin: 0;
}

.product-box .product-detail .rating i,
.product-box .product-info .rating i,
.product-wrap .product-detail .rating i,
.product-wrap .product-info .rating i {
    padding-right: 5px;
}

.product-box .product-detail .rating i:nth-child(-n+4),
.product-box .product-info .rating i:nth-child(-n+4),
.product-wrap .product-detail .rating i:nth-child(-n+4),
.product-wrap .product-info .rating i:nth-child(-n+4) {
    color: #ffa200;
}

.product-box .product-detail .rating i:last-child,
.product-box .product-info .rating i:last-child,
.product-wrap .product-detail .rating i:last-child,
.product-wrap .product-info .rating i:last-child {
    color: #ddd;
}

.product-box .product-detail h6,
.product-box .product-info h6,
.product-wrap .product-detail h6,
.product-wrap .product-info h6 {
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #222;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    float: left;
    clear: left;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .product-box .product-detail h6,
    .product-box .product-info h6,
    .product-wrap .product-detail h6,
    .product-wrap .product-info h6 {
        float: none;
        display: block;
        text-align: center;
    }
}

.product-box .product-detail .pro_grid_desc,
.product-box .product-info .pro_grid_desc,
.product-wrap .product-detail .pro_grid_desc,
.product-wrap .product-info .pro_grid_desc {
    display: none;
}

.product-box .product-detail h4,
.product-box .product-info h4,
.product-wrap .product-detail h4,
.product-wrap .product-info h4 {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0;
    transition: all 0.5s ease;
    vertical-align: middle;
    margin: 0;
    float: right;
    width: 100%;
    clear: right;
    line-height: 23px;
}

@media (max-width: 991px) {
    .product-box .product-detail h4,
    .product-box .product-info h4,
    .product-wrap .product-detail h4,
    .product-wrap .product-info h4 {
        float: none;
        display: block;
        text-align: center;
    }
}

.product-box .product-detail h4 del,
.product-box .product-info h4 del,
.product-wrap .product-detail h4 del,
.product-wrap .product-info h4 del {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    margin-left: 3px;
    vertical-align: bottom;
}

.product-box .product-detail h4 span.login-price,
.product-box .product-info h4 span.login-price,
.product-wrap .product-detail h4 span.login-price,
.product-wrap .product-info h4 span.login-price {
    font-size: 14px;
    display: block;
    color: var(--primary-color);
}

.product-box .product-detail span.login-price,
.product-box .product-info span.login-price,
.product-wrap .product-detail span.login-price,
.product-wrap .product-info span.login-price {
    font-size: 14px;
    display: block;
    color: var(--primary-color);
}

.product-box .product-detail .color-variant,
.product-box .product-info .color-variant,
.product-wrap .product-detail .color-variant,
.product-wrap .product-info .color-variant {
    padding-top: 10px;
}

.product-box .product-detail .color-variant li,
.product-box .product-info .color-variant li,
.product-wrap .product-detail .color-variant li,
.product-wrap .product-info .color-variant li {
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-right: 5px;
    transition: all 0.1s ease;
    cursor: pointer;
}

.product-box .product-detail .color-variant li.square,
.product-box .product-info .color-variant li.square,
.product-wrap .product-detail .color-variant li.square,
.product-wrap .product-info .color-variant li.square {
    border-radius: 0;
}

.product-box .product-detail .color-variant li.round,
.product-box .product-info .color-variant li.round,
.product-wrap .product-detail .color-variant li.round,
.product-wrap .product-info .color-variant li.round {
    border-radius: 100%;
}

.product-box .product-detail .size-variant,
.product-box .product-info .size-variant,
.product-wrap .product-detail .size-variant,
.product-wrap .product-info .size-variant {
    padding-top: 10px;
}

.product-box .product-detail .size-variant li,
.product-box .product-info .size-variant li,
.product-wrap .product-detail .size-variant li,
.product-wrap .product-info .size-variant li {
    display: inline-block;
    width: auto;
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    color: #222;
    border: 1px solid;
    line-height: 20px;
    margin-right: 5px;
    cursor: pointer;
    padding: 0 3px;
}

.product-box .product-detail .size-variant li.square,
.product-box .product-info .size-variant li.square,
.product-wrap .product-detail .size-variant li.square,
.product-wrap .product-info .size-variant li.square {
    border-radius: 0;
}

.product-box .product-detail .size-variant li.round,
.product-box .product-info .size-variant li.round,
.product-wrap .product-detail .size-variant li.round,
.product-wrap .product-info .size-variant li.round {
    border-radius: 100%;
}

.product-box .product-detail .advanced_add_cart,
.product-box .product-info .advanced_add_cart,
.product-wrap .product-detail .advanced_add_cart,
.product-wrap .product-info .advanced_add_cart {
    position: relative;
}

.product-box .product-detail .advanced_add_cart .variantsList,
.product-box .product-info .advanced_add_cart .variantsList,
.product-wrap .product-detail .advanced_add_cart .variantsList,
.product-wrap .product-info .advanced_add_cart .variantsList {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 14px;
    padding: 4px 22px 4px 10px;
    margin: auto;
    text-transform: capitalize;
    border: 1px solid #ddd;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*aak background: #f5f5f5 url(dropdown.png) no-repeat 93%; */
}

.product-box .product-detail .advanced_add_cart .product_grid_cart_form,
.product-box .product-info .advanced_add_cart .product_grid_cart_form,
.product-wrap .product-detail .advanced_add_cart .product_grid_cart_form,
.product-wrap .product-info .advanced_add_cart .product_grid_cart_form {
    position: absolute;
    width: auto;
    right: 0;
    top: -2px;
}

.product-box .product-detail .advanced_add_cart .product_grid_cart_form button,
.product-box .product-info .advanced_add_cart .product_grid_cart_form button,
.product-wrap .product-detail .advanced_add_cart .product_grid_cart_form button,
.product-wrap .product-info .advanced_add_cart .product_grid_cart_form button {
    font-size: 15px;
    padding: 8px 14px 3px;
    border: none;
    background: var(--primary-color);
    color: #fff;
}

.product-box .product-info,
.product-wrap .product-info {
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.product-box .product-info .add-btn,
.product-wrap .product-info .add-btn {
    position: absolute;
    bottom: 7px;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s ease;
}

.product-box .product-info .add-btn i,
.product-wrap .product-info .add-btn i {
    color: var(--primary-color);
}

.product-box .product-info .add-btn .btn-outline,
.product-wrap .product-info .add-btn .btn-outline {
    transition: all 0.2s ease;
    color: var(--primary-color);
    background: #fff;
}

.product-box .product-info .add-btn .btn-outline:hover,
.product-wrap .product-info .add-btn .btn-outline:hover {
    color: #fff;
    background: var(--primary-color);
}

.product-box .product-info .add-btn .btn-outline:hover i,
.product-wrap .product-info .add-btn .btn-outline:hover i {
    color: #fff;
}

.product-box.effect-center .front img,
.product-wrap.effect-center .front img {
    transition: all 0.5s ease;
}

.product-box.effect-center .img-wrapper .cart-box,
.product-wrap.effect-center .img-wrapper .cart-box {
    bottom: 20%;
    transition: all 0.5s ease;
}

.product-box:hover.effect-center .front img,
.product-wrap:hover.effect-center .front img {
    opacity: 0.3;
    transition: all 0.5s ease;
}

.product-box:hover.effect-center .img-wrapper .cart-box,
.product-wrap:hover.effect-center .img-wrapper .cart-box {
    bottom: 35%;
    transition: all 0.5s ease;
}

.product-box:hover .img-block .first,
.product-box:hover .img-wrapper .first,
.product-wrap:hover .img-block .first,
.product-wrap:hover .img-wrapper .first {
    opacity: 0;
    transition: all 0.5s ease;
}

.product-box:hover .img-block .back,
.product-box:hover .img-wrapper .back,
.product-wrap:hover .img-block .back,
.product-wrap:hover .img-wrapper .back {
    opacity: 1;
    transition: all 0.5s ease;
    transform: scale(1);
    width: 100%;
}

.product-box:hover .cart-info,
.product-wrap:hover .cart-info {
    opacity: 1;
    transition: all 0.5s ease;
}

.product-box:hover .cart-info button,
.product-wrap:hover .cart-info button {
    animation: fadeInUp 300ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(2) i,
.product-wrap:hover .cart-info a:nth-child(2) i {
    animation: fadeInUp 500ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(3) i,
.product-wrap:hover .cart-info a:nth-child(3) i {
    animation: fadeInUp 700ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(4) i,
.product-wrap:hover .cart-info a:nth-child(4) i {
    animation: fadeInUp 1000ms ease-in-out;
}

.product-box:hover .cart-wrap button,
.product-wrap:hover .cart-wrap button {
    animation: fadeInRight 300ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(2) i,
.product-wrap:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInRight 500ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(3) i,
.product-wrap:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInRight 700ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(4) i,
.product-wrap:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInRight 1000ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left button,
.product-wrap:hover .cart-wrap.cart-effect-left button {
    animation: fadeInLeft 300ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left a:nth-child(2) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(2) i {
    animation: fadeInLeft 500ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left a:nth-child(3) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(3) i {
    animation: fadeInLeft 700ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left a:nth-child(4) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(4) i {
    animation: fadeInLeft 1000ms ease-in-out;
}

.product-box:hover .cart-detail,
.product-wrap:hover .cart-detail {
    opacity: 1;
    transition: all 0.5s ease;
}

.product-box:hover .cart-detail button,
.product-wrap:hover .cart-detail button {
    animation: fadeInRight 300ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(2) i,
.product-wrap:hover .cart-detail a:nth-child(2) i {
    animation: fadeInRight 500ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(3) i,
.product-wrap:hover .cart-detail a:nth-child(3) i {
    animation: fadeInRight 700ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(4) i,
.product-wrap:hover .cart-detail a:nth-child(4) i {
    animation: fadeInRight 1000ms ease-in-out;
}

.product-box:hover .product-info .add-btn,
.product-wrap:hover .product-info .add-btn {
    opacity: 1;
    transition: all 0.2s ease;
    animation: fadeInUp 500ms ease-in-out;
}

.product-box:hover .img-wrapper .cart-box,
.product-wrap:hover .img-wrapper .cart-box {
    opacity: 1;
    transform: scale(1);
}

.no-color-varient .product-box:hover .product-info a h6,
.no-color-varient .product-wrap:hover .product-info a h6 {
    opacity: 0;
    transition: all 0.5s ease;
}

.addtocart_count {
    position: relative;
}

@media (min-width: 768px) {
    .addtocart_count .product-box:hover .qty-add-box .add_to_cart_btn_cls {
        color: #ffffff;
        border: 1px solid var(--primary-color);
        background-color: var(--primary-color);
    }
}

.addtocart_count .product-box .qty-add-box {
    clear: both;
}

.addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 1px 28px;
    cursor: pointer;
    transition: all 500ms ease 0s;
    margin-left: 10px;
    background-color: var(--primary-color);
}

@media (max-width: 991px) {
    .addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls {
        padding: 1px 26px;
    }
}

.addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls i {
    font-size: 13px;
    line-height: 25px;
}

.addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.addtocart_count .product-box .qty-add-box .qty-box label {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    color: #232323;
}

.addtocart_count .product-box .qty-add-box .qty-box>form {
    display: inline-flex !important;
    margin-top: 8px;
    margin-bottom: 0px;
}

.addtocart_count .product-box .qty-add-box .qty-box .input-group {
    width: auto;
    margin: 0;
}

.addtocart_count .product-box .qty-add-box .qty-box .input-group .form-control {
    width: 86px;
    flex: unset;
    padding: 0 0px;
    border-radius: 0px;
    -webkit-appearance: textfield;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media (max-width: 991px) {
    .addtocart_count .product-box .qty-add-box .qty-box .input-group .form-control {
        width: 65px;
    }
}

.addtocart_count .product-box .qty-selector {
    z-index: 2 !important;
    position: absolute !important;
    top: 10px !important;
    width: 120px;
    bottom: auto !important;
    left: 12px !important;
    margin: auto !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.addtocart_count .product-box .qty-selector .quick-view-product {
    position: unset !important;
    max-width: unset !important;
    background: unset !important;
    transform: unset !important;
    padding: unset !important;
}

.addtocart_count .product-box .qty-selector .quick-view-product .primary_block {
    padding: unset !important;
    display: unset !important;
    background: transparent !important;
}

.addtocart_count .product-box .product-detail {
    text-align: center;
}

.addtocart_count .product-box .product-detail .advanced_add_cart {
    margin: auto;
    margin-bottom: 7px;
    margin-top: 8px;
    width: 100%;
}

.addtocart_count .product-box .product-detail .spr-badge {
    display: none;
}

.addtocart_count .product-box .product-detail .detail-title .detail-right {
    text-align: center;
    justify-content: center;
}

.addtocart_count .product-box .cart-info {
    bottom: 40px;
    right: 10px;
}

.addtocart_count .product-box .add-button {
    padding: 8px 10px;
    width: 100%;
    border: none;
    background-color: var(--primary-color);
    color: #000;
}

.addtocart_count .product-box:hover .add-button {
    bottom: 0;
    transition: all 0.5s ease;
}

.addtocart_count .addtocart_btn {
    position: relative;
}

.addtocart_count .addtocart_btn .cart_qty {
    width: 100%;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box {
    position: absolute;
    bottom: 0;
    z-index: 4;
    display: none;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group .form-control {
    width: 100%;
    padding: 6px 3px;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group .form-control:focus {
    border-color: #efefef;
    box-shadow: none;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button {
    background: #000 !important;
    color: #fff;
    position: absolute;
    height: 100%;
    z-index: 9;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button.quantity-left-minus {
    left: 0;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button.quantity-right-plus {
    right: 0;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button i {
    color: #fff !important;
}

.addtocart_count .addtocart_btn .cart_qty.qty-box .input-group button i {
    color: #000;
}

.addtocart_count .addtocart_btn .cart_qty.open {
    display: block;
}

.theme-tab {
    position: relative;
}

.theme-tab .tab-content {
    display: none;
}

.theme-tab .tab-content[style="display: block;"] .product-box,
.theme-tab .tab-content[style="display: block;"] .tab-box {
    animation: zoomIn 300ms ease-in-out;
}

.theme-tab .tab-content .slick-prev,
.theme-tab .tab-content .slick-next {
    top: 46%;
}

.theme-tab .tab-content .product-tab .tab-box {
    background-color: #fff;
    width: 100%;
    flex: 0 0 25%;
    max-width: calc(25% - 10px);
    margin: 0 5px 10px;
}

.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+4) {
    margin: 0 5px 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 250px;
    padding: 15px;
    transition: all 0.5s ease;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
    margin-top: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i {
    padding-right: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:nth-child(-n+4) {
    color: #ffa200;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:last-child {
    color: #ddd;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    margin-right: 35px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 2px;
    margin-top: 20px;
    transition: all 0.1s ease;
    margin-bottom: 0;
    cursor: pointer;
}

.theme-tab .tab-content .product-tab .tab-box:hover .product-box2 img {
    transform: scale(1.03);
    transition: all 0.5s ease;
}

.theme-tab .tab-title,
.theme-tab .tab-title2 {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.theme-tab .tab-title .current a,
.theme-tab .tab-title2 .current a {
    color: var(--primary-color);
}

.theme-tab .tab-title li,
.theme-tab .tab-title2 li {
    padding: 0px 15px;
    margin: 0 7px;
    font-weight: 500;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.theme-tab .tab-title a,
.theme-tab .tab-title2 a {
    color: #333;
    text-transform: capitalize;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.theme-tab .tab-title a img,
.theme-tab .tab-title2 a img {
    display: block;
    margin: auto;
    padding-bottom: 15px;
    width: 38px;
    height: auto;
}

.theme-tab .tab-title2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.theme-tab .tab-title2:after {
    content: "";
    position: absolute;
    border: 1px solid #f1f5f4;
    width: 100%;
    left: 0;
    top: 17px;
    z-index: -1;
}

.theme-tab .tab-title2 .current {
    background-color: #fff;
}

.theme-tab .tab-title2 .current a {
    background-color: #fff;
}

.tab-bg {
    background-color: #fff6e8;
    padding: 70px 50px 70px 50px;
}

.tab-bg.tab-grey-bg {
    background-color: #f9f9f9;
}

.tab-bg .theme-tab .tab-title {
    margin-bottom: 6px;
}

.two-row-prd-slider.special-offer .product-m .slick-slide>div {
    margin: 0px 15px;
}

.full-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 190px;
    padding-bottom: 190px;
    background-position: center;
}

.full-banner.parallax-banner1 {
    background-image: url("../images/parallax/1.jpg");
}

.full-banner.parallax-banner2 {
    background-image: url("../images/parallax/2.jpg");
}

.full-banner.parallax-banner3 {
    background-image: url("../images/parallax/3.jpg");
}

.full-banner.parallax-banner4 {
    background-image: url("../images/parallax/4.jpg");
}

.full-banner.parallax-banner5 {
    background-image: url("../images/parallax/5.jpg");
}

.full-banner.parallax-banner6 {
    background-image: url("../images/parallax/6.jpg");
}

.full-banner.parallax-banner7 {
    background-image: url("../images/parallax/7.jpg");
}

.full-banner.parallax-banner8 {
    background-image: url("../images/parallax/8.jpg");
}

.full-banner.parallax-banner9 {
    background-image: url("../images/parallax/9.jpg");
}

.full-banner.parallax-banner10 {
    background-image: url("../images/parallax/10.jpg");
}

.full-banner.parallax-banner11 {
    background-image: url("../images/parallax/11.jpg");
}

.full-banner.parallax-banner12 {
    background-image: url("../images/parallax/12.jpg");
}

.full-banner.parallax-banner13 {
    background-image: url("../images/parallax/13.jpg");
}

.full-banner.parallax-banner14 {
    background-image: url("../images/parallax/14.jpg");
}

.full-banner.parallax-banner15 {
    background-image: url("../images/parallax/15.jpg");
}

.full-banner.parallax-banner16 {
    background-image: url("../images/parallax/16.jpg");
}

.full-banner.parallax-banner17 {
    background-image: url("../images/parallax/17.jpg");
}

.full-banner.parallax-banner18 {
    background-image: url("../images/parallax/18.jpg");
}

.full-banner.parallax-banner19 {
    background-image: url("../images/parallax/19.jpg");
}

.full-banner.parallax-banner20 {
    background-image: url("../images/parallax/20.jpg");
}

.full-banner.parallax-layout {
    padding-top: 350px;
    padding-bottom: 350px;
}

.full-banner.parallax-layout .banner-contain h4 {
    color: #7f786d;
}

.full-banner.parallax-banner-prd {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.full-banner.parallax-banner-prd .tools-parts {
    position: absolute;
    right: 24px;
    width: 35%;
    top: -12px;
}

@media (max-width: 1799px) {
    .full-banner.parallax-banner-prd .tools-parts {
        display: none;
    }
}

.full-banner.banner-layout-3 .banner-contain h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0.4px;
}

.full-banner.banner-layout-3 .banner-contain h4 span {
    color: var(--primary-color) !important;
}

.full-banner.banner-layout-3 .banner-contain .color {
    color: var(--primary-color);
    line-height: 1;
    padding-top: 0;
}

.full-banner.parallax {
    background-attachment: fixed;
}

.full-banner.p-left .banner-contain {
    float: left;
}

.full-banner.p-right .banner-contain {
    float: right;
}

.full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.full-banner .banner-contain .btn-solid,
.full-banner .banner-contain .btn-outline {
    margin-top: 28px;
}

.full-banner .banner-contain h2 {
    font-size: 90px;
    font-weight: 500;
    line-height: 85px;
    margin-bottom: 40px;
    letter-spacing: 0;
    font-family: "Dancing Script", cursive;
}

.full-banner .banner-contain h2 span {
    color: var(--primary-color) !important;
}

.full-banner .banner-contain h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 4px;
    text-transform: capitalize;
}

.full-banner .banner-contain h3 span {
    color: var(--primary-color) !important;
}

.full-banner .banner-contain h4 {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding-top: 10px;
    margin-bottom: 0;
}

.parallax-cls section:nth-child(odd) .full-banner {
    background-position: right;
}

.parallax-cls section:nth-child(even) .full-banner {
    background-position: left;
}

.advertise-section {
    padding-bottom: 105px;
    padding-top: 105px;
    background-position: top;
}

.advertise-section .banner-contain {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 0;
    width: 90%;
    border: 3px solid var(--primary-color);
}

.advertise-section .banner-contain h2 {
    font-size: 75px;
}

.collection-banner {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.collection-banner .banner-img {
    position: relative;
}

.collection-banner .banner-img:before,
.collection-banner .banner-img:after {
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.collection-banner .banner-img:before {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: center;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.collection-banner .banner-img:after {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: center;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.collection-banner img {
    width: 100%;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.collection-banner.p-left .contain-banner {
    justify-content: flex-start;
}

.collection-banner.p-right .contain-banner {
    justify-content: flex-end;
}

.collection-banner.p-center .contain-banner {
    justify-content: center;
}

.collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 9;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
}

.collection-banner .contain-banner.banner-3 {
    padding-left: 50px;
    padding-right: 50px;
}

.collection-banner .contain-banner.banner-3 h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    color: white;
    margin-top: 5px;
    margin-bottom: 0;
}

.collection-banner .contain-banner.banner-3 h4 {
    color: #fff;
}

.collection-banner .contain-banner h4 {
    color: var(--primary-color);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 20px;
}

.collection-banner .contain-banner h2 {
    font-size: 56px;
    color: #333;
    margin-bottom: 34px;
    font-family: "Dancing Script", cursive;
}

.collection-banner .contain-banner .btn i {
    font-size: 15px;
}

.collection-banner .contain-banner .absolute-contain {
    position: absolute;
    background-color: #ffffff;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    min-width: 85%;
    text-align: center;
    transition: all 0.5s ease;
}

.collection-banner .contain-banner .absolute-contain h3 {
    color: var(--primary-color);
    text-transform: capitalize;
    margin-top: -5px;
    font-weight: 700;
}

.collection-banner .contain-banner .absolute-contain h4 {
    color: #000;
    margin-bottom: 0;
}

.collection-banner.absolute-btm {
    overflow: visible;
}

.collection-banner.absolute-btm:hover img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.collection-banner:hover .banner-img:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.collection-banner:hover .banner-img:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.collection-banner:hover img {
    transform: scale(1.12);
}

.collection_banner .col-md-4 .collection-banner .contain-banner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.1em;
}

.banner-furniture {
    padding-left: 15px;
    padding-right: 15px;
}

.banner-furniture .collection-banner .contain-banner.banner-3 h2 {
    color: #333;
    margin-bottom: 0;
}

.banner-furniture .collection-banner .contain-banner.banner-3 h4 {
    color: var(--primary-color);
}

.banner-goggles .collection-banner .contain-banner.banner-3 h2 {
    color: #333;
}

.banner-goggles .collection-banner .contain-banner.banner-3 h4 {
    color: var(--primary-color);
}

.lookbook-section {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.lookbook-section .lookbook-img>div+div img {
    margin-top: 25px;
}

.game-back {
    background-image: url("https://i.pinimg.com/originals/e0/80/08/e08008c19c8e9e1b0074baf36d699407.jpg");
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6);
}

.game-back .pixelstrap.sm-horizontal>li>a {
    color: white;
}

.game-back .pixelstrap.sm-horizontal>li>a:hover,
.game-back .pixelstrap.sm-horizontal>li>a.active {
    color: white;
}

.game-back .onhover-div img {
    filter: brightness(100);
}

.game-back .main-menu.border-section {
    border-bottom: none;
}

.game-back .main-menu .menu-left .navbar i {
    color: #fff;
}

.main-banner-bg {
    background: url("../images/main-banner-bg.jpg");
    padding: 45px 0;
}

.main-banner-bg .small-slider {
    border: 20px solid #fff;
}

.main-banner-bg .small-slider .home-slider .home .slider-contain {
    align-items: flex-end;
}

.main-banner-bg .small-slider .home-slider .home .slider-contain h1,
.main-banner-bg .small-slider .home-slider .home .slider-contain h4 {
    color: #fff;
}

.main-banner-bg .small-slider .home-slider .home .slider-contain>div {
    margin-bottom: 30px;
}

.game-product .theme-tab .tab-title .current a,
.game-product .theme-tab .tab-title2 .current a {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 5px;
}

.game-product.product-box .product-detail {
    text-align: center;
}

.game-product.product-box .cart-info {
    bottom: 40px;
    right: 10px;
}

.game-product.product-box .cart-info a i {
    background-color: white;
    border-radius: 100%;
    margin: 10px 0;
    padding: 8px;
    font-size: 16px;
    color: black;
}

.game-product.product-box .add-button {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    bottom: -40px;
    padding: 5px 0;
    transition: all 0.5s ease;
    cursor: pointer;
    border: none;
    left: 0;
}

.game-product.product-box:hover .cart-info a:nth-child(1) i {
    animation: fadeInRight 300ms ease-in-out;
}

.game-product.product-box:hover .add-button {
    bottom: 0;
    transition: all 0.5s ease;
}

.game-product .img-wrapper img {
    width: 100%;
}

.game-banner .banner-timer {
    background-image: url(../images/banner-game.jpg);
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 0;
    margin-right: 0;
}

.game-banner .banner-timer .banner-text h2 {
    color: #fff;
}

.game-banner .timer {
    background-color: rgba(45, 42, 37, 0.4);
}

.game-slider .theme-card .offer-slider img {
    height: 220px;
}

.bg-footer {
    background: url("../images/game/footer.jpg");
    background-position: bottom;
}

.bg-footer .light-layout {
    background-color: transparent;
}

.game-parallax .full-banner.parallax {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6);
}

.game-parallax .full-banner .banner-contain h3,
.game-parallax .full-banner .banner-contain h4 {
    color: #fff;
}

.effect-cls {
    position: relative;
}

.effect-cls:after {
    content: "";
    position: absolute;
    /* aak background: url(top.png); */
    top: -1px;
    width: 100%;
    height: 85px;
    z-index: 1;
    background-repeat: no-repeat;
}

.effect-cls:before {
    content: "";
    position: absolute;
    /*aak background: url(back.png); */
    bottom: -12px;
    width: 100%;
    height: 110px;
    z-index: 1;
}

.effect-cls.footer-effect:before {
    display: none;
}

.gym-parallax .title1 h2 {
    color: white;
}

.gym-parallax .product-para p {
    color: white;
}

.gym-parallax .instagram-box .overlay {
    background: linear-gradient(-180deg, rgba(1, 239, 252, 0.8) 0%, rgba(72, 95, 242, 0.8) 99%);
}

.gym-product {
    text-align: center;
}

.gym-product.product-box {
    background-color: white;
    padding: 0px;
    transition: all 0.5s ease;
}

.gym-product.product-box .img-wrapper {
    position: relative;
}

.gym-product.product-box .img-wrapper:after {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 14px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border: 50px solid #f8f8f8;
    border-bottom: 0;
    transform: rotate(180deg);
    border-radius: 100%/100px 100px 0 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

.gym-product.product-box .img-wrapper:before {
    content: "";
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}

.gym-product.product-box .img-wrapper a img {
    margin: auto;
}

.gym-product.product-box .img-wrapper .cart-info {
    z-index: 1;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
    bottom: 0;
    top: auto;
    z-index: 3;
}

.gym-product.product-box .img-wrapper .cart-info i {
    background: var(--primary-color);
    color: rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.gym-product.product-box .img-wrapper .cart-info form {
    transform: translateY(-4px);
}

.gym-product.product-box .img-wrapper .cart-info a:first-child {
    transform: translateY(-4px);
}

.gym-product.product-box .img-wrapper .cart-info a:nth-child(2),
.gym-product.product-box .img-wrapper .cart-info a:nth-child(3) {
    transform: translateY(0px);
}

.gym-product.product-box .img-wrapper .cart-info a:last-child {
    transform: translateY(-4px);
}

.gym-product.product-box .img-wrapper .cart-info a.quick-view i {
    font-size: 18px;
    padding: 11px;
}

.gym-product.product-box .img-wrapper .cart-info button:hover i,
.gym-product.product-box .img-wrapper .cart-info a:hover i {
    background: #000;
    color: white;
}

.gym-product.product-box .product-detail h6 {
    color: #222;
}

.gym-product.product-box .product-detail h4 {
    color: #333 !important;
}

.gym-product.product-box:hover {
    transition: all 0.5s ease;
}

.gym-product.product-box:hover .img-wrapper .cart-info {
    opacity: 1;
    transition: all 0.5s ease;
}

.gym-product.product-box:hover .img-wrapper .cart-info button {
    animation: fadeInDown 400ms ease-in-out;
}

.gym-product.product-box:hover .img-wrapper .cart-info a:nth-child(1) i {
    animation: fadeInDown 400ms ease-in-out;
}

.gym-product.product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
    animation: fadeInDown 400ms ease-in-out;
}

.gym-product.product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
    animation: fadeInDown 400ms ease-in-out;
}

.gym-product.product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
    animation: fadeInDown 400ms ease-in-out;
}

.gym-product .partition-cls>div:nth-child(-n+4) {
    margin-bottom: 30px;
}

.gym-blog .blog-details {
    text-align: left;
    padding-left: 0;
}

.gym-blog .blog-details p {
    margin-bottom: 3px;
}

.gym-banner .collection-banner .contain-banner h4,
.gym-banner .collection-banner .contain-banner h2 {
    color: #fff;
}

.bg-img-footer.overlay-cls {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.85);
}

.bg-img-footer .dark-layout {
    background-color: transparent;
}

.bg-img-footer .footer-theme2 p {
    color: var(--footer-color);
}

.footer-menu a {
    color: var(--footer-color);
}

.bg-img-footer .footer-theme2 h4 {
    position: relative;
}

.bg-img-footer .footer-theme2 .contact-details li {
    color: #fff;
}

.bg-img-footer .footer-theme2 .contact-details li a {
    color: #fff;
}

.bg-img-footer .sub-footer.darker-subfooter {
    background: black;
}

.bg-img-footer .sub-footer.darker-subfooter p {
    color: #fff;
}

.tap-top.gradient-top {
    background: linear-gradient(180deg, #01effc 0%, #485ff2 99%);
}

.bg_cls {
    background-color: #fafafa;
}

.j-box.product-box {
    width: auto;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.j-box.product-box .cart-info {
    display: flex;
    left: 0;
    background-color: rgba(250, 250, 250, 0.84);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    bottom: -30px;
    transition: all 0.5s ease;
}

.j-box.product-box .cart-info a {
    border-left: 1px solid #ddd;
}

.j-box.product-box .cart-info a i {
    padding: 12px;
}

.j-box.product-box .product-detail {
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .j-box.product-box .product-detail {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px;
        position: relative;
    }
    .j-box.product-box .product-detail:before {
        content: "";
        position: absolute;
        width: 86%;
        height: 1px;
        background: #eee;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
}

.j-box.product-box:hover .img-wrapper .cart-info {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 0;
}

.j-box.product-box:hover .img-wrapper .cart-info button {
    animation: none;
}

.j-box.product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
    animation: none;
}

.j-box.product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
    animation: none;
}

.j-box.product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
    animation: none;
}

.jewel-footer .sub-footer.black-subfooter {
    background-color: #f1f5f4;
}

.home.bg-position {
    background-position: top;
}

.pets-box.product-box .img-wrapper .cart-info {
    padding: 10px;
    border: none;
    bottom: 0;
}

.pets-box.product-box .img-wrapper .cart-info button,
.pets-box.product-box .img-wrapper .cart-info a {
    transform: perspective(500px) rotateX(90deg);
    transition: all 0.7s ease;
    transition-delay: 0.1s;
}

.pets-box.product-box .img-wrapper .cart-info a:nth-child(2) {
    transition-delay: 0.2s;
}

.pets-box.product-box .img-wrapper .cart-info a:nth-child(3) {
    transition-delay: 0.3s;
}

.pets-box.product-box .img-wrapper .cart-info a:nth-child(4) {
    transition-delay: 0.4s;
}

.pets-box.product-box .img-wrapper .cart-info i {
    padding: 7px;
    margin: 0 2px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.pets-box.product-box .img-wrapper .cart-info a {
    border-left: none;
}

.pets-box.product-box .img-wrapper .rating {
    text-align: center;
}

@media (min-width: 768px) {
    .pets-box.product-box .img-wrapper .rating {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: auto;
        opacity: 1;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
    }
}

.pets-box.product-box .product-detail {
    text-align: center;
    background-color: transparent;
}

.pets-box.product-box .product-detail .rating {
    margin-top: 0;
    padding-top: 15px;
}

.pets-box.product-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.pets-box.product-box:hover .cart-info {
    opacity: 1;
    z-index: 3;
    transition: all 0.5s ease;
}

.pets-box.product-box:hover .cart-info button {
    animation: none;
    transform: perspective(500px) rotateX(0deg);
    transition-delay: 0.1s;
}

.pets-box.product-box:hover .cart-info a {
    animation: none;
    transform: perspective(500px) rotateX(0deg);
}

.pets-box.product-box:hover .cart-info a:nth-child(2) {
    transition-delay: 0.2s;
}

.pets-box.product-box:hover .cart-info a:nth-child(3) {
    transition-delay: 0.3s;
}

.pets-box.product-box:hover .cart-info a:nth-child(4) {
    transition-delay: 0.4s;
}

@media (min-width: 768px) {
    .pets-box.product-box:hover .rating {
        -webkit-transition: 0.38s ease;
        -moz-transition: 0.38s ease;
        -ms-transition: 0.38s ease;
        -o-transition: 0.38s ease;
        transition: 0.38s ease;
        opacity: 0;
    }
}

footer .download-app {
    margin-top: 20px;
}

footer .download-app .app1,
footer .download-app .app2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px;
}

footer.pet-layout-footer .box-layout {
    background-color: #f5e1d0;
}

footer.pet-layout-footer .footer-brand-logo {
    margin-bottom: 20px;
}

footer.pet-layout-footer .sub-footer.black-subfooter {
    background-color: var(--primary-color);
}

footer.pet-layout-footer .sub-footer p {
    padding: 15px 0;
    color: #fff;
}

footer.pet-layout-footer .social-white {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

footer .newsletter-outer {
    padding-top: 0 !important;
}

.form_search {
    height: 45px;
    box-shadow: 0 0 0 1px #e2e2e2;
    overflow: hidden;
    position: relative;
    width: 525px;
    background-color: #f5f5f5;
    border-radius: 25px;
}

.form_search input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: darkgrey;
    border: none;
    outline: none;
    background: none;
    padding: 0 10px;
}

.form_search button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 35px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
}

.form_search button i {
    font-size: 18px;
    color: var(--primary-color);
}

.blog.blog_box .blog-details {
    text-align: left;
    padding: 0;
}

.blog.blog_box .blog-details p {
    font-size: 14px;
    text-transform: none;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 3px;
}

.blog.blog_box .blog-details a p {
    color: #40494f;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
}

.blog.blog_box .blog-details .read-cls {
    text-transform: capitalize;
    font-weight: 700;
}

.pet-decor {
    position: absolute;
    left: 110px;
    bottom: -164px;
}

.full-banner {
    padding-top: 130px;
    padding-bottom: 130px;
    background-blend-mode: overlay;
}

.tools-bg {
    background-color: #f5f5f5;
}

.tools-bg section {
    background-color: #f5f5f5;
}

.tools-parallax.small-slider .home-slider .home .slider-contain h4,
.tools-parallax.small-slider .home-slider .home .slider-contain h1 {
    color: #fff;
}

.tools-parallax-product.full-banner {
    padding-top: 110px;
    padding-bottom: 110px;
}

.tools-parallax-product .tools-description h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: -5px;
}

.tools-parallax-product .tools-description .tools-form .search-box {
    width: 75%;
    margin: 20px 0;
}

.tools-parallax-product .tools-description .tools-form .search-box select {
    text-transform: capitalize;
}

.tools-parallax-product .tools-description .tools-form .btn-find {
    width: 75%;
    padding: 7px 29px;
    background-size: 1000px;
}

.tools-parallax-product .tools-grey .slick-prev,
.tools-parallax-product .tools-grey .slick-next {
    transform: scale(1.5);
}

.tools_slider .home-slider .home .container {
    position: relative;
}

.tools_slider .home-slider .home .tools-parts {
    position: absolute;
    top: 0;
    right: 10%;
    display: flex;
    align-items: center;
    height: 85vh;
    margin-top: 50px;
}

.tools_slider .home-slider .home .tools-parts1 {
    position: absolute;
    top: 0;
    right: 20%;
    display: flex;
    align-items: center;
    height: 85vh;
    margin-top: 50px;
}

.tools_slider .home-slider .slider-contain {
    margin-top: 70px;
    margin-left: 150px;
}

.tools_slider .home-slider .slider-contain h4,
.tools_slider .home-slider .slider-contain h1 {
    color: #fff;
}

.tools-grey.product-box {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.tools-grey.product-box .img-wrapper .lable-block {
    transition: all 0.5s ease;
}

.tools-grey.product-box .cart-info {
    display: flex;
    left: 0;
    bottom: -30px;
    transition: all 0.5s ease;
}

.tools-grey.product-box .cart-info .mobile-quick-view {
    display: none !important;
}

.tools-grey.product-box .cart-info a {
    background-color: #eef0f1;
    border-radius: 5px;
}

.tools-grey.product-box .cart-info a i {
    color: #555;
}

.tools-grey.product-box .cart-info a:hover {
    background-color: var(--primary-color);
    transition: all 0.5s ease;
}

.tools-grey.product-box .cart-info a:hover i {
    color: #fff;
    transition: all 0.5s ease;
}

.tools-grey.product-box .cart-info form {
    width: 55%;
    margin: 0 5px;
}

.tools-grey.product-box .cart-info form button {
    width: 100%;
    height: 100%;
    background-color: #eef0f1;
    color: #555;
    border-radius: 5px;
    margin: 0;
    transition: all 0.5s ease;
}

.tools-grey.product-box .cart-info form button i {
    display: none;
}

.tools-grey.product-box .cart-info form button:hover {
    background-color: var(--primary-color);
    color: #fff;
    transition: all 0.5s ease;
}

.tools-grey.product-box .quick-view-part {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    background-color: var(--primary-color);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s ease;
}

.tools-grey.product-box .quick-view-part .mobile-quick-view {
    width: auto;
}

.tools-grey.product-box .quick-view-part i {
    font-size: 18px;
    color: #fff;
}

.tools-grey.product-box .product-info {
    padding-left: 0px;
    padding-bottom: 15px;
    background-color: #fff;
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}

.tools-grey.product-box .product-info .rating {
    margin-top: 0;
    padding-top: 15px;
}

.tools-grey.product-box:hover .img-wrapper .front img {
    opacity: 0.05;
    transition: all 0.5s ease;
}

.tools-grey.product-box:hover .img-wrapper .cart-info {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 10px;
}

.tools-grey.product-box:hover .img-wrapper .cart-info button {
    animation: none;
}

.tools-grey.product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
    animation: none;
}

.tools-grey.product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
    animation: none;
}

.tools-grey.product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
    animation: none;
}

.tools-grey.product-box:hover .img-wrapper .lable-block {
    display: none;
    transition: all 0.5s ease;
}

.tools-grey.product-box:hover .quick-view-part {
    opacity: 1;
    transition: all 0.5s ease;
}

.tools-grey.product-box:hover .ribbon {
    display: none;
    transition: all 0.5s ease;
}

.tools-grey .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    transition: all 0.5s ease;
}

.tools-grey .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: var(--primary-color);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px;
}

.tools-grey .ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--primary-color);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--primary-color);
}

.tools-grey .ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--primary-color);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--primary-color);
}

.category-tools .category-m .category-wrapper {
    background-color: white;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.banner-tools {
    margin-top: 30px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.banner-tools img {
    transition: all 0.5s ease;
}

.banner-tools:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.sticky-footer {
    background-image: url("../images/tools/footer.jpg");
}

.sticky-footer .darken-layout {
    background-color: transparent !important;
}

.sticky-footer .darken-layout p {
    color: silver;
}

.sticky-footer .darken-layout .sub-title li a {
    color: silver;
}

.sticky-footer .darken-layout .sub-title .contact-list li,
.sticky-footer .darken-layout .sub-title .contact-list i {
    color: silver;
}

.sticky-footer .darken-layout .footer-social i {
    color: silver;
}

.sticky-footer .dark-subfooter {
    background-color: #141111 !important;
}

.sticky-footer .dark-subfooter p {
    color: silver !important;
}

.service_slide {
    position: relative;
}

.service_slide .home-slider .home {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.4);
}

.service_slide .home-slider .slider-contain {
    height: 60vh;
}

.service-home {
    width: 100%;
    margin-top: -150px;
}

.service-home .service-block1 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 0;
}

.service-home .service-block1 h4 {
    margin-bottom: 0;
}

.service-home .service-block1 p {
    text-transform: capitalize;
}

.service-home .service-block1 img {
    margin-bottom: 10px;
}

.service-home .service-block1:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.85);
}

.service-21 {
    overflow: hidden;
}

.tab-left .theme-tab {
    display: flex;
}

.tab-left .theme-tab .left-side {
    width: 30%;
}

.tab-left .theme-tab .left-side .left-tab-title {
    margin-bottom: 38px;
}

.tab-left .theme-tab .left-side .left-tab-title h4 {
    color: #dafe69;
    margin-top: -3px;
}

.tab-left .theme-tab .left-side .left-tab-title h3 {
    color: #fff;
}

.tab-left .theme-tab .left-side .tab-title {
    margin-right: 100px;
    text-align: left;
}

.tab-left .theme-tab .left-side .tab-title a {
    text-transform: capitalize;
}

.tab-left .theme-tab .left-side li {
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #606060;
}

.tab-left .theme-tab .left-side li img {
    display: block;
}

.tab-left .theme-tab .left-side li a {
    color: #fff;
}

.tab-left .theme-tab .left-side li:first-child {
    border-top: 1px solid #606060;
}

.tab-left .theme-tab .left-side li.current a {
    color: #dafe69;
}

.tab-left .theme-tab .tab-content-cls {
    width: 70%;
}

.product_section {
    background-image: url("../images/marijuana/leaf-bg.jpg");
}

.border-box.tools-grey .ribbon span {
    background-image: linear-gradient(to right, #5d7227, #203f15);
}

.border-box.tools-grey .product-box {
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.border-box.tools-grey .product-box .cart-info a:hover {
    background-image: linear-gradient(to right, #5d7227, #203f15);
}

.border-box.tools-grey .product-box .cart-info button:hover {
    background-image: linear-gradient(to right, #5d7227, #203f15);
}

.border-box.tools-grey .product-box .quick-view-part {
    background-image: linear-gradient(to right, #5d7227, #203f15);
}

.detail-cannabis .detail_section {
    text-align: center;
}

.detail-cannabis .detail_section>div {
    box-shadow: -1px 2px 5px 1px #ececec;
    padding: 45px 25px;
    background-color: white;
}

.detail-cannabis .detail_section p {
    margin-bottom: 0;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.detail-cannabis .detail_section h4 {
    font-weight: 700;
}

.detail-cannabis .detail_section svg {
    width: 50px;
    margin-bottom: 15px;
    fill: var(--primary-color);
}

footer.footer-5 {
    background-image: linear-gradient(to right, #5d7227, #203f15);
}

footer.footer-5 .dark-layout {
    background-color: transparent;
}

footer.footer-5 .store-logo .logo-img {
    margin-bottom: 20px;
}

footer.footer-5 .sub-footer {
    background-color: transparent;
}

footer.footer-5 .sub-footer p {
    color: #fff;
}

footer.footer-5 .footer-theme2 p {
    color: #fff;
}

footer.footer-5 .footer-theme2 .contact-details li {
    color: #fff;
}

footer.footer-5 .footer-theme2 .contact-details li a {
    color: #fff;
}

footer.footer-5 .footer-theme2 .subscribe-block {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media (min-width: 1200px) {
    footer.footer-5 .footer-theme>div>div {
        width: 82%;
    }
}

@media (min-width: 992px) {
    footer.footer-5 .footer-theme>div:nth-child(2)>div {
        text-align: center;
        margin: auto;
    }
    footer.footer-5 .footer-theme>div:nth-child(2)>div.contact-info-left {
        text-align: left;
        margin: auto;
    }
    footer.footer-5 .footer-theme>div:nth-child(3)>div {
        margin: auto;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    footer.footer-5 .link-full {
        margin-top: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        padding-top: 32px;
    }
}

@media (min-width: 992px) {
    footer.footer-5 .link-full>div {
        width: 50%;
        margin: auto;
        text-align: center;
    }
}

@media (min-width: 992px) {
    footer.footer-5 .link-full>div .footer-title h4 {
        display: none;
    }
}

footer.footer-5 .link-full>div .footer-contant>ul li {
    display: inline-block;
    margin: 4px 0;
}

footer.footer-5 .link-full>div .footer-contant>ul li a:after {
    content: "|";
    margin: 0 7px;
    color: rgba(111, 111, 111, 0.6);
}

footer.footer-5 .link-full>div .footer-contant>ul li:last-child a:after {
    display: none;
}

.tap-top.green-top {
    background-image: linear-gradient(to right, #01effc, #485ff2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.left-sidebar_space {
    padding-left: 300px;
}

.layout7-product .product-box {
    padding: 2px;
}

.layout7-product .product-box img {
    width: 100%;
}

.layout7-product .product-box .cart-info {
    right: 7px;
    bottom: 7px;
}

.layout7-product .product-box .details-product {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
    bottom: 15px;
    left: 15px;
}

.layout7-product .product-box .details-product h6,
.layout7-product .product-box .details-product h4 {
    margin-bottom: 0;
}

.layout7-product .product-box .details-product h6 {
    color: #000;
}

.layout7-product .product-box:hover .details-product {
    opacity: 1;
    animation: fadeIn 500ms ease-in-out;
    transition: all 0.5s ease;
}

.theme-card {
    position: relative;
}

.theme-card.card-border {
    border: 1px solid #ddd;
}

.theme-card.card-border h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.theme-card.card-border .slick-prev,
.theme-card.card-border .slick-next {
    top: -45px;
}

.theme-card.card-border .slick-next {
    right: 30px;
}

.theme-card.card-border .slick-prev {
    right: 50px;
}

.theme-card.card-border .offer-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.theme-card.card-border .offer-slider img {
    padding: 15px 15px 15px 30px;
}

.theme-card.card-border .offer-slider .media .media-body a h6 {
    margin-right: 25px;
}

.theme-card h5 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.theme-card h5.title-border {
    border-bottom: 1px solid #ddd;
}

.theme-card .slick-prev,
.theme-card .slick-next {
    top: -35px;
}

.theme-card .slick-next {
    right: 0;
}

.theme-card .slick-next:before {
    content: "\f105";
}

.theme-card .slick-prev {
    left: unset;
    right: 38px;
}

.theme-card .slick-prev:before {
    content: "\f104";
}

.theme-card .offer-slider a {
    padding: 15px 15px 15px 0px;
}

.theme-card .offer-slider a img {
    height: 112px;
    padding: 0;
}

.theme-card .offer-slider>div .media:last-child .media-body {
    margin-top: 15px;
}

.theme-card .offer-slider>div .media:last-child img {
    margin-bottom: -15px;
}

.theme-card .offer-slider .media .media-body .rating {
    margin-top: 0;
}

.theme-card .offer-slider .media .media-body .rating i {
    padding-right: 5px;
}

.theme-card .offer-slider .media .media-body .rating i:nth-child(-n+4) {
    color: #ffa200;
}

.theme-card .offer-slider .media .media-body .rating i:last-child {
    color: #ddd;
}

.theme-card .offer-slider .media .media-body a {
    padding: 0;
}

.theme-card .offer-slider .media .media-body a h6 {
    margin-right: 61px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.theme-card .offer-slider .media .media-body h4 {
    margin-top: 10px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
}

.theme-card .offer-slider .media .media-body h4 span.login-price {
    font-size: 14px;
    display: block;
    color: var(--primary-color);
}

.center-slider .product-box {
    box-shadow: none;
}

.center-slider .product-box .img-wrapper img {
    padding: 15px;
}

.center-slider .slick-next:before,
.center-slider .slick-prev:before {
    box-shadow: 0 0 8px 0 #ddd;
}

.center-slider .title2 .title-inner2 {
    margin-bottom: 0;
}

.center-slider:hover .product-box {
    box-shadow: none;
}

.center-slider:hover .slick-next {
    right: 20px;
    transform: scale(1.8);
}

.center-slider:hover .slick-prev {
    left: 20px;
    transform: scale(1.8);
}

.full-box .theme-card .offer-slider .product-box2 .media img {
    height: 300px;
    transform: scale(1);
    transition: all 0.5s ease;
}

.full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
    margin-right: 20px;
}

.full-box .theme-card .offer-slider .product-box2 .media .media-body h4 {
    font-size: 20px;
    margin-top: 5px;
}

.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 5px;
    margin-top: 15px;
    transition: all 0.1s ease;
    margin-bottom: 0;
    cursor: pointer;
}

.full-box .theme-card .offer-slider .product-box2+.product-box2 {
    border-top: 1px solid #f1f5f4;
}

.full-box .theme-card .offer-slider .product-box2:hover .media img {
    transform: scale(1.03);
    transition: all 0.5s ease;
}

.box-product .full-box .theme-card .offer-slider .product-box2 {
    box-shadow: 0 2px 5px 0 rgba(145, 145, 145, 0.16), 0 2px 10px 0 rgba(145, 145, 145, 0.12);
}

.box-product .full-box .theme-card .offer-slider .product-box2 .media {
    padding-right: 15px;
}

.box-product .full-box .theme-card .offer-slider .product-box2 .media img {
    height: auto;
    padding: 0 15px 0 0;
}

.box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body {
    z-index: 1;
}

.box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body h4 {
    font-size: 18px;
    margin-top: 7px;
}

.box-product .full-box .theme-card .offer-slider .product-box2+.product-box2 {
    border-top: none;
    margin-top: 30px;
}

.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 12px;
}

.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom i {
    color: #aaa;
    font-size: 16px;
    padding-right: 7px;
    transition: all 0.5s ease;
}

.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom i:hover {
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.box-product .theme-card .offer-slider>div .media:last-child .media-body {
    margin-top: 0;
}

.modal-open {
    padding-right: 0 !important;
}

#sizemodal {
    padding-right: 0 !important;
}

#sizemodal img {
    max-width: 100%;
}

.theme-modal {
    padding-right: 0 !important;
}

.theme-modal .modal-dialog .modal-content .modal-body {
    padding: 15px;
    background-image: linear-gradient(90deg, var(--primary-color) 5.77%, #fff 5.77%, #fff 25%, #111 25%, #111 30.77%, #fff 30.77%, #fff 50%, var(--primary-color) 50%, var(--primary-color) 55.77%, #fff 55.77%, #fff 75%, #111 75%, #111 80.77%, #fff 80.77%, #fff 100%);
    background-size: 36.77px 36.77px;
    background-color: white;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    background-color: #fff;
    padding: 30px;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    right: 17px;
    top: 0;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
    color: #000;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
    border-bottom: 1px dashed #222;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 700;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
    margin-bottom: 30px;
    text-align: center;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
    margin: 0 auto;
    text-align: center;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    height: 50px;
    border-radius: 0;
    width: 120px;
    letter-spacing: 0.05em;
    display: inline-block;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form button {
    margin-top: 15px;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content {
    text-align: center;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content.verticale-img {
        align-items: center;
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content.verticale-img img {
        margin-bottom: 0;
    }
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    margin-bottom: 30px;
    text-align: center;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
    margin: 0 auto;
    text-align: center;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
    letter-spacing: 0.05em;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
    margin-top: 10px;
    text-align: center;
}

.theme-modal .modal-dialog .demo_modal button.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px;
}

.theme-modal .modal-dialog .demo_modal .view-detail {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    height: 75vh;
    overflow-y: scroll;
    padding: 25px;
    background-image: none;
    background-color: #f9f9f9;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    width: 5px;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 {
    color: var(--primary-color);
    margin-bottom: 24px;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 40px;
    position: relative;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 .demo {
    color: #000;
    margin: 0 14px;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 i {
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 27px;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects {
    margin-bottom: 40px;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects h4 {
    text-transform: capitalize;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects .set-position {
    display: block;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div {
    text-decoration: none;
    color: black;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container {
    height: 340px;
    width: 100%;
    display: inline-flex;
    background-size: cover;
    transition: all 2s ease-out 0s;
    box-shadow: -1px 2px 5px 1px #ececec;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo1 {
    background-image: url("../images/landing-page/demo/1.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo2 {
    background-image: url("../images/landing-page/demo/2.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo3 {
    background-image: url("../images/landing-page/demo/3.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo4 {
    background-image: url("../images/landing-page/demo/4.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo5 {
    background-image: url("../images/landing-page/demo/5.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo6 {
    background-image: url("../images/landing-page/demo/6.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo7 {
    background-image: url("../images/landing-page/demo/7.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo8 {
    background-image: url("../images/landing-page/demo/8.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo9 {
    background-image: url("../images/landing-page/demo/9.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo10 {
    background-image: url("../images/landing-page/demo/10.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo11 {
    background-image: url("../images/landing-page/demo/11.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo12 {
    background-image: url("../images/landing-page/demo/12.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo13 {
    background-image: url("../images/landing-page/demo/13.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo14 {
    background-image: url("../images/landing-page/demo/14.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo15 {
    background-image: url("../images/landing-page/demo/15.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo16 {
    background-image: url("../images/landing-page/demo/16.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo17 {
    background-image: url("../images/landing-page/demo/17.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo18 {
    background-image: url("../images/landing-page/demo/18.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo19 {
    background-image: url("../images/landing-page/demo/19.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo20 {
    background-image: url("../images/landing-page/demo/20.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo21 {
    background-image: url("../images/landing-page/demo/21.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo22 {
    background-image: url("../images/landing-page/demo/22.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo23 {
    background-image: url("../images/landing-page/demo/23.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo24 {
    background-image: url("../images/landing-page/demo/24.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo25 {
    background-image: url("../images/landing-page/demo/25.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo26 {
    background-image: url("../images/landing-page/demo/26.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo27 {
    background-image: url("../images/landing-page/demo/27.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo28 {
    background-image: url("../images/landing-page/demo/28.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo29 {
    background-image: url("../images/landing-page/demo/29.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo30 {
    background-image: url("../images/landing-page/demo/30.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo31 {
    background-image: url("../images/landing-page/demo/31.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo32 {
    background-image: url("../images/landing-page/demo/32.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo33 {
    background-image: url("../images/landing-page/demo/33.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo34 {
    background-image: url("../images/landing-page/demo/34.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo35 {
    background-image: url("../images/landing-page/demo/35.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo36 {
    background-image: url("../images/landing-page/demo/36.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo37 {
    background-image: url("../images/landing-page/demo/37.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo38 {
    background-image: url("../images/landing-page/demo/38.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo39 {
    background-image: url("../images/landing-page/demo/39.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo40 {
    background-image: url("../images/landing-page/demo/40.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo41 {
    background-image: url("../images/landing-page/demo/41.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo42 {
    background-image: url("../images/landing-page/demo/42.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo43 {
    background-image: url("../images/landing-page/demo/43.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo44 {
    background-image: url("../images/landing-page/demo/44.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container.demo45 {
    background-image: url("../images/landing-page/demo/45.jpg");
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000000;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text h4 span {
    font-weight: 500;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text .demo-btn {
    margin-top: 10px;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text .demo-btn .btn {
    border: 1px solid #ddd;
    background-color: white;
    width: 90px;
    color: var(--primary-color);
    padding: 5px 10px;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text .demo-btn .btn:hover {
    background-color: var(--primary-color);
    color: white;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects:last-child {
    margin-bottom: 0;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-2 .layout-container {
    background-size: cover;
    background-repeat: no-repeat;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-2:hover .layout-container {
    background-position: top !important;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-3 .layout-container {
    background-size: cover;
    background-repeat: no-repeat;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-3:hover .layout-container {
    background-position: top !important;
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects:hover .layout-container {
    background-position: center 100% !important;
}

.demo-right {
    top: 53vh;
    position: fixed;
    transform: translateY(-50%);
    display: flex;
    right: 0;
    transition: all 0.5s ease;
    z-index: 9;
}

.demo-right a {
    position: absolute;
    right: 28px;
    width: 68px;
    height: 38px;
    line-height: 20px;
    letter-spacing: 1.2px;
    font-size: 13px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    transform: translate(50%, -50%);
    text-align: center;
    background-color: var(--primary-color);
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px 10px 10px;
    opacity: 1;
}

.demo-right a span {
    display: inline-block;
}

.lookbook .lookbook-block {
    position: relative;
}

.lookbook .lookbook-block .lookbook-dot {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    left: 12%;
    background-color: #fff;
}

.lookbook .lookbook-block .lookbook-dot.dot2 {
    top: 70%;
    left: 27%;
}

.lookbook .lookbook-block .lookbook-dot.dot3 {
    top: 28%;
    left: 30%;
}

.lookbook .lookbook-block .lookbook-dot.dot4 {
    top: 67%;
    left: 8%;
}

.lookbook .lookbook-block .lookbook-dot.dot5 {
    top: 40%;
    left: 35%;
}

.lookbook .lookbook-block .lookbook-dot.dot6 {
    top: 80%;
    left: 58%;
}

.lookbook .lookbook-block .lookbook-dot.dot7 {
    top: 67%;
    left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot8 {
    top: 39%;
    left: 69%;
}

.lookbook .lookbook-block .lookbook-dot.dot9 {
    top: 32%;
    left: 50%;
}

.lookbook .lookbook-block .lookbook-dot.dot10 {
    top: 60%;
    left: 50%;
}

.lookbook .lookbook-block .lookbook-dot.dot11 {
    top: 50%;
    left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot12 {
    top: 75%;
    left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot13 {
    top: 40%;
    left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot14 {
    top: 76%;
    left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot15 {
    top: 50%;
    left: 15%;
}

.lookbook .lookbook-block .lookbook-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #fff;
    background-color: #ffffff80;
    zoom: 1;
    background-color: transparent\9;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lookbook .lookbook-block .lookbook-dot span {
    text-align: center;
    justify-content: center;
    display: flex;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox {
    visibility: hidden;
    position: absolute;
    width: 130px;
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1);
    box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1);
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_left {
    top: -98px;
    left: 150%;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_left:before {
    border-right: 8px solid #ffffff;
    left: -8px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_right {
    top: -98px;
    right: 150%;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_right:before {
    border-left: 8px solid #ffffff;
    right: -8px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_top {
    bottom: 50px;
    left: -50px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_top:before {
    border-left: 8px solid #ffffff;
    transform: rotate(90deg);
    bottom: -12px;
    left: 60px;
    top: unset;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_bottom {
    top: 50px;
    left: -50px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox.pos_bottom:before {
    border-left: 8px solid #ffffff;
    transform: rotate(-90deg);
    top: -12px;
    left: 60px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox img {
    margin-top: 0;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
    padding: 5px;
    text-align: center;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 20px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5.title {
    font-weight: 700;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h6 {
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 0;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 41%;
}

.lookbook .lookbook-block .lookbook-dot:hover {
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.lookbook .lookbook-block .lookbook-dot:hover .dot-showbox {
    animation: fadeInUp 400ms ease-in-out;
    visibility: visible;
    transition: all 0.5s ease;
}

.lookbook .lookbook-block .lookbook-dot:hover span {
    color: #000;
}

.lookbook .lookbook-block .lookbook-dot:hover:before {
    -webkit-transform: scale(1.3);
}

.full-scroll-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: transparent;
}

.full-scroll-menu .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.full-scroll-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.full-scroll-footer .sub-footer {
    background-color: transparent;
}

.full-scroll-footer .sub-footer .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.home {
    position: relative;
    overflow: hidden;
}

.home .tools-parts {
    position: absolute;
    height: 100%;
}

.home-slider.fullpage .home {
    height: calc(100vh - 2px);
}

.home-slider.fullpage .home .slider-contain {
    height: calc(100vh - 2px);
    padding-left: 25px;
}

.home-slider.fullpage .home .slider-contain h1 {
    font-style: italic;
    font-size: 50px;
    margin-top: -12px;
}

.home-slider.fullpage .home .slider-contain p {
    max-width: 600px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.home-slider.fullpage .slick-next,
.home-slider.fullpage .slick-prev {
    display: none !important;
}

.home-slider.fullpage:hover .slick-next,
.home-slider.fullpage:hover .slick-prev {
    display: none !important;
}

.home-slider.fullpage .slick-dots {
    top: 50%;
    bottom: unset;
    width: unset;
    left: 20px;
    transform: translateY(-50%);
}

.home-slider.fullpage .slick-dots li {
    display: flex;
}

.home-slider.fullpage .slick-dots li button:before {
    font-size: 15px;
    color: #ffe0ab;
    opacity: 0.5;
}

.home-slider.fullpage .slick-dots li.slick-active button:before {
    opacity: 1;
}

.home-slider.instagram-slider .home {
    height: 50vh;
}

.home-slider.instagram-slider .home .slider-contain {
    height: 50vh;
}

.home-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-slider.video-slider video,
.home-slider.video-slider img {
    height: 100vh;
    width: 100vw;
}

.layout-8 {
    padding: 0 80px;
}

.layout-8 .layout-8-bg {
    background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif);
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    margin-top: -1px;
}

.layout-8 .layout-8-bg .layout7-product .product-box .details-product {
    opacity: 1;
}

.layout-8 .layout-8-bg .layout7-product .product-box:hover .details-product {
    animation: none;
}

.white-bg {
    background-color: #fff;
}

.box-layout-body {
    background-color: #ffffff;
}

.box-layout-body .box-layout-header {
    background-color: #fff;
}

.box-layout-body .box-layout {
    margin-top: -70px;
    box-shadow: 0 0 8px 0 #ddd;
    position: relative;
    background-color: #fff;
}

.box-layout-body .box-layout .full-banner {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.box-layout-body .box-layout.bg-image {
    background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif);
    background-color: rgba(255, 255, 255, 0.9);
}

.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 150px;
    margin-top: 40px;
}

.about-section .small-section {
    padding-top: 20px;
}

.about-section h2 {
    font-size: 54px;
    margin-bottom: 35px;
    font-family: "Dancing Script", cursive;
}

.about-section p {
    margin-bottom: 25px;
    text-align: left;
}

.about-section .service .service-block1 img {
    margin-bottom: 10px;
}

.about-section .service .service-block1 h5 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.video-section .video-img {
    position: relative;
    overflow: hidden;
}

.video-section .video-img img {
    transition: all 0.5s ease;
    transform: scale(1);
}

.video-section .video-img .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section .video-img .play-btn span {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: var(--primary-color);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.video-section .video-img .play-btn i {
    font-size: 35px;
    padding-left: 5px;
    color: #fff;
}

.video-section .video-img:hover img {
    transform: scale(1.03);
    transition: all 0.5s ease;
}

.video-section .video-img .video-modal .modal-body {
    padding: 0;
}

.video-section .video-img .video-modal iframe {
    height: 500px;
    width: 100%;
    vertical-align: middle;
    border: none;
}

.flower-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

.bg-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    padding: 70px 50px 60px 50px;
}

.bg-block .title4 .line {
    margin-bottom: 25px;
}

.bg-block .theme-tab .tab-title {
    margin-bottom: 30px;
}

.bg-block .theme-tab li a img {
    display: block;
    margin: auto;
    padding-bottom: 15px;
}

.layout-20 {
    background-image: url(//cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px;
}

footer {
    background-color: #f8f8f8;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.03);
}

footer .darken-layout p {
    color: #938d8c;
}

footer .darken-layout .sub-title .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
}

footer .darken-layout .sub-title .footer-title.active .according-menu.before {
    content: "\f068";
}

footer .darken-layout .sub-title h4 {
    color: #fff;
}

footer .darken-layout .sub-title li a {
    color: #938d8c;
}

footer .darken-layout .sub-title .contact-list i {
    color: #938d8c;
}

footer .darken-layout .sub-title .contact-list li {
    color: #938d8c;
}

footer .darken-layout .footer-social i {
    color: #938d8c;
}

footer p {
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}

footer.footer-black .light-layout {
    background-color: #23292c;
}

footer.footer-black .upside {
    background-color: transparent;
}

footer.footer-black .upside .small-section {
    background-color: #d5d5d5;
    padding: 20px 30px;
    margin-bottom: -45px;
    z-index: 1;
    position: relative;
}

footer.footer-black .upside .small-section .center-thing {
    display: flex;
    justify-content: center;
    height: 100%;
}

footer.footer-black .upside .small-section .center-thing .subscribe h4 {
    margin-bottom: 0;
    color: black;
}

footer.footer-black .upside .small-section .center-thing .black-btn {
    background-image: linear-gradient(30deg, #23292c 50%, transparent 50%);
    border: 2px solid #23292c;
}

footer.footer-black .below-section {
    padding-top: 115px;
}

footer.footer-black .sub-footer {
    background-color: #191e21;
}

footer.footer-black .footer-theme .sub-title h4 {
    color: #fff;
}

footer.footer-black .subscribe h4,
footer.footer-black .subscribe p {
    color: #000;
}

footer.footer-black .footer-social i {
    color: #222;
}

footer.footer-black.footer-light .subscribe {
    border-right: 1px solid rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
    .subscribe {
        margin-bottom: 14px;
    }
    .subscribe h4 {
        color: #333;
        text-transform: capitalize;
        font-weight: 600;
        display: inline-block;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .subscribe h4 {
        margin-bottom: 18px;
    }
}

.subscribe-form {
    display: inline-flex;
}

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

.subscribe-form .form-control {
    height: 42px;
    border-radius: 0px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    margin-bottom: 0;
    min-width: 295px;
    border: 1px solid #eee;
    text-align: unset;
    letter-spacing: 0.6px;
}

.subscribe-form .btn-solid {
    background-color: #000;
    border-color: #000;
    color: #fff;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 10px 40px;
    margin-top: 10px;
}

.subscribe-form .btn-solid:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.subscribe-form .btn-solid i {
    display: none;
    font-size: 15px;
}

.subscribe-form.classic-form .form-control {
    border-radius: 0;
    border: none;
    background-color: #f5f2f2;
    margin-left: 15px;
}

.subscribe-form.classic-form .btn-solid {
    margin-bottom: 0 !important;
}

#mc_embed_signup_scroll {
    position: relative;
}

.footer-social li,
.social-white li {
    display: inline-block;
    padding-right: 45px;
}

.footer-social i,
.social-white i {
    font-size: 14px;
    transition: 0.5s ease;
}

.header-social {
    display: inline-block;
}

.header-social li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 0px 8px;
}

.header-social li:first-child {
    padding-left: 0;
}

.header-social li a i {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-social li:hover.facebook a i {
    color: #3b5999;
}

.header-social li:hover.google a i {
    color: #cb2027;
}

.header-social li:hover.twitter a i {
    color: #00aced;
}

.header-social li:hover.insta a i {
    color: #cc2366;
}

.header-social li:hover.rss a i {
    color: #3b6d99;
}

.header-social li:hover.youtube a i {
    color: #ff3400;
}

.social-white ul {
    margin: 4px 0 3px;
}

.social-white.text-left ul {
    text-align: left;
}

.social-white li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    text-align: center;
    position: relative;
    width: 33px;
    height: 33px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 0;
}

.social-white li:last-child {
    margin: 0;
}

.social-white li a {
    line-height: 31px;
}

.social-white li a i {
    color: #000;
    font-size: 13px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.social-white li:hover.facebook {
    background-color: #3b5999;
    border-color: #3b5999;
}

.social-white li:hover.google {
    background-color: #cb2027;
    border-color: #cb2027;
}

.social-white li:hover.twitter {
    background-color: #00aced;
    border-color: #00aced;
}

.social-white li:hover.insta {
    background-color: #cc2366;
    border-color: #cc2366;
}

.social-white li:hover.rss {
    background-color: #3b6d99;
    border-color: #3b6d99;
}

.social-white li:hover.youtube {
    background-color: #ff3400;
    border-color: #ff3400;
}

.social-white li:hover a i {
    color: #fff;
}

.footer-theme .footer-logo {
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .footer-theme .sub-title h4 {
        color: #333;
        margin-bottom: 18px;
        text-transform: capitalize;
        font-weight: 600;
    }
}

.footer-theme .sub-title li {
    position: relative;
    display: inherit;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
    color: #222;
}

.footer-theme .sub-title li:last-child {
    padding-bottom: 0;
}

.footer-theme .sub-title li a {
    position: relative;
    color: #222;
}

.footer-theme .sub-title li:hover a {
    color: var(--primary-color) !important;
}

.footer-theme .sub-title .contact-list i {
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-theme .sub-title .contact-list li {
    position: relative;
    padding-left: 25px;
    line-height: 28px;
}

.footer-theme .sub-title .contact-list li a:hover {
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.footer-theme .sub-title .contact-list li:hover {
    color: #999;
    transition: all 0.3s ease;
}

.footer-theme .sub-title .contact-list li:hover a:before {
    display: none;
}

.footer-theme .sub-title .contact-list li:last-child {
    margin-bottom: -5px;
}

.sub-footer {
    background-color: #000000;
    padding: 15px 0;
}

.sub-footer.dark-subfooter {
    background-color: #000000;
}

.sub-footer.dark-subfooter p {
    color: #ffffff;
}

.sub-footer.darker-subfooter {
    background-color: #000000;
}

.sub-footer.darker-subfooter p {
    color: #ffffff;
}

.sub-footer.black-subfooter {
    background-color: var(--bottom-footer-bg-color);
}

.sub-footer.black-subfooter p {
    color: var(--bottom-footer-color);
}

.sub-footer p {
    color: #ffffff;
    margin-bottom: 0;
    padding: 0px 0;
}

.sub-footer .footer-end {
    display: inline-block;
    vertical-align: middle;
}

.sub-footer .payment-card-bottom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sub-footer .payment-card-bottom li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

.sub-footer .payment-card-bottom li svg {
    width: 30px;
    height: 24px;
    fill: inherit;
}

.sub-footer .payment-card-bottom li svg path {
    fill: #ffffff;
}

.footer-theme2 {
    text-align: left;
    /* align-items: center;*/
}

.footer-theme2 .store-about {
    text-align: left;
}

.footer-theme2 .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #6f6f6f;
}

.footer-theme2 .contact-details li.email i,
.footer-theme2 .contact-details li.fax i {
    font-size: 16px;
}

.footer-theme2 .contact-details li:last-child {
    margin-bottom: 0;
}

.footer-theme2 .contact-details li .contact-text {
    width: 58%;
    line-height: 22px;
    text-align: left;
    display: inline-block;
}

.footer-theme2 .contact-details li .contact-text>span {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-theme2 .contact-details li i {
    font-size: 22px;
    margin-top: 0px;
    height: 50px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    margin: 0 12px 0 0;
    line-height: 50px;
    color: var(--primary-color);
    border: 1px solid #eee;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-theme2 .contact-details li:hover i {
    color: #000;
}

.footer-theme2 .contact-details li:hover .contact-text>span {
    color: var(--primary-color);
}

.footer-theme2.footer-border {
    border: 20px solid #f1f5f4;
}

.footer-theme2 .footer-logo {
    margin-bottom: 18px;
}

.footer-theme2 p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.footer-theme2 h4 {
    text-transform: unset;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    position: relative;
    color: #000000 !important;
    margin-bottom: 15px;
}

.footer-theme2 .subscribe-block {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 10px 110px;
}

.footer-theme2 .subscribe-block h2 {
    color: #fff;
    margin-bottom: 30px;
}

.footer-theme2 .subscribe-block .btn-solid {
    margin-top: 10px;
}

.footer-theme2 .subscribe-block .form-control {
    text-align: center;
    letter-spacing: 5px;
    font-size: 12px;
    padding: 15px 0;
    border-radius: 0;
}

.footer-theme2 .subscribe-block .form-group {
    margin-bottom: 0;
}

.footer-theme2 .footer-link.link-white h4,
.footer-theme2 .footer-link-b.link-white h4 {
    color: #333;
}

.footer-theme2 .footer-link.link-white a,
.footer-theme2 .footer-link-b.link-white a {
    color: #222;
    transition: 0.5s ease;
}

.footer-theme2 .footer-link.link-white a:hover,
.footer-theme2 .footer-link-b.link-white a:hover {
    color: var(--primary-color) !important;
}

.footer-theme2 .footer-link h4,
.footer-theme2 .footer-link-b h4 {
    padding-bottom: 20px;
}

.footer-theme2 .footer-link li,
.footer-theme2 .footer-link-b li {
    text-transform: capitalize;
    margin: 4px 0;
}

.footer-theme2 .footer-link a,
.footer-theme2 .footer-link-b a {
    color: #7f786d;
    transition: 0.5s ease;
}

.footer-theme2 .footer-link a:hover,
.footer-theme2 .footer-link-b a:hover {
    color: #f5f2f2;
    transition: 0.5s ease;
}

@media (min-width: 992px) {
    .footer-theme2 .footer-link .link-full,
    .footer-theme2 .footer-link-b .link-full {
        width: 50%;
        margin: auto;
        text-align: center;
    }
}

.footer-theme2 .footer-link .link-full>ul li,
.footer-theme2 .footer-link-b .link-full>ul li {
    display: inline-block;
    margin: 4px 0;
}

.footer-theme2 .footer-link .link-full>ul li a:after,
.footer-theme2 .footer-link-b .link-full>ul li a:after {
    content: "-";
    margin: 0 7px;
    color: rgba(111, 111, 111, 0.6);
}

.footer-theme2 .footer-link .link-full>ul li:last-child a:after,
.footer-theme2 .footer-link-b .link-full>ul li:last-child a:after {
    display: none;
}

.footer-theme2 .footer-link-b h4 {
    margin-top: 50px;
}

.footer-theme2.top-section h2 {
    color: #333;
}

.footer-theme2.top-section .footer-block .contact-details li a {
    color: #7f786d;
}

.footer-theme2.top-section .footer-block .contact-details li a:hover {
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.footer-theme2.top-section .footer-block .subscribe-white .form-group {
    margin-bottom: 0;
}

.footer-theme2.top-section .footer-block .subscribe-white .form-control {
    border: none;
    border-radius: 0;
}

.footer-theme2.top-section .footer-block .subscribe-white .form-control:focus {
    box-shadow: none;
}

.footer-theme2.top-section .footer-block .subscribe-white h2 {
    margin-bottom: 30px;
}

.footer-theme2.top-section .footer-block .subscribe-white .btn-solid {
    margin: 0px;
    position: absolute;
    padding: 0;
    background: transparent;
    border: transparent;
    top: 14px;
    right: 13px;
    line-height: 0;
    color: var(--primary-color);
}

.footer-theme2.top-section .footer-block .subscribe-white .btn-solid i {
    font-size: 15px;
}

.footer-theme2.top-section .footer-block .subscribe-white .btn-solid:before,
.footer-theme2.top-section .footer-block .subscribe-white .btn-solid:after {
    display: none;
}

.footer-theme2.top-section .footer-block .subscribe-white .btn-solid:hover,
.footer-theme2.top-section .footer-block .subscribe-white .btn-solid:focus {
    color: #000;
}

.footer-theme2.top-section .footer-block .subscribe-white .form-control {
    height: 42px;
    border-radius: 0px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    padding-right: 60px;
    margin-bottom: 0;
    border: 1px solid #eee !important;
    background-color: #fff;
    text-align: left;
    letter-spacing: 0.6px;
}

@media (min-width: 1200px) {
    .footer-theme2.top-section>div>div {
        width: 100%;
        margin: auto;
    }
    .footer-theme2.top-section>div:first-child>div {
        margin-left: 0;
    }
    .footer-theme2.top-section>div:nth-child(2)>div:before,
    .footer-theme2.top-section>div:nth-child(2)>div:after {
        display: none;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: -30px;
        margin: auto;
        height: 70%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .footer-theme2.top-section>div:nth-child(2)>div:after {
        right: -30px;
        left: auto;
    }
}

#shopify-section-footer-2 .footer-top {
    padding-bottom: 40px;
}

#shopify-section-footer-2 .small-section {
    padding-top: 40px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: block;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.loader-wrapper img {
    top: 50%;
    left: 50%;
    width: 300px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.loader-wrapper .theme-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

@keyframes loading {
    0% {
        border: 0 solid white;
        transition: all 0.3s ease;
    }
    20% {
        border: 8px solid white;
        width: 0;
        height: 0;
        transition: all 0.3s ease;
    }
    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }
}

.tap-top {
    background-color: var(--primary-color);
    bottom: 50px;
    display: none;
    height: 50px;
    background-size: 102px;
    position: fixed;
    cursor: pointer;
    right: 40px;
    width: 60px;
    height: 60px;
    z-index: 999;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

.tap-top i {
    color: #fff;
    text-shadow: 0px 33px 2px rgba(0, 0, 0, 0);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.tap-top:hover {
    background-color: #000;
}

.tap-top:hover i {
    color: #fff;
}

.error-section {
    padding: 130px 0 140px;
    text-align: center;
}

.error-section h1 {
    font-size: 200px;
    font-weight: 600;
    margin: 0;
    line-height: 0.8;
    color: #aaa;
}

.error-section h2 {
    color: #aaa;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 40px 0;
}

.breadcrumb-section {
    background-color: #f8f8f8;
    padding: 30px 0;
}

.breadcrumb-section .page-title {
    display: flex;
    height: 100%;
    align-items: center;
}

.breadcrumb-section .page-title h2 {
    font-size: 16px;
    margin-bottom: 0;
    color: #555;
}

.breadcrumb-section .breadcrumb {
    background-color: transparent;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin: 0;
}

.breadcrumb-section .breadcrumb li.active {
    color: #999;
}

.breadcrumb-section .breadcrumb li a {
    color: #555;
    font-weight: 600;
}

.about-head {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    height: 100%;
}

.about-head h2 {
    color: var(--primary-color);
    margin-bottom: 0;
}

.about-page p {
    margin-bottom: 0;
}

.about-page .banner-section {
    border-radius: 5px;
    overflow: hidden;
}

.about-page h4 {
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}

.about-page p {
    line-height: 2;
    letter-spacing: 0.03em;
}

.testimonial {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .slick-dots {
    bottom: -30px;
}

.testimonial .testimonial-slider .slick-prev,
.testimonial .testimonial-slider .slick-next {
    opacity: 0;
}

.testimonial .testimonial-slider:hover .slick-prev,
.testimonial .testimonial-slider:hover .slick-next {
    opacity: 1;
}

.testimonial .testimonial-slider:hover .slick-prev {
    left: -45px;
}

.testimonial .testimonial-slider:hover .slick-next {
    right: -45px;
}

.testimonial .testimonial-slider .media {
    display: block;
    padding: 0 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.testimonial .testimonial-slider .media img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 2px;
    height: 150px;
    width: 150px;
    margin: auto;
    background-color: var(--primary-color);
}

.testimonial .testimonial-slider .media .qoute {
    display: none;
    width: 24px;
    height: 30px;
    background: url("quote.png");
}

.testimonial .testimonial-slider .media h5 {
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 24px;
    letter-spacing: 0.5px;
    vertical-align: bottom;
}

.testimonial .testimonial-slider .media h6 {
    margin: 0;
    line-height: 22px;
    vertical-align: bottom;
    color: #222;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    font-style: italic;
}

.testimonial .testimonial-slider .media .media-body {
    background: transparent;
    padding: 30px 30px;
    width: 100%;
    flex: none;
    text-align: center;
    margin: auto;
}

.testimonial .testimonial-slider .media .media-body p {
    line-height: 24px;
    margin: 0;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

.team {
    position: relative;
}

.team img {
    margin: 0 auto;
}

.team .slick-prev,
.team .slick-next {
    position: absolute;
    top: -45px;
}

.team .slick-prev:before,
.team .slick-next:before {
    font: normal normal normal 30px/1 FontAwesome;
    color: #333;
    opacity: 0.6;
}

.team .slick-prev {
    left: unset;
    right: 20px;
}

.team .slick-prev:before {
    content: "\f104";
}

.team .slick-next {
    right: 0;
}

.team .slick-next:before {
    content: "\f105";
}

.team h2 {
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 10px;
}

.team h4,
.team h6 {
    text-align: center;
}

.team h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}

.collection-filter-block {
    margin-bottom: 29px;
    padding: 0 30px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.collection-filter-block .product-service {
    padding: 30px 0;
}

.collection-filter-block .product-service .media {
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.collection-filter-block .product-service .media .media-body {
    padding-left: 15px;
}

.collection-filter-block .product-service .media .media-body h4 {
    margin-bottom: 8px;
    color: #000;
    font-size: 17px;
}

.collection-filter-block .product-service .media .media-body p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.collection-filter-block .product-service .media:last-child {
    padding-bottom: 0;
}

.collection-collapse-block {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 24px;
}

.collection-collapse-block:last-child {
    border-bottom: none;
}

.collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    z-index: 1;
    margin: 30px 0 0 0;
}

.collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #444;
    z-index: -1;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    margin-bottom: 12px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #777;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
    top: 1px;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #777;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
    top: 1px;
    height: 15px;
    width: 15px;
    background-size: 65%;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:hover {
    color: #000;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.sidebar_filter_cls {
    margin-top: 30px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.sidebar_filter_cls li.active .collection-filter-checkbox .custom-control-input~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li {
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li a {
    color: #222;
    padding-bottom: 10px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li:last-child a {
    padding-bottom: 0;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li:first-child {
    margin-top: 30px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul.category-list li.active a {
    font-weight: 900;
}

.color-selector ul {
    margin-top: 30px;
}

.color-selector ul li {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: solid 1px #2532372e;
}


}
.color-selector ul li:hover {
    border: 1px solid black;
}
.color-selector ul li.active {
    border: solid 4px #898989;
    position: relative;
}
.color-selector ul li.active:after {
    content: "";
    /* background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
*/
    
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
}
.color-selector ul li.black.active:after {
    filter: invert(100%);
}
.collection-sidebar-banner {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .top-banner-wrapper>a img {
        margin-bottom: 30px;
    }
}
.top-banner-wrapper .top-banner-content h4 {
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}
.top-banner-wrapper .top-banner-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.top-banner-wrapper .top-banner-content p {
    line-height: 1.5;
    color: #777;
    margin-bottom: 0;
}
.top-banner-wrapper .top-banner-content .product-filter-tags a.filter_tag {
    color: #222;
    border: 1px solid #222;
    padding: 2px 10px;
    text-transform: capitalize;
}
.top-banner-wrapper .top-banner-content .product-filter-tags a.filter_tag i {
    padding-left: 4px;
    font-size: 10px;
}
.top-banner-wrapper .top-banner-content .product-filter-tags a.clear_filter {
    float: right;
    font-weight: 600;
    color: #000;
}
.product-wrapper-grid.list-view .product-wrap .product-info {
    text-align: left;
    align-self: center;
    padding-left: 15px;
}
.product-wrapper-grid.list-view .product-box {
    display: flex;
    padding-bottom: 0;
}
.product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block {
    width: 25%;
}
.product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 15px;
    align-self: center;
    text-align: left !important;
    width: 75%;
}
.product-wrapper-grid.list-view .product-box .product-detail h6 {
    float: none;
}
.product-wrapper-grid.list-view .product-box .product-detail h4 {
    float: none;
    margin-bottom: 10px;
    margin-top: 5px;
}
.product-wrapper-grid.list-view .product-box .product-detail:before {
    display: none;
}
.product-wrapper-grid.list-view .product-box .product-detail .rating {
    margin-top: 0;
}
.product-wrapper-grid.list-view .product-box .product-detail .pro_grid_desc {
    display: block;
    margin: 5px 0 0;
}
@media (min-width: 768px) {
    .collection-product-wrapper {
        margin-top: 30px;
    }
}
.collection-product-wrapper .collection-grid.list-view .advanced_add_cart {
    width: 27%;
    margin: 0;
    margin-bottom: 10px;
}
.collection-product-wrapper .product-top-filter {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    border-right: 1px solid #ddd;
    padding: 20px 5px;
    text-transform: capitalize;
    width: 35%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
    margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    padding: 20px;
    width: 10%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li.active i,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li.active i {
    color: var(--primary-color);
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 14px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px;
    width: 20%;
    border-right: 1px solid #ddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
    display: flex;
    justify-content: flex-end;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
    margin-left: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
    height: 18px;
    cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    position: relative;
    width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border: 0;
    padding: 20px 5px;
    border-right: 1px solid #ddd;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url(dropdown.png) no-repeat 95%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
    outline: unset;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
    padding: 20px 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 15%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border-right: none;
}
.collection-product-wrapper .product-top-filter .popup-filter {
    justify-content: unset;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
    width: 3px;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
    background: #ddd;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
    background: #888;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    position: relative;
    cursor: pointer;
    width: 20%;
    background: url(dropdown.png) no-repeat 95%;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
    font-size: 16px;
    color: #333;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    display: none;
    position: absolute;
    z-index: 9;
    top: 75px;
    left: 15px;
    border: 1px solid #f1f5f4;
    box-shadow: 0 0 5px #ddd;
    min-width: 330px;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
    display: block;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter {
    background-color: #f8f8f8;
    width: auto;
    height: 600px;
    overflow-y: scroll;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter .collection-filter-block {
    border: none;
    background-color: #f8f8f8;
    margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter .theme-card {
    padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter .collection-sidebar-banner {
    padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-right: 45px;
    font-size: 16px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 35px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 25px !important;
}
.collection-product-wrapper .product-wrapper-grid .product-box {
    margin-bottom: 30px;
}
.collection-product-wrapper .product-wrapper-grid .product-five {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 13px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-size: 16px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
    padding-right: 0;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .color-variant {
    padding-top: 5px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .color-variant li {
    height: 16px;
    width: 16px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .size-variant {
    padding-top: 5px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .size-variant li {
    width: auto;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 6px 2px;
    font-size: 10px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable4 {
    font-size: 12px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .product-thumb-list li a img {
    height: 40px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .cart-info.cart-wrap i {
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 15px;
}
.filter-main-btn {
    display: none;
    margin-bottom: 20px;
}
.filter-main-btn span {
    width: 40%;
    border-radius: 0;
    font-size: 20px;
}
.collection-mobile-back {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    display: none;
}
.collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
.collection-mobile-back span i {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}
.product-pagination {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 50px 20px 40px 20px;
}
.product-pagination .pagination {
    border-radius: 0;
}
.product-pagination .pagination .page-item {
    border-radius: 0;
}
.product-pagination .pagination .page-item a {
    padding: 18px;
    border-bottom: 0;
    border-top: 0;
    color: #777;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-pagination .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-pagination .pagination .page-item.active a {
    color: var(--primary-color);
    background-color: #fff;
    border-color: #ddd;
}
.product-pagination .product-search-count-bottom {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.product-pagination .product-search-count-bottom h5 {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0;
}
.pagination-class {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.pagination-class .pagination {
    border-radius: 0;
}
.pagination-class .pagination .page-item {
    border-radius: 0;
}
.pagination-class .pagination .page-item a {
    padding: 18px;
    border-bottom: 0;
    border-top: 0;
    color: #777;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-class .pagination .page-item.active a {
    color: var(--primary-color);
    background-color: #fff;
    border-color: #ddd;
}
.collection .col-lg-3:nth-child(-n+4) .collection-block {
    padding-top: 0px;
}
.collection .collection-block {
    text-align: center;
    padding-top: 25px;
}
.collection .collection-block img {
    margin-bottom: 20px;
}
.collection .collection-block .collection-content {
    text-align: center;
}
.collection .collection-block .collection-content h3 {
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
}
.collection .collection-block .collection-content h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}
.collection .collection-block .collection-content p {
    line-height: 1.5;
}
.collection .collection-block .collection-content .btn-solid,
.collection .collection-block .collection-content .btn-outline {
    padding: 10px 25px;
}
.faq-section .accordion.theme-accordion .card {
    margin-top: 10px;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type),
.faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
    border-bottom: 1px solid #ddd;
}
.faq-section .accordion.theme-accordion .card:first-child {
    margin-top: 0;
}
.faq-section .accordion.theme-accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}
.faq-section .accordion.theme-accordion .card .card-header button {
    color: #333;
    text-align: left;
    font-size: 17px;
    padding: 18px;
    font-weight: 600;
}
.faq-section .accordion.theme-accordion .card .card-header button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #000000;
    right: 20px;
    top: 25px;
    transition: all 0.3s ease;
}
.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded="true"]:before {
    border-top: 0;
    border-bottom: 6px solid #000;
    transition: all 0.3s ease;
}
.faq-section .accordion.theme-accordion .card .card-header button:hover {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}
.faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px;
}
.faq-section .accordion.theme-accordion .card .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.pwd-page {
    padding: 140px 0;
    text-align: center;
}
.pwd-page h2 {
    margin-bottom: 25px;
    color: #333;
}
.pwd-page .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: center;
}
.pwd-page .theme-form .btn-solid {
    margin: 0 auto;
}
.login-page h3,
.authentication-page h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
.login-page .theme-card,
.authentication-page .theme-card {
    padding: 30px;
    border: 1px solid #ddd;
    line-height: 1;
}
.login-page .theme-card .theme-form label,
.authentication-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.login-page .theme-card .theme-form input,
.authentication-page .theme-card .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.login-page .theme-card .theme-form select,
.authentication-page .theme-card .theme-form select {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.login-page .theme-card .theme-form .add_address_btn,
.login-page .theme-card .theme-form .update_address_btn,
.authentication-page .theme-card .theme-form .add_address_btn,
.authentication-page .theme-card .theme-form .update_address_btn {
    padding: 13px 29px;
    color: #fff;
    font-size: 14px;
    border: 2px solid var(--primary-color);
}
.login-page .theme-card .theme-form input[type="submit"],
.authentication-page .theme-card .theme-form input[type="submit"] {
    font-size: 14px;
    border: 2px solid var(--primary-color);
}
.login-page .authentication-right,
.authentication-page .authentication-right {
    height: calc(100% - 48px);
}
.login-page .authentication-right h6,
.authentication-page .authentication-right h6 {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.login-page .authentication-right p,
.authentication-page .authentication-right p {
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-bottom: 1rem;
}
.login-page p,
.authentication-page p {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
}
.login-page p a,
.authentication-page p a {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}
.login-page .order-link,
.authentication-page .order-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}
.register-page h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
.register-page .theme-card {
    padding: 30px;
    border: 1px solid #ddd;
    line-height: 1;
}
.register-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.register-page .theme-card .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.search-block {
    padding: 40px 0;
}
.search-block .form-header .input-group input {
    border-radius: 0 5px 5px 0;
    padding: 15px 20px;
}
.search-block .form-header .input-group i {
    padding-right: 10px;
}
.search-block .form-header .input-group .btn {
    z-index: 0;
}
.contact-page .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.contact-page .form-control {
    border-radius: 0;
}
.contact-page .contact-right {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-page .contact-right ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 45px;
    display: block;
}
.contact-page .contact-right ul li:first-child {
    margin-top: 0;
}
.contact-page .contact-right ul li .contact-icon {
    position: absolute;
    left: 0;
    text-align: center;
    width: 130px;
    border-right: 1px solid #dddddd;
}
.contact-page .contact-right ul li .contact-icon i {
    font-size: 20px;
    color: var(--primary-color);
}
.contact-page .contact-right ul li .contact-icon h6 {
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    color: var(--primary-color);
}
.contact-page .contact-right ul li p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 30px;
}
.contact-page .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.contact-page .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.contact-page .theme-form textarea {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.template-password {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.template-password #container {
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.template-password #container #login {
    width: 100%;
    margin-bottom: 120px;
}
.template-password #container #login h2 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 400;
}
.template-password #container #login .theme-form h3 {
    color: #999;
    font-size: 20px;
}
.template-password #container #login .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.template-password #container #login .theme-form input[type="password"] {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit;
}
.template-password #container #login .theme-form textarea {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.template-password #container #login #footer #owner {
    font-size: 15px;
    color: #555;
}
.template-password #container #login #footer #owner a {
    color: var(--primary-color);
}
.template-password #container #powered {
    margin: 0;
    display: block;
    position: absolute;
    bottom: 10px;
}
.template-password #container #powered p {
    margin-bottom: 0;
}
.qty-box .input-group {
    justify-content: center;
}
.qty-box .input-group span button {
    background: #fff !important;
    border: 1px solid #ced4da;
    z-index: 0;
}
.qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    flex: unset;
}
.qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #222;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}
.qty-box .input-group button i {
    font-weight: 900;
    color: #333;
}
.qty-box .input-group .icon {
    padding-right: 0;
}
.wishlist-section .action--wishlist .ti-heart {
    display: none;
}
.cart-section .table tbody+tbody,
.wishlist-section .table tbody+tbody {
    border-top: none;
}
.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
    padding-top: 35px;
}
.cart-section .cart-buttons>div:last-child,
.wishlist-section .cart-buttons>div:last-child {
    text-align: right;
    padding-right: 59px;
}
.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
    padding-top: 35px;
    text-align: right;
}
.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px;
}
.cart-section .cart-table,
.wishlist-section .cart-table {
    overflow: hidden;
    margin-bottom: 0;
}
.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
}
.cart-section tbody h2,
.wishlist-section tbody h2 {
    margin-bottom: 0;
}
.cart-section tbody tr td,
.wishlist-section tbody tr td {
    min-width: 210px;
    vertical-align: middle;
    color: #222;
    border-top: 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
    height: 90px;
}
.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
    color: var(--primary-color);
}
.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    justify-content: center;
    margin-top: 10px;
}
.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
    border-right: 1px solid #ddd;
    border-radius: 5px;
}
.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 48px;
    padding: 6px;
}
.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
}
.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
    font-size: 20px;
}
.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
    padding-top: 35px;
    text-align: right;
}
.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: right;
    border: none;
    padding-right: 45px;
}
.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700;
}
.blog-detail-page .blog-detail p:last-child {
    margin-bottom: 0;
}
.blog-detail-page .blog-detail img {
    margin-bottom: 40px;
}
.blog-detail-page .blog-detail h3 {
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog-detail-page .blog-detail p {
    color: #222;
    line-height: 1.8;
}
.blog-detail-page .blog-detail .post-social {
    color: #222;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.blog-detail-page .blog-detail .post-social li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}
.blog-detail-page .blog-advance>div:last-child p:last-child {
    margin-bottom: 0;
}
.blog-detail-page .blog-advance img {
    margin-bottom: 25px;
    margin-top: 25px;
}
.blog-detail-page .blog-advance ul {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 2.5;
    font-size: 15px;
}
.blog-detail-page .blog-advance ul li {
    display: list-item;
    font-weight: 700;
}
.blog-detail-page .blog-advance p {
    line-height: 1.8;
}
.blog-detail-page .comment-section {
    border-bottom: 1px solid #ddd;
}
.blog-detail-page .comment-section li {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}
.blog-detail-page .comment-section li img {
    height: 65px;
    width: 65px;
    margin-right: 20px;
    border-radius: 100%;
}
.blog-detail-page .comment-section li h6 {
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.blog-detail-page .comment-section li h6 span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    margin-left: 20px;
}
.blog-detail-page .comment-section li p {
    line-height: 1.8;
    margin-bottom: 0;
}
.blog-detail-page .comment-section li:last-child {
    padding-bottom: 0px;
}
.blog-detail-page .blog-contact h2 {
    margin-bottom: 30px;
}
.blog-detail-page .blog-contact .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
    border-color: #ddd;
    font-size: 14px;
    padding: 17px 25px;
    margin-bottom: 30px;
}
.blog-page .blog-sidebar h6 {
    margin-bottom: 0;
    line-height: 20px;
    color: #333;
    font-weight: 700;
}
.blog-page .blog-sidebar p {
    line-height: 20px;
    margin-bottom: 0;
    color: #555;
}
.blog-page .blog-sidebar h4 {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}
.blog-page .blog-sidebar .theme-card {
    border: 1px solid #ddd;
    padding: 30px;
    background-color: #fff;
}
.blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    width: 100px;
    margin-right: 10px;
}
.blog-page .blog-sidebar .theme-card .recent-blog li+li {
    margin-top: 30px;
}
.blog-page .blog-sidebar .theme-card .popular-tags li a {
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-page .blog-sidebar .theme-card+.theme-card {
    margin-top: 30px;
}
.blog-page .blog-media {
    margin-bottom: 30px;
}
.blog-page .blog-media:last-child {
    margin-bottom: 0;
}
.blog-page .blog-media .blog-right {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.blog-page .blog-media .blog-right h6 {
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blog-page .blog-media .blog-right h4 {
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}
.blog-page .blog-media .blog-right p {
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: 0.04em;
}
.blog-page .blog-media .blog-right ul {
    color: #222;
    margin-bottom: 15px;
}
.blog-page .blog-media .blog-right ul li {
    font-size: 14px;
    line-height: 1.5;
}
.blog-page .blog-media .blog-right ul li i {
    padding-right: 3px;
}
.blog-page .blog-media .blog-right ul li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #dddddd;
}
.product-slick .slick-prev,
.product-slick .slick-next,
.rtl-product-slick .slick-prev,
.rtl-product-slick .slick-next,
.product-right-slick .slick-prev,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-prev,
.rtl-product-right-slick .slick-next {
    margin-top: -10px;
}
.product-slick .slick-next,
.rtl-product-slick .slick-next,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-next {
    right: 20px;
    z-index: 1;
}
.product-slick .slick-prev,
.rtl-product-slick .slick-prev,
.product-right-slick .slick-prev,
.rtl-product-right-slick .slick-prev {
    left: 20px;
    z-index: 1;
}
.product-slick .slick-slide>div,
.rtl-product-slick .slick-slide>div,
.product-right-slick .slick-slide>div,
.rtl-product-right-slick .slick-slide>div {
    display: flex;
    margin-bottom: 15px;
}
.product-slick .slick-slide>div img,
.rtl-product-slick .slick-slide>div img,
.product-right-slick .slick-slide>div img,
.rtl-product-right-slick .slick-slide>div img {
    margin: 0 auto;
}
.slider-nav .slick-slide,
.rtl-slider-nav .slick-slide,
.slider-right-nav .slick-slide,
.rtl-slider-right-nav .slick-slide {
    background: transparent;
}
.slider-nav .slick-slide img,
.rtl-slider-nav .slick-slide img,
.slider-right-nav .slick-slide img,
.rtl-slider-right-nav .slick-slide img {
    margin: 0 auto;
}
.slider-nav .slick-slide>div,
.rtl-slider-nav .slick-slide>div,
.slider-right-nav .slick-slide>div,
.rtl-slider-right-nav .slick-slide>div {
    display: flex;
    margin: 15px 15px 0 15px;
    border: 1px solid #ddd;
    transition: all 0.5s ease;
}
.slider-nav .slick-slide.slick-current>div,
.rtl-slider-nav .slick-slide.slick-current>div,
.slider-right-nav .slick-slide.slick-current>div,
.rtl-slider-right-nav .slick-slide.slick-current>div {
    border-color: #aaa;
    transition: all 0.5s ease;
}
.slider-nav .slick-slide.slick-active,
.rtl-slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active {
    transition: all 0.5s ease;
}
.home-slider .slick-slide.slick-active,
.center-slider .slick-slide.slick-active {
    transition: all 0.5s ease;
}
.home-slider .slick-slide.slick-active .slider-contain>div>h4,
.center-slider .slick-slide.slick-active .slider-contain>div>h4 {
    animation: slideInUp 900ms ease-in-out;
}
.home-slider .slick-slide.slick-active .slider-contain>div>h1,
.center-slider .slick-slide.slick-active .slider-contain>div>h1 {
    animation: slideInUp 1000ms ease-in-out;
}
.home-slider .slick-slide.slick-active .slider-contain>div>h3,
.center-slider .slick-slide.slick-active .slider-contain>div>h3 {
    animation: slideInUp 1100ms ease-in-out;
}
.home-slider .slick-slide.slick-active .slider-contain>div .btn-solid,
.center-slider .slick-slide.slick-active .slider-contain>div .btn-solid {
    animation: slideInUp 1200ms ease-in-out;
}
.slider-right-nav .slick-slide:first-child>div,
.rtl-slider-right-nav .slick-slide:first-child>div {
    margin-top: 0;
}
.pro_sticky_info {
    border: 1px solid #ddd;
    padding: 20px;
}
.is_stuck {
    margin-top: 60px;
}
.image-scroll div>div {
    padding-bottom: 20px;
}
.image-scroll div>div:last-child {
    padding: 0;
}
.product-right p {
    margin-bottom: 0;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
.product-right .product-title {
    color: #333;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-right .product-title.cate-mode {
    margin-bottom: 20px !important;
}
.product-right .border-product {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #ddd;
}
.product-right h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em;
}
.product-right h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}
.product-right h4 {
    font-size: 16px;
    margin-bottom: 7px;
}
.product-right h4 del {
    color: #222;
}
.product-right h4 span {
    padding-left: 5px;
    color: var(--primary-color);
}
.product-right .color-variant {
    margin-bottom: 25px;
}
.product-right .color-variant li {
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.product-right .product-buttons {
    margin-bottom: 20px;
    display: inline-flex;
}
.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
    padding: 7px 25px;
}
.product-right .product-buttons button:nth-child(2) {
    margin-left: 10px;
}
.product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button {
    padding: 10px 20px;
    color: #ffffff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    position: relative;
    z-index: 3;
    border-radius: 0;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button:hover,
.product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.product-right .product-buttons .dynamic-payment-button .shopify-payment-button__button--hidden {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: none;
}
.product-right .pro-desc ul {
    list-style: disc;
    padding-left: 20px;
}
.product-right .pro-desc ul li {
    display: list-item;
}
.product-right .sold_notify_form {
    margin-bottom: 15px;
}
.product-right .sold_notify_form p {
    margin-bottom: 5px;
}
.product-right .sold_notify_form #notify-me-wrapper {
    display: flex;
    width: 100%;
}
.product-right .product-description h6 span {
    float: right;
}
.product-right .product-description .qty-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product-right .product-description .qty-box .input-group {
    justify-content: unset;
    width: unset;
}
.product-right .product-description .qty-box .input-group .form-control {
    border-right: none;
}
.product-right .size-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-right .size-box ul li {
    height: 35px;
    width: auto;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}
.product-right .size-box ul li a {
    color: #333;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-right .size-box ul li label {
    width: auto;
    padding: 0 5px;
}
.product-right .size-box ul li.active {
    background-color: #f7f7f7;
}
.product-right .material-variant li label {
    width: auto;
    min-width: auto;
    padding: 0 5px;
}
.product-right .product-icon {
    display: flex;
}
.product-right .product-icon .product-social {
    margin-top: 5px;
}
.product-right .product-icon .product-social li {
    padding-right: 30px;
}
.product-right .product-icon .product-social li a {
    color: #333;
    transition: all 0.3s ease;
}
.product-right .product-icon .product-social li a i {
    font-size: 18px;
}
.product-right .product-icon .product-social li a:hover {
    color: var(--primary-color);
}
.product-right .product-icon .product-social li:last-child {
    padding-right: 0;
}
.product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none;
    color: var(--primary-color);
    margin-top: 5px;
}
.product-right .product-icon .wishlist-btn a {
    vertical-align: middle;
}
.product-right .product-icon .wishlist-btn i {
    border-left: 1px solid #ddd;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 15px;
    transition: all 0.5s ease;
}
.product-right .product-icon .wishlist-btn span {
    padding-left: 10px;
    font-size: 18px;
}
.product-right .product-icon .wishlist-btn:hover i {
    color: var(--primary-color);
    transition: all 0.5s ease;
}
.product-right .payment-card-bottom {
    margin-top: 10px;
}
.product-right .payment-card-bottom ul li {
    padding-right: 10px;
}
.product-right .timer {
    margin-top: 0px;
    background-color: #f7f7f7;
}
.product-right .timer p {
    color: #333;
}
.product-right.product-form-box {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
}
.product-right.product-form-box .product-description .qty-box {
    margin-bottom: 5px;
}
.product-right.product-form-box .product-description .qty-box .input-group {
    justify-content: center;
    width: 100%;
}
.product-right.product-form-box .product-buttons {
    margin-bottom: 10px;
}
.product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left;
}
.product-right .cate-mode span a {
    font-size: 18px;
    color: var(--primary-color);
    border-bottom: 1px solid;
}
.product-right .login-price {
    font-size: 15px;
    display: block;
    color: var(--primary-color);
    font-weight: 600;
}
.single-product-tables {
    display: flex;
    margin-top: 20px;
}
.single-product-tables table {
    width: 20%;
}
.single-product-tables table tr {
    height: 35px;
}
.single-product-tables table tr td:first-child {
    font-weight: 600;
}
.single-product-tables table tr .in-stock td:last-child {
    color: #29a222;
}
.single-product-tables table tr .out-of-stock td:last-child {
    color: #e21b1b;
}
.single-product-tables.detail-section {
    margin-top: 0;
}
.single-product-tables.detail-section table {
    width: 55%;
}
.product-accordion .btn-link {
    color: #333;
}
.product-accordion .btn-link:hover {
    text-decoration: none;
}
.product-accordion .card {
    border: none;
}
.product-accordion .card .card-body ul li {
    display: list-item;
}
.product-accordion .card-header {
    padding: 5px 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
    background-color: rgba(127, 127, 127, 0.03);
}
.product-related h2 {
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 20px;
}
.rating {
    margin-top: 0;
}
.rating i {
    padding-right: 5px;
}
.rating i:nth-child(-n+4) {
    color: #ffa200;
}
.rating i:last-child {
    color: #ddd;
}
.rating .three-star {
    padding-bottom: 5px;
}
.rating .three-star i {
    color: #acacac;
}
.rating .three-star i:nth-child(-n+3) {
    color: #ffd200;
}
.tab-border {
    border: 1px solid #ddd;
    margin: 0;
    padding: 8px 0;
}
.tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #ddd;
}
.tab-product,
.product-full-tab {
    padding-top: 30px;
}
.tab-product .nav-material.nav-tabs,
.product-full-tab .nav-material.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    color: #212121;
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    border: 0;
}
.tab-product .nav-material.nav-tabs .nav-item .material-border,
.product-full-tab .nav-material.nav-tabs .nav-item .material-border {
    border-bottom: 2px solid var(--primary-color);
    opacity: 0;
}
.tab-product .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active {
    color: var(--primary-color);
}
.tab-product .nav-material.nav-tabs .nav-link.active~.material-border,
.product-full-tab .nav-material.nav-tabs .nav-link.active~.material-border {
    transition: all 0.3s ease;
    opacity: 1;
}
.tab-product .tab-pane,
.product-full-tab .tab-pane {
    padding: 10px 0;
}
.tab-product .tab-pane p,
.tab-product .tab-pane span,
.product-full-tab .tab-pane p,
.product-full-tab .tab-pane span {
    padding-bottom: 5px;
}
.tab-product .tab-pane ul,
.product-full-tab .tab-pane ul {
    list-style: disc;
    list-style-position: inside;
    padding-bottom: 5px;
    padding-left: 20px;
}
.tab-product .tab-pane ul li,
.product-full-tab .tab-pane ul li {
    display: list-item;
}
.tab-product .theme-form input,
.product-full-tab .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left;
}
.tab-product .theme-form .btn-solid,
.product-full-tab .theme-form .btn-solid {
    margin: 0 auto;
}
.tab-product .theme-form textarea,
.product-full-tab .theme-form textarea {
    border-color: #ddd;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit;
}
.tab-product .tab-content.nav-material p,
.product-full-tab .tab-content.nav-material p {
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 2;
}
.tab-product .tab-content.nav-material .media,
.product-full-tab .tab-content.nav-material .media {
    margin-top: 20px;
}
.tab-product .title,
.product-full-tab .title {
    padding-right: 45px;
    color: var(--primary-color);
    padding-bottom: 20px;
}
.tab-product .theme-slider .slick-arrow,
.product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto;
}
.tab-product .theme-slider .slick-arrow :before,
.product-full-tab .theme-slider .slick-arrow :before {
    color: #000;
    font-size: 18px;
}
.tab-product .product-box,
.product-full-tab .product-box {
    position: relative;
    margin: 5px;
}
.tab-product .product-box:hover,
.product-full-tab .product-box:hover {
    box-shadow: 0 0 12px 0 #dddddd;
}
.tab-product .product-box:hover .lbl-1,
.product-full-tab .product-box:hover .lbl-1 {
    opacity: 1;
    transition: all 0.3s ease;
}
.tab-product .product-box:hover .lbl-2,
.product-full-tab .product-box:hover .lbl-2 {
    opacity: 1;
    animation: flipInY 1000ms ease-in-out;
}
.tab-product .product-box:hover .color-variant li,
.product-full-tab .product-box:hover .color-variant li {
    opacity: 1 !important;
    animation: fadeInUp 500ms ease-in-out;
}
.tab-product .product-box .img-block,
.product-full-tab .product-box .img-block {
    min-height: unset;
}
.tab-product .product-box .cart-info,
.product-full-tab .product-box .cart-info {
    position: absolute;
    padding: 10px 0;
    top: 25%;
    right: 15px;
    width: 40px;
    margin-right: 0;
}
.tab-product .product-box .cart-info i,
.product-full-tab .product-box .cart-info i {
    padding-right: 0;
}
.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button,
.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button {
    color: #333;
    transition: all 0.3s ease;
    background-color: #fff;
    height: 35px;
    width: 35px;
    margin: 7px 0;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0 0 12px 0 #ddd;
}
.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover,
.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover {
    transition: all 0.3s ease;
    color: var(--primary-color);
}
.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
    background-color: var(--primary-color);
    padding: 2px 20px 2px 10px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
}
.tab-product .product-box .lbl-1:before,
.product-full-tab .product-box .lbl-1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid var(--primary-color);
    border-bottom: 13px solid var(--primary-color);
    border-right: 7px solid #fff;
}
.tab-product .product-box .lbl-2,
.product-full-tab .product-box .lbl-2 {
    font-size: 14px;
    top: 15px;
    position: absolute;
    right: 10px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0;
}
.tab-product .product-box a,
.product-full-tab .product-box a {
    color: #0072bb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.tab-product .product-box .color-variant,
.product-full-tab .product-box .color-variant {
    position: absolute;
    top: -35px;
    width: 100%;
}
.tab-product .product-box .slick-slide img,
.product-full-tab .product-box .slick-slide img {
    display: block;
}
.tab-product .product-box .product-details,
.product-full-tab .product-box .product-details {
    position: relative;
}
.tab-product .product-box .product-details .color-variant,
.product-full-tab .product-box .product-details .color-variant {
    position: absolute;
    top: -35px;
    width: 100%;
}
.tab-product .product-box .product-details .color-variant li,
.product-full-tab .product-box .product-details .color-variant li {
    opacity: 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.tab-product .product-box .product-details h6,
.product-full-tab .product-box .product-details h6 {
    color: #333333;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tab-product .product-box .product-details .price,
.product-full-tab .product-box .product-details .price {
    padding-bottom: 10px;
    font-size: 16px;
    color: var(--primary-color);
}
.product-full-tab {
    padding-top: 70px;
}
.bundle {
    margin-top: 10px;
}
.bundle .bundle_img {
    display: flex;
}
.bundle .bundle_img .img-box {
    opacity: 0.4;
}
.bundle .bundle_img .img-box img {
    max-width: 115px;
    border: 1px solid #ddd;
    padding: 2px;
}
.bundle .bundle_img .img-box.bundle_curr_proImg {
    opacity: 1;
}
.bundle .bundle_img .plus {
    display: flex;
    align-items: center;
    padding: 0 7px;
    font-size: 22px;
}
.bundle .bundle_img .plus:last-child {
    display: none;
}
.bundle .bundle_detail {
    margin-top: 15px;
}
.bundle .bundle_detail .price_product {
    color: #000;
    padding-left: 3px;
    font-weight: 700;
}
.bundle .bundle_detail .bundle_product_cls {
    opacity: 0.4;
}
.bundle .bundle_detail .bundle_active_pro {
    opacity: 1;
}
.theme_checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    text-transform: capitalize;
    color: #333;
}
.theme_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.theme_checkbox label input:checked~.checkmark:after {
    display: block;
}
.theme_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.theme_checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.quick-view {
    max-width: 1080px;
    max-height: 600px;
    position: relative;
}
.metro-section.product-box .product-detail {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    transition: all 0.5s ease;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: auto;
    bottom: -10px;
    text-align: center;
}
.metro-section.product-box .product-detail h6 {
    color: #525252;
    padding-top: 0;
    margin-top: -2px;
}
.metro-section.product-box .product-detail h4 {
    font-weight: 400;
    color: #000;
}
.metro-section.product-box .cart-wrap {
    top: 7px;
    right: 7px;
    opacity: 1;
    bottom: auto;
}
.metro-section.product-box .cart-wrap button {
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    display: block;
    margin-top: 5px;
}
.metro-section.product-box .cart-wrap button i {
    padding: 7px;
    color: #333;
    background-color: white;
    width: auto;
    height: auto;
}
.metro-section.product-box .cart-wrap form {
    opacity: 0;
}
.metro-section.product-box .cart-wrap a i {
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #333;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.metro-section.product-box:hover .product-detail {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 15px;
}
.metro-section.product-box:hover .cart-wrap button {
    animation: none;
}
.metro-section.product-box:hover .cart-wrap form {
    opacity: 1;
}
.metro-section.product-box:hover .cart-wrap form i {
    animation: fadeInDown 300ms ease-in-out;
}
.metro-section.product-box:hover .cart-wrap a i {
    opacity: 1;
}
.metro-section.product-box:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInDown 500ms ease-in-out;
}
.metro-section.product-box:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInDown 700ms ease-in-out;
}
.metro-section.product-box:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInDown 1000ms ease-in-out;
}
.portfolio-section {
    padding-bottom: 40px;
}
.portfolio-section .article-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
    transition: all 0.5s ease;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 24px;
}
.portfolio-section .article-title a {
    color: black;
}
.portfolio-section .isotopeSelector {
    float: left;
    width: 100%;
    position: relative;
}
.portfolio-section .isotopeSelector .overlay {
    position: relative;
    border: 1px solid #ddd;
}
.portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto;
}
.portfolio-section .isotopeSelector {
    margin-bottom: 30px;
}
.portfolio-section .isotopeSelector img {
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector .overlay-background {
    transform: scale(0);
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    padding: 10px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    color: var(--primary-color);
    font-size: 22px;
    display: none;
    transition: all 0.4s ease;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.portfolio-section .isotopeSelector:hover img {
    transform: scale(1.2) rotate(2deg);
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector:hover .overlay-background {
    transform: scale(1);
    border: 3px solid white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 177, 43, 0.2);
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector:hover .overlay-background i {
    display: flex;
    transition: all 0.4s ease;
}
.portfolio-section .border-portfolio {
    margin: 3px;
    overflow: hidden;
}
.portfolio-section #form1 {
    padding-bottom: 20px;
}
.portfolio-section .filter-button {
    padding: 0 24px;
    font-size: 20px;
    line-height: 35px;
    border: none;
    text-transform: capitalize;
    background-color: white;
}
.portfolio-section .filter-button.active {
    background-color: var(--primary-color);
    color: #fff;
}
.portfolio-section.fullwidth-portfolio .isotopeSelector {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}
.portfolio-section.metro-section.product-box .product-detail {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    transition: all 0.5s ease;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    text-align: center;
}
.portfolio-section.metro-section.product-box .product-detail h6 {
    color: #525252;
    padding-top: 0;
    margin-top: -2px;
}
.portfolio-section.metro-section.product-box .product-detail h4 {
    font-weight: 400;
    color: #000;
}
.portfolio-section.metro-section.product-box .cart-wrap {
    top: 7px;
    right: 7px;
    opacity: 1;
}
.portfolio-section.metro-section.product-box .cart-wrap button {
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}
.portfolio-section.metro-section.product-box .cart-wrap button i {
    padding: 7px;
    color: #333;
}
.portfolio-section.metro-section.product-box .cart-wrap a i {
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #333;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-section.metro-section.product-box:hover .product-detail {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 15px;
}
.portfolio-section.metro-section.product-box:hover .cart-wrap button {
    animation: none;
}
.portfolio-section.metro-section.product-box:hover .cart-wrap a i {
    opacity: 1;
}
.portfolio-section.metro-section.product-box:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInDown 500ms ease-in-out;
}
.portfolio-section.metro-section.product-box:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInDown 700ms ease-in-out;
}
.portfolio-section.metro-section.product-box:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInDown 1000ms ease-in-out;
}
.filter-section .filter-container {
    text-align: center;
    padding: 0 0 20px;
}
.filter-section .filter-container ul.filter>li {
    padding: 0 25px;
}
.filter-section .filter-container ul.filter>li>a {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 40px;
}
.filter-section .filter-container ul.filter>li>a:hover,
.filter-section .filter-container ul.filter>li>a:focus {
    text-decoration: none;
    color: var(--primary-color);
    outline: none;
}
.filter-section .filter-container ul.filter>li.active {
    background-color: var(--primary-color);
}
.filter-section .filter-container ul.filter>li.active a {
    color: #fff;
}
.filter-section .filter-container ul.filter>li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}
.filter-section .filter-container .filter>li {
    padding: 0;
    margin: 0;
}
.filter-section .title1 .title-inner1 {
    margin-top: -5px;
}
.filter-section h1 {
    text-align: center;
}
.demo-colored-wrap {
    background: #ecf0f1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.offer-box {
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    display: flex;
    left: -415px;
    transition: all 0.5s ease;
    z-index: 9;
}
.offer-box img {
    margin-right: 18px;
}
.offer-box.toggle-cls {
    left: 0;
    transition: all 0.5s ease;
}
.offer-box .heading-right h3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    transform: translate(50%, -50%) rotate(-90deg);
    text-align: center;
    background-color: var(--primary-color);
    margin-bottom: 0;
    cursor: pointer;
}
body.rtl {
    direction: rtl;
}
.rtl #cookie-bar p {
    text-align: center;
}
.rtl ul {
    -webkit-padding-start: 0;
}
.rtl .slick-slider {
    direction: ltr;
}
.rtl .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 i {
    left: 142px;
}
.rtl .offset-md-3,
.rtl .offset-lg-2,
.rtl .offset-xl-3,
.rtl .offset-lg-3,
.rtl .offset-md-2 {
    margin: 0 auto;
}
.rtl .title1 h4,
.rtl .title1 h2,
.rtl .title2 h4,
.rtl .title2 h2,
.rtl .title3 h4,
.rtl .title3 h2,
.rtl .title4 h4,
.rtl .title4 h2 {
    text-align: center;
}
.rtl header .cart_qty_cls {
    right: 23px;
}
.rtl header.header-2 .top-header .text-left {
    text-align: right !important;
}
.rtl header.header-2 .top-header .text-right {
    text-align: left !important;
}
@media (min-width: 992px) {
    .rtl header.header-2 .top-header .header-social-app>div {
        padding-left: 0px;
        padding-right: 24px;
        margin-left: 0px;
        margin-right: 15px;
    }
    
    .rtl header.header-2 .top-header .header-social-app>div:before {
        left: auto;
        right: 0;
    }
    
    .rtl header.header-2 .top-header .header-social-app>div:first-child {
        padding-right: 0;
        margin-right: 0;
    }
}
.rtl header.header-2 .top-header .header-contact li {
    padding-right: 0px;
    padding-left: 24px;
    margin-right: 0px;
    margin-left: 20px;
}
.rtl header.header-2 .top-header .header-contact li i {
    padding-right: 0px;
    padding-left: 10px;
}
.rtl header.header-2 .top-header .header-contact li:before {
    right: auto;
    left: 0;
}
.rtl header.header-2 .top-header .header-contact li:last-child {
    padding-left: 0;
    margin-left: 0;
}
.rtl header.header-2 .top-header .app-link ul>li {
    margin-left: 0;
    margin-right: 10px;
}
.rtl header.header-2 .theme-header-two button .gift-offer i {
    float: right;
}
.rtl header.header-2 .theme-header-two button i {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .gift-dropdown .dropdown-menu {
    left: 0px !important;
    right: auto;
}
.rtl .gift-dropdown .dropdown-menu .media-body {
    text-align: right;
}
.rtl .gift-dropdown .dropdown-menu .media .mr-3 {
    margin-left: 7px !important;
    margin-right: 0px !important;
}
.rtl .addtocart_count .product-box .add_cart {
    background-color: var(--primary-color);
}
.rtl .addtocart_count .product-box .qty-add-box .qty-box label {
    margin-right: 0px;
    margin-left: 8px;
}
.rtl .addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls {
    margin-left: 0px;
    margin-right: 10px;
}
.rtl.template-product .product-right,
.rtl.template-collection .product-right {
    text-align: right !important;
}
.rtl.template-product .product-right ul,
.rtl.template-product .product-right ol,
.rtl.template-collection .product-right ul,
.rtl.template-collection .product-right ol {
    text-align: right;
    width: 100%;
}
.rtl.template-product .collection-filter,
.rtl.template-collection .collection-filter {
    text-align: right;
}
.rtl .home-slider .slider-contain .btn-solid,
.rtl .center-slider .slider-contain .btn-solid {
    float: inherit;
}
.rtl .home-slider .slick-next,
.rtl .center-slider .slick-next {
    right: unset;
    left: 40px;
}
.rtl .home-slider .slick-next:before,
.rtl .center-slider .slick-next:before {
    transform: rotate(180deg);
}
.rtl .home-slider .slick-prev,
.rtl .center-slider .slick-prev {
    left: unset;
    right: 40px;
}
.rtl .home-slider .slick-prev:before,
.rtl .center-slider .slick-prev:before {
    transform: rotate(180deg);
}
.rtl .home-slider:hover .slick-next,
.rtl .center-slider:hover .slick-next {
    right: unset;
    left: 70px;
}
.rtl .home-slider:hover .slick-prev,
.rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 70px;
}
.rtl .pwd-page h2 {
    text-align: center;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting,
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.my-account {
    text-align: right;
}
.rtl .prd-block-deal {
    text-align: right;
}
.rtl .space-onsale .space-mt {
    text-align: right;
}
.rtl .space-onsale .space-mt .slick-initialized .slick-slide {
    direction: rtl;
}
.rtl .gym-product.product-box {
    direction: rtl;
}
.rtl .add_to_cart .cart-inner .cart_media form .close-circle {
    left: 0;
    right: auto;
}
.rtl .add_to_cart .cart-inner .cart_top .close-cart {
    margin-right: auto;
    margin-left: 0;
}
.rtl .product-box {
    direction: rtl;
}
.rtl .product-box .color-variant {
    -webkit-padding-start: 0;
}
.rtl .product-box .product-info h4,
.rtl .product-box .product-info h6 {
    text-align: center;
}
@media (min-width: 992px) {
    .rtl .product-box .product-detail h6,
    .rtl .product-box .product-info h6 {
        float: right;
        clear: right;
    }
}
@media (min-width: 992px) {
    .rtl .product-box .product-detail h4,
    .rtl .product-box .product-info h4 {
        float: left;
        clear: left;
    }
}
.rtl .product-box .product-detail .advanced_add_cart .variantsList,
.rtl .product-box .product-detail .product-info .advanced_add_cart .variantsList,
.rtl .product-box .product-detail .advanced_add_cart .variantsList,
.rtl .product-box .product-detail .advanced_add_cart .variantsList {
    padding: 6px 10px 6px 40px;
    background-position: 7%;
    direction: rtl;
}
.rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form,
.rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form,
.rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form,
.rtl .product-box .product-detail .advanced_add_cart .product_grid_cart_form {
    left: 0;
    right: auto;
}
.rtl .product-box .product-detail .color-variant {
    text-align: right;
    padding: 0;
    padding-top: 10px;
}
.rtl .product-box .product-detail .color-variant li:first-child {
    margin-right: 0;
}
.rtl .product-box .product-detail .size-variant {
    text-align: right;
}
.rtl .product-box .product-detail .size-variant li:first-child {
    margin-right: 0;
}
.rtl .product-box .img-block .lable-wrapper .lable1 {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.rtl .product-box .img-block .lable-wrapper .lable2 {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.rtl .subscribe h4 {
    text-align: center;
}
.rtl .subscribe h4 i {
    padding-left: 5px;
    padding-right: 0;
}
.rtl .service-block img {
    margin-left: 12px;
}
.rtl .service_4 .service-block {
    text-align: right;
}
.rtl .service_4 .service-block:before {
    right: auto;
    left: 0;
}
.rtl .service-block1 h4,
.rtl .service-block1 p {
    text-align: center;
}
.rtl .inner-option {
    right: 12px;
    left: auto;
}
.rtl .blog-details {
    text-align: right;
}
.rtl .blog-details h4,
.rtl .blog-details h6 {
    text-align: center;
}
.rtl .instagram h2 {
    text-align: center;
}
.rtl .category-block .category-details h5 {
    text-align: center;
}
.rtl .category-bg .contain-block h6 {
    text-align: center;
}
.rtl .about-text p {
    text-align: center;
}
.rtl .beauty-about .text-center {
    text-align: left !important;
}
.rtl .collection-banner.p-left .contain-banner {
    justify-content: flex-end;
}
.rtl .collection-banner.p-right .contain-banner {
    justify-content: flex-start;
}
.rtl .collection-banner.p-center .contain-banner {
    justify-content: center;
}
.rtl .footer-link {
    text-align: right;
}
.rtl .footer-theme2 {
    text-align: right;
}
.rtl .footer-theme2 .footer-title h4 {
    text-align: right;
}
.rtl .footer-theme2 .contact-details li i {
    margin: 0 0px 0 12px;
}
.rtl .footer-theme2 .contact-details li .contact-text {
    text-align: right;
}
@media (min-width: 1200px) {
    .rtl .footer-theme2.top-section>div:first-child>div {
        margin-right: 0;
        margin-left: auto;
    }
}
.rtl .full-banner .banner-contain .btn-solid,
.rtl .full-banner .banner-contain .btn-outline {
    float: right;
}
.rtl .full-banner.p-left .banner-contain {
    float: right;
}
.rtl .full-banner.p-right .banner-contain {
    float: left;
}
.rtl .full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rtl .full-banner.p-center .banner-contain h3,
.rtl .full-banner.p-center .banner-contain h4 {
    text-align: center;
}
.rtl .full-banner.p-center .banner-contain .btn-solid,
.rtl .full-banner.p-center .banner-contain .btn-outline {
    float: unset;
}
.rtl .offer-slider .slick-slide {
    line-height: 1;
}
.rtl .theme-card .slick-prev {
    left: 0;
    right: unset;
}
.rtl .theme-card .slick-next {
    right: unset;
    left: 40px;
}
.rtl .theme-card .offer-slider img {
    padding: 15px 0 15px 15px;
}
.rtl .theme-card .offer-slider .media .media-body a h6 {
    margin-left: 61px;
    margin-right: 0;
}
.rtl .theme-card .offer-slider .media .media-body .rating {
    text-align: right;
}
.rtl .theme-card.card-border h5 {
    padding-left: 0;
    padding-right: 50px;
}
.rtl .theme-card.card-border .slick-prev {
    left: 30px;
}
.rtl .theme-card.card-border .slick-next {
    left: 50px;
}
.rtl .theme-card.card-border .offer-slider img {
    padding: 15px 30px 15px 15px;
}
.rtl .theme-card .media {
    direction: rtl;
}
.rtl .background .contain-bg h4 {
    text-align: center;
}
.rtl .center-slider:hover .slick-next {
    left: 20px;
    right: unset;
}
.rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 20px;
}
.rtl.layout-20 .home-slider .slider-contain .btn-solid,
.rtl.layout-20 .home-slider .slider-contain .btn-outline {
    float: right;
}
.rtl .theme-tab .tab-title {
    -webkit-padding-start: 0;
}
.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    padding: 15px 0 15px 15px;
}
.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
    text-align: right;
}
.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    margin-left: 35px;
    margin-right: 0;
}
.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0;
}
.rtl .timer span .padding-l {
    padding-left: 0;
    padding-right: 22px;
}
.rtl .timer li {
    text-align: center;
}
.rtl .category-m .category-wrapper h4 {
    text-align: center;
}
.rtl .category-m .category-wrapper .category-link {
    -webkit-padding-start: 0;
}
.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0;
}
.rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr th,
.rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr td {
    text-align: right;
}
.rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare td {
    text-align: right;
}
.rtl .compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare th .remove-compare {
    float: right;
}
.rtl .product-wrap .product-detail .rating,
.rtl .product-wrap .product-detail h4,
.rtl .product-wrap .product-detail h6,
.rtl .product-wrap .product-detail .color-variant,
.rtl .product-wrap .product-info .rating,
.rtl .product-wrap .product-info h4,
.rtl .product-wrap .product-info h6,
.rtl .product-wrap .product-info .color-variant {
    text-align: center;
}
.rtl .product-wrap .product-detail .color-variant li,
.rtl .product-wrap .product-info .color-variant li {
    margin: 0 2px;
}
.rtl .breadcrumb-item+.breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
}
.rtl .breadcrumb-item+.breadcrumb-item:before {
    padding-right: 0;
    padding-left: 0.5rem;
}
.rtl .top-header .header-dropdown li:first-child {
    padding-right: 25px;
    padding-left: 0;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart form li .media .media-body {
    text-align: right;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img.mr-3 {
    margin-right: unset !important;
    margin-left: 1rem !important;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
    right: unset;
    left: 0px;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.my-account {
    right: unset;
    left: 0;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li {
    padding-right: 0px;
    padding-left: 19px;
    margin-right: 0px;
    margin-left: 8px;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li:before {
    right: auto;
    left: 0;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.my-account li:last-child {
    padding-left: 0px;
    margin-left: 0px;
}
.rtl .main-menu .menu-left .navbar i {
    float: unset;
}
.rtl .main-nav-center .toggle-nav {
    left: 175px;
    right: 0;
}
.rtl .beauty-about .about-text p {
    text-align: right;
}
.rtl .beauty-about .service-block1 h5 {
    text-align: center;
}
.rtl .team .slick-next {
    right: unset;
    left: 20px;
}
.rtl .team .slick-prev {
    right: unset;
    left: 0;
}
.rtl .team h4,
.rtl .team h6 {
    text-align: center;
}
.rtl .blog-page .blog-sidebar .theme-card .recent-blog {
    text-align: right;
}
.rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    margin: 0 0 0 15px;
}
.rtl .blog-page .blog-media .blog-right ul {
    text-align: right;
}
.rtl .blog-page .blog-media .blog-right ul li+li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.rtl .blog-detail-page .blog-detail .post-social {
    text-align: right;
}
.rtl .blog-detail-page .blog-detail .post-social li+li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.rtl .blog-detail-page .blog-advance ul {
    text-align: right;
}
.rtl .blog-detail-page .comment-section li img {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .blog-detail-page .blog-contact .theme-form label,
.rtl .blog-detail-page .blog-contact .theme-form .btn-solid,
.rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
    float: right;
}
.rtl .cart-section tbody tr td h2,
.rtl .cart-section tbody tr td p,
.rtl .wishlist-section tbody tr td h2,
.rtl .wishlist-section tbody tr td p {
    text-align: center;
}
.rtl .cart-section tfoot tr td:first-child,
.rtl .wishlist-section tfoot tr td:first-child {
    padding-right: 0;
    padding-left: 10px;
    text-align: left;
}
.rtl .cart-section .cart-buttons>div:last-child,
.rtl .wishlist-section .cart-buttons>div:last-child {
    text-align: left;
    padding-left: 59px;
    padding-right: 0;
}
.rtl .cart-section .cart-buttons>div:first-child .btn-solid,
.rtl .cart-section .cart-buttons>div:first-child .btn-outline,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-solid,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-outline {
    float: right;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: none;
    border-left: 1px solid #ddd;
    padding-right: 0;
    padding-left: 20px;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none;
    border-left: 1px solid #ddd;
    padding: 20px;
    background: url(../images/dropdown.png) no-repeat 5%;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    border-right: none;
    border-left: 1px solid #ddd;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 20px;
    background: url(../images/dropdown.png) no-repeat 5%;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    left: unset;
    right: 0;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    border-right: none;
    border-left: 1px solid #ddd;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
    border-right: none;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
    float: right;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    background: url(../images/dropdown.png) no-repeat 5%;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    background: url(../images/dropdown.png) no-repeat 5%;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    text-align: right;
    background: url(../images/dropdown.png) no-repeat 5%;
}
.rtl .qty-box .input-group span button {
    transform: rotate(180deg);
}
.rtl .product-pagination .product-search-count-bottom {
    padding-right: 0;
    padding-left: 15px;
}
.rtl .product-pagination .pagination .page-item a i {
    transform: rotate(180deg);
}
.rtl .custom-control-label:after {
    right: -1.5rem;
    left: unset;
}
.rtl .contact-page .theme-form label {
    float: right;
}
.rtl .contact-page .theme-form .btn-solid,
.rtl .contact-page .theme-form .btn-outline {
    float: right;
}
.rtl .contact-page .contact-right ul li {
    padding-right: 150px;
    padding-left: 0;
}
.rtl .contact-page .contact-right ul li .contact-icon {
    left: unset;
    border-left: 1px solid #ddd;
    border-right: 0;
    right: 0;
}
.rtl .contact-page .contact-right ul li .contact-icon h6 {
    text-align: center;
}
.rtl .faq-section .accordion.theme-accordion .card .card-header button {
    float: right;
    text-align: right;
}
.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
    right: unset;
    left: 20px;
}
.rtl .login-page .theme-card {
    text-align: right;
}
.rtl .login-page .theme-card .theme-form label {
    float: right;
}
.rtl .register-page .theme-card .theme-form label {
    float: right;
}
.rtl .product-right .rating,
.rtl .product-right .color-variant {
    text-align: center;
}
.rtl .product-right.product-form-box h4,
.rtl .product-right.product-form-box h3,
.rtl .product-right.product-form-box h6 {
    text-align: center;
}
.rtl .product-right .product-buttons button:nth-child(2) {
    margin-right: 10px;
}
.rtl .product-right .size_chart_link.float-right {
    float: left !important;
}
.rtl .product-right .product-icon .product-social li {
    padding-right: 0;
    padding-left: 30px;
}
.rtl .product-right .product-icon .wishlist-btn i {
    border-left: none;
    border-right: 1px solid #ddd;
    padding-left: 0;
    margin-left: 0;
    padding-right: 10px;
    margin-right: 5px;
}
.rtl .product-right .product-icon .wishlist-btn span {
    padding-left: 0;
    padding-right: 10px;
}
.rtl .product-right .payment-card-bottom {
    text-align: right;
}
.rtl .product-right .payment-card-bottom ul li {
    padding-right: 0;
    padding-left: 10px;
}
.rtl .product-right.product-content .size-variant {
    text-align: right;
}
.rtl .product-right.product-content .size-variant,
.rtl .product-right.product-content .color-variant {
    text-align: right;
}
.rtl .product-right.product-content .size-variant li:first-child,
.rtl .product-right.product-content .color-variant li:first-child {
    margin-right: 0px;
}
.rtl .product-right.product-content .border-product {
    text-align: right;
}
.rtl .product-right.product-content form {
    text-align: right;
}
.rtl .product-right.product-content .product-description h6 span {
    float: left;
}
.rtl .product-layout-wrapper .btn-product-change {
    left: 15px;
    right: auto !important;
    top: -35px !important;
}
.rtl .product-layout-wrapper.product-gallery-layout .container-fluid .row .product_img_gallery {
    padding: 0;
}
.rtl .product-layout-wrapper.product-gallery-layout .container-fluid .row .btn-product-change {
    left: 270px;
    right: auto !important;
    top: -35px !important;
}
.rtl .single-product-tables {
    text-align: right;
}
.rtl .single-product-tables.detail-section {
    text-align: right;
}
.rtl .tab-product .theme-form input,
.rtl .product-full-tab .theme-form input {
    text-align: right;
}
.rtl .tab-product .tab-content .theme-form .media .ml-3,
.rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}
.rtl .theme-form {
    text-align: right;
}
.rtl .collection .collection-block .collection-content h3,
.rtl .collection .collection-block .collection-content h4,
.rtl .collection .collection-block .collection-content p {
    text-align: center;
}
.rtl .rtl-product-right-slick .slick-next,
.rtl .rtl-product-slick .slick-next {
    right: unset;
    left: 1px;
    transform: rotate(180deg);
}
.rtl .rtl-product-right-slick .slick-prev,
.rtl .rtl-product-slick .slick-prev {
    left: unset;
    right: 1px;
    transform: rotate(180deg);
}
.rtl .rtl-product-right-slick:hover .slick-next,
.rtl .rtl-product-slick:hover .slick-next {
    right: unset;
    left: 20px;
}
.rtl .rtl-product-right-slick:hover .slick-prev,
.rtl .rtl-product-slick:hover .slick-prev {
    left: unset;
    right: 20px;
}
.rtl .collection-wrapper .product-right .product-buttons {
    text-align: center;
}
.rtl .collection-wrapper .product-right .size-box {
    text-align: center;
}
.rtl .collection-wrapper .product-right .size-box ul li {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .collection-wrapper .product-right .product-description h6 span {
    float: left;
}
.rtl .collection-mobile-back span i {
    float: left;
}
.rtl .modal-header .close {
    padding: unset;
    margin: unset;
}
.rtl .collection-collapse-block .collapse-block-title:after {
    left: -3px;
    right: unset;
}
.rtl .collection-filter-block .product-service .media .media-body {
    padding-right: 10px;
    padding-left: 0;
}
.rtl .collection-sidebar-banner {
    text-align: right;
}
.rtl .tab-border .nav-border {
    border-right: 0;
    border-left: 1px solid #ddd;
}
.rtl .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}
.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
    text-align: right;
}
.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    text-align: right;
}
.rtl .custom-control-label:before {
    right: -1.5rem;
    left: 0;
}
.rtl .product-wrapper-grid.list-view .product-box .product-detail {
    padding-right: 15px;
    padding-left: 0;
}
.rtl .top-header .header-contact li {
    padding-right: 0;
    padding-left: 25px;
}
.rtl .top-header .header-contact li i {
    padding-right: 0;
    padding-left: 10px;
}
.rtl .top-header .header-dropdown {
    text-align: left;
}
.rtl .top-header .header-dropdown .onhover-show-div li {
    padding-right: 0;
}
.rtl .top-header .header-dropdown li i {
    padding-right: 0;
    padding-left: 5px;
}
.rtl .main-menu .menu-right {
    float: left;
}
.rtl .search-overlay>div .overlay-content button {
    right: unset;
    left: 10px;
}
.rtl .footer-theme .sub-title {
    text-align: right;
}
.rtl .footer-theme .sub-title li a:before {
    right: 0;
}
.rtl .footer-theme .sub-title .contact-list li {
    padding-left: 0;
    padding-right: 25px;
}
.rtl .footer-theme .sub-title .contact-list i {
    left: unset;
    right: 0;
}
.rtl .footer-logo {
    text-align: right;
}
.rtl .sub-footer .payment-card-bottom li {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .footer-theme2 .store-about {
    text-align: right;
}
.rtl .dark-layout h2 {
    text-align: center;
}
.rtl .dark-layout .footer-contant p {
    text-align: center;
}
.rtl .subscribe-form.classic-form .form-control {
    margin-left: 0;
    margin-right: 15px;
}
.rtl .rtl-text .product-right .color-variant,
.rtl .rtl-text .product-right .size-box,
.rtl .rtl-text .product-right .product-buttons,
.rtl .rtl-text .product-right .border-product {
    text-align: right;
}
.rtl .search-block .form-header .input-group i {
    padding-right: 0;
    padding-left: 10px;
}
.rtl .layout-7 .home-slider .slider-contain .btn-solid {
    float: right;
}
.rtl .payment-box .payment-options li .radio-option {
    text-align: right;
}
.rtl .payment-box .payment-options li .radio-option label {
    padding-right: 30px;
    padding-left: 0;
}
.rtl .payment-box .payment-options li .radio-option input[type="radio"] {
    right: 0;
    left: unset;
}
.rtl header.left-header .sidenav {
    right: 0;
}
.rtl header.left-header .sidenav .left-sidebar_center {
    padding: 40px 30px 40px 0;
}
.rtl header.left-header .sidenav .pixelstrap li a .sub-arrow {
    left: 7px;
    transform: rotate(180deg);
}
.rtl header.left-header .top-header {
    padding-left: 0;
    padding-right: 300px;
}
.rtl header.left-header .search-overlay {
    padding-right: 300px;
    padding-left: 0;
}
.rtl .order-box .total li .count {
    text-align: right;
}
.rtl .order-box .sub-total .shipping {
    text-align: right;
}
.rtl .order-box .sub-total .shopping-option label {
    padding-left: 0;
    padding-right: 10px;
}
.rtl .order-box .sub-total li .count {
    text-align: right;
}
.rtl .order-box .qty li span {
    text-align: right;
}
.rtl .order-box .title-box span {
    text-align: right;
}
.rtl .error-section h1,
.rtl .error-section h2 {
    text-align: center;
}
.rtl .left-sidebar-collection .collection-filter-block,
.rtl .left-sidebar-collection .small-section,
.rtl .collection-product-wrapper .collection-filter-block,
.rtl .collection-product-wrapper .small-section,
.rtl .collection-filter .collection-filter-block,
.rtl .collection-filter .small-section {
    text-align: right;
}
.rtl .top-banner-wrapper .small-section {
    text-align: right;
}
.rtl .product-layout-wrapper .product-right,
.rtl #ProductSection-product-right-image-template .product-right {
    text-align: right;
}
.rtl .product-related {
    text-align: right;
}
.rtl .blog-media .blog-right {
    text-align: right;
}
.rtl .blog-detail-page .blog-detail {
    text-align: right;
}
.color1 {
    background: #ff4c3b;
}
.color2 {
    background: #3fdda7;
}
.color3 {
    background: #f0b54d;
}
.color4 {
    background: #e4604a;
}
.color5 {
    background: #d4b196;
}
.color6 {
    background: #866e6c;
}
.color7 {
    background: #cc2121;
}
.color8 {
    background: #dc457e;
}
.color9 {
    background: #6d7e87;
}
.color10 {
    background: #fa869b;
}
.color11 {
    background: #81ba00;
}
.color12 {
    background: #fe816d;
}
.color-picker {
    position: fixed;
    right: -190px;
    top: 35%;
    width: 190px;
    z-index: 1;
    transition: all 0.3s ease;
}
.color-picker .settings-header {
    background: #f3f3f3;
    padding: 5px 15px;
    box-shadow: 0px -10px 20px -5px rgba(220, 220, 220, 0.62);
}
.color-picker .settings-header h3 {
    color: black;
    margin: 0;
    font-size: 20px;
    padding: 4px 9px;
}
.color-picker .section {
    background: white;
    padding: 10px;
    border: 1px solid #f3f3f3;
    overflow: auto;
}
.color-picker .section i {
    font-size: 16px;
    margin-right: 10px;
}
.color-picker a.handle {
    position: absolute;
    right: 190px;
    width: 42px;
    height: 41px;
    color: #000;
    transition: all ease-in 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: -1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    text-decoration: none;
    background: #ffffff;
    top: -80px;
    border: 1px solid white;
    box-shadow: 0 0 5px rgba(4, 4, 4, 0.28);
}
.color-picker a.handle i {
    margin-left: 5px;
}
.color-picker a.handle:hover {
    color: var(--primary-color);
}
.color-picker .colors a {
    width: 32px;
    height: 32px;
    margin: 5px;
    float: left;
    transition: all ease-in 0.3s;
}
.color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid;
}
.color-picker .skin a.actt {
    border: 2px white solid;
}
.handle i {
    animation: ring-rotate 3s infinite linear;
}
.handle:hover {
    background-color: white;
}
@keyframes ring-rotate {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
.sec-position {
    position: relative;
    top: -80px;
}
.beauty-about:hover .image-about .about-img1 {
    transform: scale(0.92);
}
.beauty-about .image-about {
    display: inline-block;
    vertical-align: middle;
}
.beauty-about .image-about .about-img1 {
    width: 640px;
    height: auto;
    position: relative;
    z-index: 1;
    top: 70px;
    left: -50px;
    transform: scale(1);
    -webkit-transition: 0.94s ease;
    -moz-transition: 0.94s ease;
    -ms-transition: 0.94s ease;
    -o-transition: 0.94s ease;
    transition: 0.94s ease;
}
.beauty-about .image-about .about-img2 {
    width: 940px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.beauty-about:hover .image-about:after {
    right: 0;
    top: 0;
    border-color: rgba(255, 177, 43, 0.8);
}
@media (min-width: 992px) {
    .beauty-about .img_right {
        order: 2;
    }
}
.theme-pannel-main {
    background-color: #fff;
    position: fixed;
    top: 37%;
    right: 0;
    z-index: 9;
    padding: 5px 5px;
    box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
}
.theme-pannel-main ul li {
    display: flex;
    padding: 6px 9px;
}
.theme-pannel-main ul li span {
    padding: 0;
    text-transform: uppercase;
    color: #949494;
    font-weight: 500;
}
.theme-pannel-main ul li a {
    padding: 0;
    line-height: 13px;
}
.theme-pannel-main ul li a span {
    font-size: 13px;
    line-height: 13px;
}
.theme-pannel-main ul li:last-child {
    border-bottom: 0;
}
.color-picker {
    position: fixed;
    top: calc(30% + 110px);
    z-index: 9;
    padding: 0 5px;
    right: 0;
    -webkit-box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
    box-shadow: 0 0 7px 1px rgba(158, 158, 158, 0.2);
    background-color: #fff;
    max-width: 150px;
}
.color-picker h4 {
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.color-picker .title {
    display: inline-block;
    position: absolute;
    left: -68px;
    width: 68px;
    box-shadow: -3px 0 7px 1px rgba(158, 158, 158, 0.2);
    background-color: #fff;
    padding: 10px 14px;
}
.color-picker .colors {
    text-align: center;
}
.color-picker .colors li {
    height: 35px;
    margin: 3px;
    width: 35px;
    display: inline-block;
    position: relative;
}
.color-picker .colors li.active:before {
    content: "\e600";
    position: absolute;
    font-family: themify;
    color: #fff;
    font-size: 19px;
    top: 2px;
    left: 10px;
    transform: rotate(-90deg);
}
.add_to_cart {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.5s ease;
}
.add_to_cart ::-webkit-scrollbar {
    width: 3px;
    height: 7px;
}
.add_to_cart ::-webkit-scrollbar-track {
    background: #ddd;
}
.add_to_cart ::-webkit-scrollbar-thumb {
    background: #888;
}
.add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.add_to_cart.top .cart-inner .cart_media .empty_cart_slide_cls,
.add_to_cart.bottom .cart-inner .cart_media .empty_cart_slide_cls {
    padding: 40px;
}
.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_product {
    padding: 32px 44px 32px !important;
    height: 97%;
}
.add_to_cart.top .cart-inner .cart_media form li .media,
.add_to_cart.bottom .cart-inner .cart_media form li .media {
    height: 80%;
}
.add_to_cart.top .cart-inner .cart_media form li .buttons,
.add_to_cart.bottom .cart-inner .cart_media form li .buttons {
    float: right;
}
.add_to_cart.top .cart-inner .cart_media form li .buttons .checkout,
.add_to_cart.bottom .cart-inner .cart_media form li .buttons .checkout {
    display: inline-block;
    width: auto;
    margin-left: 7px;
}
.add_to_cart .cart-inner {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    top: 0;
}
.add_to_cart .cart-inner .cart_media {
    padding: 0 20px;
}
.add_to_cart .cart-inner .cart_media .ajaxcart__product-meta {
    margin-bottom: 5px;
    display: inline-block;
}
.add_to_cart .cart-inner .cart_media form {
    display: flex;
    width: 100%;
}
.add_to_cart .cart-inner .cart_media form li {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}
.add_to_cart .cart-inner .cart_media form li .media {
    align-items: center;
    height: 100%;
}
.add_to_cart .cart-inner .cart_media form li .media img {
    height: 90px;
}
.add_to_cart .cart-inner .cart_media form li .media .media-body {
    align-self: center;
}
.add_to_cart .cart-inner .cart_media form li .media .media-body h4 {
    color: #333;
    font-size: 15px;
}
.add_to_cart .cart-inner .cart_media form li .media .media-body h4 span {
    color: #222;
    font-size: 16px;
}
.add_to_cart .cart-inner .cart_media form li .total {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.add_to_cart .cart-inner .cart_media form li .total h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #999999;
}
.add_to_cart .cart-inner .cart_media form li .total h5 span {
    float: right;
}
.add_to_cart .cart-inner .cart_media form li .buttons .checkout {
    float: right;
}
.add_to_cart .cart-inner .cart_media form .close-circle {
    position: absolute;
    top: -5px;
    right: -5px;
}
.add_to_cart .cart-inner .cart_media form .close-circle i {
    color: #a1a1a1;
    font-size: 16px;
    transition: all 0.5s ease;
}
.add_to_cart .cart-inner .cart_media form .close-circle i:hover {
    color: #000;
    transition: all 0.5s ease;
}
.add_to_cart .cart-inner .cart_top {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    align-items: center;
}
.add_to_cart .cart-inner .cart_top h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.add_to_cart .cart-inner .cart_top .close-cart {
    margin-left: auto;
}
.add_to_cart .cart-inner .cart_top .close-cart i {
    color: black;
    font-size: 18px;
}
.add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.add_to_cart.open-side {
    transition: all 0.5s ease;
}
.add_to_cart.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    transition: all 0.5s ease;
}
.add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px;
}
.add_to_cart.left .cart-inner {
    height: 100vh;
    overflow: auto;
}
.add_to_cart.left .cart-inner form {
    display: block;
    width: 100%;
}
.add_to_cart.left.open-side {
    left: 0;
}
.add_to_cart.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0;
}
.add_to_cart.right .cart-inner {
    height: 100vh;
    overflow: auto;
}
.add_to_cart.right .cart-inner form {
    display: block;
    width: 100%;
}
.add_to_cart.right.open-side {
    right: 0;
}
.add_to_cart.top,
.add_to_cart.bottom {
    height: 218px;
    width: 100%;
}
.add_to_cart.top .cart_media,
.add_to_cart.bottom .cart_media {
    display: flex;
    width: 100%;
}
.add_to_cart.top .cart_media .cart_product,
.add_to_cart.bottom .cart_media .cart_product {
    display: flex;
    width: 75%;
    overflow-y: auto;
}
.add_to_cart.top .cart_media .cart_product li,
.add_to_cart.bottom .cart_media .cart_product li {
    min-width: 245px;
    max-width: 225px;
    margin-right: 18px;
    padding-bottom: 0;
}
.add_to_cart.top .cart_media .cart_total,
.add_to_cart.bottom .cart_media .cart_total {
    width: 25%;
}
.add_to_cart.top .cart-inner,
.add_to_cart.bottom .cart-inner {
    height: 218px;
}
.add_to_cart.top .cart-inner .cart_top,
.add_to_cart.bottom .cart-inner .cart_top {
    margin-bottom: 0;
    background-color: #fbfbfb;
    padding: 15px 44px;
    border-bottom: none;
}
.add_to_cart.top .cart-inner .cart_media,
.add_to_cart.bottom .cart-inner .cart_media {
    padding: 0;
}
.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.top .cart-inner .cart_media .cart_total,
.add_to_cart.bottom .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_total {
    padding: 30px 44px;
}
.add_to_cart.top {
    top: -300px;
}
.add_to_cart.top.open-side {
    top: 0;
}
.add_to_cart.bottom {
    bottom: -300px;
}
.add_to_cart.bottom.open-side {
    bottom: 0;
}
.equal_height [class*="lazyload"] {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.equal_height [class*="lazyload"]:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.equal_height.ratio2_1 [class*="lazyload"]:before {
    padding-top: 50%;
}
.equal_height.ratio3_2 [class*="lazyload"]:before {
    padding-top: 68%;
}
.equal_height.ratio_landscape [class*="lazyload"]:before {
    padding-top: 75%;
}
.equal_height.ratio_square [class*="lazyload"]:before {
    padding-top: 100%;
}
.equal_height.ratio_asos [class*="lazyload"]:before {
    padding-top: 127.7777778%;
}
.equal_height.ratio_portrait [class*="lazyload"]:before {
    padding-top: 150%;
}
.equal_height.ratio1_2 [class*="lazyload"]:before {
    padding-top: 200%;
}
.equal_height.contain [class*="lazyload"] {
    background-size: contain;
}
.equal_height.bg_pos_1 [class*="lazyload"] {
    background-position: left top;
}
.equal_height.bg_pos_2 [class*="lazyload"] {
    background-position: left center;
}
.equal_height.bg_pos_3 [class*="lazyload"] {
    background-position: left bottom;
}
.equal_height.bg_pos_4 [class*="lazyload"] {
    background-position: right top;
}
.equal_height.bg_pos_5 [class*="lazyload"] {
    background-position: right center;
}
.equal_height.bg_pos_6 [class*="lazyload"] {
    background-position: right bottom;
}
.equal_height.bg_pos_7 [class*="lazyload"] {
    background-position: center top;
}
.equal_height.bg_pos_8 [class*="lazyload"] {
    background-position: center center;
}
.equal_height.bg_pos_9 [class*="lazyload"] {
    background-position: center bottom;
}
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}
.fly-cart-img {
    width: auto !important;
}
.hidden,
.hide {
    display: none !important;
}
.sticky.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
    box-shadow: 0px 0px 8px #ddd;
}
.sticky.fixed .top-header {
    display: none;
}
.sticky.header2.fixed .top-header {
    display: none;
}
.sticky.header2.fixed .main-menu .brand-logo {
    padding-top: 26px;
    padding-bottom: 26px;
}
.sticky.header2.fixed .main-menu .menu-left .navbar {
    padding: 28px 45px 28px 0;
}
.sticky.header2.fixed .main-menu .menu-right .icon-nav li.onhover-div {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sticky.header2.fixed .main-nav-center .sm>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
}
.sticky.header2.fixed .main-nav-center .sm>li .lable-nav {
    top: 1px;
}
.cart_qty_cls {
    position: absolute;
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    top: 29%;
    right: 2px;
    padding: 0;
}
.close-modal {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
}
.compare_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}
.compare_modal .modal-compare-cls {
    max-width: 1100px;
    width: 100%;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.compare_modal .modal-compare-cls .modal-content {
    padding: 0;
    border: none;
    border-radius: 0;
}
.compare_modal .modal-compare-cls .modal-content .modal-header {
    padding: 0 15px;
    border: none;
}
.compare_modal .modal-compare-cls .modal-content .modal-header h2.modal-title {
    text-align: center;
    margin: 0;
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
}
.compare_modal .modal-compare-cls .modal-content .modal-body {
    padding: 0 15px;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper {
    padding-bottom: 0px;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table {
    margin: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    text-transform: capitalize;
    color: #222;
    border-bottom: 1px solid #eee;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare td {
    font-size: 14px;
    font-weight: 700;
    background: #eee;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare th {
    text-align: left;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table thead .th-compare th .remove-compare {
    float: left;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr th {
    background: #eee;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr td {
    border-right: 1px solid #eee;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr th,
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .grid-link__title {
    font-size: 15px;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .product_price {
    margin: 15px 0;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .product_price span.money {
    padding-left: 5px;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr p {
    color: #222;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .add-to-cart,
.compare_modal .modal-compare-cls .modal-content .modal-body .table-wrapper .table tbody tr .select-option-cls {
    padding: 6px 10px;
}
.compare_modal .modal-compare-cls .modal-content .modal-footer {
    padding: 15px 15px 0;
    border: none;
}
.compare_modal .modal-compare-cls .modal-content .modal-footer .close-modal {
    top: 2px;
    right: 6px;
    font-size: 20px;
    color: var(--primary-color);
    position: absolute;
    bottom: auto;
    line-height: 20px;
}
.masonary_product_grid .product-box .img-wrapper,
.masonary_product_grid .product-wrap .img-wrapper {
    min-height: auto !important;
    max-height: inherit !important;
}
.collection_ajax_loader {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    display: none;
}
.sidebar_brand li,
.sidebar_price li,
.sidebar_size li {
    display: block;
}
.infinite-scrolling {
    position: relative;
}
.infinite-scrolling .loading-product {
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    width: 100%;
    transform: translateX(-50%);
}
.infinite-scrolling a.disabled {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    cursor: context-menu;
}
.loading-more.active {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    cursor: context-menu;
}
.mob-filter-bottom,
.mob-popup-filter-bottom {
    display: none;
}
.empty_collection_cls span {
    background: #eee;
    color: #222;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
}
.pink {
    background-color: pink;
}
.red {
    background-color: red;
}
.green {
    background-color: #69da6d;
}
.yellow {
    background-color: #f2f896;
}
.skyblue,
.sky_blue,
.sky-blue {
    background-color: #7ee7ec;
}
.blue {
    background-color: #1e56f2;
}
.orange {
    background-color: coral;
}
.purple {
    background-color: violet;
}
.violet {
    background-color: #a007a0;
}
.brown {
    background-color: brown;
}
.lightgreen {
    background-color: #c7f7c7;
}
.olive {
    background-color: olive;
}
.navy {
    background-color: navy;
}
.black {
    background-color: #000;
}
.gray,
.grey {
    background-color: #222;
}
.maroon {
    background-color: maroon;
}
.copper {
    background-color: #e3baa4;
}
.silver {
    background-color: #dbdbd9;
}
.gold {
    background-color: #e1d3b6;
}
.white {
    background-color: #fff;
    border: 1px solid #aaa;
}
.cart_counter {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.cart_counter .countdownholder {
    display: block;
    background: #fbdedc;
    padding: 15px;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    color: #2c2c2c;
    font-weight: bold;
    border-radius: 0;
    text-align: center;
}
.cart_counter .countdownholder #countdownhere {
    display: inline-block;
}
.cart_counter .countdownholder .cart_checkout {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 10px;
    margin-left: 10px;
}
.remove_btn_wislist,
.cart,
.update_cart {
    background: transparent;
    border: none;
}
.shopify-challenge__container {
    margin: 100px auto !important;
}
.shopify-challenge__button {
    padding: 9px 20px;
    color: #ffffff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    position: relative;
    z-index: 3;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block;
}
.shopify-challenge__button:hover,
.shopify-challenge__button:focus {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}
#RecoverPassword {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
}
.alert-success button.close {
    top: 10px !important;
}
.note,
.form-message {
    padding: 15px;
    margin: 0 0 15px;
}
.note {
    border: 1px solid #000;
}
.form-message--success {
    border: 1px solid #19a340;
    background-color: #def6e1;
    color: #19a340;
}
.form-message--error {
    border: 1px solid #d20000;
    background-color: #fbe3e3;
    color: #d20000;
}
.form-message--error ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-message--error a {
    color: #d20000;
    text-decoration: underline;
}
.status_paid,
.status_authorized,
.status_fulfilled {
    background-color: #33bf69;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.status_filed,
.status_pending,
.status_unfulfilled {
    background-color: #eee;
    color: #000;
    border: none;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.order-detail-table table thead {
    background: #f2f2f2;
}
.order-detail-table table thead tr th,
.order-detail-table table thead tr td {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
}
.order-detail-table table tbody tr td a,
.order-detail-table table tbody tr td a {
    color: var(--primary-color);
    font-weight: 600;
}
.order-detail-table table tbody tr td a:hover,
.order-detail-table table tbody tr td a:hover {
    color: #000;
}
.order-detail-table table tfoot tr {
    border: none;
}
.order-detail-table table tfoot tr th,
.order-detail-table table tfoot tr td {
    border: none;
    padding: 10px;
    color: #777;
}
.order-detail-table table tfoot tr:last-child {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #777;
}
#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
    color: #ffffff;
}
#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 8px;
    margin-left: 15px;
}
#cookie-bar .cb-enable {
    background: var(--primary-color);
}
#cookie-bar .cb-enable:hover {
    background: #ffc45e;
}
#cookie-bar .cb-disable {
    background: #990000;
}
#cookie-bar .cb-disable:hover {
    background: #bb0000;
}
#cookie-bar .cb-policy {
    background: #0033bb;
}
#cookie-bar .cb-policy:hover {
    background: #0055dd;
}
.rating .spr-badge-caption {
    display: none;
}
.rating .spr-badge-starrating .spr-icon {
    opacity: 1;
    font-size: 10px;
    padding-right: 2px !important;
}
.product-layout-wrapper .row {
    position: relative;
}
.product-layout-wrapper .row .btn-product-change {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 0;
    color: var(--primary-color);
}
.product-layout-wrapper .row .btn-product-change a {
    color: var(--primary-color);
}
.product-layout-wrapper.product-sidebar-layout .btn-product-change {
    position: absolute;
    top: -50px;
    right: 15px;
    z-index: 8;
    color: var(--primary-color);
}
.product-layout-wrapper.product-sidebar-layout .btn-product-change a {
    color: var(--primary-color);
}
.product-layout-wrapper.product-gallery-layout .container-fluid .row {
    position: relative;
}
.product-layout-wrapper.product-gallery-layout .container-fluid .row .product_img_gallery {
    padding: 0;
}
.product-layout-wrapper.product-gallery-layout .container-fluid .row .btn-product-change {
    position: absolute;
    top: -35px;
    right: 270px;
    z-index: 8;
    color: #222;
}
.product-layout-wrapper.product-gallery-layout .container-fluid .row .btn-product-change a {
    color: #222;
}
.product-layout-wrapper .col-lg-8.offset-lg-2 .slick-slide img {
    margin: 0 auto;
}
.product-layout-wrapper .selector-wrapper {
    margin-bottom: 15px;
    display: block;
}
.product-layout-wrapper .selector-wrapper label {
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
    font-size: 15px;
    width: 10%;
}
.product-layout-wrapper .selector-wrapper .single-option-selector {
    width: 50%;
    font-size: 14px;
    text-transform: capitalize;
    height: 34px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.product-layout-wrapper .trust-badges img {
    height: 70px;
}
.product-layout-wrapper .pro_inventory {
    margin-bottom: 20px;
}
.product-layout-wrapper .pro_inventory p {
    font-size: 14px;
    font-weight: 600;
}
.product-layout-wrapper .pro_inventory .inventory-scroll {
    height: 10px;
    position: relative;
    margin: 10px 0;
    background: #eae9e9;
    border-radius: 25px;
}
.product-layout-wrapper .pro_inventory .inventory-scroll>span {
    display: block;
    height: 100%;
    float: left;
    background-color: #15b300;
    border-radius: 35px;
}
.product-layout-wrapper .pro_inventory .inventory-scroll>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.product-slick-gallery .slick-prev {
    left: 15px;
    z-index: 1;
}
.product-slick-gallery .slick-next {
    right: 15px;
}
.product-slick-gallery .slick-slide img {
    padding: 0;
    width: 100%;
}
#product-inquiry .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
#product-inquiry .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
#product-inquiry .theme-form textarea {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.spr-container {
    border-color: #dddddd;
}
.spr-container .spr-summary-actions-newreview {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
}
.spr-container .new-review-form .spr-form-label {
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}
.spr-container .new-review-form .spr-form-input-text,
.spr-container .new-review-form .spr-form-input-email,
.spr-container .new-review-form .spr-form-input-textarea {
    border-color: #ddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.spr-container .new-review-form .spr-button {
    padding: 9px 20px;
    color: #ffffff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    position: relative;
    z-index: 3;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.05em;
    display: inline-block;
}
.spr-container .new-review-form .spr-button:hover,
.spr-container .new-review-form .spr-button:focus {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}
.tab-content #shopify-product-reviews {
    margin: 25px 0 !important;
}
.product-accordion #shopify-product-reviews {
    margin: 0 !important;
}
.product-3-col-layout .product-counter .product_count ul li,
.product-sidebar-layout .product-counter .product_count ul li {
    padding-right: 10px;
    border-right: none !important;
}
.product-3-col-layout .product-counter .product_count ul li img,
.product-sidebar-layout .product-counter .product_count ul li img {
    padding-left: 5;
}
.product-3-col-layout .product-counter .product_count ul li img.user_img,
.product-sidebar-layout .product-counter .product_count ul li img.user_img {
    padding-left: 0;
}
#someone-purchased {
    background: #fff;
    border: 0;
    display: none;
    border-radius: 0;
    bottom: 20px;
    left: 20px;
    top: auto !important;
    right: auto !important;
    padding: 0;
    position: fixed;
    text-align: left;
    width: auto;
    z-index: 99999;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
#someone-purchased div img {
    cursor: pointer;
    float: left;
    max-height: 85px;
    max-width: 120px;
    width: auto;
}
#someone-purchased div p {
    color: #000;
    float: left;
    font-size: 13px;
    margin: 0 0 0 13px;
    width: auto;
    padding: 10px 10px 0 0;
    line-height: 20px;
}
#someone-purchased div p a {
    padding-right: 52px;
    color: var(--primary-color) !important;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 2px 0;
}
#someone-purchased div p a :hover {
    color: #000;
}
#someone-purchased div p small {
    color: #222;
    text-align: left;
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}
#someone-purchased span.close_sales_popup {
    padding: 5px;
    cursor: pointer;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    #someone-purchased {
        bottom: 10px !important;
        left: 10px !important;
        top: auto !important;
        width: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        max-width: auto !important;
    }
    
    #someone-purchased div img {
        max-width: 20%;
        max-height: auto;
    }
    
    #someone-purchased div p {
        font-size: 11px;
        width: 70%;
    }
    
    #someone-purchased div p a {
        font-size: 13px;
    }
    
    #someone-purchased span.close_sales_popup {
        padding: 3px;
        cursor: pointer;
        font-size: 12px;
        position: absolute;
        right: 2px;
        top: 2px;
    }
}
@media screen and (max-width: 479px) {
    #someone-purchased {
        bottom: 5px !important;
        left: 5px !important;
        top: auto !important;
        width: 300px;
    }
}
@keyframes nFadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    
    to {
        opacity: 1;
        transform: none;
    }
}
#someone-purchased.fade-in {
    opacity: 0;
    animation-name: nFadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    padding: 8x;
}
@media screen and (max-width: 767px) {
    @keyframes nFadeIn {
        from {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
}
@keyframes nFadeOut {
    from {
        opacity: 1;
    }
    
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        bottom: 0;
    }
}
#someone-purchased.fade-out {
    opacity: 0;
    animation-name: nFadeOut;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
    @keyframes nFadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
            bottom: 0;
        }
    }
}
.cart-upsell-popup {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    padding: 15px;
    overflow-y: scroll;
}
.cart-upsell-popup .upsell-modal {
    width: 100%;
    max-width: 650px;
    overflow-y: auto;
    background: transparent;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-50%);
}
.cart-upsell-popup .upsell-modal .upsell-body {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    text-align: center;
}
.cart-upsell-popup .upsell-modal .upsell-body .media a img {
    max-width: 150px;
}
.cart-upsell-popup .upsell-modal .upsell-body .media .media-body a h6 {
    font-size: 16px;
}
.cart-upsell-popup .upsell-modal .upsell-body .media .media-body a h6 i {
    margin-right: 8px;
    color: #fff;
    background: #19a340;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
}
.cart-upsell-popup .upsell-modal .upsell-body .media .media-body .buttons {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}
.cart-upsell-popup .upsell-modal .upsell-body .media .media-body .buttons a {
    display: inline-block;
    font-size: 16px;
    padding: 4px 9px;
    color: #ffffff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    margin: 0 6px;
    border-radius: 3px;
}
.cart-upsell-popup .upsell-modal .upsell-body .media .media-body .buttons button {
    display: inline-block;
    font-size: 16px;
    padding: 4px 9px;
    margin: 0 6px;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    border: none;
    margin: 0 6px;
    border-radius: 3px;
}
.cart-upsell-popup .upsell-modal .upsell-body .media .media-body .upsell_payment {
    padding: 15px 15px 0;
}
.cart-upsell-popup .upsell-modal .upsell-body .product-upsell {
    margin: 20px 0 10px;
}
.cart-upsell-popup .upsell-modal .upsell-body .product-upsell h4 {
    font-weight: 600;
}
.cart-upsell-popup .upsell-modal .upsell-body #upsell_product .product-box {
    width: 25%;
    float: left;
    padding: 0 5px;
}
.cart-upsell-popup .upsell-modal .upsell-body .close_upsell {
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
    line-height: 10px;
    width: 15px;
    height: 15px;
}
#exit_popup {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    padding: 15px;
    overflow-y: scroll;
}
#exit_popup .exit-popup-modal {
    width: 100%;
    max-width: 600px;
    overflow-y: auto;
    background: transparent;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(-50%);
}
#exit_popup .exit-popup-modal .exit-popup-body {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
    text-align: center;
    padding: 30px;
}
#exit_popup .exit-popup-modal .exit-popup-body .media-body {
    text-align: left;
}
#exit_popup .exit-popup-modal .exit-popup-body .media-body h4 {
    font-size: 20px;
    line-height: 1.2;
    color: var(--primary-color);
    font-weight: 500;
}
#exit_popup .exit-popup-modal .exit-popup-body .media-body h5 {
    font-size: 18px;
    color: #222;
}
#exit_popup .exit-popup-modal .exit-popup-body .media-body a {
    color: #000;
}
#exit_popup .exit-popup-modal .exit-popup-body .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
#exit_popup .exit-popup-modal .exit-popup-body .close a {
    color: #000;
}
.product-counter .product_count ul {
    background-color: #f8f8f8;
    padding: 5px;
    margin-bottom: 15px;
}
.product-counter .product_count ul li {
    padding-right: 25px;
}
.product-counter .product_count ul li img {
    margin-top: -5px;
}
.product-counter .product_count ul li img.user_img {
    padding-left: 20px;
}
.product-counter .product_count ul li span {
    font-size: 16px;
    padding-left: 5px;
    text-transform: capitalize;
    color: #272727;
}
.product-counter .product_count ul li .p_counter {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
}
.shipping-info {
    background-color: var(--primary-color);
    margin: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .shipping-info {
        background-position: center;
    }
}
@media (max-width: 767px) {
    .shipping-info {
        padding: 30px 0px !important;
    }
}
.shipping-info .free_shipping_bar {
    width: 100%;
    text-align: center;
}
.shipping-info .free_shipping_bar .shipping-wrapper {
    display: inline-flex;
    margin-bottom: 0px;
}
.shipping-info .free_shipping_bar .shipping-wrapper h4 {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.shipping-info .free_shipping_bar .shipping-wrapper h4 span {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.shipping-info .free_shipping_bar .shipping-wrapper h3 {
    color: #000000;
    font-size: 20px;
    line-height: 10px;
    padding-top: 3px;
}
.shipping-info h2 {
    margin: 0;
    font-size: 16px;
    width: 100%;
    color: #000000;
}
.shipping-info .close_shipping_bar {
    position: absolute;
    right: 10px;
    top: 8px;
    color: white;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
    background: var(--primary-color);
    padding: 5px;
    border-radius: 10px;
}
.ajax-loader {
    z-index: 999;
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 80px;
    height: 80px;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.cssload-thecube {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}
@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    
    25%,
    75% {
        transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    
    90%,
    100% {
        transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}
@-o-keyframes cssload-fold-thecube {
    0%,
    10% {
        -o-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    
    25%,
    75% {
        -o-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    
    90%,
    100% {
        -o-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}
@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    
    25%,
    75% {
        -ms-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    
    90%,
    100% {
        -ms-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    
    25%,
    75% {
        -webkit-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    
    90%,
    100% {
        -webkit-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}
@-moz-keyframes cssload-fold-thecube {
    0%,
    10% {
        -moz-transform: perspective(87px) rotateX(-180deg);
        opacity: 0;
    }
    
    25%,
    75% {
        -moz-transform: perspective(87px) rotateX(0deg);
        opacity: 1;
    }
    
    90%,
    100% {
        -moz-transform: perspective(87px) rotateY(180deg);
        opacity: 0;
    }
}
.placeholder-svg {
    display: block;
    fill: #555;
    background-color: #e8e8e8;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #555;
}
.service-block .placeholder-svg {
    width: 100px;
    margin-right: 5px;
}
.selectize-dropdown.lang-switcher .selectize-dropdown-content .option {
    font-size: 16px;
    margin-left: 17px;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
}
.selectize-dropdown.lang-switcher .selectize-dropdown-content .option.selected {
    color: var(--primary-color);
}
.selectize-control .selectize-input {
    height: 20px;
    cursor: pointer;
}
.selectize-control .selectize-input .item {
    text-transform: capitalize;
    font-size: 16px;
    background: url(dropdown.png) no-repeat 95%;
}
.selectize-control .selectize-input input {
    width: 0px !important;
    border: none;
}
#upsell_product .upsell_lang_trans {
    color: #222;
    text-transform: capitalize;
}
.empty_cart_slide_cls {
    margin-bottom: 0;
}
#demo-import-lightbox {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 9999999;
}
body.lightbox-active {
    overflow: hidden;
    margin-right: 17px;
}
body.lightbox-active #demo-import-lightbox {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 9999999;
}
body.lightbox-active #demo-import-lightbox .lightbox {
    max-height: -moz-calc(100vh - 110px);
    max-height: -webkit-calc(100vh - 110px);
    max-height: -o-calc(100vh - 110px);
    max-height: calc(100vh - 110px);
    max-width: 90%;
    margin: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    background: white;
    padding: 30px;
    display: none;
    font-weight: 400;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 1;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner {
    overflow: auto;
    max-height: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner label {
    font-size: 22x;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body {
    min-height: 100%;
    height: 100%;
    background: white;
    position: relative;
    z-index: 0;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body h1 {
    padding: 75px 0 30px 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .demo_img {
    width: 100%;
    height: 300px;
    border-radius: 7px;
    background-size: cover;
    -webkit-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
    box-shadow: -1px 2px 5px 1px #ececec;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields {
    width: 100%;
    float: left;
    padding: 10px 15px 20px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields span {
    width: auto;
    float: left;
    font-size: 15px;
    color: var(--primary-color);
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields .demo-click-btn {
    background: transparent;
    border: none;
    float: right;
    padding: 0;
    font-size: 14px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item .import-form-fields .demo-click-btn span {
    font-size: 16px;
    line-height: 22px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .update_demo_item:hover .demo_img {
    background-position: center 100% !important;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json {
    position: fixed;
    height: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    margin: 0 auto;
    top: 0;
    left: 0;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner {
    background: #fff;
    position: absolute;
    width: auto;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention {
    background: #fbe3e3;
    border-left: 3px solid #d20000;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 30px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention .attention-title {
    color: #d20000;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention .attention-title strong {
    padding-left: 5px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .attention .attention-description {
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn button {
    padding: 10px 24px;
    color: #000;
    letter-spacing: 0.05em;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn .import-btn img {
    display: none;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn .import-btn.loading img {
    display: inline-block;
    width: 20px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .export_btn .import-btn.loading span {
    display: none;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json .export-json-inner .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 16px;
}
body.lightbox-active #demo-import-lightbox .lightbox .importbox-inner .importbox-body .export-json.lightbox-open {
    visibility: visible;
    display: inline-block !important;
    box-shadow: none;
    animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
body.lightbox-active #demo-import-lightbox .lightbox .pixel-close {
    position: absolute;
    top: 0;
    right: 0;
}
body.lightbox-active #demo-import-lightbox .lightbox .pixel-close button {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--primary-color);
}
body.lightbox-active #demo-import-lightbox.demo-modal {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}
body.lightbox-active #demo-import-lightbox.demo-modal .lightbox.showlightbox {
    display: inline-block;
    box-shadow: none;
    animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
body.lightbox-active #demo-import-lightbox.demo-modal .lightbox.out {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
body.lightbox-active #demo-import-lightbox.demo-modal.out .lightbox {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#shopify-section-product-template.shopify-section {
    background: #fff;
}
.product-related .product-box,
.product-related .product-wrap {
    position: relative;
    transition: all 0.5s ease;
    margin: 15px;
}
.search-product .product-box {
    margin-bottom: 30px;
}
.search-product .product-box:nth-child(9n) {
    margin-bottom: 0px;
}
.search-product .product-box:nth-child(10n) {
    margin-bottom: 0px;
}
.lang_desc_trans {
    font-size: 14px;
    line-height: 2.5;
}
.lang_desc_trans ul,
.lang_desc_trans li,
.lang_desc_trans p,
.lang_desc_trans a,
.lang_desc_trans span,
.lang_desc_trans div,
.lang_desc_trans section,
.lang_desc_trans h1,
.lang_desc_trans h2,
.lang_desc_trans h3,
.lang_desc_trans h4,
.lang_desc_trans h5,
.lang_desc_trans h6,
.lang_desc_trans em,
.lang_desc_trans i,
.lang_desc_trans b {
    font-size: initial;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.effect-wrapper-main {
    position: relative;
}
.effect-wrapper-main .effect-banner-style-2:before {
    background: rgba(0, 0, 0, 0) url(//cdn.shopify.com/s/files/1/0268/5560/4283/t/2/assets/section_bellow_image.png?v=1578548582) no-repeat scroll center bottom;
    backface-visibility: 4px;
    content: "";
    height: 280px;
    position: absolute;
    width: 589px;
    right: 0;
    bottom: -170px;
    transform: rotate(-20deg);
    right: 32px;
}
#shopify-section-1577363077677 section {
    background-color: #fff;
}
.spr-icon-star-empty:before {
    content: "\e800" !important;
}
.effect-wrapper-main .product-box .img-wrapper {
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}
.cart-note {
    display: flex;
    align-items: center;
}
.cart-note .cart-note-text {
    margin: 0;
    margin-right: 12px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}
.slick-slider>button:before {
    font-family: themify;
}
.slick-slider .slick-prev:before {
    content: "\e64a";
}
.slick-slider .slick-next:before {
    content: "\e649";
}
.clear-fix {
    clear: both;
}
.full-nav {
    background: var(--header-bg-color);
}
.myfooter {
    background-color: var(--footer-bg-color);
    color: var(--footer-color);
}
.slider-btn1 {
    padding: 14px 34px;
    color: #ffffff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.slider-btn1:hover,
.slider-btn1:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.product-box .img-wrapper .cart-box,
.product-wrap .img-wrapper .cart-box {
    text-align: center;
}
.addtocart_count .product-box .product-detail .advanced_add_cart select {
    display: none;
}
.addtocart_count .product-box .product-detail .advanced_add_cart .qty-box.d-flex {
    display: none !important;
}
.addtocart_count .product-box .qty-add-box {
    justify-content: center;
}
.addtocart_count .product-box .qty-add-box .add_to_cart_btn_cls {
    padding: 5px 15px;
    width: 80%;
}
.footer-theme2 .custome-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 25px;
}
.footer-theme2 .custome-section .store-about {
    text-align: center;
    width: 44%;
    margin: auto;
}
footer .download-app {
    margin-top: 20px;
    justify-content: center;
}
.row.footer-theme2.top-section {
    padding: 0 15px;
}
#shopify-section-footer-7 .footer-top {
    padding-top: 46px;
}
#shopify-section-footer-7 .footer-top ul:last-child {
    margin-bottom: 0;
}
#shopify-section-footer-7 .footer-top ul.contact-list li {
    margin-bottom: 15px;
}
#shopify-section-footer-7 .footer-top ul.contact-list li i {
    margin-right: 8px;
}
#shopify-section-footer-7 .footer-top ul li {
    display: block;
    margin-bottom: 15px;
}
.social-white {
    margin-top: 15px;
}
#shopify-section-footer-7 .footer-top .social-white ul li {
    display: inline-block !important;
}
.theme-pannel-main {
    display: none !important;
}
.blog_miuuus .outer-blog {
    width: 100%;
}
.dattet p {
    font-weight: normal;
    color: #999;
    line-height: 22px;
}
.blog_miuuus .inner-option {
    bottom: auto;
    left: 20px;
    top: 20px;
}
.bbtn .btn {
    padding: 6px 20px;
}
.bbtn {
    position: relative;
}
.brand-logo .img-fluid.lazyloaded {
    height: 55px;
    max-width: 100% !important;
}
.main-nav-center .sm>li>a:hover,
.main-nav-center .sm>li.active>a {
    color: #02422d;
}
.sectionn_us1 .banner-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.sectionn_us2 .img-wrapper img,
.sectionn_us5 .img-wrapper img {
    height: 320px;
    width: 80%;
    object-fit: cover;
    padding-left: 15%;
}
.sectionn_us3 .banner-img img {
    /*height: 300px;*/
    object-fit: cover;
    width: 100%;
}
.sectionn_us9 .img-fluid.w-100.lazyautosizes.lazyloaded {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.chooeuut h4,
.cdjjjd2 h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
.cdjjjd2 {
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
}
.img_r {
    max-width: 100%;
    max-height: 100%;
}
.carrd {
    text-align: center;
}
.carrd img {
    max-width: 180px;
}
.chooeuut .form-group,
.cdjjjd2 .form-group {
    margin-bottom: 20px;
}
.deee1 .banner-img img,
.deee4 .banner-img img {
    width: 100%;
    height: 670px;
    object-fit: cover;
}
.deee2 .banner-img img,
.deee3 .banner-img img {
    height: 432px;
    width: 100%;
    object-fit: cover;
}
.deee1,
.deee2,
.deee3,
.deee4 {
    margin-bottom: 30px;
}
.register-page .text-left a {
    font-size: 16px;
    font-weight: 600;
    color: #253237;
}
.cart-buttons.Check_uuus {
    display: inline-block;
    width: 100%;
}

/*dasssboosos*/
.profile_box2::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #253237;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 3px;
    top: 0;
    width: 30px;
}
.profile_box2 {
    cursor: pointer;
    height: 100px;
    position: relative;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}
.profile_box2>img {
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    object-fit: cover;
    padding: 3px;
    width: 100%;
}
.profile_box1 h4 {
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}
.left_side {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding: 15px;
}
.ul_set.sider_barr {
    margin: 0 -15px;
}
.ul_set.sider_barr li {
    width: 100%;
}
.sider_barr li a {
    color: #333;
    display: inline-block;
    padding: 10px 15px 10px 40px;
    position: relative;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.sider_barr li a i {
    font-size: 16px;
    left: 15px;
    margin-right: 5px;
    position: absolute;
    top: 13px;
    color: #253237;
}
.rightt {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 20px 15px;
}
.h2_hedddin {
    background: #253237;
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 8px 15px;
    position: relative;
    z-index: 1;
}
.h2_hedddin::after {
    border-bottom: 15px solid #999;
    border-right: 15px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
}
.desboadd {
    padding: 40px 0;
    background: #f1f1f1;
}

/*modal css*/
.modal_desus .modal-header {
    background: transparent;
    border: medium none;
    min-height: 45px;
    padding-right: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    position: relative;
    border-radius: 0;
}
.modal_desus .modal-header .close {
    background: #253237;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 46px;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: none;
    top: 0;
    width: 45px;
}
.modal_desus .modal-header .close {
    color: #fff;
    text-shadow: none;
}
.modal_desus .modal-content {
    border-radius: 0;
}
.modal_desus .modal-dialog {
    max-width: 600px;
    width: 100%;
}
.modal_md .modal-dialog {
    max-width: 700px;
    width: 100%;
}
.modal_lg .modal-dialog {
    max-width: 900px;
    width: 100%;
}

/*modal css close*/

/*dasssboosos*/
.puissss .btn {
    margin-top: 5px;
}
.abbout_us h4,
.abbout_us h1,
.abbout_us h2,
.abbout_us h3,
.abbout_us h5,
.abbout_us h6 {
    margin-bottom: 10px;
    color: #000;
}
.abbout_us p {
    line-height: 24px;
    color: #999;
}
.abbout_us li {
    position: relative;
    padding-left: 35px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.abbout_us li::after {
    position: absolute;
    content: "\f192";
    font-family: "FontAwesome";
    left: 18px;
    top: 1px;
    font-size: 13px;
}
.abbout_us .section-b-space.blog-page {
    padding: 0;
}
.search-overlay>div .overlay-content button {
    top: 45px;
}
.radiio1 {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}
.radiio1 input {
    position: absolute;
    left: 0;
    top: 4px;
}
.lis_uuus_hhh>ul>li {
    width: 100%;
    display: inline-block !important;
    margin: 0 !important;
}
.lis_uuus_hhh>ul>li>a {
    display: inline-block;
    width: 100%;
    padding: 8px 0 !important;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.lis_uuus_hhh>ul>li>a:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "\f0d7";
    font-family: "FontAwesome";
}

/*.lis_uuus_hhh > ul > li > ul {
    padding-left: 20px;
}*/
.lis_uuus_hhh>ul>li>ul>li {
    margin: 0 !important;
}
.lis_uuus_hhh>ul>li>ul>li>a {
    padding: 6px 0 !important;
    color: #777 !important;
    width: 100%;
}
.lis_uuus_hhh>ul {
    margin-top: 20px;
}
.uus_1 {
    color: #444 !important;
    width: 100%;
    display: inline-block;
}

/*media*/
@media(max-width: 991px) {
    .collection-filter.col-sm-3 {
        position: inherit;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .collection-content.col.col-sm-9 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
}
@media(min-width: 578px) {
    .bbtn .btn {
        position: absolute;
        top: 10px;
    }
    
    .main-menu.addd_ii2::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: #e1e1e1;
        top: 55px;
    }
    
    .addd_ii2.main-menu {
        padding-top: 50px;
    }
    
    .menu-right.pull-right.addd_ii {
        position: absolute;
        right: 0;
        top: -23px;
    }
    
    .input-block .input-box .big-deal-form {
        width: 100%;
    }
}
@media(min-width: 768px) {
    .blog_miuuus .outer-blog {
        /*margin: 0 -15px;*/
    }
    
    .blog_miuuus .classic-effect {
        width: 40%;
        float: left;
        padding: 15px;
    }
    
    .blog_miuuus .blog-details {
        width: 60%;
        padding: 15px;
        float: left;
    }
}
@media(max-width: 767px) {
    .footer-theme2 .custome-section {
        border-bottom: none;
        padding-bottom: 15px;
    }
    
    .footer-top {
        margin-top: -35px;
    }
    
    .footer-theme2 .custome-section .store-about {
        width: 100%;
    }
}