@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap');
body {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: inherit;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #888;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: 'Cairo', sans-serif;
    font-size: inherit;
    line-height: inherit;
    transition: all 0.5s ease 0s;
    background-image: none !important;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

a:hover {
    text-decoration: none;
}

a {
    transition: all 300ms linear;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

li {
    display: inline-block;
}

p {
    margin: 0;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

.mb-0px {
    margin-bottom: 0 !important;
}

.ptb-30px {
    padding: 30px 0;
}

.mtb-60px {
    margin: 60px 0;
}

.mtb-30px {
    margin: 30px 0;
}

.ptb-60px {
    padding: 60px 0;
}

.ptb-40px {
    padding: 40px 0;
}

.ptb-10px {
    padding: 10px 0;
}

.mt-30px {
    margin-top: 30px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-60px {
    margin-top: 60px;
}

.pt-60px {
    padding-top: 60px;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-30px {
    padding-bottom: 30px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-60px {
    margin-bottom: 60px;
}

.bg-blue {
    background-color: #036f6f;
}

.bg-blue-deep {
    background-color: #0562d6;
}

.bg-blue-light {
    background-color: #036f6f;
}

.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.bg-white {
    background-color: #fff;
}

.bg-light-gray {
    background-color: #f9f9f9;
}

.bg-light-gray-2 {
    background-color: #f7f7f7;
}

.color-gray {
    color: #47494a;
}

.color-black {
    color: #1d1d1d;
}

.color-white {
    color: #fff;
}

.mr-30px {
    margin-right: 30px !important;
}

.custom-col {
    padding: 0;
}

.pl-60px {
    padding-left: 60px;
}
@media only screen and (max-width: 767px) {
    .pl-60px {
        padding-left: 30px;
    }
    
    .padding-0 {
        padding: 5px;
    }
}

.padding-30px {
    padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .padding-30px {
        padding: 20px;
    }
}

.mr-120px {
    margin-right: 120px;
}

.swiper-slide .slider-content-1 * {
    animation-duration: 1.3s;
    animation-fill-mode: both;
}

.swiper-slide-active .slider-animated-1 h1 {
    animation-delay: 1.3s;
    animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 a {
    animation-delay: 1.6s;
    animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 span {
    animation-delay: 1s;
    animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 p {
    animation-delay: 1s;
    animation-name: fadeInUp;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
    transition: all 300ms linear;
}
.swiper-pagination-bullet:hover {
    background-color: #036f6f;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #036f6f;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 25px;
}

.section-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.section-title h2 {
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
    color: #1d1d1d;
}
.section-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -1px;
    background: #036f6f;
}

.sticky-nav.menu_fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: sticky 1s;
    box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    padding: 10px 0;
}

.sticky-nav.menu_fixed.padding-0px {
    padding: 0px;
}
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #ff9212;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
    font-size: 32px;
    line-height: 50px;
}
#scrollUp:hover {
    background: #333;
    color: #fff;
    box-shadow: 0 0 20px #fff;
}
@media (min-width: 1200px)
{
    .container {
        max-width: 1340px;
    }
    .my-container {
        max-width: 900px;
    }
}
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}
.desktop-none{
    display:none;
}
.d-none-banner{
    margin-top:2rem;
}
.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.animation {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}
@keyframes slideDownIn {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
    0% {
        transform: translateY(-20px);
    }
}
.slideDownIn {
    animation-name: slideDownIn;
}
@keyframes slideUpIn {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
    0% {
        transform: translateY(20px);
    }
}
.slideUpIn {
    animation-name: slideUpIn;
}

.header-nav {
    padding: 15px 0;
    line-height: 12px;
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
    color: #47494a;
}
.header-nav li {
    padding: 0 15px;
    border-right: 1px solid #47494a;
}
.header-nav li.pr-0 {
    padding-right: 0;
    border: 0;
}
.header-nav ul li ul.dropdown-menu {
    margin: 0;
    top: 29px;
    left: auto;
    right: 0;
    min-width: 130px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #ebebeb;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    transform: rotateX(90deg);
    transform-origin: center top 0;
}
.dropdown-menu li{
    display:block;
  
}
.dropdown-menu{
background-color:#036f6f;
color:#fff;
/* transform:translate3d(116px, 0px, 0px); */
}
.header-tools .dropdown-menu li a{
    color:#fff;
}
.header-nav ul li ul.dropdown-menu {
    top: 28px !important;
    right: 0px;
    left: auto !important;
    transform: rotateX(0deg);
}
.header-nav ul li ul.dropdown-menu li {
    display: block;
    padding: 0px 18px;
    border: 0;
}
.header-tools .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 12px 28px;
    color: #ffffff;
    font-size: 13px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border-bottom: 1px solid #ebebeb;
}
.header-tools .dropdown-menu li:hover > a {
    color: #036f6f;
}
.header-tools .dropdown-menu li:last-child a {
    border-bottom: 0px solid #ebebeb;
}
.header-nav ul li button:hover {
    color: #036f6f;
}
@media only screen and (max-width: 575px) {
    .header-nav .header-static-nav {
        text-align: center;
        margin: 0 0 15px;
    }
    .header-nav .header-menu-nav {
        text-align: center;
    }
}

.header-nav-2 {
    border-bottom: 0px solid #ebebeb;
    color: #fff;
}
.header-nav-2 li {
    border-right: 1px solid #fff;
}
.header-nav-2 li button {
    color: #fff;
}
.header-nav-2 li button:hover {
    color: #1d1d1d !important;
}
.header-top {
    padding: 5px 0 5px;
}
.header-top .header-right-element .contact-link {
    float: right;
    padding-left: 45px;
    line-height: 17px;
    position: relative;
    color: #47494a;
    text-transform: capitalize;
    margin-top: 6px;
    margin-right: 50px;
    margin-left: 100px;
}
.header-top .header-right-element .contact-link a {
    color: #1d1d1d;
    font-weight: 700;
}
.header-top .header-right-element .contact-link a:hover {
    color: #036f6f;
}
.header-top .header-right-element .contact-link:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-top .header-right-element .contact-link {
        margin-right: 50px;
        margin-left: 50px;
    }
}
.header-menu{
    background: #ffffff;
    box-shadow: none;
}
.header-menu .header-menu-vertical {
    position: relative;
    z-index: 2;
}
.header-menu .header-menu-vertical .menu-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    margin: 0;
    padding-right: 10px;
}
.header-menu .header-menu-vertical .menu-title:before {
    content: "";
    display: inline-block;
    font-size: 18px;
    font-family: "simple-line-icons";
    font-weight: 400;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #247cea;
    margin-right: 10px;
    text-align: center;
    border-radius: 5px;
    vertical-align: -3px;
}
.header-menu .header-menu-vertical .menu-title:after {
    content: "";
    display: inline-block;
    font-size: 12px;
    font-family: "Ionicons";
    font-weight: 400;
    margin-left: 7px;
    float: right;
}
.header-menu .header-menu-vertical .be-af-none {
    padding-left: 20px;
}
.header-menu .header-menu-vertical .be-af-none:after {
    display: none;
}
.header-menu .header-menu-vertical .be-af-none:before {
    display: none;
}
.header-menu .header-menu-vertical .display-block {
    display: block;
}
.header-menu .header-menu-vertical .display-none {
    display: none;
}
.header-menu .header-menu-vertical .menu-content {
    width: 100%;
    background: #fff;
    border: 1px solid #eaeaea;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
}
.header-menu .header-menu-vertical .menu-content.display-block {
    min-width: inherit;
}
.header-menu .header-menu-vertical .menu-content li.expand a {
    padding-left: 45px;
    font-weight: 700;
}
.header-menu .header-menu-vertical .menu-content li.expand a i {
    right: auto;
    left: 20px;
}
.header-menu .header-menu-vertical .menu-content li {
    display: block;
    position: relative;
}
.header-menu .header-menu-vertical .menu-content li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    background: #fff;
    color: #47494a;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s linear;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu {
    position: absolute;
    z-index: 9;
    text-align: left;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 15px 10px 15px 10px;
    display: inline-block;
    width: 900px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border: 1px solid #eaeaea;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li {
    width: 33.33%;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li a {
    margin: 5px 0px 5px 0px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li a:hover {
    background: #fff;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li {
    width: 100%;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a {
    padding: 2px 20px 2px 20px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li ul li a:hover {
    padding-left: 30px;
    background: #fff;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li img {
    width: 100%;
    transition: all 300ms linear;
    margin-top: 10px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu li img:hover {
    transform: scale(1.05) rotate(0.05deg);
    transition: all 300ms linear;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 {
    padding: 0;
    width: 240px;
    border: 1px solid #eaeaea;
    background: #fff;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li {
    width: 100%;
    padding: 0;
    line-height: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: block;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li a {
    padding: 3px 20px;
}
.header-menu .header-menu-vertical .menu-content li .sub-menu.sub-menu-2 li:last-child {
    border-bottom: 0;
}
.header-menu .header-menu-vertical .menu-content li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.header-menu .header-menu-vertical .menu-content li a {
    transition: all 300ms linear;
}
.header-menu .header-menu-vertical .menu-content li a:hover {
    background: #f9f9f9;
}
.header-menu .header-menu-vertical .menu-content li a i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.header-menu .header-menu-vertical li:hover > a {
    color: #036f6f;
}
.header-menu .header-horizontal-menu li {
    float: left;
    margin-left: 26px;
    padding: 15px 0;
    position: relative;
}
.header-menu .header-horizontal-menu li:first-child {
    margin-left: 0;
}
.header-menu .header-horizontal-menu li a {
    display: block;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    color: #222;
    line-height: 24px;
    height: 24px;
    border-bottom: 2px solid transparent;
    position: relative;
}
.header-menu .header-horizontal-menu li.menu-dropdown {
    position: relative;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu {
    position: absolute;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    min-width: 215px;
    left: auto !important;
    background: #1a7677;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    top: 54px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li {
    display: block;
    margin: 0;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:hover{
    background:#fff;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:last-child {
    border: 0;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a {
    color: #fdfdfd;
    font-weight: 400;
    text-transform: capitalize;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li a i {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li:hover > a {
    color: #036f6f;
    padding-left: 10px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static {
    position: relative !important;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu li.position-static:hover .main-sub-menu.main-sub-menu-2 {
    transform: translateY(-54px);
    opacity: 1;
    visibility: visible;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.main-sub-menu.main-sub-menu-2 {
    left: 100% !important;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
}

.dropdown-menu.show{
    /* transform: translate3d(400px, 30px, 0px) !important; */
}
.header-menu .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    padding: 0 !important;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
    background-color: #fff;
    display: block;
    left: -100px;
    padding: 30px 30px 30px 30px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 1010px;
    z-index: 9999;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li {
    margin: 0;
    width: 25%;
    padding: 0px 0px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li a {
    color: #47494a;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title {
    padding: 0px 0px;
    margin: 0 0 5px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a {
    color: #47494a;
    text-transform: uppercase;
    font-weight: 700;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li.mega-menu-title a:hover {
    padding: 0px 0px;
    color: #036f6f;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li {
    width: 100%;
    padding: 0px 0px;
    overflow: hidden;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a {
    color: #47494a;
    font-weight: 400;
    text-transform: capitalize;
    margin: 3px 0;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li li a:hover {
    padding-left: 10px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li:hover > a {
    color: #036f6f;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 {
    width: 100%;
    margin-top: 20px;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a {
    display: inline;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a:hover {
    padding: 0;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img {
    max-width: 100%;
    transition: all 300ms linear;
}
.header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap li.w-100 a img:hover {
    transform: scale(1.05) rotate(0.05deg);
    transition: all 300ms linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap {
        left: -200px;
        width: 920px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-menu .header-horizontal-menu li.menu-dropdown ul.mega-menu-wrap.left-0px {
        left: 0px;
    }
}
.header-menu .header-horizontal-menu li.menu-dropdown:hover .mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.header-menu .free-ship {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    padding: 15px 0;
}

.header-menu.header-menu-2 .header-horizontal-menu li {
    margin: 0px;
    padding: 15px 40px;
    border-left: 1px solid #257dea;
}
.header-menu.header-menu-2 .header-horizontal-menu li:hover {
    background: #257dea;
}
.header-menu.header-menu-2 .header-horizontal-menu li:first-child {
    margin-left: 0;
    border: 0;
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li {
    border-bottom: 0px solid #ebebeb;
    border-left: 0px solid #257dea;
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li:hover {
    background: none;
}
.header-menu.header-menu-2 .header-horizontal-menu li ul li li {
    border: 0;
}
.header-menu.header-menu-2 .header-horizontal-menu li a i.icon {
    margin-right: 5px;
    font-size: 16px;
}
.header-menu.header-menu-2 .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu {
    left: 0 !important;
}
.header-menu.header-menu-2 .header-horizontal-menu li.menu-dropdown:hover .main-sub-menu-2 {
    left: 100% !important;
}

.header-menu-style-2 {
    padding: 21px 0;
    line-height: 12px;
    font-size: 13px;
}
.header-menu-style-2 li {
    padding: 0 15px;
    border-right: 1px solid #47494a;
}
.header-menu-style-2 li button {
    color: 1d1d1d;
}
.header-menu-style-2 li button:hover {
    color: #036f6f;
}
.header-menu-style-2 .pr-0 {
    padding-right: 0;
    border: 0;
}
.header-menu-style-2 ul.dropdown-menu {
    margin: 0;
    top: 28px !important;
    left: auto !important;
    right: 0 !important;
    min-width: 130px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #ebebeb;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    transform: rotateX(90deg);
    transform-origin: center top 0;
}
.header-menu-style-2 ul.dropdown-menu li {
    display: block;
    padding: 0px 18px;
    border: 0;
}
.header-menu-style-2 ul.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    color: #47494a;
    font-size: 13px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border-bottom: 1px solid #ebebeb;
}
.header-menu-style-2 ul.dropdown-menu li a:hover {
    color: #036f6f;
}
.header-menu-style-2 ul.dropdown-menu li:last-child a {
    border-bottom: 0px solid #ebebeb;
}

.header-menu-3 {
    box-shadow: 0 3px 2.55px 0.45px rgba(0, 0, 0, 0.06);
}
.header-menu-3 .header-menu-vertical .menu-title {
    color: #1d1d1d;
}
.header-menu-3 .header-menu-vertical .menu-title:before {
    background: #fff;
    width: auto;
}
.header-menu-3 .header-horizontal-menu li a {
    color: #1d1d1d;
}
.header-menu-3 .header-horizontal-menu li:hover a {
    color: #036f6f;
}

.header-menu .col-lg-3.custom-col-2 {
    ms-flex: 0 0 16.7%;
    flex: 0 0 16.7%;
    max-width: 16.7%;
}
@media only screen and (min-width: 1200px) and (max-width: 1342px) {
    .header-menu .col-lg-3.custom-col-2 {
        ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.header-menu .col-lg-9.custom-col-2 {
    ms-flex: 0 0 83.3%;
    flex: 0 0 83.3%;
    max-width: 83.3%;
}
@media only screen and (min-width: 1200px) and (max-width: 1342px) {
    .header-menu .col-lg-9.custom-col-2 {
        ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.header-menu .col-lg-2.custom-col-3 {
    ms-flex: 0 0 20.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
}
.header-menu .col-lg-7.custom-col-3 {
    ms-flex: 0 0 54.3%;
    flex: 0 0 54.3%;
    max-width: 54.3%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.slider-height-1 {
    height: 530px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-1 {
        height: 430px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-height-1 {
        height: 400px;
    }
}

.slider-height-2 {
    height: 437px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-2 {
        height: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-height-2 {
        height: 300px;
    }
}

.slider-height-3 {
    height: 530px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-3 {
        height: 430px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-height-3 {
        height: 300px;
    }
}

.slider-height-4 {
    height: 530px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-4 {
        height: 430px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-height-4 {
        height: 300px;
    }
}

.slider-area .bg-img {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #bebebe;
    transition: all 0.3s ease-in-out !important;
}
.slider-area .bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    opacity: 0.2;
}
.slider-area .bg-img .slider-content-1 span {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
}
.slider-area .bg-img .slider-content-1 h1 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1;
}
.slider-area .bg-img .slider-content-1 h1 strong {
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .slider-area .bg-img .slider-content-1 h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
.slider-area .bg-img .slider-content-1 a {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: #036f6f;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
}
.slider-area .bg-img .slider-content-1 a:hover {
    background-color: #1d1d1d;
}

.slider-nav-style-1 {
    position: relative;
    overflow: hidden;
    transition: all 300ms linear;
}
.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
    font-family: "Ionicons";
    font-size: 32px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    outline: none;
}
.slider-nav-style-1 .swiper-button-next {
    outline: none;
    right: -20px;
    left: auto;
}
.slider-nav-style-1 .swiper-button-prev {
    outline: none;
    right: auto;
    left: -20px;
}
.slider-nav-style-1 .swiper-button-next:after {
    content: "";
}
.slider-nav-style-1 .swiper-button-next:after:hover {
    color: #036f6f;
}
.slider-nav-style-1 .swiper-button-prev:after {
    content: "";
}
.slider-nav-style-1 .swiper-button-prev:after:hover {
    color: #036f6f;
}
.slider-nav-style-1:hover .swiper-button-next {
    right: 10px;
}
.slider-nav-style-1:hover .swiper-button-prev {
    left: 10px;
}
.slider-nav-style-1 .swiper-button-next,
.slider-nav-style-1 .swiper-button-prev {
    color: #1d1d1d;
}
.slider-nav-style-1 .swiper-button-next:hover,
.slider-nav-style-1 .swiper-button-prev:hover {
    color: #036f6f;
}
.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin: auto;
}
.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.static-area{
    background:#036f6f;
}
.static-area .single-static {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.static-area .single-static img {
    flex: 0 0 auto;
    margin: 0;
    margin-right: 15px;
}
.static-area .single-static .single-static-meta h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .static-area .single-static .single-static-meta h4 {
        font-size: 15px;
    }
}
.static-area .single-static .single-static-meta p {
    line-height: 20px;
    color: #ddd;
    font-size: 15px;
    margin: 0;
}

.banner-area .banner-wrapper {
    position: relative;
    overflow: hidden;
}
.banner-area .banner-wrapper img {
    width: 100%;
    transition: all 300ms linear;
}
.banner-area .banner-wrapper:hover img {
    transition: all 300ms linear;
    transform: scale(1.035) rotate(0.05deg);
}

.banner-area.banner-area-2 .banner-wrapper {
    margin: 0;
}
.banner-area.banner-area-2 .banner-wrapper:first-child {
    margin-bottom: 15px;
}

.popular-categories-area .category-slider .category-slider-bg {
    background-color: #fff;
}
.popular-categories-area .category-slider .category-slider-bg .category-discript {
    padding: 30px 25px;
}
.popular-categories-area .category-slider .thumb-category {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: auto;
    box-shadow: 0px 0px 9px 0px #e0e0e0;
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    border-radius: 10px;
}
.popular-categories-area .category-slider .thumb-category img {
    width: 100%;
    transition: all 300ms linear;
    border-radius:0px;
    max-width:158px;
    min-height: 152px;
    aspect-ratio:3/3;

}
.popular-categories-area .category-slider .thumb-category:hover img {
    transition: all 300ms linear;
    transform: scale(1.035) rotate(0.05deg);
}
.popular-categories-area .category-slider .category-discript {
    padding-top: 20px;
}
.popular-categories-area .category-slider .category-discript h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}
.popular-categories-area .category-slider .category-discript li {
    display: block;
}
.popular-categories-area .category-slider .category-discript a {
    color: #888;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
}
.popular-categories-area .category-slider .category-discript a:hover {
    color: #036f6f;
}
.popular-categories-area .category-slider .category-discript a.view-all-btn {
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    color: #253237;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
.popular-categories-area .category-slider .category-discript a.view-all-btn:hover {
    background-color: #036f6f;
    color: #fff;
}

.feature-area{
    /* background: #f2f2f2; */
}
.featured_products{
    background: transparent;
    padding: 20px 10px 40px;
   
}
.feature-area .list-product {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    transition: all 300ms linear;
    padding: 8px;
    margin:0px 0.5rem 0.2rem;

    box-shadow: 0px 0px 9px 0px #dfdfdf;
    background: whitesmoke;
}
.list-product {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    transition: all 300ms linear;
    padding: 8px;
    margin-bottom: 2px;
    background: transparent;
}
.list-product .img-block {
    position: relative;
}
.list-product .img-block img {
    width: 100%;
    margin: 0;
    transition: all 300ms linear;
}
.list-product .img-block .second-img {
    position: absolute;
    opacity: 0;
    transition: all 300ms linear;
    left: 20px;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    top: 32px;
    display:none;
}
.list-product .img-block .quick-view {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
}
.list-product .img-block .quick-view a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    color: #47494a;
    padding: 0;
    border: none;
    padding: 0;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    pointer-events: visible;
    opacity: 0;
    transform: scale3d(0, 0, 0);
}
.list-product:hover {
      box-shadow: 0px 0px 9px 0px #dfdfdf;
    background: whitesmoke;
}
.list-product:hover .second-img {
    opacity: 1;
    visibility: visible;
}
.list-product .new {
    position: absolute;
    width: 60px;
    height: 32px;
    top: 8px;
    right: 8px;
    line-height: 14px;
    background: #ff9212;
    color: #ffffff;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    padding-top:0.3rem;
}
.list-product .new small{
    display: block;
}
.list-product .product-decs {
    padding: 15px;
    text-align:center;
}
.list-product .product-decs a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    color: #036f6f;
}
.list-product .product-decs h2 {
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.list-product .product-decs h2 {
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.list-product .product-decs h2 a {
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-product .product-decs h2 a:hover {
    color: #036f6f;
}
.list-product .product-decs .rating-product {
    margin-bottom: 10px;
}
.list-product .product-decs .rating-product i {
    overflow: hidden;
    margin: 0 1px 0px 0;
    display: inline-block;
    color: #fdd835;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    font-size: 18px;
}
.list-product .product-decs .pricing-meta {
    line-height: 20px;
    transition: all 300ms linear;
}
.list-product .product-decs .pricing-meta li {
    color: #9b9b9b;
    font-weight: 400;
    margin-right: 2px;
    font-size: 16px;
}
.list-product .product-decs .pricing-meta li.old-price {
    text-decoration: line-through;
}
.list-product .product-decs .pricing-meta li.old-price.not-cut {
    text-decoration: none;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
}
.list-product .product-decs .pricing-meta li.current-price {
    color: #ff9212;
    font-weight: 600;
    font-size: 16px;
}
.list-product .product-decs .pricing-meta li.discount-price {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #036f6f;
    padding: 0 4px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    z-index: 4;
    margin-left: 2px;
}
.list-product .add-to-link {
    padding: 0 15px 5px;
}
.list-product .add-to-link li {
    display: inline-flex;
    line-height: 1;
    margin-right: 3px;
    transition: all 300ms linear;
}
.list-product .add-to-link a {
    display: inline-block;
    color: #fff;
    border: none;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #036f6f;
}
.list-product .add-to-link a:hover {
    background: #1d1d1d;
}
.list-product .add-to-link a.cart-btn {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    border: none;
    line-height: 40px;
    height: 40px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 105px;
}
.list-product .img-block img{
        width:100%;
        /* height:340px; */
        /*max-width: 172px;*/
        aspect-ratio: 3/3;
    }
.main_heading{
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    border-width: 2px 0;
}
.main_heading h1{
    margin: 26px 0;
    font-size: 22px;
    text-align: center;
}
.content_section{
    background-color: #fff;
    padding: 1rem 2rem;
}
.content_section h2{
    font-size: 18px;
    margin: 14px 0;
    color:#222;
}
.content_section h3{
   
    color:#222;
}
.content_section p{
    font-size: 15px;
    margin: 14px 0;
    /*line-height: 1.42857143;*/
    line-height:26px;
    word-spacing:2px;
    color:#222;
}
@media only screen and (max-width: 479px) {
    .main_heading h1{
        font-size: 18px;
    }
    .section-title h2{
        font-size: 18px;
    }
    .mobile-banner img{
        height: 100px;
    }
    .popular-categories-area .category-slider .category-discript h4 {
        font-size: 12px;
        font-weight: 600;
    }
    .mobile-ptb-10px{
        padding: 49px 0 0 !important;
    }
    .mobile-none{
        display:none;
    }
    .desktop-none{
        display:block;
    }
    .list-product .img-block img{
        width:100%;
        height:auto !important;
        padding: 15px;
    }
    .feature-area .list-product{
        margin-bottom:1rem;
        min-height:240px;
    }
    .feature-slider-2 .list-product .img-block{
        min-height: 240px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .list-product{
        padding:0;
    }
    .list-product .new{
        position: absolute;
        width: 43px;
        height: 25px;
        top: 14px;
        right: 15px;
        line-height: 11px;
        background: #ff9212;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        display: block;
        padding-top: 0.1rem;
        }
    .list-product .product-decs{
        padding: 2px 0px;
    }
}
@media only screen and (max-width: 575px) {
    .list-product .add-to-link a.cart-btn {
        padding: 0 7px;
    }
}

.feature-tab-area .nav-tabs {
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.feature-tab-area .nav-tabs li a {
    margin: 0;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #888;
    cursor: pointer;
    margin-right: 35px;
    transition: all 300ms linear;
}
.feature-tab-area .nav-tabs li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -1px;
    background: transparent;
}
.feature-tab-area .nav-tabs li a.active {
    color: #1d1d1d;
}
.feature-tab-area .nav-tabs li a.active:after {
    background: #036f6f;
}
.feature-tab-area .nav-tabs li a:hover {
    color: #1d1d1d;
}
.feature-tab-area .nav-tabs li a:hover:after {
    background: #036f6f;
}
@media only screen and (max-width: 767px) {
    .feature-tab-area .nav-tabs li a {
        font-size: 16px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 360px) {
    .feature-tab-area .nav-tabs li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1380px) {
    .single-product-responsive .list-product .add-to-link {
        padding: 0px 7px 15px 10px;
    }
}

.deal-slider .list-product {
    display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .deal-slider .list-product {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .deal-slider .list-product {
        display: block;
        padding-bottom: 20px;
    }
}
.deal-slider .list-product .img-block {
    flex: 0 0 310px;
    margin-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .deal-slider .list-product .img-block {
        flex: 0 0 243px;
    }
}
.deal-slider .list-product .product-decs {
    padding-top: 20px;
}
.deal-slider .list-product .product-decs h2 a {
    font-size: 16px;
    line-height: 20px;
}
.deal-slider .list-product .product-decs .in-stock {
    font-size: 16px;
    text-transform: capitalize;
    color: #888;
    line-height: 1;
    display: block;
    margin: 25px 0;
}
.deal-slider .list-product .product-decs .in-stock span {
    color: #036f6f;
    margin-left: 5px;
}
.deal-slider .list-product .product-decs .clockdiv {
    background: #f9f9f9;
    border-radius: 5px;
    line-height: 1;
    padding: 10px 15px;
    font-size: 22px;
}
.deal-slider .list-product .product-decs .clockdiv span {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    color: #47494a;
    position: relative;
}
.deal-slider .list-product .product-decs .clockdiv span p {
    font-size: 16px;
    margin: 5px 0 0;
}
.deal-slider .list-product .product-decs .clockdiv span:after {
    position: absolute;
    top: 0;
    left: -4px;
    content: ":";
}
.deal-slider .list-product .product-decs .clockdiv span:first-child:after {
    display: none;
}
@media only screen and (max-width: 767px) {
    .deal-slider .list-product .product-decs .clockdiv {
        display: inline-block;
        margin-bottom: 20px;
    }
}
.deal-slider .list-product:hover .pricing-meta {
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms linear;
}

@media only screen and (max-width: 767px) {
    .category-tab-area .section-title.d-flex {
        display: block !important;
        position: relative;
    }
    .category-tab-area .section-title.d-flex .justify-content-end {
        justify-content: flex-start !important;
        position: absolute;
        left: 0;
        padding: 30px 0;
    }
}
.category-tab-area{
    /* background:#f2f2f2; */
}
.category_products{
    background: #fff;
    border-radius: 4px;
    /* padding: 40px 10px; */
}
.category-tab-area .nav-tabs {
    border: 0;
}
.category-tab-area .nav-tabs .nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 17px;
    cursor: pointer;
    color: #7e8081;
    line-height: 26px;
    border: 2px solid transparent;
    margin-right: 2px;
    margin-top: -2px;
    border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-tab-area .nav-tabs .nav-link {
        padding: 0 5px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 575px) {
    .category-tab-area .nav-tabs .nav-link {
        font-size: 13px;
        padding: 0 5px;
    }
}
@media only screen and (max-width: 767px) {
    .category-tab-area .nav-tabs .nav-link {
        font-size: 13px;
        padding: 0 5px;
    }
}
.category-tab-area .nav-tabs .nav-link .active {
    border: 0;
    color: #036f6f;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #036f6f;
    background-color: #fff;
    border-color: #036f6f;
}

.brand-slider {
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 18px 0;
}
.brand-slider .brand-slider-item img {
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all 300ms linear;
}
.brand-slider .brand-slider-item:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

.recent-add-area .multi-row .list-product {
    padding: 15px;
    margin-bottom: 30px;
    position: static;
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    position: static;
}
.recent-add-area .multi-row .list-product .img-block {
    float: left;
    width: 210px;
    margin-right: 20px;
}
@media only screen and (max-width: 575px) {
    .recent-add-area .multi-row .list-product .img-block {
        width: 130px;
    }
}
@media only screen and (max-width: 360px) {
    .recent-add-area .multi-row .list-product .img-block {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .recent-add-area .multi-row .list-product .img-block {
        width: 180px;
    }
}
.recent-add-area .multi-row .list-product .product-decs {
    padding: 25px 0 0 0;
}
.recent-add-area .multi-row-2 .list-product {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .recent-add-area .multi-row-2 .list-product .img-block {
        width: 110px;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent-add-area .multi-row-2 .list-product .img-block {
        width: 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .recent-add-area .multi-row-2 .list-product {
        padding: 0 0 15px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent-add-area .multi-row-2 .list-product {
        padding: 0 0 15px 0;
    }
}
.recent-add-area .list-product {
    border: 0px solid transparent;
    border-radius: 5px;
    padding: 0px 15px 15px 15px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 9px 0px #d7d7d7;
    padding: 2rem;
}
.recent-add-area .list-product .img-block {
    float: left;
    width: 120px;
    margin-right: 20px;
}
@media only screen and (max-width: 360px) {
    .recent-add-area .list-product .img-block {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .recent-add-area .list-product .img-block {
        width: 110px;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent-add-area .list-product .img-block {
        width: 100px;
    }
}
.recent-add-area .list-product .product-decs {
    padding: 0px;
    min-height: 109px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}
.recent-add-area .list-product:hover .pricing-meta {
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .recent-add-area .list-product {
        padding: 0 0 15px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent-add-area .list-product {
        padding: 0 0 15px 0;
    }
}

.footer-area {
    background-color: #ebebeb;
    color: #000000;
}
.footer-area .footer-top {
    padding: 60px 0;
}
.footer-area .footer-top .single-wedge h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}
.footer-area .footer-top .single-wedge p {
    line-height: 24px;
}
.footer-area .footer-top .single-wedge p.text-infor {
    width: 90%;
}
@media only screen and (max-width: 767px) {
    .footer-area .footer-top .single-wedge p.text-infor {
        width: 100%;
    }
}
.footer-area .footer-top .single-wedge .need-help {
    margin-top: 30px;
    padding-bottom: 5px;
}
.footer-area .footer-top .single-wedge .need-help p {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.footer-area .footer-top .single-wedge .need-help p span {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    display: block;
    line-height: 30px;
}
.footer-area .footer-top .single-wedge .footer-links li {
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-area .footer-top .single-wedge .footer-links a {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
    display: block;
    position: relative;
    transition: all 300ms linear;
}
.footer-area .footer-top .single-wedge .footer-links a:hover {
    padding-left: 10px;
    color: #000000;
    opacity: 0.8;
}
.footer-area .footer-top .single-wedge .subscribe-form {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate {
    height: 47px;
    background: #000000;
    border: 0;
    color: #b1b1b1;
    padding: 15px 120px 0px 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate input.email {
    width: 100%;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate .button {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 0;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    background: #1d1d1d;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 5px 5px 0;
    transition: all 300ms linear;
}
.footer-area .footer-top .single-wedge .subscribe-form .validate .button:hover {
    background: #292929;
}
.footer-area .footer-top .single-wedge .social-info {
    margin-top: 30px;
}
.footer-area .footer-top .single-wedge .social-info li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0;
}
.footer-area .footer-top .single-wedge .social-info a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    background: #ff9212;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    transition: all 300ms linear;
}
.footer-area .footer-top .single-wedge .social-info a:hover {
    background: #036f6f;
    color: #f7f7f7;
}
.footer-area .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .footer-bottom p {
    font-size: 16px;
    color: #000000;
    margin-top: 3px;
}
.footer-area .footer-bottom p a {
    color: #000000;
}
.footer-area .footer-bottom p a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom p {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom {
        text-align: center;
    }
    .footer-area .footer-bottom .text-right {
        text-align: center !important;
    }
}

body.offcanvas-open {
    overflow: hidden;
    padding-right: 17px;
}

.offcanvas {
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px;
    transition: all 0.5s ease 0s;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: none;
}
@media only screen and (max-width: 479px) {
    .offcanvas {
        width: 300px;
    }
}
.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.offcanvas .inner .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.offcanvas .inner .head .title {
    color: #1d1d1d;
    font-weight: 700;
}
.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}
.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    transition: all 0.5s ease 0s;
    transform: rotate(-45deg);
    background-color: #333;
}
.offcanvas .inner .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    transition: all 0.5s ease 0s;
    transform: rotate(45deg);
    background-color: #333;
}
.offcanvas .inner .head .offcanvas-close:hover:before {
    transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover:after {
    transform: rotate(0deg);
}
.offcanvas .inner .offcanvas-menu-search-form {
    margin-bottom: 30px;
}
.offcanvas .inner .offcanvas-menu-search-form form {
    position: relative;
}
.offcanvas .inner .offcanvas-menu-search-form form input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    padding-right: 50px;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    display: block;
    font-size: 16px;
    background: transparent;
}
.offcanvas .inner .offcanvas-menu-search-form form input[type="text"]:focus {
    border-bottom-color: #036f6f;
}
.offcanvas .inner .offcanvas-menu-search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    border: 0;
    background-color: transparent;
    outline: none;
}
.offcanvas .inner .offcanvas-menu-search-form form button i {
    font-size: 16px;
}
.offcanvas .inner .offcanvas-menu-search-form form button:hover {
    color: #036f6f;
}
.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}
.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
    color: #7e7e7e;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    transition: none;
    opacity: 1;
    box-shadow: none;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize;
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}
.offcanvas .inner .offcanvas-menu ul li:hover > a {
    color: #036f6f;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
    background: #036f6f;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
    background: #036f6f;
}
.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0;
}
.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #247cea;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    transition: all 300ms linear;
}
.offcanvas .inner .offcanvas-social li a:hover {
    background: #1d1d1d;
    color: #fff;
}
.offcanvas .inner .foot .buttons a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: none;
    color: #47494a;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 26px;
    border: none;
    background: #ebebeb;
    border-radius: 5px;
}
.offcanvas .inner .foot .buttons a:hover {
    background-color: #036f6f;
    color: #fff;
}
.offcanvas .inner .foot .buttons .current-btn {
    background-color: #036f6f;
    color: #fff;
}
.offcanvas .inner .foot .sub-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
}
.offcanvas .inner .foot .sub-total strong {
    font-weight: 600;
    color: #333;
}
.offcanvas .inner .foot .sub-total .amount {
    color: #eb2606;
    font-weight: 600;
}
.offcanvas .inner .foot .minicart-message {
    margin-top: 15px;
}

offcanvas-menu > ul > li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    transform: translateX(-100%);
}
@media only screen and (max-width: 479px) {
    .offcanvas.offcanvas-mobile-menu {
        padding: 15px 17px;
    }
}

.offcanvas-menu > ul > li .menu-expand::before,
.offcanvas-menu > ul > li .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    transition: all 0.5s ease 0s;
    transform: scale(0.75);
    background-color: #7e7e7e;
}

.offcanvas-menu > ul > li .menu-expand::after {
    transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
    transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
    transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    transform: translateX(0);
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
    transform: translateX(0);
}

.mobile-menu-toggle.home-2 svg {
    position: initial;
    transform: translate3d(-29%, 0%, 0);
}

.mobile-menu-toggle svg {
    position: absolute;
    top: 50%;
    left: auto;
    width: 50px;
    height: 50px;
    margin-top: -2px;
    margin-left: -2px;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    right: -90px;
}
.mobile-menu-toggle svg path {
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    fill: none;
    stroke: #1d1d1d;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px;
}
@media only screen and (max-width: 575px) {
    .mobile-menu-toggle svg {
        right: -80px;
    }
}

.mobile-menu-toggle svg path#top,
.mobile-menu-toggle svg path#bottom {
    stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
    stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#top,
.mobile-menu-toggle .close svg path#bottom {
    stroke-dasharray: -650px;
    stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
    stroke-dasharray: 1px 220px;
    stroke-dashoffset: -115px;
}
#minicart .customScroll{
    overflow-y: scroll;
    height: 45%;
}
.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.minicart-product-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.minicart-product-list li .image {
    flex: 1 0 75px;
}
.minicart-product-list li .image img {
    max-width: 100%;
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .minicart-product-list li .image {
        flex: 1 0 50px;
    }
}
.minicart-product-list li .content {
    position: relative;
    flex: 1 0 calc(100% - 150px);
    padding-left: 15px;
}
.minicart-product-list li .content .title {
    color: #1d1d1d;
    font-weight: 600;
}
.minicart-product-list li .content .title:hover {
    color: #036f6f;
}
.minicart-product-list li .content .quantity-price {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
    color: #1d1d1d;
    font-weight: 600;
}
.minicart-product-list li .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    font-size: 16px;
    font-weight: 900;
    color: red;
}
.minicart-product-list li .content .remove:hover {
    color: #eb2606;
}
@media only screen and (max-width: 575px) {
    .minicart-product-list li .content {
        flex: 1 0 calc(100% - 75px);
    }
}
.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.header-tools {
    position: relative;
}
.header-tools .cart-info a {
    font-size: 24px;
    color: #1d1d1d;
    margin-right: 30px;
    position: relative;
}
.header-tools .cart-info .bag:before {
    position: absolute;
    bottom: 10px;
    left: 17px;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #ff9212;
    line-height: 20px;
    font-size: 12px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    content: attr(data-number);
}
@media only screen and (max-width: 479px) {
    .header-tools .cart-info a:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        left: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .header-tools .cart-info a {
        font-size: 18px;
        margin-right: 20px;
    }
}
/* .header-tools .cart-info a:hover {
    color: #ffffff;
    background: #ff9212;
 
} */

.dropdown-menu li a:hover.head-top .header-tools .cart-info a i{
    color:#036f6f !important;
}
.dropdown-menu li a:hover {
    color: #ffffff !important;
    background-color: #ff9212 !important;
}
.header-tools .cart-info a.bag {
    margin: 0;
    display: flex;
    align-items: center;
}
.header-tools .cart-info a.bag span {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    margin: 0px 0px 0px 15px;
}
@media only screen and (max-width: 575px) {
    .header-tools .cart-info a.bag span {
        margin: 0px 0px 0px 22px;
    }
}
.header-tools .cart-info a.user {
    margin-right: 15px;
}
.header-tools .cart-info a.user:before {
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-tools {
        margin-right: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-tools {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .header-tools {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .header-tools {
        margin-right: 40px;
    }
}
.header-tools .dropdown button {
    font-size: 24px;
    margin-right: 20px;
}
.header-tools .dropdown button:hover {
    color: #1d1d1d !important;
}
.header-tools .dropdown ul.dropdown-menu {
    margin: 0;
    top: 30px !important;
    right: 0px;
    left: auto !important;
    min-width: 130px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #ebebeb;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    transform: rotateX(90deg);
    transform-origin: center top 0;
}
.header-tools .dropdown ul.dropdown-menu li {
    display: block;
    padding: 0px 18px;
    border: 0;
}
.header-tools .dropdown ul.dropdown-menu li:last-child a {
    border: 0;
}
.header-tools .dropdown ul.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    color: #47494a;
    font-size: 13px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border-bottom: 1px solid #ebebeb;
}
.header-tools .dropdown ul.dropdown-menu li a:hover {
    color: #036f6f;
}

.tools-style-2 .cart-info a {
    color: #fff;
}
.tools-style-2 .cart-info a:before {
    background: #fff;
    color: #1d1d1d;
}
.tools-style-2 .cart-info a:hover {
    color: #1d1d1d !important;
}

.search input {
    width: 100%;
    padding: 0 12px 0 20px;
    background: white no-repeat;
    border-width: 1px;
    height: 42px;
    border-style: solid;
    border-color: #a8acbc #babdcc #c0c3d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -moz-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -ms-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -o-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
}

.search .results {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search .results li { display: block }

.search .results li:first-child { margin-top: -1px }

.search .results li:first-child:before, .search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search .results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search .results li:first-child:hover:before, .search .results li:first-child:hover:after { display: none }

.search .results li:last-child { margin-bottom: -1px }

.search .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search .results a span { font-weight: 200 }

.search .results a:hover {
    color: #000;
}

.search-element {
    position: relative;
}
.search-element .search-category {
    position: absolute;
    width: 160px;
}
.search-element .search-category:before {
    content: "";
    display: inline-block;
    font-size: 12px;
    font-family: "Ionicons";
    font-weight: 400;
    float: right;
    position: absolute;
    z-index: 2;
    top: 17px;
    right: 0;
}
@media only screen and (max-width: 575px) {
    .search-element .search-category:before {
        right: 50px;
    }
}
.search-element .search-category select {
    width: 170px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    border: 0;
    padding: 0 25px;
    color: #1d1d1d;
    font-size: 16px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #f3f3f3;
    cursor: pointer;
}
@media only screen and (max-width: 575px) {
    .search-element .search-category select {
        padding: 0 10px;
        width: 118px;
    }
}
.search-element input {
    width: 100%;
    border: 2px solid #ebebeb;
    height: 46px;
    line-height: 42px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%) inset;
}
@media only screen and (max-width: 575px) {
    .search-element input {
        font-size: 12px;
        width: 88%;
    }
}
.search-element button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    line-height: 42px;
    text-align: center;
    width: 65px;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0;
    border: 0;
    transition: all 300ms linear;
    background: #ff9212;
}
.search-element button i {
    font-size: 24px;
    display: block;
    line-height: 46px;
}
@media only screen and (max-width: 360px) {
    .search-element button i {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .search-element button i {
        font-size: 16px;
    }
}
.search-element button:hover {
    background-color: #1d1d1d;
}
@media only screen and (max-width: 360px) {
    .search-element button {
        width: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .search-element button {
        width: 45px;
    }
}

.hero-side-category {
    width: 100%;
    position: relative;
}
.hero-side-category .category-toggle-wrap {
    width: 100%;
}
.hero-side-category .category-toggle-wrap .category-toggle {
    padding: 10px 25px;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #1d1d1d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    text-align: left;
    outline: none;
    border: 2px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 15px;
}
.hero-side-category .category-toggle-wrap .category-toggle i {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    transform: translate(0px, 2px);
}
.hero-side-category .category-toggle-wrap .category-toggle:after {
    content: "";
    display: inline-block;
    font-size: 16px;
    font-family: "Ionicons";
    font-weight: 400;
    margin-left: 7px;
    float: right;
    transform: translateY(1px);
}
.hero-side-category .category-menu {
    background-color: #fff;
    float: left;
    width: 100%;
    left: 0;
    top: 100%;
    border: 1px solid #ebebeb;
    position: absolute;
    display: none;
    z-index: 2;
    height: 500px;
    overflow-x: auto;
}
.hero-side-category .category-menu li {
    display: block;
}
.hero-side-category .category-menu li .menu-item-has-children {
    position: relative;
}
.hero-side-category .category-menu li a {
    display: block;
    padding: 10px 25px;
    line-height: 30px;
    font-size: 16px;
    color: #253237;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.hero-side-category .category-menu li a i {
    position: absolute;
    right: 30px;
}
.hero-side-category .category-menu li .category-mega-menu {
    display: none;
}
.hero-side-category .category-menu li .category-mega-menu a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #253237;
    position: relative;
    margin: 0;
    text-transform: inherit;
}
.hero-side-category .category-menu li #more-btn {
    font-weight: 700;
    padding-left: 45px;
}
.hero-side-category .category-menu li #more-btn i {
    right: auto;
    left: 30px;
}
.hero-side-category .category-menu li:hover > a {
    color: #036f6f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-md-30px {
        margin-bottom: 30px;
    }

    .mb-md-60px {
        margin-bottom: 60px;
    }

    .mt-md-50px {
        margin-top: 50px;
    }

    .mt-md-30px {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-lm-30px {
        margin-bottom: 30px;
    }

    .mt-lm-55px {
        margin-top: 55px;
    }

    .mt-lm-50px {
        margin-top: 50px;
    }

    .mt-lm-30px {
        margin-top: 30px;
    }

    .mb-lm-60px {
        margin-bottom: 60px;
    }

    .mb-lm-100px {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 575px) {
    .mb-sm-30px {
        margin-bottom: 30px;
    }
}
.breadcrumb-area {
    background-color: #f3f3f3;
    padding: 15px 0;
}
.breadcrumb-area .breadcrumb-content .nav {
    background: transparent;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .breadcrumb-content .nav {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .breadcrumb-content .nav {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-content .nav {
        padding: 0;
    }
}
.breadcrumb-area .breadcrumb-content .nav li {
    color: #036f6f;
    line-height: 20px;
}
.breadcrumb-area .breadcrumb-content .nav li:after {
    color: #47494a;
    margin: 0 10px;
    vertical-align: -1px;
    content: "";
    font-family: "Ionicons";
}
.breadcrumb-area .breadcrumb-content .nav li a {
    display: inline-block;
    position: relative;
    color: #47494a;
}
.breadcrumb-area .breadcrumb-content .nav li a:hover {
    color: #036f6f;
}
.breadcrumb-area .breadcrumb-content .nav li:last-child:after {
    display: none;
}

.shop-category-area .shop-top-bar {
    padding: 12px 30px;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.shop-category-area .shop-top-bar .shop-tab {
    flex: 0 0 60%;
    width: 60%;
}
.shop-category-area .shop-top-bar .shop-tab a:first-child {
    margin-right: 20px;
}
.shop-category-area .shop-top-bar .shop-tab a.active i {
    color: #036f6f;
}
.shop-category-area .shop-top-bar .shop-tab a:hover i {
    color: #036f6f;
}
.shop-category-area .shop-top-bar .shop-tab i {
    font-size: 18px;
    line-height: 30px;
    color: #c1c1c1;
}
.shop-category-area .shop-top-bar .shop-tab p {
    line-height: 20px;
    font-size: 16px;
    padding: 5px;
    margin: 0;
    float: left;
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 50px;
}
@media only screen and (max-width: 575px) {
    .shop-category-area .shop-top-bar .shop-tab p {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-category-area .shop-top-bar .shop-tab {
        flex: 0 0 50%;
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .shop-category-area .shop-top-bar .shop-tab {
        flex: 0 0 100%;
        width: 100%;
    }
}
.shop-category-area .shop-top-bar .select-shoing-wrap {
    flex: 0 0 40%;
    width: 40%;
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
    line-height: 20px;
    font-size: 16px;
    padding: 5px;
    margin: 0;
    float: left;
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
    width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
        width: 26%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
        width: 30%;
    }
}
@media only screen and (max-width: 575px) {
    .shop-category-area .shop-top-bar .select-shoing-wrap .shot-product {
        width: 30%;
        padding: 5px 0 0;
    }
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
    width: 85%;
}
.shop-category-area .shop-top-bar .select-shoing-wrap .shop-select select {
    border: 1px solid #ebebeb;
    padding: 2px 15px;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    background: #f7f7f7;
    border-radius: 30px;
    color: #47494a;
    text-align: left;
    box-shadow: none;
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
        width: 80%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-category-area .shop-top-bar .select-shoing-wrap .shop-select {
        width: 70%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-category-area .shop-top-bar .select-shoing-wrap {
        flex: 0 0 50%;
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .shop-category-area .shop-top-bar .select-shoing-wrap {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-category-area .shop-top-bar {
        display: block !important;
    }
}

.pro-pagination-style a {
    font-weight: 400;
    color: #1d1d1d;
    padding: 0;
    height: 36px;
    line-height: 36px;
    background: #f6f6f6;
    font-size: 16px;
    display: inline-block;
    width: 36px;
    border-radius: 100%;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
}
.pro-pagination-style a.active {
    color: #fff;
    background-color: #036f6f;
}
.pro-pagination-style a:hover {
    color: #fff;
    background-color: #036f6f;
}

.shop-list-wrap .list-product {
    margin-left: 0;
    margin-right: 0;
}
.shop-list-wrap .list-product .box-inner {
    position: absolute;
    top: 15px;
    right: 25px;
    bottom: 15px;
    border-left: 1px solid #ebebeb;
    padding-left: 25px;
    padding-top: 20px;
}
.shop-list-wrap .list-product .box-inner .in-stock {
    font-size: 16px;
    text-transform: capitalize;
    color: #888;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}
.shop-list-wrap .list-product .box-inner .in-stock span {
    color: #036f6f;
}
.shop-list-wrap .list-product .box-inner .pricing-meta {
    opacity: 1;
    transform: none !important;
    margin-bottom: 25px;
}
.shop-list-wrap .list-product .box-inner .pricing-meta li {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
}
.shop-list-wrap .list-product .box-inner .add-to-link {
    margin-top: 0;
    position: initial;
    left: -1px;
    right: -1px;
    width: 100%;
    background: #fff;
    padding: 0px;
    border: 0px solid #ebebeb;
    border-top: transparent;
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    perspective: 0px;
    -webkit-perspective: 0px;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.shop-list-wrap .list-product .box-inner .add-to-link li {
    display: block;
    margin: 0;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a {
    display: block;
    border: none;
    border-radius: 0px;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
    width: auto;
    border: none;
    background: transparent;
    line-height: 24px;
    height: auto;
    color: #888;
}
.cancel_order_btn{
    display: block;
    border: 1px solid #9f0000;
    background-color: #9f0000b3;
    padding: 7px 15px;
    color: #fff;
}
.cancel_order_btn:hover{
    border: 1px solid #9f0000;
    background-color: #fff;
    padding: 7px 15px;
    color: #9f0000;
}
.view-all{
    background: #036f6f;
    padding: 1rem;
    color: #FFF;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem;
    border-radius:5px;
}
.view-all:hover{
    background-color:#ff9212;
    color:#fff !important;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a i {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    transform: translateY(3px);
}
.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn {
    width: 100%;
    text-align: center;
    max-width: 210px;
    line-height: 44px;
    height: auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    background: #036f6f;
    margin-bottom: 15px;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a.cart-btn:hover {
    background: #1d1d1d;
    color: #fff;
}
.shop-list-wrap .list-product .box-inner .add-to-link li a:hover {
    color: #036f6f;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list-wrap .list-product .box-inner {
        position: static;
        border: 0;
        padding-left: 30px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-list-wrap .list-product .box-inner {
        position: static;
        border: 0;
        padding: 0;
    }
}
.shop-list-wrap .list-product .product-decs {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: left;
    margin: 0 !important;
    padding-right: 300px;
    position: static;
}
.shop-list-wrap .list-product .product-decs h2 a {
    min-height: auto;
    font-size: 16px;
    overflow: visible;
    white-space: normal;
    line-height: 20px;
    margin-bottom: 15px;
}
.shop-list-wrap .list-product .product-decs .product-intro-info {
    padding: 10px 0;
}
.shop-list-wrap .list-product .product-decs .product-intro-info P {
    color: #888;
    font-size: 16px;
    line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list-wrap .list-product .product-decs {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .shop-list-wrap .list-product .product-decs {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .shop-list-wrap .list-product {
        padding: 0 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-list-wrap .list-product .quick-view {
        top: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-list-wrap.shop-list-page .list-product .product-decs {
        padding-right: 170px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .shop-list-wrap.shop-list-page .list-product .product-decs {
        padding-right: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-md-class .list-product .add-to-link a.cart-btn {
        padding: 0 4px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .responsive-xl-class .list-product .add-to-link a.cart-btn {
        padding: 0 5px;
        width: 91px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .responsive-xl-class .list-product .add-to-link a {
        width: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .responsive-lg-class .list-product .add-to-link a.cart-btn {
        padding: 0 5px;
        width: 91px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .responsive-lg-class .list-product .add-to-link a {
        width: 30px;
    }
}

.shop-sidebar-wrap h3 {
    font-size: 18px;
    line-height: 1;
    color: #1d1d1d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize !important;
}
.shop-sidebar-wrap h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #036f6f;
}
.shop-sidebar-wrap .card {
    border: 0px;
}
.shop-sidebar-wrap .card .card-header {
    border: 0;
    padding-left: 0;
}
.shop-sidebar-wrap .card .card-header a {
    font-weight: 400;
    color: #47494a;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    transition: all 300ms linear;
}
.shop-sidebar-wrap .card .card-header a:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    font-family: "Ionicons";
    transition: all 300ms linear;
    transform: rotate(0deg);
}
.shop-sidebar-wrap .card .card-header a:hover {
    color: #036f6f;
}
.shop-sidebar-wrap .card .card-header a.collapsed::before {
    transform: rotate(180deg);
    transition: all 300ms linear;
}
.shop-sidebar-wrap .card .card-body {
    padding: 0 0px 0px 15px;
    background: #f7f7f7;
}
.shop-sidebar-wrap .card .card-body li {
    display: block;
}
.shop-sidebar-wrap .card .card-body li a {
    font-weight: 400;
    color: #47494a;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 35px;
    margin: 0;
    padding: 0;
    border: none;
}
.shop-sidebar-wrap .card .card-body li a:hover {
    color: #036f6f;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
    align-items: center;
    position: relative;
    padding: 0 0 15px;
    display: block;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left {
    position: relative;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    width: auto;
    top: 6px;
    left: 1px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    transition: all 300ms linear;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 8px;
    border: solid #036f6f;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.grey {
    background: #aab2bd;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.white {
    background: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.black {
    background: #434a54;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.camel {
    background: #c19a6b;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
    margin-left: 25px;
    display: block;
    color: #555;
    font-size: 16px;
    margin-top: 0;
    line-height: 22px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span {
    margin-left: 5px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover .checkmark {
    border-color: #036f6f;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a {
    color: #036f6f;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span {
    color: #036f6f;
}
.shop-sidebar-wrap .sidebar-widget-group {
    border: 2px solid #f7f7f7;
}
.shop-sidebar-wrap .sidebar-widget-group h4 {
    display: block;
    clear: both;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    border: none;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 24px;
    text-transform: capitalize !important;
}
.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount {
    color: #47494a;
    font-size: 16px;
    margin: 0 0 15px;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content {
    border: 1px solid #036f6f;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
    height: 5px;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
    background: #036f6f;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle {
    top: 50%;
    width: 15px;
    height: 15px;
    border: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    margin-top: -7.5px;
}
.shop-sidebar-wrap .sidebar-widget-tag li {
    line-height: 1;
    float: left;
    list-style: none;
}
.shop-sidebar-wrap .sidebar-widget-tag li a {
    display: block;
    float: left;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    background: #fff;
    margin: 4px;
    text-transform: capitalize;
}
.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
    background-color: #036f6f;
    border-color: #036f6f;
    color: #fff;
}
.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
    margin-left: 0;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
    display: block;
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
    display: none;
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
    border: 0;
}
.product-details-img{
    padding:0 20px;
}
/*.product-details-img.product-details-tab {
    display: flex;
    flex-direction: column;
}*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-img.product-details-tab {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .product-details-img.product-details-tab {
        margin-bottom: 50px;
    }
}
.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 {
    display: inline-block;
    /*position: relative;
    width: 100%;
    float: left;*/
    overflow: hidden;
}
.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 .zoompro-border.zoompro-span img {
    width: 100% !important;
    height:100% !important;
    aspect-ratio:3/3;
    
}

.product-dec-slider-2 {
    display: inline-block;
    float: left;
}
@media only screen and (max-width: 767px) {
    .product-dec-slider-2 {
        margin: 30px 0px 0px 0px;
    }
}
.product-dec-slider-2 .swiper-slide {
    margin: auto;
    text-align: center;
    transition: all 300ms linear;
    outline: 0px none;
}
.product-dec-slider-2 .swiper-slide img {
    width: 90px;
    height: 90px;
    margin: auto;
    transition: all 300ms linear;
    border: 1px solid #fff;
}
@media only screen and (max-width: 479px) {
    .product-dec-slider-2 .swiper-slide img {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 360px) {
    .product-dec-slider-2 .swiper-slide img {
        width: 40px;
        height: 40px;
    }
}
.product-dec-slider-2 .swiper-slide.swiper-slide .active img {
    border: 1px solid #036f6f;
    transition: all 300ms linear;
}
.product-dec-slider-2 .swiper-slide:hover img {
    border: 1px solid #036f6f;
}
.product-meta{
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
   
}
.product_sku_id{
    margin-bottom:5px;
    color:#222;
    font-size:13px;
}
.product-details-content h2, .product-details-content h1 {
    color: #222;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    margin: 5px 0 15px 0;
}
.product-details-content p {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 700;
    margin: 0 0 12px;
}
.product-details-content p span {
    font-weight: 400;
}
.product-details-content .pro-details-rating-wrap {
    line-height:2;
}
.product-details-content .pro-details-rating-wrap .rating-product {
    margin-right: 20px;
}
.product-details-content .pro-details-rating-wrap .rating-product i {
    color: #fdd835;
    overflow: hidden;
    width: 16px;
    font-size: 18px;
}
.product-details-content .pro-details-rating-wrap .read-review a {
    text-decoration: none;
    color: #1d1d1d;
    position: relative;
    margin-left: 8px;
    line-height: 21px;
    padding: 0;
    font-size: 16px;
    margin-bottom: 0px;
    display: inline-block;
    color: #253237;
}
.product-details-content .pro-details-rating-wrap .read-review a:before {
    display: inline-block;
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-right: 6px;
    content: "";
}
.product-details-content .pro-details-rating-wrap .read-review a:hover {
    color: #036f6f;
}
.product-details-content .pricing-meta {
    font-size: 24px;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.product-details-content .pro-details-list {
    padding: 15px 0;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
    color: #222;
}
.product-details-content .pro-details-list strong{
    font-size:21px;
    
}
.product-details-content .pro-details-list p {
    font-weight: 700;
    color: #036f6f;
    line-height: 35px;
    margin: 0;
}
/*.product-details-content .pro-details-list li {
    display: block;
    width: 100%;
    line-height: 24px;
}*/
.product-details-content .pricing-meta li {
    /* display: flex; */
    margin-right:0.5rem;
}

/*.product-details-content .pro-details-quality {*/
/*    display: inline-flex;*/
/*    margin: 30px 0;*/
/*    width: 100%;*/
/*}*/
.quantity{
    padding-left: 12px;
    padding-bottom: 1px;
    font-size: 16px;
    height: 38px;
    width: 61px;
    border-radius: 5px;
    border: navajowhite;
    box-shadow: 0px 0px 9px 0px #d2d2d2;
}
.product-details-content .pro-details-quality .pro-details-cart a {
    position: relative;
    padding: 0 28px;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    width: 40%;
    text-align:center;
}
.product-details-content .pro-details-quality .pro-details-cart a i{
    margin-right:1rem;
}
.product-details-content .pro-details-quality .pro-details-cart .add_to_cart{
    background-color: #036f6f;
}
.product-details-content .pro-details-quality .pro-details-cart .buy_now{
    background-color: #ff9212;
}
.product-details-content .pro-details-quality .pro-details-cart a:hover {
    background-color: #1d1d1d;
}
@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-quality .pro-details-cart a {
        padding: 0 3px;
        font-size: 15px;
    }
    .description-review-bottom{
        padding: 10px !important;
    }
}
.product-details-content .pro-details-wish-com {
    display: flex;
}
.product-details-content .pro-details-wish-com a {
    line-height: 30px;
    padding: 0;
    border: none;
    color: #555;
    font-size: 16px;
    margin-right: 15px;
}
.product-details-content .pro-details-wish-com a i {
    margin-right: 10px;
}
.product-details-content .pro-details-wish-com a:hover {
    color: #036f6f;
}
.product-details-content .pro-details-social-info {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    margin-top: 24px;
    padding-bottom: 12px;
}
.product-details-content .pro-details-social-info span {
    display: inline-block;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
}
.product-details-content .pro-details-social-info .social-info a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #b4b4b4;
    margin-right: 0;
    white-space: normal;
    text-indent: 0;
    overflow: hidden;
    padding: 0;
    font-size: 18px;
    width: 30px;
}
.product-details-content .pro-details-social-info .social-info a:hover {
    color: #036f6f;
}
.product-details-content .pro-details-policy {
    margin: 5px 0 0;
}
.product-details-content .pro-details-policy li {
    margin-bottom: 20px;
    display: block;
}
.product-details-content .pro-details-policy li:last-child {
    margin: 0;
}
.product-details-content .pro-details-policy li span {
    font-size: 16px;
    color: #888;
    overflow: hidden;
    font-weight: 400 !important;
}
.product-details-content .pro-details-policy img {
    margin-right: 15px;
}

.description-review-topbar.nav {
    border-bottom: none;
    position: relative;
    display: block;
    margin-bottom: 0;
    margin: auto;
}
.description-review-topbar.nav a {
    background: transparent;
    border: 0;
    text-transform: capitalize;
    line-height: 24px;
    color: #888;
    padding: 0 0 8px 0;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: all 300ms linear;
    display: inline-block;
}
.description-review-topbar.nav a:hover {
    color: #1d1d1d;
}
.description-review-topbar.nav a:hover:after {
    background-color: #036f6f;
}
.description-review-topbar.nav a.active {
    color: #1d1d1d;
}
.description-review-topbar.nav a.active:after {
    background-color: #036f6f;
}
.description-review-topbar.nav a:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: transparent;
    transition: all 300ms linear;
}
@media only screen and (max-width: 767px) {
    .description-review-topbar.nav a {
        margin: 0 15px;
    }
}
@media only screen and (max-width: 575px) {
    .description-review-topbar.nav a {
        margin: 0 15px;
    }
}
@media only screen and (max-width: 479px) {
    .description-review-topbar.nav a {
        margin: 0 5px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 360px) {
    .description-review-topbar.nav a {
        font-size: 13px;
    }
}

.description-review-bottom {
    overflow: hidden;
    font-size: 15px;
    background: #fff;
    line-height: 24px;
    text-align: left;
    padding: 40px 30px 30px 30px;
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 360px) {
    .description-review-bottom {
        padding: 40px 20px 30px 20px;
    }
}
.description-review-bottom .product-description-wrapper{
    color: #222;
    font-size: 16px;
}
.description-review-bottom .product-description-wrapper p {
    margin: 0 0px 22px;
    font-size: 21px;
    line-height: 33px;
    color: #036f6f;
    text-align: justify;
    font-weight: 700;
}

.description-review-bottom .product-anotherinfo-wrapper li {
    color: #222;
    font-size: 16px;
    list-style: outside none none;
    margin: 0 0 13px;
    display: block;
}
.description-review-bottom .product-anotherinfo-wrapper li span {
    color: #1d1d1d;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px;
}
.description-review-bottom .single-review {
    display: flex;
    margin: 0 0 50px;
}
.description-review-bottom .single-review .review-img {
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
    .description-review-bottom .single-review .review-img {
        margin: 0px 0px 20px 0px;
    }
}
.description-review-bottom .single-review .review-top-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    align-items: center;
}
.description-review-bottom .single-review .review-top-wrap .review-left {
    display: flex;
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name {
    margin-right: 25px;
}
@media only screen and (max-width: 360px) {
    .description-review-bottom .single-review .review-top-wrap .review-left .review-name {
        margin-right: 10px;
    }
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
    line-height: 1;
    margin-bottom: 6px;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
    overflow: hidden;
    font-size: 18px;
    color: #fdd835;
}
.description-review-bottom .single-review .review-top-wrap .review-left a {
    color: #253237;
}
.description-review-bottom .single-review .review-top-wrap .review-left a:hover {
    color: #036f6f;
}
.description-review-bottom .single-review .review-bottom p {
    margin: 0;
    width: 93%;
}
.description-review-bottom .single-review.child-review {
    margin-left: 70px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .description-review-bottom .single-review.child-review {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .description-review-bottom .single-review {
        display: block;
    }
}
.description-review-bottom .ratting-form-wrapper {
    /* padding-left: 50px; */
}
.description-review-bottom .ratting-form-wrapper h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2rem;
    color: #036f6f;
}
.description-review-bottom .ratting-form-wrapper .star-box {
    display: flex;
    margin: 6px 0 20px;
}
.description-review-bottom .ratting-form-wrapper .star-box span {
    margin: 0 15px 0 0;
    font-size: 15px;
    color: #1d1d1d;
}
.description-review-bottom .ratting-form-wrapper .star-box i {
    overflow: hidden;
    font-size: 18px;
    color: #fdd835;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style {
    margin-bottom: 10px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style input {
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 16px;
    color: #1d1d1d;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #333;
    padding: 2px 10px 2px 20px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #333;
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
.description-review-bottom .ratting-form-wrapper .form-submit input {
    padding: 0 55px !important;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-transform: uppercase;
    background: #ff9212 !important;
    display: block;
    color: #fff !important;
    width: 200px;
    transition: all 300ms linear;
    border: 1px solid #e6e6e6;
}
.description-review-bottom .ratting-form-wrapper .form-submit input:hover {
    background: #1d1d1d !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .description-review-bottom .ratting-form-wrapper {
        margin-top: 50px;
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .description-review-bottom .ratting-form-wrapper {
        margin-top: 25px;
        padding: 0;
    }
}

.single-product-slider-item img {
    border: 1px solid #ebebeb;
    transition: all 300ms linear;
    margin: auto;
    width: 100%;
}
.single-product-slider-item:hover img {
    border-color: #036f6f;
}

.pro-details-size-color {
    margin: 0 0 10px;
}
.pro-details-size-color .pro-details-color-wrap {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
}
.pro-details-size-color .pro-details-color-wrap span {
    display: block;
    margin: 0 0 10px;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin-right: 15px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-size: contain;
    background: #fff;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li.active {
    background-color: #434a54;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li:hover {
    border: 2px solid #434a54;
}
.pro-details-size-color .product-size {
    margin-left: 20px;
}
.pro-details-size-color .product-size span {
    display: block;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

.product-details-table.pro-details-quality {
    display: block;
    margin: 20px 0;
}
.product-details-table .table tbody tr td {
    padding: 10px 15px;
    width: 33.33%;
    text-align: center;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}
.product-details-table .table tbody tr td a {
    color: #888;
}

/*.product-details-img.product-details-tab.product-details-tab-2 {
    flex-direction: row;
}*/
.product-details-img.product-details-tab.product-details-tab-2 #gallery {
    flex: 0 0 20%;
    width: 100%;
}
.product-details-img.product-details-tab.product-details-tab-2 .zoompro-wrap.zoompro-2 {
    flex: 0 0 100%;
    width: 100%;
}

.product-dec-slider-3 {
    display: inline-block;
    float: left;
}
.product-dec-slider-3 .swiper-slide {
    margin: 10px 0;
    text-align: center;
    transition: all 300ms linear;
    outline: 0px none;
}
.product-dec-slider-3 .swiper-slide img {
    width: 90px;
    height: 90px;
    margin: auto;
    transition: all 300ms linear;
    border: 1px solid #fff;
}
@media only screen and (max-width: 479px) {
    .product-dec-slider-3 .swiper-slide img {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 360px) {
    .product-dec-slider-3 .swiper-slide img {
        width: 50px;
        height: 50px;
    }
}
.product-dec-slider-3 .swiper-slide.swiper-slide .active img {
    border: 1px solid #036f6f;
    transition: all 300ms linear;
}
.product-dec-slider-3 .swiper-slide:hover img {
    border: 1px solid #036f6f;
}

.single-product-gallery .single-product-slider-item {
    width: 50%;
}

.single-product-sticky .single-product-slider-item {
    width: 100%;
    text-align: center;
}

.product-details-content.sticky {
    position: sticky;
    top: 85px;
    left: 0;
    width: 100%;
}

.cart-main-area h3.cart-page-title {
    color: #1d1d1d;
    text-align: left;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    margin: 0 0 30px;
    font-weight: 600;
}
.my_order_id{
    float:right;
}
.my_order_status {
    padding: 10px 35px;
}
.cart_products {
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}
.cart_img {
    border-right: 2px solid #f5f5f5;
    padding: 10px;
}
.cart_descrition {
    padding: 10px 30px 10px 10px;
}
.my_orders {
    border-top: 1px solid #eaeaea;
    padding: 10px 35px;
}
.cart_pro_head {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color:#000;
}
.cart_delete_btn a {
    float: right;
    color: #FF9800;
    padding-left: 20px;
}
.price_quantity{
    font-size: 16px;
    color: #575655;
    font-weight: 600;
    line-height: 24px;
}
.cart_quantity {
    line-height: 24px;
    padding: 0 !important;
}
.cart_price {
    font-size: 16px;
    font-weight: 600;
}
.cart_quantity .pro-details-quality {
    float: right;
}
.cart-main-area .cart-shiping-update-wrapper {
    justify-content: space-between;
    padding: 30px 0 60px;
}
.cart-main-area .cart-shiping-update-wrapper .cart-clear > button {
    border: medium none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.track_order_description {
    background-color: #fff;
    padding: 40px 20px;
    border: 1px solid #ebebeb;
}
.track_order_status {
    font-size: 18px;
}
.track_order_id {
    font-size: 16px;
    color: #000;
}
.order_cancel {
    background-color: #f2f2f2;
    padding: 8px 16px;
    font-size: 16px;
    color: #757575;
    border: 1px solid #757575;
}
.pay_failed{
    background: #ff00003d;
    padding: 8px 16px;
    font-size: 16px;
    color: red;
    border: 1px solid red;
}
.delivery_date{
    background: rgba(26,171,42,.1);
    padding: 8px 16px;
    font-size: 16px;
    color: #1aab2a;
    border: 1px solid #1aab2a;
}
@media only screen and (max-width: 767px) {
    .cart-main-area .cart-shiping-update-wrapper {
        display: block;
        padding: 30px 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    background-color: #f2f2f2;
    border-radius: 5px;
    color: #1d1d1d;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 63px 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-clear > button,
    .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-clear > button,
    .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 25px;
        margin: 0 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover {
    background-color: #ff9212;
    color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a {
    background-color: #036f6f;
    color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a:hover {
    background-color: #1d1d1d;
    color: #fff;
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap,
.grand-totall .title-wrap {
    position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before,
.grand-totall .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title,
.grand-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-right: 18px;
    background-color: #f8f9f9;
    position: relative;
    z-index: 1;
    color: #1d1d1d;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper,
.grand-totall .tax-wrapper {
    margin-top: 22px;
}

.tax-select-wrapper {
    margin: 15px 0 0;
}
.tax-select-wrapper select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ebebeb;
    background: #fff;
    padding-left: 20px;
    border-radius: 5px;
}
.tax-select-wrapper input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ebebeb;
    background: #fff;
    padding-left: 20px;
    border-radius: 5px;
}
.tax-select-wrapper .tax-select {
    margin-bottom: 20px;
}
.tax-select-wrapper .tax-select label {
    color: #1d1d1d;
    font-size: 16px;
    margin: 0 0 10px;
}
.tax-select-wrapper button.cart-btn-2 {
    background: #036f6f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 58px;
    text-transform: uppercase;
}
.tax-select-wrapper button.cart-btn-2:hover {
    color: #fff;
    background: #1d1d1d;
}

.discount-code-wrapper .title-wrap {
    margin-bottom: 22px;
}
.discount-code-wrapper .discount-code p {
    margin: 0 0 15px;
}
.discount-code input {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 45px;
    padding-left: 10px;
    outline: none;
    width: 100%;
    border-radius: 5px;
}
.discount-code button.cart-btn-2 {
    background: #036f6f;
    /*border-radius: 5px;*/
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 28px;
    /*text-transform: uppercase;*/
}
.discount-code-wrapper .discount-code button.cart-btn-2:hover {
    color: #fff;
    background: #1d1d1d;
}

.grand-totall h5 {
    font-size: 16px;
    margin: 15px 0 15px;
    font-weight: 400;
}
.grand-totall h5 span {
    float: right;
    font-size: 16px;
    font-weight: 700;
}
.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}
.grand-totall .total-shipping h5 {
    font-size: 16px;
    margin: 0;
}
.grand-totall .total-shipping ul {
    padding: 19px 0 0 0;
}
.grand-totall .total-shipping ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 6px;
    display: block;
}
.grand-totall .total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #626262;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}
.grand-totall .total-shipping ul li span {
    float: right;
}
.grand-totall .grand-totall-title {
    color: #036f6f;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px;
}
.grand-totall .grand-totall-title span {
    float: right;
}
.grand-totall a {
    background-color: #ff9212;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.grand-totall a:hover {
    background-color: #1d1d1d;
}
.billing-info-wrap {
    background-color: #FFF;
    padding: 25px 25px;
}
.error_404{
    color: #333;
    font-size: 150px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}
.billing-info-wrap h3 {
    font-weight: 700;
    color: #1d1d1d;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 16px;
}
.billing-info-wrap .billing-info input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    outline: none;
    height: 45px;
}
.billing-info-wrap .billing-info input.billing-address {
    margin-bottom: 10px;
}
.billing-info-wrap .billing-info .checkout-account label {
    color: #666;
    font-weight: 400;
    margin: 0 0 0 12px;
}
.billing-info-wrap .billing-info .checkout-account input {
    border: 1px solid #e6e6e6;
    display: inline-block;
    float: left;
    height: 12px;
    width: 12px;
    margin-top: 7px;
    cursor: pointer;
}
.billing-info-wrap .billing-select select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    outline: none;
    height: 45px;
}
.billing-info-wrap .checkout-account-toggle input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0 0 20px;
    width: 100%;
    height: 45px;
    outline: none;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
    background-color: #036f6f;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    z-index: 9;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
    background-color: #1d1d1d;
}
.billing-info-wrap .additional-info-wrap {
    margin: 30px 0;
}
.billing-info-wrap .additional-info-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0 0 10px;
}
.billing-info-wrap .additional-info-wrap textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 16px;
    height: 138px;
    padding: 17px 20px;
    width: 100%;
    outline: none;
}

.your-order-area h3 {
    font-weight: 700;
    color: #1d1d1d;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 16px;
}
.your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
    background: #f6f6f6;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: flex;
    justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
    font-size: 16px;
    font-weight: 700;
    list-style: outside none none;
    color: #1d1d1d;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 29px 0;
    padding: 19px 0 18px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
    font-size: 16px;
    color: #253237;
    font-weight: 600;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 18px 0 33px;
    padding: 17px 0 19px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
    font-weight: 700;
    color: #036f6f;
    font-size: 16px;
    list-style: outside none none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
    font-weight: 700;
    color: #212121;
    font-size: 18px;
}

.view-all-btn {
    border: 1px solid #4abdde;
    background-color: #4abdde;
    padding: 7px 15px;
    color:#FFF;
}
.view-all-btn:hover {
    border: 1px solid #4abdde;
    background-color: #fff;
    padding: 7px 15px;
    color: #4abdde;
}
@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
        padding: 38px 30px 44px;
    }
}
.your-order-area .payment-accordion {
    margin: 0 0 16px;
}
.your-order-area .payment-accordion:last-child {
    margin: 0 0 0;
}
.your-order-area .payment-accordion h4 a {
    color: #1d1d1d;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.your-order-area .payment-accordion .panel-body {
    padding: 5px 0 0 0;
}
.your-order-area .payment-accordion .panel-body p {
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #888;
    line-height: 24px;
}
.your-order-area .Place-order {
    margin-top: 25px;
}
.your-order-area .Place-order button {
    background-color: #036f6f;
    color: #fff;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    z-index: 9;
    width: 100%;
}
.your-order-area .Place-order > button:disabled {
    background: #253237;
}
.your-order-area .Place-order a:hover {
    background-color: #1d1d1d;
}

.open-toggle,
.open-toggle2 {
    display: none;
}

.compare-table .table tbody tr:first-child {
    border-top: 1px solid #eee;
}
.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.compare-table .table tbody tr td.first-column {
    min-width: 180px;
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0;
    line-height: 1;
}
.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    padding-top: 70px;
}
.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 15px;
    color: #1d1d1d;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 20px;
    margin-bottom: 10px;
}
.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
    line-height: 24px;
}
.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
    position: relative;
    background-color: #036f6f;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 170px;
    padding: 14px 25px 14px 25px;
    transition: all 0.3s ease-in-out;
    outline: none;
    font-weight: 700;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
    background-color: #1d1d1d;
}
.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    outline: none;
    color: #1d1d1d;
}
.compare-table .table tbody tr td.pro-remove button i {
    font-size: 22px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
    color: #036f6f;
}
.compare-table .table tbody tr td.pro-ratting i {
    font-size: 20px;
    color: #fdd835;
}

.login-register-wrapper .login-register-tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.login-register-wrapper .login-register-tab-list a {
    position: relative;
}
.login-register-wrapper .login-register-tab-list a:before {
    background-color: #000;
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    transition: all 0.4s ease 0s;
    width: 1px;
}
.login-register-wrapper .login-register-tab-list a:hover h4 {
    color: #036f6f !important;
}
.login-register-wrapper .login-register-tab-list a h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    color: #1d1d1d;
}
.login-register-wrapper .login-register-tab-list a:last-child:before {
    display: none;
}
.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: left;
}
.login-register-wrapper .login-form-container .login-register-form input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #666;
    font-size: 16px;
    height: 45px;
    margin-top: 30px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn {
    padding: 10px 0 30px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a {
    color: #ff9212;
    float: right;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover{
     color: #ff9212;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a.flote-none {
    float: none !important;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover {
    color: #036f6f;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button {
    background-color: #f2f2f2;
    border: medium none;
    color: #1d1d1d;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 5px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button:hover {
    background-color: #036f6f;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-wrapper .login-form-container {
        padding: 80px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container {
        padding: 40px 15px;
    }
}

.login-register-wrapper .login-register-tab-list a.active h4 {
    color: #036f6f;
}

.single-my-account {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}
.single-my-account h3.panel-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 2;
}
.single-my-account h3.panel-title span {
    color: #1d1d1d;
    font-size: 16px;
    left: 20px;
    position: absolute;
    top: 16px;
}
.single-my-account h3.panel-title a {
    color: #1d1d1d;
    display: block;
    padding: 16px 55px;
    position: relative;
}
.single-my-account h3.panel-title a:before {
    content: "";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}
.single-my-account h3.panel-title a:hover {
    color: #036f6f;
}
.single-my-account .myaccount-info-wrapper {
    padding: 30px 20px;
    background-color: #fff;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 28px;
    padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 700;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-top: 7px;
    font-weight: 600;
    color: #1d1d1d;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper .account-info-wrapper {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 28px;
    padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .billing-info {
    margin-bottom: 20px;
}
.single-my-account .myaccount-info-wrapper .billing-info label {
    color: #888;
    font-size: 16px;
    text-transform: capitalize;
}
.single-my-account .myaccount-info-wrapper .billing-info input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #888;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    align-items: center;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
    color: #1d1d1d;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
    font-size: 15px;
    color: #036f6f;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
    color: #036f6f;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
    background-color: #f2f2f2;
    border: medium none;
    color: #1d1d1d;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 35px 17px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 5px;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {
    background-color: #036f6f;
    color: #fff;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper {
    border: 1px solid #eaeaea;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .single-my-account .myaccount-info-wrapper .entries-wrapper {
        padding: 30px 10px;
    }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    background-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
    .single-my-account .myaccount-info-wrapper .entries-wrapper:before {
        display: none;
    }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
    .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
        padding: 0 10px 30px;
    }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
    color: #888;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
    background-color: #f32013;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 2px;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
    background-color: #036f6f;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
    background-color: #1d1d1d;
    font-weight: 700;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
    background-color: #036f6f;
}

.inner_complated {
    text-align: center;
}
.inner_complated img {
    max-width: 100%;
}

.img_cmpted {
    margin: 0 0 30px;
}

.dsc_cmpted {
    margin: 0 0 30px;
    line-height: 24px;
}

.btn_cmpted .shop-btn {
    width: 210px;
    background: #036f6f;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
}
.btn_cmpted .shop-btn:hover {
    background-color: #1d1d1d;
}

.quick_order {
    margin: 0 0 60px;
    text-align: center;
}
.quick_order .title {
    font-size: 32px;
}
@media only screen and (max-width: 575px) {
    .quick_order .title {
        font-size: 26px;
    }
}

.cntct.typewriter-effect a {
    font-size: 20px;
    color: #eb2606;
    margin: 15px 0 0;
    display: inline-block;
    font-weight: 700;
}

.about-area .about-content h2 {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 30px;
    color:#036f6f;
}
.about-content h3 {
    color: #036f6f;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
    .about-area .about-content h2 {
        font-size: 24px;
    }
}
.about-area .about-content p {
    line-height: 24px;
    color: #1d1d1d;
}
.about-area .single-about h4 {
    font-size: 30px;
    font-weight: 600;
    color: #1d1d1d;
    margin: 0 0 15px;
}
@media only screen and (max-width: 479px) {
    .about-area .single-about h4 {
        font-size: 24px;
    }
}
.about-area .single-about p {
    line-height: 24px;
    color: #1d1d1d;
}

.left-sidebar .search-widget {
    position: relative;
}
.left-sidebar input {
    width: 100%;
    border: 1px solid #ebebeb;
    height: 45px;
    padding: 0 55px 0 20px;
    border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .left-sidebar input {
        font-size: 12px;
        padding-left: 10px;
    }
}
.left-sidebar button {
    position: absolute;
    width: 50px;
    height: 45px;
    left: auto;
    right: 0;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    background-color: #036f6f;
    color: #fff;
}
.left-sidebar button:hover {
    background-color: #1d1d1d;
}
.left-sidebar .category-post li {
    margin-bottom: 5px;
    display: block;
}
.left-sidebar .category-post li a {
    color: #888;
    line-height: 24px;
}
.left-sidebar .category-post li a:hover {
    color: #036f6f;
}
.left-sidebar .category-post li:last-child {
    margin: 0;
}
.left-sidebar .recent-post-widget .recent-single-post {
    margin: 0 0 30px;
}
.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side {
    margin: 0 0 0 18px;
    align-self: center;
    align-items: center;
    line-height: 24px;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 600;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
    color: #036f6f;
}

.single-blog-post {
    line-height: 24px;
}
.single-blog-post .blog-post-media {
    overflow: hidden;
}
.single-blog-post .blog-post-media .blog-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single-blog-post .blog-post-media iframe {
    width: 100%;
    position: relative;
}
.single-blog-post .slick-slide:focus {
    outline: 0px none;
}

.single-blog-post.blog-list-post .blog-post-media .blog-image img {
    height: 300px;
}
.single-blog-post.blog-list-post .blog-post-media iframe {
    width: 100%;
    position: relative;
    height: 300px;
}
.single-blog-post.blog-list-post .blog-post-media .blog-gallery .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.blog-post-content-inner .blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1d;
}
.blog-post-content-inner .blog-title a:hover {
    color: #036f6f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-content-inner .blog-title a {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post-content-inner .blog-title a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .blog-post-content-inner .blog-title a {
        font-size: 20px;
    }
}
.blog-post-content-inner .blog-page-meta {
    margin: 10px 0;
}
.blog-post-content-inner .blog-page-meta li {
    display: inline-block;
    position: relative;
}
.blog-post-content-inner .blog-page-meta li:first-child {
    margin-right: 15px;
}
.blog-post-content-inner .blog-page-meta li:first-child:after {
    position: absolute;
    top: 50%;
    right: -9px;
    left: auto;
    background: #555;
    content: "";
    width: 1px;
    height: 12px;
    margin-top: -6px;
}
.blog-post-content-inner .blog-page-meta li a {
    display: block;
    color: #1d1d1d;
}
.blog-post-content-inner .blog-page-meta li a:hover {
    color: #036f6f;
}
.blog-post-content-inner p {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    color: #1d1d1d;
    line-height: 24px;
}
.blog-post-content-inner .read-more-btn {
    color: #1d1d1d;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.blog-post-content-inner .read-more-btn i {
    color: #036f6f;
    font-size: 16px;
    transition: all 300ms linear;
    transform: translate(2px, 2px);
    display: inline-block;
}
.blog-post-content-inner .read-more-btn:hover {
    padding-left: 10px;
    color: #036f6f;
}

.single-post-content p {
    margin: 20px 0;
    color: #1d1d1d;
    line-height: 24px;
}
.single-post-content p.quate-speech {
    margin-left: 100px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    border-left: 3px solid #036f6f;
}
@media only screen and (max-width: 767px) {
    .single-post-content p.quate-speech {
        margin-left: 50px;
    }
}

.blog-single-tags-share {
    margin-bottom: 35px;
    line-height: 24px;
}
.blog-single-tags-share span.title {
    font-weight: 700;
    color: #1d1d1d;
}
.blog-single-tags-share .tag-list li {
    display: inline-block;
    margin-left: 5px;
    color: #1d1d1d;
}
.blog-single-tags-share .tag-list li a {
    color: #1d1d1d;
}
.blog-single-tags-share .tag-list li a:hover {
    color: #036f6f;
}
.blog-single-tags-share .social li {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #1d1d1d;
}
.blog-single-tags-share .social li a {
    color: #1d1d1d;
}
.blog-single-tags-share .social li a:hover {
    color: #036f6f;
}

.blog-related-post {
    padding: 40px 0 30px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.blog-related-post .section-title {
    border-bottom: 0px solid #ebebeb;
    margin-bottom: 30px;
}
.blog-related-post .section-title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    bottom: -1px;
    background: #036f6f;
    width: 50px;
}
.blog-related-post .blog-title a {
    font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-related-post .blog-title a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-related-post .blog-title a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-related-post .blog-title a {
        font-size: 20px;
    }
}

.comment-area {
    line-height: 24px;
    margin-top: 35px;
}
.comment-area h2.comment-heading {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    color: #1d1d1d;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 40px;
}
.comment-area .single-review {
    display: flex;
    margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
    .comment-area .single-review {
        display: block;
    }
}
.comment-area .single-review .review-img {
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
    .comment-area .single-review .review-img {
        margin: 0 0 20px 0;
    }
}
.comment-area .single-review .review-content {
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.comment-area .single-review .review-content .review-top-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    align-items: center;
}
.comment-area .single-review .review-content .review-top-wrap .review-left {
    display: flex;
}
.comment-area .single-review .review-content .review-top-wrap .review-left .review-name h4 {
    font-weight: 600;
    color: #1d1d1d;
}
.comment-area .single-review .review-content .review-top-wrap .review-left a {
    color: #1d1d1d;
}
.comment-area .single-review .review-content .review-top-wrap .review-left a:hover {
    color: #036f6f;
}
.comment-area .single-review .review-content p {
    margin: 0;
    width: 93%;
}
@media only screen and (max-width: 479px) {
    .comment-area .single-review .review-content p {
        width: 100%;
    }
}
.comment-area .single-review.child-review {
    margin-left: 70px;
}
@media only screen and (max-width: 767px) {
    .comment-area .single-review.child-review {
        margin-left: 0px;
    }
}

.blog-comment-form {
    line-height: 24px;
}
.blog-comment-form h2.comment-heading {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    color: #1d1d1d;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
.blog-comment-form p {
    margin: 0 0 30px;
}
.blog-comment-form .single-form input,
.blog-comment-form .single-form textarea {
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #333;
    border-radius: 5px;
}
.blog-comment-form .single-form textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
.blog-comment-form .single-form input {
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 16px;
    color: #253237;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}
.blog-comment-form .single-form input.submit {
    padding: 0 55px !important;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-transform: uppercase;
    background: #036f6f !important;
    display: block;
    color: #fff !important;
    width: 200px;
    transition: all 300ms linear;
    margin: 20px 0px 0px 0px;
}
.blog-comment-form .single-form input.submit:hover {
    background-color: #1d1d1d !important;
}

.contact-area .contact-map {
    margin-bottom: 60px;
}
.contact-area .contact-map #map {
    height: 560px;
}
.contact-area .custom-row-2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.contact-area .custom-row-2 div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.contact-area .custom-row-2 .contact-info-wrap {
    background-color: #036f6f;
    padding: 78px 52px 76px 52px;
}
.contact-area .custom-row-2 .contact-info-wrap h3{
    margin-bottom:2rem;
    color:#fff;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon {
    margin-right: 20px;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon i {
    font-size: 20px;
    color: #ff9212;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff9212;
    text-align: center;
    border-radius: 100%;
    transition: all 0.3s ease 0s;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info:hover .contact-icon i {
    background-color: #036f6f;
    color: #fff;
    border-color: #036f6f;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p {
    line-height: 1;
    color: #fff;
    margin: 0 0 9px;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a {
    color: #fff;
}
.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
    color: #036f6f;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social h3 {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin: 0 0 17px;
    line-height: 1;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info {
    margin-top: 30px;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ff9212;
    font-size: 24px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    transition: all 300ms linear;
    margin-right: 15px;
}
.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a:hover {
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-area .custom-row-2 .contact-info-wrap {
        padding: 120px 20px 112px 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .custom-row-2 .contact-info-wrap {
        padding: 120px 20px 112px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-area .custom-row-2 .contact-info-wrap {
        padding: 50px 30px 50px 30px;
    }
}
.contact-area .custom-row-2 .contact-form {
    background-color: #f3f3f3;
    padding: 50px 110px 50px 110px;
}
.contact-area .custom-row-2 .contact-form .contact-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1;
    margin-bottom: 36px;
    margin-left: -10px;
}
.contact-area .custom-row-2 .contact-form .contact-form-style input,
.contact-area .custom-row-2 .contact-form .contact-form-style textarea {
    background: transparent;
    border: 1px solid #c1c1c1;
    height: 40px;
    padding: 2px 14px;
    margin-bottom: 30px;
    color: #000;
    width: 100%;
    outline: none;
    border-radius: 5px;
}
.contact-area .custom-row-2 .contact-form .contact-form-style textarea {
    padding: 20px 14px;
    margin-bottom: 0;
    height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .custom-row-2 .contact-form .contact-form-style textarea {
        height: 130px;
    }
}
.contact-area .custom-row-2 .contact-form .contact-form-style button {
    border: none;
    background-color: #036f6f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 52px;
    margin-top: 33px;
    outline: none;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}
.contact-area .custom-row-2 .contact-form .contact-form-style button:hover {
    background: #1d1d1d;
}
.contact-area .custom-row-2 .contact-form p {
    color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .custom-row-2 .contact-form {
        padding: 50px 30px 50px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-area .custom-row-2 .contact-form {
        padding: 50px 30px 50px 30px;
    }
}

.modal-dialog {
    margin: 0% auto;
    max-width: 960px;
    width: 960px;
    padding: 35px;
}
.modal-dialog .product-details-content p.quickview-para {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 24px;
    margin: 0px 0px 20px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        max-width: 720px;
        width: 720px;
    }
}
@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 98%;
        max-width: 100%;
        padding: 35px 0;
        margin: auto 2%;
    }
}
.modal-dialog .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.modal-dialog .swiper-slide {
    background-size: cover;
    background-position: center;
}
.modal-dialog .gallery-top {
    height: 80%;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog .gallery-top {
        height: 50%;
    }
}
.modal-dialog .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.modal-dialog .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .modal-dialog .gallery-thumbs .swiper-slide img {
        width: 90px;
        height: 90px;
    }
    .modal-dialog .gallery-thumbs .swiper-slide img:hover {
        border: 1px solid #036f6f;
    }
}
@media only screen and (max-width: 575px) {
    .modal-dialog .gallery-thumbs .swiper-slide img {
        width: 50px;
        height: 50px;
    }
}
.modal-dialog .gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #036f6f;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog .gallery-thumbs {
        height: 14%;
    }
}
@media only screen and (max-width: 767px) {
    .modal-dialog .gallery-thumbs {
        height: auto;
    }
}

.modal.fade {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.modal.fade.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}



/*===============additional===============*/

.static-area{
    padding-left: 40px;
    padding-right: 20px;
}
.footer-top,.footer-bottom{
    padding-left:20px !important;
    padding-right:20px !important;
}

.description-review-wrapper,.tab-content.description-review-bottom{height:100%;}

@media only screen and (max-width: 1199px) {
    #offcanvas-mobile-menu{overflow-y: scroll;}
    .content_section{text-align:justify;padding: 2rem 0rem;}
}

@media only screen and (min-width: 992px) {
    .footer-area .footer-top .single-wedge p.text-infor {
      width: 100%;
   }
   .need-help-section{
        display: flex;
        justify-content: flex-end;
        max-width: 23% !important;
   }
   .custom-link-section,.info-section{
        display: flex;
        justify-content: flex-end;
   }
   .footer-area .footer-top .container>.row{
        display: flex;
        justify-content: space-between;
   }
}

@media only screen and (max-width: 575px) {
    /* .category-tab-area,.feature-area{overflow-x:hidden;} */
    .popular-categories-area .category-slider .thumb-category img{
        max-width: 136px !important;
        min-height: 112px;
    }
    .popular-categories-area .bg-left {
        position: absolute;
        background-image: url(../images/banner-image/bg-left.webp);
        width: 22% !important;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -230px !important;
        left: 0;
        z-index: 1;
    }

}

@media only screen and (min-width: 575px)  and (max-width: 1199px) {
    .category-tab-area .category_products{max-width:100% !important;}
}
@media only screen and (min-width: 768px)  and (max-width: 991px) {
    .aboutus-section{max-width: 33%;}
    .info-section{max-width: 17%;padding-left: 0;}
    .custom-link-section{max-width: 21%;}
    .need-help-section{max-width: 29%;padding-left: 0 !important;}
    .footer-area .footer-top .single-wedge .social-info a {width: 35px;height: 35px;}
    .footer-area .footer-top>.container {max-width:100%;}
}

@media only screen and (min-width: 992px)  and (max-width: 1199px) {
    .footer-top .need-help-section{padding-left:0;}
    .footer-area .footer-top .single-wedge .social-info a {width: 35px;height: 35px;}
}


.feature-slider-2,.feature-slider,.recent-slider,.category-slider{display:none;}
.swiper-container-initialized{display:block;}
.login-register-wrapper form .login-heading a{font-size: 30px;
    color: #036f6f;
    font-weight: 800;
}
.login-register-area .login-register-wrapper{
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, 
    rgb(0 0 0 / 20%) 0px 6px 10px 0px, 
    rgb(0 0 0 / 20%) 0px 1px 18px 0px;
}

.ps-btn--fullwidth{
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background: #ff9212;
    transition: all .4s ease;
    cursor: pointer;
}

.midlink {
    margin-bottom: 15px;
    line-height: 20px;
}
.midlink2 span{
    color:#ff9212;
}
.midlink span {
    color: #ff9212;
}
.midlink span code {
    color: #000;
    font-size:16px;
}
.login-register-wrapper h5{
   margin: 30px 0 -10px 0;
   font-size: 16px;
   font-weight: 400;
}


#minicart .foot .buttons a:hover{background:#ff9212;color:#fff;}

.pro-description1 h1{font-size:20px;margin-bottom:20px;}
.pro-descript2 h1{font-size:20px;margin-bottom:20px;}
.cart-main-area #main_cart .cart_products.row{margin:0 !important;
margin-bottom:1rem !important;
}

@media only screen and (max-width: 575px) {
  #main_cart form .col-8,#main_cart form .col-4{width:100%;max-width:100% !important;flex:auto !important;}
  .cart-main-area .cart-shiping-update-wrapper {padding: 16px 0 0px;}
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  #main_cart .col-lg-8{width:100% !important;max-width:100% !important;flex:auto !important;}
  .cart-main-area .cart-shiping-update-wrapper {padding: 16px 0 0px;}
}

@media only screen and (max-width:767px) {
    .login-register-area{margin:0;}
    .login-register-area .container{max-width:100%;padding:0;}
    .login-register-area .container .login-register-wrapper{box-shadow:none;}
    .login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn {
      padding: 10px 0px 30px;}
}

@media only screen and (max-width: 350px){
    .product-details-content .pro-details-quality .pro-details-cart a {
        font-size: 12px;
    }
}




/* New css(24/april/2023) */

.head-top{
    background-image: url(../images/menu-image/top-bar-img.webp);
    padding: 0.6rem 0;
    color: #fff;
}
.head-top .header-tools{
    justify-content:flex-end;
}

.head-top .header-tools .cart-info a i{
    color:#fff;
    margin-right: 0.5rem;
}
.head-top .header-tools .cart-info a.bag span{
    color:#fff;
}
.cart-info{
    position:relative;
}
.head-top .header-tools .cart-info .b-l{
    border-right:1px solid #fff;
    padding-right:1.5rem;
}
.head-top .h-top-first{
    display:flex;
    align-items:center;
    
}
.head-top .h-top-middle{
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.head-top .h-top-middle p a{
color: #ff9212;
padding-left: 5px;
font-weight: 600;

}

.header-menu .custom-col-2{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.popular-categories-area {
    padding:4rem 0 0rem;
}
.popular-categories-area h3 {
    text-align:center;
    position:relative;
    margin-bottom:3rem;

}
.popular-categories-area h3 span{
border-bottom: 1px solid #e5e5e5;
    
}
.popular-categories-area h3:before{
content: "";
position: absolute;
width: 60px;
height: 3px;
bottom: -10px;
left: 0;
right: 0;
margin: 0 auto;
background: #036f6f;
}
.category-slider-wrapper {
    margin-bottom:2rem;
}

.head-title{
    text-align:center;
    position:relative;
    margin-bottom:3rem;
}

.head-title span{
border-bottom: 1px solid #e5e5e5; 
}

.head-title:before{
content: "";
position: absolute;
width: 60px;
height: 3px;
bottom: -10px;
left: 0;
right: 0;
margin: 0 auto;
background: #036f6f;
}

.deal-area{
    background-image: url(../images/banner-image/h-banner1.webp);  
    padding: 110px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    margin-top:2rem;
    margin-bottom:1rem;
}

.deal-text{
    color:#fff;
}

.deal-text h4{
    color:#ff9212;
    font-size:30px;
    padding-bottom:0.5rem;
}

.deal-text h2{
    color:#fff;
    font-size: 60px;
}

.feature-slider-2 .list-product .img-block img {
    width: 100%;
    aspect-ratio:3/3;
    max-width: 171px;
}

.feature-slider-2 .list-product .img-block{
    position: relative;
    box-shadow: 0px 0px 9px 0px #dddddd;
    border-radius: 10px;
    text-align:center;
    padding: 0;
}

.scc-bg{
    background-image: url(../images/category/sussutents.webp);  
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height:100%;
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    border:1px solid #f4f4f4;
    padding: 0 1rem;
    border-radius:5px;
}

.scc-bg h5{
color:#ff9212;
font-weight:500;
margin-bottom:0.5rem;
font-size:20px;
}

.pots-bg{
    background-image: url(../images/category/pots-stand.webp);  
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height:100%;
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    border:1px solid #f4f4f4;
    padding: 0 1rem;
}


.pots-bg h5{
    color:#ff9212;
    font-weight:500;
    margin-bottom:0.5rem;
    font-size:20px;
}

.category-tab-area{
    position: relative;
    background-image: url(../images/banner-image/white-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
}

.category-tab-area .bg-bottom{
    position: absolute;
    background-image: url(../images/banner-image/bg-icon.webp);
    width: 12%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -263px;
    right: 0;
    z-index:1;
    
}

.plant-care-bg{
    background-image: url(../images/category/pots-stand.webp);  
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height:100%;
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    border:1px solid #f4f4f4;
    padding: 0 1rem;
}

.plant-care-bg h5{
    color:#ff9212;
    font-weight:500;
    margin-bottom:0.5rem;
    font-size:20px;
}

.recent-slider {
    padding:1rem 1rem;
}

.seeds-bg{
    background-image: url(../images/banner-image/seeds-bg.webp);  
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    height:100%;
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    border:1px solid #f4f4f4;
    padding: 0 1rem;
}
.seeds-bg h5{
    color:#ff9212;
    font-weight:500;
    margin-bottom:0.5rem;
    font-size:20px;
}

.content_section img{
width:100%;
border-radius:5px;
}

.content_section .row{
    margin-bottom:5rem;
}

.con-content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;

}

.popular-categories-area{
    position:relative;
}

.popular-categories-area .bg-left{
    position: absolute;
    background-image: url(../images/banner-image/bg-left.webp);
    width: 12%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -263px;
    left: 0;
    z-index: 1;
}

.home-decor{
    padding-top:3rem;
     background-image: url(../images/banner-image/decor-bg.webp);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     margin-bottom:3rem;
}

.bg-left1{
    position: absolute;
    background-image: url(../images/icons/ani-leaf.webp);
    width: 15%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -548px;
    left: -58px;
    z-index: -1;
    transform: rotate(64deg);
   } 
.women-h{
    position:relative;
}

.bg-jewel{
    position: absolute;
    background-image: url(../images/icons/jw-gif.webp);
    width: 10%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -299px;
    right: 0;
    z-index: 0;
        
    
}
.shop-page .list-product .product-decs {
    padding: 15px;
    text-align: center;
    box-shadow: 0px -2px 14px -3px #4a4c4b3d;
}

.quantity-sec{
    
   display:flex;
   align-items:center;

}

.quantity-sec label{
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
}

.pin-c label{
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
}

.pin-c .form-control {
    display: inline;
    width: 49%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* searchpopup */
.input-box {
    position: relative;
    width: 100%;
    max-width: 60px;
    /* height: 55px; */
    margin: 0 28px;
    background-color: transparent;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
  }
  .input-box.open {
    max-width: 199px;
    border-bottom: 1px solid white;
  }
  .input-box input {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
  }
  .input-box.open input {
    padding: 0 24px 0 34px;
    background: transparent;
    color:#fff;
  }
  
  .input-box .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0px;
    cursor: pointer;
    border-right: 1px solid #fff;
  }
  .input-box.open .search {
    border-radius: 6px 0 0 6px;
    border-right:none;

  }
  .search .search-icon {
    font-size: 25px;
    color: #ffffff;
    margin-right: 2rem;
  }
  .input-box .close-icon {
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 26px;
    color: #ffffff;
    /* padding: 5px; */
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
  }
  .input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
  }
  .input-box input::placeholder{
    color:#fff;
    opacity: 0;
  }
  
  .input-box.open input::placeholder{
    opacity:1;
  }




  header {
    /* overflow: hidden; */
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: top center;
}

.hero .hero-slide .header-content {
  top: 28%;
  /* margin-left: 8rem; */
  max-width: 100%;
  width: 100%;
  padding: 2rem 0;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px
}

.btn-primary {
  background-color: #036f6f;
  margin-top:2rem;
  border: #111;
  border-radius: 0px;
}
.btn-primary:hover{
    background-color:#ff9212;
    color:#fff !important;
}
.hero .hero-slide .header-content h5{
    color: #ff9212;
    font-weight: 600;
    margin-bottom: 1rem;
}
/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  width: auto;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: white;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background: #ff9212 !important;
  border:4px solid #fff !important;
}

.related-pro .list-product .img-block img{
    height:auto !important;
}

.related-pro{
    margin-bottom:3rem;
}

.crm_product_ld{
    margin-bottom:1rem;
}

.description-review-bottom .product-description-wrapper h3{
    color:#036f6f;
    margin-bottom: 1rem;
}
.crm_product_attr_table tr td{
   padding:0.5rem;
}


.xzoom-gallery{
    aspect-ratio:3/3;
}

.feature-area .view-all{
    margin-top:2rem;
 }

/* videoheader */
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
  
  }
  video {
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    height: 70vh;
    width: 100%;
    object-fit: cover;
  }
  .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 47%);
    background-size: 3px 3px;
    z-index: 2;
  }
  .banner-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 11;
    flex-direction: column;

  }

  .banner-content h5{
    color: #FF9800;
    margin-bottom:0.5rem;
  }

  .banner-content h1{
    color:#fff;
  }
















/* Media Queries */

@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    /* left: 56%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    margin: 0 auto;
  }
  .hero .hero-slide img{
    height:auto;
  }
  .hero .hero-slide .header-content h5 {
    color: #ff9212;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 12px;
}
.hero .hero-slide .header-content h1{
   margin-bottom: 0 !important;
    font-size: 16px;
}

.hero .hero-slide .header-content .btn{
  padding: 5px;
  font-size: 12px;
  
}

.hero .hero-slide .header-content{
    top:25%;
    padding:0;
}






}















/* responsive  */

@media only screen and (max-width: 1200px){
.head-tool{
    display:none ;
}



}


@media only screen and (max-width: 767px){
    .h-top-first{
        display:none !important;
    }
    .category-tab-area{
        padding-top:1.5rem !important;
        padding-bottom:2rem !important;
    }
    .feature-slider-2{
        padding-top:4px;
        padding-bottom:9px;
    }
    .list-product{
        margin: 0 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .deal-text h2 {
        font-size: 33px;
    }
    .deal-area {
        padding: 46px 0;
    }
    .deal-text h4 {
        color: #ff9212;
        font-size: 24px;
    }
    .category-tab-area .bg-bottom {
        width: 23%;
        bottom: -216px;
    }
    .content_section .head-title span {
        border-bottom: none;
    }
    .home-decor{
        margin-top:2rem;
        margin-bottom:0;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .list-product .product-decs h2 a{
        white-space: normal;
    }
    .h-mobile-banner{
        margin:0 0 2rem;
    }
    .recent-slider {
        padding: 0.5rem;
    }
    .content_section img {
        margin: 2rem 0;
        margin-top: 1rem !important;
    }
    .content_section .row {
        margin-bottom: 2rem;
    }
    .bg-jewel {
        position: absolute;
        background-image: url(../images/icons/jewellery-gif.webp);
        width: 69%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -181px;
        right: -37px;
        z-index: -1;
    }
    .bg-left1 {
        position: absolute;
        background-image: url(../images/icons/ani-leaf.webp);
        width: 35%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 267px;
        left: -22px;
        z-index: 0;
        transform: rotate(64deg);
    }
    .breadcrumb-area {
        background-color: #f3f3f3;
        padding: 7px 0;
    }
   
    .product-details-content h2, .product-details-content h1 {
        color: #222;
        font-size: 31px;
        text-transform: capitalize;
        line-height: 1;
        font-weight: 700;
        margin: 5px 0 5px 0;
    }
    .product_sku_id {
        margin-bottom: 0;
    }
    
    .read-review{
        line-height: 1;
    }

    .product-details-content .pricing-meta{
        margin-top:5px;
        margin-bottom: 10px;
    }
    .product-details-content .pricing-meta .form-group{
        margin-bottom:5px;
    }

    .pin-c{
        margin-top:0.5rem !important; 
    }

    .product-details-content .pro-details-quality .pro-details-cart a{
        margin-right:0;
        width:48%;
    }


    .product-details-content .pro-details-social-info{
        margin-top:10px !important;
    }

    .product-details-content .pro-details-list div{
        margin-bottom:none !important;
    }
    
    .description-review-bottom .product-description-wrapper p {
        margin: 0 0px 3px;
        font-size: 21px;
        line-height: 30px;
        color: #036f6f;
        text-align: justify;
        font-weight: 700;
    }

    .cart-main-area #main_cart .cart_products.row{
        margin-bottom:1rem !important;
    }
    .recent-add-area {
        padding-bottom:0;
    }
    .slick-dots li button{
        width:15px;
        height:15px;
    }
    .d-none-banner{
        margin-top:0;
    }
     .women-h .list-product{
        min-height:auto;
     }
     .feature-area.desktop-none .list-product{
        min-height: 215px;
     }
   
     .slider-nav-style-1 .swiper-buttons .swiper-button-next, .slider-nav-style-1 .swiper-buttons .swiper-button-prev{
        visibility:visible;
        opacity:1;
     }
     .slider-nav-style-1 .swiper-button-next{
        right:0%;
     }
     .slider-nav-style-1 .swiper-buttons .swiper-button-prev{
        left:0%;
     }
     .shop-page .list-product .img-block img{
        padding:0;
     }
     .shop-page .list-product .product-link{
        width:100%;
     }
     .shop-page .list-product {
        margin-bottom:1rem;
     }
    .list-product .new {
        position: absolute;
        width: 43px;
        height: 25px;
        top: 0;
        right: 0;
     }
     .head-title {
        margin-bottom: 2rem;
     }
     .recent-add-area .list-product{
        padding:1rem;
     }
     .tz-gallery .lightbox img{
        aspect-ratio: 3/3;
     }
     
     .popular-categories-area .category-slider .thumb-category{
        width:100%;
     }
    











   }

























