@charset "UTF-8";

/*!
 * Theme Main Style
 */
li,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.a,
a {
    text-decoration: none;
    color: #F5C13F
}

.a:hover,
a:hover {
    text-decoration: none;
    color: #F5C13F
}

.a:focus-visible,
a:focus-visible {
    outline: none
}

button {
    cursor: pointer
}

button:focus,
button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

[type=button]:not(:disabled):active,
[type=button]:not(:disabled):focus,
[type=reset]:not(:disabled):active,
[type=reset]:not(:disabled):focus,
[type=submit]:not(:disabled):active,
[type=submit]:not(:disabled):focus,
button:active,
button:focus,
button:not(:disabled):active,
button:not(:disabled):focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.themefont,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif
}

.theme-text-color {
    color: #F5C13F !important
}

.theme-bg-color {
    background-color: #F5C13F
}

.theme-text-color2 {
    color: #A8315B !important
}

.theme-text-color3 {
    color: #C18900 !important
}

.theme-bg-color2 {
    background-color: #A8315B
}

.theme-lightbg-color {
    background-color: #E8FFFE
}

.theme-dark-color {
    color: #393939 !important
}

.theme-gray-color {
    color: #676666 !important
}

.border-color {
    border-color: #D9D9D9
}

.theme-text-black {
    color: #393939 !important
}

::-moz-selection {
    background: #E8FFFE !important;
    color: #F5C13F
}

::selection {
    background: #E8FFFE !important;
    color: #F5C13F
}

.box-shadow {
    -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15)
}

.themeHeader .headerTop {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.themeHeader .headerTop .htopNav li,
.themeHeader .headerTop .htopNav ol,
.themeHeader .headerTop .htopNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.themeHeader .headerTop .htopNav li li a,
.themeHeader .headerTop .htopNav ol li a,
.themeHeader .headerTop .htopNav ul li a {
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.themeHeader .headerTop .htopNav li li a:hover,
.themeHeader .headerTop .htopNav ol li a:hover,
.themeHeader .headerTop .htopNav ul li a:hover {
    color: #A8315B
}

.themeHeader .headerTop .offerContent a:hover {
    color: #F5C13F !important
}

.themeHeader .headerTop .htopRight .currentcyDropdown .customdropdown {
    border: none
}

.themeHeader .headerTop .htopRight .currentcyDropdown .customdropdown:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.themeHeader .headerMid {
    padding-top: 10px;
    padding-bottom: 10px
}

.themeHeader .headerMid .headerSearch .input-group {
    border: 1px solid #CFCFCF;
    background-color: #F1F5F5;
    border-radius: 5px;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.themeHeader .headerMid .headerSearch .input-group .searchBtn {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15 15L12.2779 12.2778M14.2222 7.61111C14.2222 11.2623 11.2623 14.2222 7.61111 14.2222C3.95989 14.2222 1 11.2623 1 7.61111C1 3.95989 3.95989 1 7.61111 1C11.2623 1 14.2222 3.95989 14.2222 7.61111Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    cursor: pointer;
    padding: 0 20px
}

.themeHeader .headerMid .headerSearch .input-group .form-control {
    border: none;
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding: 6px 0;
    font-size: 14px;
    color: #000
}

.themeHeader .headerMid .headerSearch .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.themeHeader .headerMid .headerSearch .input-group .form-control::-webkit-input-placeholder {
    color: #999
}

.themeHeader .headerMid .headerSearch .input-group .form-control::-moz-placeholder {
    color: #999
}

.themeHeader .headerMid .headerSearch .input-group .form-control:-ms-input-placeholder {
    color: #999
}

.themeHeader .headerMid .headerSearch .input-group .form-control::-ms-input-placeholder {
    color: #999
}

.themeHeader .headerMid .headerSearch .input-group .form-control::placeholder {
    color: #999
}

.themeHeader .headerMid .headerSearch .input-group .form-control::-moz-placeholder {
    color: #999
}

.themeHeader .headerMid .headMidBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.themeHeader .headerMid .headMidBtns .headBtn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: transparent;
    text-align: center;
    line-height: 36px;
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.themeHeader .headerMid .headMidBtns .headBtn .pro-count {
    position: absolute;
    top: -5px;
    background: white;
    display: flex;
    font-size: 10px;
    width: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    height: 22px;
    box-shadow: 0px 0px 15px #0000004d;
    right: -5px
}

.themeHeader .headerMid .headMidBtns .headBtn:hover {
    background-color: transparent
}

.themeHeader .headNav {
    background-color: transparent
}

.themeHeader .themeNav {
    padding: 0
}

.themeHeader .themeNav .navbar-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.themeHeader .themeNav li,
.themeHeader .themeNav ol,
.themeHeader .themeNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px
}

.themeHeader .themeNav li>li a,
.themeHeader .themeNav ol>li a,
.themeHeader .themeNav ul>li a {
    color: #000;
    padding: 8px 0
}

.themeHeader .themeNav .themeMegaMenu {
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems {
    max-width: 225px;
    padding: 25px;
    border-top: 1px solid #F1F5F5;
    border-bottom: 1px solid #F1F5F5
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems:first-child {
    border-left: 1px solid #F1F5F5
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems:last-child {
    border-right: 1px solid #F1F5F5
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems:nth-child(odd) {
    background-color: #FFFCF1
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems:nth-child(2n) {
    background-color: #fff
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems .list-group {
    text-align: left
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems .list-group li {
    font-size: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-transform: capitalize
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems .list-group li a {
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.themeHeader .themeNav .themeMegaMenu .subMegaMenuitems .list-group li a:hover {
    color: #A8315B
}

.themeHeader .themeStickyHead.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff
}

.loginModal .modal-dialog {
    border-radius: 0;
    border: none
}

.loginModal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #000
}

.loginModal .modal-dialog .modal-content .modal-body {
    padding: 0.75rem 0.5rem;
    position: relative
}

.loginModal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    opacity: 1;
    padding: 0
}

.loginModal .logModalForm .logfomrMidsec {
    padding: 0 1rem 1rem
}

.loginModal .logModalForm .form-control {
    border: none;
    border-bottom: 1px solid #393939;
    border-radius: 0;
    background-color: transparent;
    height: 48px;
    font-size: 16px;
    color: #000;
    padding: 6px 0;
    line-height: 40px;
    letter-spacing: 1.28px
}

.loginModal .logModalForm .form-control::-webkit-input-placeholder {
    color: #393939
}

.loginModal .logModalForm .form-control::-moz-placeholder {
    color: #393939
}

.loginModal .logModalForm .form-control:-ms-input-placeholder {
    color: #393939
}

.loginModal .logModalForm .form-control::-ms-input-placeholder {
    color: #393939
}

.loginModal .logModalForm .form-control::placeholder {
    color: #393939
}

.loginModal .logModalForm .form-control:-moz-placeholder {
    color: #393939
}

.loginModal .logModalForm .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.loginModal .logModalForm .form-control:-internal-autofill-selected {
    background-color: transparent !important
}

.loginModal .logModalForm .signinBtn {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    background-color: #FD6D05;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid #FD6D05;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.6px
}

.loginModal .logModalForm .signinBtn:hover {
    background-color: #F5C13F;
    color: #fff;
    border-color: #F5C13F
}

.loginModal .logModalForm .registerBtn {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid #FD6D05;
    color: #000;
    text-align: center;
    padding: 10px 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.6px
}

.loginModal .logModalForm .registerBtn:hover {
    background-color: #F5C13F;
    color: #fff;
    border-color: #F5C13F
}

.loginModal .logModalForm .forgotbtn {
    margin-top: 10px
}

.loginModal .logModalForm .forgotbtn a {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.28px;
    color: #022D8B;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.loginModal .logModalForm .forgotbtn a:hover {
    color: #A8315B
}

.loginModal .logModalForm .form-check .form-check-label {
    line-height: 1.4;
    cursor: pointer
}

.loginModal .logModalForm .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.loginModal .logModalForm .form-check .form-check-input:checked {
    background-color: #F5C13F;
    border: none
}

.loginModal .logModalForm .ordivider {
    padding: 10px 0;
    margin: 10px 0;
    color: #000;
    font-size: 12px;
    position: relative;
    text-align: center
}

.loginModal .logModalForm .ordivider:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ACA9A9
}

.loginModal .logModalForm .ordivider span {
    display: inline-block;
    background-color: #fff;
    padding: 4px 12px;
    position: relative;
    z-index: 1
}

.loginModal .logModalForm .socialLogBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.loginModal .logModalForm .socialLogBtn .soclogBtns {
    max-width: calc(50% - 5px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border: 1px solid #FD6D05;
    text-align: center;
    padding: 8px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 8px
}

.themeHeader .smallHeaderInner {
    background-color: #fff;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #D9D9D9
}

.themeHeader .smallHeaderInner .shSmallSec {
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.themeHeader .smallHeaderInner .shSmallSec .toggleBtn {
    color: #000
}

.themeHeader .smallHeaderInner .shSmallSec .toggleBtn:hover {
    color: #A8315B
}

.themeHeader .smallHeaderInner .shRightSec {
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.themeHeader .smallHeaderInner .shRightSec .headMidBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.themeHeader .smallHeaderInner .shRightSec .headMidBtns .headBtn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #F1F5F5;
    text-align: center;
    line-height: 36px;
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.themeHeader .smallHeaderInner .shRightSec .headMidBtns .headBtn:hover {
    background-color: #F5C13F
}

.bottomFiexedNavItmes {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    border-top: 1px solid #D9D9D9;
    background-color: #fff
}

.bottomFiexedNavItmes li,
.bottomFiexedNavItmes ol,
.bottomFiexedNavItmes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.bottomFiexedNavItmes li li,
.bottomFiexedNavItmes ol li,
.bottomFiexedNavItmes ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 12px
}

.bottomFiexedNavItmes li li a,
.bottomFiexedNavItmes ol li a,
.bottomFiexedNavItmes ul li a {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.bottomFiexedNavItmes li li a>*,
.bottomFiexedNavItmes ol li a>*,
.bottomFiexedNavItmes ul li a>* {
    width: 100%
}

.bottomFiexedNavItmes li li a .icon,
.bottomFiexedNavItmes ol li a .icon,
.bottomFiexedNavItmes ul li a .icon {
    width: 40px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px
}

.bottomFiexedNavItmes li li a .bnitTxt,
.bottomFiexedNavItmes ol li a .bnitTxt,
.bottomFiexedNavItmes ul li a .bnitTxt {
    color: #676666
}

.bottomFiexedNavItmes li li.active a,
.bottomFiexedNavItmes ol li.active a,
.bottomFiexedNavItmes ul li.active a {
    color: #F5C13F
}

.sidepanelDayerStyle.rightSide .modal .modal-dialog {
    right: -350px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out
}

.sidepanelDayerStyle.rightSide .modal.fade.show .modal-dialog {
    right: 0
}

.sidepanelDayerStyle.leftSide .modal .modal-dialog {
    left: -350px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out
}

.sidepanelDayerStyle.leftSide .modal.fade.show .modal-dialog {
    left: 0
}

.sidepanelDayerStyle.topSide .modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 50vh;
    top: -50vh;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out
}

.sidepanelDayerStyle.topSide .modal.fade.show .modal-dialog {
    top: 0
}

.sidepanelDayerStyle .modal .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.sidepanelDayerStyle .modal .modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    overflow-y: auto
}

.sidepanelDayerStyle .modal .modal-content .modal-header {
    border-bottom: none;
    border-radius: 0
}

.sidepanelDayerStyle .modal .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 500
}

.sidepanelDayerStyle .modal .modal-content .modal-header .btn-close {
    width: 0.6em;
    height: 0.6em;
    background-size: 10px;
    background-color: #fff;
    border-radius: 50%
}

.sidepanelDayerStyle .modal .modal-body {
    padding: 0 10px
}

.categoryDayerStyle .modal-header {
    background-color: #F5C13F
}

.categoryDayerStyle .modal-header .modal-title {
    color: #fff
}

.categoryDayerStyle .modal-header .modal-title a {
    color: #fff
}

.sidenav {
    height: calc(100vh - 60px);
    overflow: auto
}

.sidebarNavItems .subheadingtext {
    font-size: 12px;
    text-transform: uppercase;
    color: #676666;
    padding: 20px 0;
    letter-spacing: 3px
}

.sidebarNavItems .nav-item {
    font-size: 16px;
    padding: 10px 0
}

.sidebarNavItems .nav-item a {
    color: #000
}

.sidebarNavItems .nav-item.subnav .navHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebarNavItems .nav-item.subnav [data-toggle=accordian] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11H20M10 20V1' stroke='%23C18900' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 12px
}

.sidebarNavItems .nav-item.subnav .subnavItems {
    padding-left: 10px;
    display: none;
    font-size: 14px
}

.sidebarNavItems .nav-item.subnav .subnavItems li {
    padding: 10px 0
}

.sidebarNavItems .nav-item.subnav .subnavItems li a {
    color: #000
}

.sidebarNavItems .nav-item.subnav.collaspe .navHead [data-toggle=accordian] {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='2' viewBox='0 0 21 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H20' stroke='%23C18900' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

@media only screen and (max-width: 1400px) and (min-width:1200px) {

    .themeHeader .themeNav li,
    .themeHeader .themeNav ol,
    .themeHeader .themeNav ul {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media only screen and (max-width: 1199px) and (min-width:992px) {

    .themeHeader .themeNav li,
    .themeHeader .themeNav ol,
    .themeHeader .themeNav ul {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .themeHeader .headerMid .themeLogo {
        max-width: 180px
    }

    .themeHeader .headerMid .headerSearch {
        max-width: 320px
    }

    .themeHeader .headerMid .headMidBtns {
        max-width: 180px
    }
}

@media (max-width: 991px) {
    .themeHeader {
        position: sticky;
        top: 0;
        z-index: 789
    }
}

.themeFooter .applists,
.themeFooter .cardlists,
.themeFooter .socialIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.themeFooter .footerWidgetTitle {
    font-size: 13px;
    color: #000;
    margin-bottom: .5rem;
}

.themeFooter .fotNav li a {
    color: #000;
    -webkit-transition: all;
    transition: all;
    font-size: 13px;
    line-height: 25px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.themeFooter .fotNav li a:hover {
    color: #A8315B
}

.themeFooter .footerBottom {
    border-top: none;
    color: #000
}

.themeFooter .footerBottom .listText li li,
.themeFooter .footerBottom .listText ol li,
.themeFooter .footerBottom .listText ul li {
    display: inline-block;
    padding-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #000
}

.themeFooter .footerBottom .listText li li a,
.themeFooter .footerBottom .listText ol li a,
.themeFooter .footerBottom .listText ul li a {
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.themeFooter .footerBottom .listText li li a:hover,
.themeFooter .footerBottom .listText ol li a:hover,
.themeFooter .footerBottom .listText ul li a:hover {
    color: #A8315B
}

.themeFooter .footerBottom .listText li li:last-child,
.themeFooter .footerBottom .listText ol li:last-child,
.themeFooter .footerBottom .listText ul li:last-child {
    border-right: inherit
}

@media only screen and (max-width: 1400px) and (min-width:1200px) {
    .themeFooter .cardlists img {
        width: 58px
    }

    .themeFooter .applists img {
        width: 120px
    }

    .themeFooter .socialIcons img {
        width: 36px
    }
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
    .footerWidget {
        margin-bottom: 30px
    }

    .cardlists li a img,
    .socialIcons li a img {
        width: 32px
    }
}

@media (max-width: 991px) {
    .themeFooter {
        padding-bottom: 75px
    }

    .footerWidget {
        margin-bottom: 30px
    }

    .cardlists li a img,
    .socialIcons li a img {
        width: 32px
    }
}

.homeBanner {
    overflow: hidden;
    position: relative
}

.homeBanner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.homeBanner .slick-arrow:hover {
    background-color: #F5C13F
}

.homeBanner .slick-arrow:hover.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.803555 6.14123L6.9637 0.771034C7.2607 0.512113 7.74248 0.512113 8.03947 0.771034L8.75802 1.39747C9.0547 1.65612 9.05502 2.07504 8.75929 2.33423L3.87713 6.61017L8.75898 10.8864C9.05502 11.1456 9.05438 11.5645 8.75771 11.8231L8.03915 12.4496C7.74216 12.7085 7.26038 12.7085 6.96339 12.4496L0.803555 7.0791C0.506562 6.82018 0.506562 6.40016 0.803555 6.14123Z' fill='%23000'/%3E%3C/svg%3E")
}

.homeBanner .slick-arrow:hover.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M9.10819 7.06199L2.94802 12.4309C2.65103 12.6897 2.16924 12.6897 1.87225 12.4309L1.15369 11.8046C0.857017 11.546 0.8567 11.1272 1.15243 10.868L6.0346 6.59317L1.15274 2.31802C0.856699 2.05889 0.857333 1.64007 1.15401 1.38149L1.87257 0.755208C2.16956 0.496351 2.65134 0.496351 2.94834 0.755208L9.10819 6.12435C9.40518 6.38321 9.40518 6.80313 9.10819 7.06199Z' fill='%23000'/%3E%3C/svg%3E")
}

.homeBanner .slick-arrow:before {
    display: none
}

.homeBanner .slick-arrow.slick-prev {
    left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.803555 6.14123L6.9637 0.771034C7.2607 0.512113 7.74248 0.512113 8.03947 0.771034L8.75802 1.39747C9.0547 1.65612 9.05502 2.07504 8.75929 2.33423L3.87713 6.61017L8.75898 10.8864C9.05502 11.1456 9.05438 11.5645 8.75771 11.8231L8.03915 12.4496C7.74216 12.7085 7.26038 12.7085 6.96339 12.4496L0.803555 7.0791C0.506562 6.82018 0.506562 6.40016 0.803555 6.14123Z' fill='%23F1F5F5'/%3E%3C/svg%3E")
}

.homeBanner .slick-arrow.slick-next {
    right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M9.10819 7.06199L2.94802 12.4309C2.65103 12.6897 2.16924 12.6897 1.87225 12.4309L1.15369 11.8046C0.857017 11.546 0.8567 11.1272 1.15243 10.868L6.0346 6.59317L1.15274 2.31802C0.856699 2.05889 0.857333 1.64007 1.15401 1.38149L1.87257 0.755208C2.16956 0.496351 2.65134 0.496351 2.94834 0.755208L9.10819 6.12435C9.40518 6.38321 9.40518 6.80313 9.10819 7.06199Z' fill='%23F1F5F5'/%3E%3C/svg%3E")
}

.homeBanner .hbinnerSec img {
    width: 100%
}

.catSingItems .catImg img {
    width: 100%
}

.catSingItems .catContent .catTitle {
    line-height: 32px
}

.catSingItems .catContent .catTitle a {
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.catSingItems .catContent .catTitle a:hover {
    color: #A8315B
}

.collectionItems .colleImg img {
    width: 100%
}

.productItems .proImgSec {
    position: relative
}

.productItems .proImgSec .procatNew {
    position: absolute;
    top: 0.875rem;
    left: 0;
    padding: 5px 10px;
    font-size: 16px;
    background-color: #C7335D;
    color: #fff;
    line-height: 24px
}

.productItems .proImgSec .ratWishSec {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #393939
}

.productItems .proImgSec .ratWishSec .ratSec {
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    margin-right: auto
}

.productItems .proImgSec .ratWishSec .ratSec .ratingScore i {
    color: #FECF28
}

.productItems .proImgSec .ratWishSec .ratSec .totalRating {
    border-left: 1.5px solid currentColor;
    padding-left: 5px
}

.productItems .proImgSec .ratWishSec .wishlistItem a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #A8315B
}

.productItems .proImgSec img {
    width: 100%
}

.productItems .proContentSec {
    margin-top: 0.75rem
}

.productItems .proContentSec .relateCat {
    font-size: 13px;
    color: #A8315B;
    line-height: 24px
}

.productItems .proContentSec .productTitle a {
    color: #000;
    line-height: 20px
}

.productItems .proContentSec .dealSec {
    color: #05AA1F;
    font-size: 13px;
    line-height: 26px
}

.productItems .proContentSec .proPriceSec {
    font-size: 18px;
    line-height: 28px
}

.productItems .proContentSec .proPriceSec .price {
    font-weight: 700;
    color: #393939;
    margin-right: 10px
}

.productItems .proContentSec .proPriceSec .discount-original-price {
    font-weight: 400;
    color: #676666
}

.productItems .proContentSec .priceSavedValue {
    font-size: 14px;
    color: #676666;
    line-height: 1
}

.newsLetterSer {
    background-color: #E7E7E7
}

.newsLetterSer .formPanel {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newsLetterSer .formPanel .form-control {
    padding: 6px 25px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    height: 54px;
    border: none;
    border-radius: 5px
}

.newsLetterSer .formPanel .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.newsLetterSer .formPanel .newsletterBtn {
    padding: 19px 12px;
    border: none;
    border-radius: 5px;
    font-weight: 500
}

.newsLetterSer .light-yellow {
    background-color: #FECF28;
    color: #000
}

.gapitems.slick-slider {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.gapitems.slick-slider .slick-slide {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5)
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .paglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.pagination .paglist li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #C18900;
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    line-height: 48px;
    text-align: center
}

.pagination .paglist li a.next,
.pagination .paglist li a.prev {
    background-color: #C18900;
    background-repeat: no-repeat;
    background-position: center
}

.pagination .paglist li a.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.222745 6.01089L6.38289 0.642019C6.67989 0.383162 7.16167 0.383162 7.45866 0.642019L8.17722 1.26831C8.47389 1.52689 8.47421 1.9457 8.17848 2.20483L3.29632 6.47971L8.17817 10.7549C8.47421 11.014 8.47357 11.4328 8.1769 11.6914L7.45834 12.3177C7.16135 12.5765 6.67957 12.5765 6.38258 12.3177L0.222745 6.94853C-0.0742483 6.68967 -0.0742483 6.26975 0.222745 6.01089Z' fill='%23F1F5F5'/%3E%3C/svg%3E")
}

.pagination .paglist li a.prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M8.77726 7.20175L2.61711 12.5706C2.32011 12.8295 1.83833 12.8295 1.54134 12.5706L0.822784 11.9443C0.526109 11.6858 0.525792 11.2669 0.821517 11.0078L5.70368 6.73294L0.821834 2.45778C0.525791 2.19865 0.526425 1.77983 0.823102 1.52125L1.54166 0.894967C1.83865 0.63611 2.32043 0.63611 2.61742 0.894967L8.77726 6.26412C9.07425 6.52298 9.07425 6.94289 8.77726 7.20175Z' fill='%23F1F5F5'/%3E%3C/svg%3E")
}

.product-filters .filter-item {
    margin-bottom: 30px
}

.product-filters .filter-item .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #D9D9D9
}

.product-filters .filter-item .filterTitleCollaspe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-filters .filter-item .filterTitleCollaspe .accordianBtn {
    padding: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='1' viewBox='0 0 15 1'%3E%3Cline id='Line_11' data-name='Line 11' x2='15' transform='translate(0 0.5)' fill='none' stroke='%232a2a2a' stroke-width='1'/%3E%3C/svg%3E")
}

.product-filters .filter-item .filterTitleCollaspe .accordianBtn[aria-expanded=false] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.999' height='15' viewBox='0 0 14.999 15'%3E%3Cpath id='plus' d='M15516.5,5785.966h1v6.5h6.5v1h-6.5v7.5h-1v-7.5h-7.5v-1h7.5Z' transform='translate(-15509.001 -5785.966)' fill='%232a2a2a'/%3E%3C/svg%3E%0A")
}

.product-filters .filter-item:last-child {
    border-bottom: none
}

.product-filters .filter-item .filter-list-categories-parent {
    color: #F5C13F;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-filters .filter-item .filter-list-container {
    padding-left: 10px
}

.product-filters .filter-item .filter-list-container .filter-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.product-filters .filter-item .filter-list-container .filter-list li a {
    color: #393939;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    font-weight: 600
}

.product-filters .filter-item .filter-list-container .filter-list li a:hover {
    color: #F5C13F;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.product-filters .filter-item .filter-list-container .filter-list li.li-subcat {
    padding-left: 0px
}

.product-filters .filter-item .filter-list-container .filter-list li.li-subcat a {
    font-weight: 400
}

.product-filters .filter-item .filter-list-container .filter-list li .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.product-filters .filter-item .filter-list-container .filter-list li .custom-checkbox .custom-control-input {
    margin-right: 10px;
    width: 16px;
    height: 16px
}

.product-filters .filter-item .filter-list-container .filter-list li .custom-checkbox label {
    cursor: pointer
}

.product-filters .filter-item .filter-list-container .form-control {
    height: 50px;
    border-color: #D9D9D9;
    border-radius: 6px;
    font-size: 16px;
    color: #393939;
    padding: 0.375rem 1.35rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px
}

.product-filters .filter-item .filter-list-container .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-filters .priceFilInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-filters .priceFilInner .col-price-inputs {
    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px)
}

.product-filters .priceFilInner .col-price-inputs .form-control {
    height: 50px;
    border-color: #D9D9D9;
    border-radius: 6px;
    font-size: 16px;
    color: #393939;
    padding: 0.375rem 1.35rem 0.375rem 2.9rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.8' height='16.8' viewBox='0 0 16.8 16.8'%3E%3Cpath id='path' d='M8.4,16.8A8.4,8.4,0,0,1,2.46,2.46,8.4,8.4,0,1,1,8.4,16.8ZM6,11.2A.4.4,0,0,0,6,12H8v1.2a.4.4,0,1,0,.8,0V12H10a1.2,1.2,0,0,0,1.2-1.2V9.2A1.2,1.2,0,0,0,10,8H6.817a.4.4,0,0,1-.4-.4V6a.4.4,0,0,1,.4-.4H10.8a.4.4,0,1,0,0-.8h-2V3.6a.4.4,0,1,0-.8,0V4.8H6.817A1.2,1.2,0,0,0,5.617,6V7.6a1.2,1.2,0,0,0,1.2,1.2H10a.4.4,0,0,1,.4.4v1.6a.4.4,0,0,1-.4.4H6Z' fill='%231a1a1d'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 1rem center
}

.product-filters .priceFilInner .col-price-inputs .form-control:last-child {
    margin-bottom: 0px
}

.product-filters .priceFilInner .col-price-submit {
    position: relative;
    left: -20px
}

.product-filters .priceFilInner .col-price-submit .btn-filter-price {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F5C13F;
    border: none;
    color: #fff
}

@media (max-width: 991px) {
    .homeBanner .slick-arrow {
        width: 30px;
        height: 30px
    }

    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination .paglist {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .pagination .paglist li a {
        width: 40px;
        height: 40px;
        line-height: 38px
    }
}

@media (max-width: 767px) {
    .homeBanner .slick-arrow.slick-prev {
        left: 15px
    }

    .homeBanner .slick-arrow.slick-next {
        right: 15px
    }

    .newsLetterSer .formPanel .form-control {
        padding: 6px 15px;
        font-size: 14px;
        height: 42px
    }

    .newsLetterSer .formPanel .newsletterBtn {
        padding: 14px 10px
    }
}

@media (max-width: 420px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination .paglist {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px
    }

    .pagination .paglist li {
        height: 28px
    }

    .pagination .paglist li a {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 14px
    }
}

.detailsLeft .prodtlsImgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 5px
}

.detailsLeft .prodtlsImgs .productSingImg {
    max-width: calc(50% - 5px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px)
}

.detailsLeft .prodtlsImgs .productSingImg img {
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover
}

.detailsRight {
    padding-top: 10px
}

.detailsRight .hudsonPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detailsRight .hudsonPanel h3 {
    font-size: 20px;
    font-weight: 500;
    color: #393939
}

.detailsRight .hudsonPanel .wishlistBox {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #CBCBCB;
    font-size: 22px;
    color: red;
    background-color: transparent
}

.detailsRight .hudsonPanel .wishlistBox a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailsRight .mindtreeText {
    font-size: 14px;
    font-weight: 400;
    color: #C18900
}

.detailsRight .detailsPrice {
    padding-top: 15px
}

.detailsRight .detailsPrice li {
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #393939
}

.detailsRight .detailsPrice li img {
    position: relative;
    top: -2px;
    display: none;
}

.detailsRight .detailsPrice .savedOff {
    font-size: 14px;
    font-weight: 500;
    color: #C18900
}

.detailsRight .discountText.detailsPrice {
    padding-top: 0px;
    margin-bottom: .5rem;
}

.detailsRight .discountText.detailsPrice li {
    padding-right: 10px
}

.detailsRight .couponImages {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.detailsRight .couponImages .discount {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
}

.detailsRight .couponImages .discount p {
    margin-bottom: 0
}

.detailsRight .couponImages img {
    width: 100%;
    height: auto
}

.detailsRight .endingText {
    font-size: 14px;
    font-weight: 400;
    color: #A8315B;
    border-bottom: 1px dashed #676666;
    padding-bottom: 15px
}

.detailsRight .deliveryCode {
    padding-top: 15px;
    padding-bottom: 15px
}

.detailsRight .deliveryCode h4 {
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-bottom: 0.5rem
}

.detailsRight .deliveryCode li {
    display: inline-block;
    padding-right: 10px
}

.detailsRight .deliveryCode li .form-control {
    width: 302px;
    padding: 9px 15px;
    background-color: #F1F5F5;
    border: 1px solid #B0B0B0;
    border-radius: 5px
}

.detailsRight .deliveryCode li a {
    color: #C18900;
    font-weight: 500
}

.detailsRight .shippingText {
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
    border-bottom: 1px dashed #676666;
    padding-bottom: 15px
}

.detailsRight .shippingText li {
    padding-right: 30px;
    display: inline-block
}

.detailsRight .optionText {
    padding-top: 15px
}

.detailsRight .optionText h5 {
    font-size: 14px;
    font-weight: 400;
    color: #393939
}

.detailsRight .optionText li {
    margin-right: 10px;
    display: inline-block
}

.detailsRight .optionText li.optionImages {
    width: 70px;
    height: 70px;
    border: 2px solid #CBCBCB;
    border-radius: 5px;
    text-align: center;
    line-height: 64px
}

.detailsRight .optionText li.active {
    border-color: #A8315B
}

.detailsRight .qty-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    margin-top: 20px
}

.detailsRight .qty-container .minus {
    background-color: transparent;
    border: 2px solid #CBCBCB;
    color: #B9B9B9;
    padding: 9px 15px;
    font-size: 24px;
    height: 100%;
    border-radius: 5px;
    margin-right: 15px
}

.detailsRight .qty-container .quantity {
    width: 100%;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    color: #B9B9B9;
    border: 2px solid #CBCBCB;
    min-width: 192px;
    border-radius: 5px
}

.detailsRight .qty-container .plus {
    background-color: transparent;
    border: 2px solid #CBCBCB;
    color: #B9B9B9;
    padding: 9px 15px;
    font-size: 24px;
    height: 100%;
    border-radius: 5px;
    margin-left: 15px
}

.detailsRight .addtoCart {
    margin-top: 40px;
    border-bottom: 1px dashed #676666;
    padding-bottom: 35px
}

.detailsRight .addtoCart li {
    display: inline-block;
    padding-right: 10px
}

.detailsRight .addtoCart .themeBtn {
    background-color: #C18900;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 30px;
    border-radius: 5px;
    border: none !important
}

.detailsRight .addtoCart .themeBtn:hover {
    background-color: black
}

.detailsRight .productsmallTitle {
    padding-top: 20px;
    border-bottom: 1px dashed #676666
}

.detailsRight .productsmallTitle h4 {
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    text-transform: uppercase
}

.detailsRight .productsmallTitle .productList {
    font-size: 12px;
    padding-bottom: 25px
}

.detailsRight .productsmallTitle .productList .listGray {
    color: #9E9E9E;
    display: block;
    padding-bottom: 5px
}

.detailsRight .productsmallTitle .productList .listBlack {
    color: #393939;
    display: block
}

.detailsRight .themeAccordion .accordion-item {
    border-bottom: 1px dashed #676666
}

.detailsRight .themeAccordion .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: black;
    padding: 15px 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.detailsRight .themeAccordion .accordion-item .accordion-button:after {
    background: url(../images/arowup.svg) no-repeat;
    width: 16px;
    height: 14px
}

.detailsRight .themeAccordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: black
}

.detailsRight .themeAccordion .accordion-item .accordion-body {
    padding: 0px 0px 15px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400
}

.detailsRight .themeAccordion .accordion-item .accordion-body h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #4A4A4A
}

.detailsRight .themeAccordion .accordion-item .accordion-body .ratingBox {
    color: #9E9E9E
}

.detailsRight .themeAccordion .accordion-item .accordion-body .ratingBox li {
    display: inline-block;
    padding-right: 15px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .ratingBox li .rating {
    font-size: 18px;
    color: #FECF28
}

.detailsRight .themeAccordion .accordion-item .accordion-body .ratingBox li .rating .icon-star {
    margin-left: -2px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .ratingBox li .rating .icon-star:last-child {
    color: #9E9E9E
}

.detailsRight .themeAccordion .accordion-item .accordion-body .ratingBox li .ratingNumber {
    font-size: 16px;
    font-weight: 700;
    color: #4A4A4A;
    border-right: 1px solid #9E9E9E;
    padding-right: 15px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .reviews {
    font-size: 10px;
    font-weight: 400;
    color: #4A4A4A;
    padding-top: 15px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .reviews li {
    display: inline-block;
    padding-right: 15px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .reviews li.reviewWidth {
    min-width: 17%
}

.detailsRight .themeAccordion .accordion-item .accordion-body .reviews li .Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    line-height: 1;
    width: 80px;
    height: 6px;
    background-size: cover !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='6' viewBox='0 0 70 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M70,6H0V0H70V6ZM59,1a2,2,0,1,0,0,4h8a2,2,0,1,0,0-4ZM45,1a2,2,0,1,0,0,4h8a2,2,0,1,0,0-4ZM31,1a2,2,0,0,0,0,4h8a2,2,0,1,0,0-4ZM17,1a2,2,0,0,0,0,4h8a2,2,0,1,0,0-4ZM3,1A2,2,0,1,0,3,5h8a2,2,0,1,0,0-4Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat left, -webkit-gradient(linear, left top, right top, from(#FECF28), to(#9E9E9E));
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='6' viewBox='0 0 70 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M70,6H0V0H70V6ZM59,1a2,2,0,1,0,0,4h8a2,2,0,1,0,0-4ZM45,1a2,2,0,1,0,0,4h8a2,2,0,1,0,0-4ZM31,1a2,2,0,0,0,0,4h8a2,2,0,1,0,0-4ZM17,1a2,2,0,0,0,0,4h8a2,2,0,1,0,0-4ZM3,1A2,2,0,1,0,3,5h8a2,2,0,1,0,0-4Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat left, linear-gradient(90deg, #FECF28 var(--percent), #9E9E9E var(--percent))
}

.detailsRight .themeAccordion .accordion-item .accordion-body .reviewBtn {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 35px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .reviewBtn a {
    color: #4A4A4A
}

.detailsRight .themeAccordion .accordion-item .accordion-body .reviewBtn a:hover {
    color: #f5c13f
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper {
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText {
    padding-left: 10px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText h6 {
    font-size: 12px;
    font-weight: 400;
    color: #4A4A4A
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText .rating {
    font-size: 18px;
    color: #FECF28
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText .rating.icon-star {
    margin-left: -2px;
    font-size: 16px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText .rating .icon-star:last-child {
    color: #9E9E9E
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .helpFul {
    padding-top: 22px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .helpFul li {
    display: inline-block;
    padding-right: 15px;
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 400
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .fullText {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .readMore {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .readMore a {
    color: #A8315B
}

.detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .readMore a:hover {
    color: black
}

.detailsRight .themeAccordion .accordion-item .accordion-body .loadMore {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 400
}

.detailsRight .themeAccordion .accordion-item .accordion-body .loadMore a {
    color: #9E9E9E
}

.detailsRight .themeAccordion .accordion-item .accordion-body .loadMore a:hover {
    color: black
}

.detailsRight .themeAccordion .accordion-item:last-child {
    border-bottom: none
}

.detailsLeft .prodactMobile {
    display: none
}

@media only screen and (max-width: 1400px) and (min-width:1200px) {
    .detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText .rating {
        font-size: 8px
    }

    .detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText h6 {
        font-size: 11px
    }

    .detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText .icon-star {
        font-size: 12px
    }

    .detailsRight .deliveryCode li .form-control {
        width: 250px
    }

    .detailsRight .shippingText li {
        padding-right: 15px
    }
}

@media (max-width: 1199px) {
    .detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .helpFul li {
        padding-right: 6px
    }

    .detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText .rating {
        font-size: 8px
    }

    .detailsRight .themeAccordion .accordion-item .accordion-body .commentWrapper .clientRating .clientText .icon-star {
        font-size: 9px
    }

    .detailsRight .detailsPrice .savedOff {
        line-height: 24px
    }

    .detailsRight .deliveryCode li .form-control {
        width: 190px
    }

    .detailsRight .shippingText {
        font-size: 11px
    }

    .detailsRight .shippingText li {
        padding-right: 15px
    }

    .detailsRight .optionText li.optionImages {
        width: 60px;
        height: 60px;
        line-height: 54px
    }

    .detailsRight .qty-container .quantity {
        min-width: 155px
    }

    .detailsRight .addtoCart .themeBtn {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .detailsRight .hudsonPanel h3 {
        font-size: 16px
    }

    .detailsRight .deliveryCode li .form-control {
        width: 115px
    }

    .detailsRight .shippingText {
        font-size: 9px
    }

    .detailsRight .shippingText li {
        padding-right: 5px
    }

    .detailsRight .optionText li {
        margin-right: 5px
    }

    .detailsRight .optionText li.optionImages {
        width: 45px;
        height: 45px;
        line-height: 41px
    }

    .detailsRight .qty-container .quantity {
        min-width: 90px
    }

    .detailsRight .addtoCart .themeBtn {
        padding: 14px 14px
    }

    .detailsRight .accordion-body .commentWrapper .helpFul {
        padding-top: 5px
    }

    .detailsRight .accordion-body .commentWrapper .clientRating .clientText h6 {
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .detailsRight .deliveryCode li .form-control {
        width: 100%
    }

    .detailsRight .hudsonPanel h3 {
        font-size: 20px
    }

    .detailsLeft .prodactMobile {
        display: block
    }

    .detailsLeft .prodtlsImgs {
        display: none
    }
}

@media only screen and (max-width: 767px) and (min-width:576px) {
    .detailsLeft .prodtlsImgs .productSingImg img {
        height: auto
    }

    .detailsLeft .prodactMobile {
        display: block
    }

    .detailsLeft .prodtlsImgs {
        display: none
    }
}

@media only screen and (max-width: 575px) and (min-width:480px) {
    .detailsLeft .prodtlsImgs {
        display: block
    }

    .detailsLeft .prodtlsImgs .productSingImg {
        max-width: calc(100% - 0px);
        margin-bottom: 20px
    }

    .detailsLeft .prodactMobile {
        display: block
    }

    .detailsLeft .prodtlsImgs {
        display: none
    }
}

@media only screen and (max-width: 479px) and (min-width:360px) {
    .detailsRight .deliveryCode li .form-control {
        width: 180px
    }
}

@media (max-width: 359px) {
    .detailsRight .deliveryCode li .form-control {
        width: 180px
    }
}

.themeBtn {
    background-color: #C18900;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 30px;
    border-radius: 5px;
    text-align: center
}

.themeBtn:hover {
    background-color: black;
    color: #fff
}

.cartdetailsLeft h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.cartdetailsLeft .cortList {
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 3px 0px #A1A1A1;
    box-shadow: 0px 0px 3px 0px #A1A1A1;
    padding: 10px;
    margin-bottom: 15px
}

.cartdetailsLeft .cortList .cartImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cartdetailsLeft .cortList .cartDetailsText h5 {
    color: #393939;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px
}

.cartdetailsLeft .cortList .cartDetailsText .description {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 400
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp {
    margin-top: 40px
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp li {
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #393939
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp li.savedOff {
    font-size: 14px;
    font-weight: 500;
    color: #C18900
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    align-items: center;
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container button {
    background-color: transparent;
    border: none;
    color: #9E9E9E;
    font-size: 20px;
    font-weight: 700;
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container .quantity {
    width: 50%;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #9E9E9E;
    font-size: 20px;
    font-weight: 700
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container .minus {
    background-color: transparent;
    border: none;
    color: #9E9E9E;
    font-size: 20px;
    font-weight: 700
}

.cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container .plus {
    background-color: transparent;
    border: none;
    color: #9E9E9E;
    font-size: 20px;
    font-weight: 700
}

.cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .removeBnt {
    font-size: 16px;
    font-weight: 400
}

.cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .removeBnt a {
    color: #A1A1A1
}



.cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .wishlistIcon {
    font-size: 16px;
    font-weight: 400;
    padding-right: 15px
}

.cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .wishlistIcon a {
    color: #A1A1A1
}

.cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .wishlistIcon a .fa-regular {
    color: #A8315B;
    font-size: 22px
}

.cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .wishlistIcon a span {
    position: relative;
    top: -1px;
    left: 5px
}

.cartdetailsRight .cartLogin h4 {
    font-size: 16px;
    font-weight: 600;
    color: #393939
}

.cartdetailsRight .deliveryCode h5 {
    color: #393939;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px
}

.cartdetailsRight .deliveryCode li {
    display: inline-block;
    padding-right: 10px
}

.cartdetailsRight .deliveryCode li.pincodeBox {
    max-width: 302px;
    width: 100%
}

.cartdetailsRight .deliveryCode li .form-control {
    width: 100%;
    padding: 9px 15px;
    background-color: #F1F5F5;
    border: 1px solid #B0B0B0;
    border-radius: 5px
}

.cartdetailsRight .deliveryCode li a {
    color: #A8315B;
    font-weight: 500
}

.cartdetailsRight .shippingText {
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
    padding-bottom: 15px;
    margin-top: 10px
}

.cartdetailsRight .shippingText li {
    padding-right: 30px;
    display: inline-block
}

.cartdetailsRight .couponBox {
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    padding: 16px 15px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25)
}

.cartdetailsRight .couponBox a {
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 500
}

.cartdetailsRight .couponBox .form-control {
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: 600
}

.cartdetailsRight .orderSummary {
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    padding: 16px 15px 0px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25)
}

.cartdetailsRight .orderSummary li {
    width: 100%;
    padding-bottom: 16px
}

.cartdetailsRight .orderSummary li .orderList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #9E9E9E
}

.cartdetailsRight .orderSummary li .orderList .orderDarkcolor {
    color: #646464
}

.cartdetailsRight .proceedBtn {
    margin-top: 50px
}

@media only screen and (max-width: 1400px) and (min-width:1200px) {
    .cartdetailsRight .deliveryCode li.pincodeBox {
        max-width: 265px;
        width: 100%
    }

    .cartdetailsRight .shippingText li {
        padding-right: 20px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container {
        max-width: 105px
    }
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
    .cartdetailsRight .deliveryCode li.pincodeBox {
        max-width: 195px
    }

    .cartdetailsRight .shippingText {
        font-size: 12px
    }

    .cartdetailsRight .shippingText li {
        padding-right: 5px
    }

    .cartdetailsRight .cartLogin h4 {
        font-size: 15px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp li {
        padding-right: 10px;
        font-size: 14px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp li.savedOff {
        font-size: 11px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp li .qty-container {
        max-width: 80px
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .cartdetailsLeft .cortList .cartImg img {
        height: 150px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp {
        margin-top: 10px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel {
        margin-top: 15px
    }

    .cartdetailsRight .deliveryCode h5 {
        font-size: 18px;
        margin-top: 20px
    }

    .cartdetailsRight .deliveryCode li.pincodeBox {
        max-width: 122px
    }

    .cartdetailsRight .shippingText {
        margin-top: 10px
    }

    .cartdetailsRight .proceedBtn {
        margin-top: 20px
    }

    .cartdetailsRight .proceedBtn .themeBtn {
        font-size: 16px
    }

    .cartdetailsRight .shippingText {
        padding-bottom: 0px
    }

    .cartdetailsRight .shippingText li {
        padding-right: 0px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .cartdetailsLeft .cortList .cartDetailsText {
        padding-top: 10px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp {
        margin-top: 15px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp li {
        font-size: 16px;
        line-height: 30px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp li.savedOff {
        font-size: 14px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp li.mobileField {
        display: block;
        padding-bottom: 10px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container {
        max-width: 260px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container .quantity {
        font-size: 26px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container .minus {
        font-size: 26px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartListWrp .qty-container .plus {
        font-size: 26px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .removeBnt,
    .cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .wishlistIcon {
        font-size: 14px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .removeBnt svg {
        width: 20px
    }

    .cartdetailsLeft .cortList .cartDetailsText .cartRemovepanel .wishlistIcon a i {
        font-size: 18px !important
    }

    .cartdetailsRight .cartLogin h4 {
        font-size: 18px
    }

    .cartdetailsRight .shippingText {
        font-size: 16px;
        margin-top: 15px
    }
}

@media (max-width: 560px) {
    .cartdetailsRight .deliveryCode li.pincodeBox {
        max-width: 290px
    }

    .cartdetailsRight .shippingText li {
        padding-right: 10px
    }
}

@media (max-width: 420px) {
    .cartdetailsRight .deliveryCode li.pincodeBox {
        max-width: 192px
    }

    .cartdetailsRight .shippingText {
        font-size: 12px
    }

    .cartdetailsRight .shippingText li {
        padding-right: 5px
    }
}

.aboutWrapper {
    background: #CFCFCF;
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.aboutWrapper h2 {
    font-size: 50px;
    font-weight: 600
}

.aboutText .aboutLeft {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.aboutText .aboutLeft .listAbout li {
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 20px
}

.aboutText .aboutimg {
    margin-bottom: 30px
}

.aboutText .aboutimg .rightImg1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 282px
}

.aboutText .aboutimg .rightImg2 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 578px
}

.aboutText .aboutimg .rightImg3 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 220px
}

.aboutText .contactImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px
}

.aboutText .contactImg .leftcontactImg {
    width: 50%;
    margin-right: 15px
}

.aboutText .contactImg .leftcontactImg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.aboutText .contactImg .rightcontactImg {
    width: 50%;
    margin-left: 15px
}

.aboutText .contactImg .rightcontactImg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 575px) {
    .aboutText .aboutLeft {
        margin-bottom: 50px
    }

    .aboutText .contactImg {
        display: block;
        margin-top: 30px
    }

    .aboutText .contactImg .leftcontactImg {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px
    }

    .aboutText .contactImg .rightcontactImg {
        width: 100%;
        margin-left: 0px
    }

    .aboutWrapper h2 {
        font-size: 36px
    }
}

@media (max-width: 420px) {
    .aboutWrapper {
        height: 300px
    }

    .aboutWrapper h2 {
        font-size: 36px
    }
}

.serviceBanner {
    background: url(../images/service-banner.png) no-repeat;
    padding-top: 50px;
    height: 615px;
    background-size: cover;
    background-position: 0px;
    text-align: center
}

.serviceBanner .servicethemeTitle {
    color: #FD6D05;
    font-size: 50px;
    font-weight: 600;
    -webkit-text-fill-color: #FD6D05;
    -webkit-text-stroke: 2px white
}

.serviceBanner .serviceText {
    max-width: 50%;
    margin: 0 auto;
    padding-top: 20px
}

.serviceBanner .serviceText .centerText {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.serviceInclude {
    padding-bottom: 40px
}

.serviceInclude .serviceSpace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.serviceInclude .serviceSpace>* {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-left: 15px;
    padding-right: 15px
}

.serviceInclude .serviceSpace .serviceSpaceItems {
    margin-bottom: 25px
}

.serviceInclude .serviceSpace .serviceSpaceItems .serspaInner {
    padding: 15px;
    border: 1px solid #D9D9D9
}

.serviceInclude .serviceSpace .serviceSpaceItems .serspaInner .serspaceContent {
    margin-top: 10px
}

.serviceInclude .serviceSpace .greenBox {
    background: #FD6D05;
    width: 100%;
    height: 200px;
    color: #F1F5F5;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding: 30px 10px
}

.consultation {
    background: #FFD2B1
}

.consultation .consultationLeft {
    padding: 0px 40px 20px 100px
}

.consultation .consultationLeft .consultationTitle {
    color: #FD6D05;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5.6px;
    max-width: 100%;
    line-height: 55px;
    margin-bottom: 20px;
    text-shadow: 0px 4px 4px #D9D9D9
}

.consultation .consultationLeft .consultationText {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 68%
}

.consultation .consultationRight .consultationForm {
    border-radius: 10px;
    border: 2px solid #FFF;
    padding: 30px
}

.consultation .consultationRight .consultationForm .formTitle {
    padding-bottom: 80px;
    color: #000;
    font-size: 20px;
    font-weight: 400
}

.consultation .consultationRight .consultationForm .form-label {
    font-size: 16px;
    font-weight: 400
}

.consultation .consultationRight .consultationForm .form-control {
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    padding: 9px 10px
}

.consultation .consultationRight .consultationForm .consultationBtn {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: #FD6D05;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 13px 5px;
    margin-top: 24px
}

.consultation .consultationRight .consultationForm .consultationBtn:hover {
    background-color: black
}

.consultation .consultationRight .consultationForm .formSmallText {
    font-size: 10px;
    font-weight: 400;
    color: black
}

.colleImg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.colleText {
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 45px
}

.flexWrapper .flexPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.flexWrapper .flexPanel .flexLeft {
    background: url(../images/numberimg.png) no-repeat;
    padding: 30px 30px 40px;
    text-align: left;
    width: 100%;
    background-size: cover;
    background-position: 0
}

.flexWrapper .flexPanel .flexLeft .flexSmallText {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

.flexWrapper .flexPanel .flexLeft .flexTitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
}

.flexWrapper .flexPanel .flexLeft .numberBtn {
    text-align: left
}

.flexWrapper .flexPanel .flexLeft .numberBtn a {
    color: #fff;
    background-color: #05AA1F;
    border-radius: 5px;
    padding: 14px 63px
}

.flexWrapper .flexPanel .flexLeft .numberBtn a:hover {
    background-color: black
}

.flexWrapper .flexPanel .flexRight {
    background: url(../images/contacttextimg.png) no-repeat;
    padding: 30px 30px 40px;
    text-align: left;
    width: 100%;
    background-size: cover;
    background-position: 0
}

.flexWrapper .flexPanel .flexRight .flexSmallText {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px
}

.flexWrapper .flexPanel .flexRight .flexTitle {
    font-size: 30px;
    font-weight: 700;
    max-width: 40%;
    line-height: 35px
}

.flexWrapper .flexPanel .flexRight .numberBtn {
    text-align: left
}

.flexWrapper .flexPanel .flexRight .numberBtn a {
    color: #fff;
    background-color: #05AA1F;
    border-radius: 5px;
    padding: 14px 63px
}

.flexWrapper .flexPanel .flexRight .numberBtn a:hover {
    background-color: black
}

@media only screen and (max-width: 1400px) and (min-width:1200px) {
    .serviceInclude .serviceSpace .greenBox {
        height: 240px
    }

    .flexWrapper .flexPanel .flexLeft {
        background-position: right
    }

    .flexWrapper .flexPanel .flexRight {
        background-position: right
    }

    .flexWrapper .flexPanel .flexRight .flexTitle {
        max-width: 60%
    }

    .flexWrapper.pax-30 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .consultation .consultationLeft {
        padding: 30px 40px 20px 60px
    }

    .consultation .consultationLeft .consultationTitle {
        max-width: 100%
    }

    .consultation .consultationLeft .consultationText {
        max-width: 100%
    }

    .serviceBanner .serviceText {
        max-width: 80%
    }
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
    .serviceBanner .serviceText {
        max-width: 90%
    }

    .consultation .consultationLeft {
        padding: 30px 0px 20px 0px
    }

    .consultation .consultationLeft .consultationTitle {
        max-width: 100%;
        font-size: 36px
    }

    .consultation .consultationLeft .consultationText {
        max-width: 100%
    }

    .consultation .consultationRight .consultationForm .consultationBtn {
        font-size: 14px
    }

    .flexWrapper .flexPanel .flexLeft {
        background-position: right
    }

    .flexWrapper .flexPanel .flexLeft .flexSmallText {
        font-size: 16px
    }

    .flexWrapper .flexPanel .flexLeft .flexTitle {
        font-size: 26px
    }

    .flexWrapper .flexPanel .flexRight {
        background-position: right
    }

    .flexWrapper .flexPanel .flexRight .flexSmallText {
        font-size: 16px
    }

    .flexWrapper .flexPanel .flexRight .flexTitle {
        font-size: 26px;
        max-width: 70%
    }
}

@media (max-width: 991px) {
    .serviceBanner .servicethemeTitle {
        font-size: 44px
    }

    .serviceBanner .serviceText {
        max-width: 90%
    }

    .serviceInclude .serviceSpace>* {
        max-width: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }

    .serviceInclude .serviceSpace .greenBox {
        width: 47%;
        height: 100px;
        float: left;
        padding: 15px 10px;
        margin-right: 20px;
        margin-bottom: 20px
    }

    .consultation .consultationLeft {
        padding: 30px 10px 20px 0px
    }

    .consultation .consultationLeft .consultationTitle {
        max-width: 100%;
        font-size: 26px;
        line-height: 40px;
        -webkit-text-stroke-width: 1px
    }

    .consultation .consultationLeft .consultationText {
        max-width: 100%;
        font-size: 18px;
        line-height: 30px
    }

    .consultation .consultationRight .consultationForm {
        padding: 20px
    }

    .consultation .consultationRight .consultationForm .formTitle {
        padding-bottom: 40px
    }

    .consultation .consultationRight .consultationForm .consultationBtn {
        font-size: 12px;
        padding: 10px 5px
    }

    .consultation .consultationRight .consultationForm .formSmallText {
        font-size: 12px;
        line-height: 16px
    }

    .colleText {
        line-height: 26px
    }

    .flexWrapper .flexPanel .flexLeft .flexSmallText {
        font-size: 18px;
        line-height: 24px
    }

    .flexWrapper .flexPanel .flexLeft .flexTitle {
        font-size: 22px;
        max-width: 100%;
        line-height: 30px
    }

    .flexWrapper .flexPanel .flexRight .flexSmallText {
        font-size: 18px;
        line-height: 24px
    }

    .flexWrapper .flexPanel .flexRight .flexTitle {
        font-size: 22px;
        max-width: 100%;
        line-height: 30px
    }
}

@media (max-width: 767px) {
    .serviceInclude .serviceSpace .greenBox {
        margin-right: 18px;
        width: 46%;
        height: 145px
    }

    .consultation .consultationLeft {
        padding: 0px 10px 20px 0px
    }

    .consultation .consultationLeft .consultationTitle {
        font-size: 30px;
        -webkit-text-stroke-width: 2px
    }

    .consultation .consultationRight .consultationForm .formSmallText {
        font-size: 14px;
        line-height: 20px
    }

    .consultation .consultationRight .consultationForm .consultationBtn {
        font-size: 16px;
        padding: 18px 5px
    }

    .consultation .consultationRight .consultationForm .form-control {
        padding: 13px 10px
    }

    .flexWrapper .flexPanel {
        display: block
    }

    .flexWrapper .flexPanel .flexLeft {
        padding: 20px 20px 40px;
        margin-bottom: 20px
    }

    .flexWrapper .flexPanel .flexRight {
        padding: 20px 20px 40px
    }
}

@media (max-width: 560px) {
    .serviceBanner {
        height: 1045px;
        padding: 50px 20px 50px
    }

    .serviceBanner .servicethemeTitle {
        font-size: 38px;
        line-height: 44px
    }

    .serviceInclude .serviceSpace>* {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .serviceInclude .serviceSpace .greenBox {
        margin-right: 0px;
        width: 100%;
        height: 145px
    }

    .flexWrapper .flexPanel .flexLeft .numberBtn a {
        padding: 14px 25px
    }

    .flexWrapper .flexPanel .flexRight .numberBtn a {
        padding: 14px 25px
    }
}

@media (max-width: 420px) {
    .serviceInclude .serviceSpace>* {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.checkoutPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 45px
}

.checkoutPanel .checkoutsteps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    width: 100%
}

.checkoutPanel .checkoutsteps .stepNo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #C18900
}

.checkoutPanel .checkoutsteps .chckstepDtls {
    max-width: calc(100% - 75px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 75px);
    flex: 0 0 calc(100% - 75px)
}

.checkoutPanel .checkoutsteps .stepHeading {
    padding-top: 10px;
    padding-bottom: 10px
}

.cartItemsLists .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 15px;
    border-radius: 5px
}

.orderSummeryList {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px
}

.orderSummeryList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #9e9e9e
}

.orderSummeryList li.lstelemnt {
    font-weight: 600;
    color: #646464
}

.themeBtn {
    padding: 14px 12px;
    border-radius: 5px;
    border: 1px solid;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.themeBtn.secondary-bg-2 {
    background-color: #C18900;
    border-color: #C18900
}

.themeBtn.secondary-bg-2:hover {
    background-color: #F5C13F;
    border-color: #F5C13F
}

.themeBtn.borderBtn {
    background-color: transparent;
    border: 1px solid #FD6D05;
    color: #FD6D05
}

.themeForm textarea {
    resize: none
}

.themeForm .form-floating>label {
    line-height: 1.5;
    font-size: 16px;
    color: #676666
}

.themeForm .form-floating .form-select,
.themeForm .form-floating>.form-control {
    border-color: #D9D9D9;
    color: #676666;
    border-radius: 5px
}

.themeForm .form-floating .form-select:not(:-moz-placeholder-shown),
.themeForm .form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1rem
}

.themeForm .form-floating .form-select:not(:-ms-input-placeholder),
.themeForm .form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1rem
}

.themeForm .form-floating .form-select:not(:placeholder-shown),
.themeForm .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1rem
}

.themeForm .form-floating .form-select:not(:-moz-placeholder-shown)~label,
.themeForm .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    font-size: 12px;
    transform: scale(1) translateY(-1rem) translateX(0rem)
}

.themeForm .form-floating .form-select:not(:-ms-input-placeholder)~label,
.themeForm .form-floating>.form-control:not(:-ms-input-placeholder)~label {
    font-size: 12px;
    transform: scale(1) translateY(-1rem) translateX(0rem)
}

.themeForm .form-floating .form-select:not(:placeholder-shown)~label,
.themeForm .form-floating>.form-control:not(:placeholder-shown)~label {
    font-size: 12px;
    -webkit-transform: scale(1) translateY(-1rem) translateX(0rem);
    transform: scale(1) translateY(-1rem) translateX(0rem)
}

.themeForm .form-floating .form-select:focus,
.themeForm .form-floating>.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.themeForm .form-floating .form-select:focus~label,
.themeForm .form-floating>.form-control:focus~label {
    font-size: 12px;
    -webkit-transform: scale(1) translateY(-1rem) translateX(0rem);
    transform: scale(1) translateY(-1rem) translateX(0rem)
}

.themeForm .form-group .form-select,
.themeForm .form-group>.form-control {
    height: 58px;
    padding: 1rem 1rem;
    border-radius: 5px
}

.themeForm .form-group .form-select:focus,
.themeForm .form-group>.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #D9D9D9
}

.themeForm .form-group .formLabel {
    font-size: 16px;
    margin-bottom: 0.5rem;
    color: #676666
}

.themeForm .form-group .gpsBtn {
    text-align: center;
    line-height: 1.5;
    color: #A8315B;
    padding: 1rem 0rem
}

.themeForm .form-group .gpsBtn svg {
    margin-right: 5px
}

.themeForm .form-group.varificationField .form-control,
.themeForm .form-group.varificationField .form-select {
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%
}

.themeForm .form-group.varificationField .form-control:valid,
.themeForm .form-group.varificationField .form-select:valid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 12L11 14L15.5 9.5M7.33377 3.8187C8.1376 3.75455 8.90071 3.43846 9.51447 2.91542C10.9467 1.69486 13.0533 1.69486 14.4855 2.91542C15.0993 3.43846 15.8624 3.75455 16.6662 3.8187C18.5421 3.96839 20.0316 5.45794 20.1813 7.33377C20.2455 8.1376 20.5615 8.90071 21.0846 9.51447C22.3051 10.9467 22.3051 13.0533 21.0846 14.4855C20.5615 15.0993 20.2455 15.8624 20.1813 16.6662C20.0316 18.5421 18.5421 20.0316 16.6662 20.1813C15.8624 20.2455 15.0993 20.5615 14.4855 21.0846C13.0533 22.3051 10.9467 22.3051 9.51447 21.0846C8.90071 20.5615 8.1376 20.2455 7.33377 20.1813C5.45794 20.0316 3.96839 18.5421 3.8187 16.6662C3.75455 15.8624 3.43846 15.0993 2.91542 14.4855C1.69486 13.0533 1.69486 10.9467 2.91542 9.51447C3.43846 8.90071 3.75455 8.1376 3.8187 7.33377C3.96839 5.45794 5.45794 3.96839 7.33377 3.8187Z' stroke='%2305AA1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.themeForm .form-group.varificationField .form-control:invalid,
.themeForm .form-group.varificationField .form-select:invalid {
    background-image: none
}

.themeForm .customChekcbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px
}

.themeForm .customChekcbox .form-check-input {
    width: 25px;
    height: 25px;
    margin: 0 20px 0 0
}

.themeForm .customChekcbox .form-check-input:checked {
    background-color: #F5C13F;
    border-color: #F5C13F
}

.themeForm .customChekcbox .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.themeForm .customChekcbox .form-check-label {
    cursor: pointer
}

.paymentChekLists .customChekcbox input {
    display: none
}

.paymentChekLists .customChekcbox input:checked+label {
    border-color: #C18900
}

.paymentChekLists .customChekcbox label {
    padding: 7px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    position: relative;
    min-height: 56px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #676666
}

.paymnentTxtIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.paymnentTxtIcon .payIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 5px
}

.formBtnGroup .backcartBtn {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.formBtnGroup .backcartBtn:hover {
    color: #F5C13F
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
    .themeForm .customChekcbox .form-check-label {
        line-height: 22px
    }

    .themeForm .form-group .gpsBtn {
        font-size: 14px
    }

    .themeForm .form-group .gpsBtn svg {
        width: 18px
    }
}

@media (max-width: 991px) {
    .themeForm .customChekcbox .form-check-label {
        line-height: 22px
    }

    .themeForm .form-group .form-select,
    .themeForm .form-group>.form-control {
        height: 44px
    }

    .themeForm .form-group .formLabel {
        font-size: 14px
    }

    .themeForm .form-group .gpsBtn {
        text-align: center;
        padding-left: 0px;
        height: calc(3.5rem + var(--bs-border-width) * 2)
    }

    .paymnentTxtIcon .payIcons {
        -webkit-column-gap: 3px;
        -moz-column-gap: 3px;
        column-gap: 3px
    }

    .varificationField .formLabel+a {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .paymnentTxtIcon .payIcons {
        display: block
    }

    .paymnentTxtIcon .payIcons .img-fluid {
        width: 13%
    }

    .themeBtn {
        font-size: 14px
    }

    .checkoutPanel {
        row-gap: 15px;
        margin-bottom: 15px
    }

    .checkoutPanel .checkoutsteps {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .checkoutPanel .checkoutsteps .stepNo {
        width: 100%;
        height: 32px;
        line-height: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
        max-width: 32px
    }

    .checkoutPanel .checkoutsteps .chckstepDtls {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 42px);
        flex: 0 0 calc(100% - 42px);
        max-width: calc(100% - 42px)
    }
}

@media (max-width: 420px) {
    .formBtnGroup .backcartBtn {
        font-size: 16px
    }
}

.accountAccordian .accordion-item {
    border: none;
    margin-bottom: 45px
}

.accountAccordian .accordion-item .accordion-header {
    border: none;
    border-radius: 0
}

.accountAccordian .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.accountAccordian .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accountAccordian .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accountAccordian .accordion-item .accordion-header .accordion-button:after {
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'%3E%3Cpath d='M8.23107 9.73483L1.11051 2.40132C0.767199 2.04775 0.767199 1.4742 1.11051 1.12064L1.94113 0.26522C2.28408 -0.087966 2.83954 -0.0883427 3.18322 0.263711L8.85284 6.07581L14.5228 0.264088C14.8665 -0.0883436 15.422 -0.0875883 15.7649 0.265597L16.5955 1.12102C16.9389 1.47458 16.9389 2.04813 16.5955 2.40169L9.47462 9.73483C9.13131 10.0884 8.57438 10.0884 8.23107 9.73483Z' fill='%23B0446B'/%3E%3C/svg%3E");
    background-position: center
}

.accountAccordian .accordion-item .accordion-body {
    padding: 10px 0 0
}

.genderGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.genderGroup .genderitems {
    max-width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%
}

.genderGroup .genderitems input {
    display: none
}

.genderGroup .genderitems input:checked+label {
    border-color: #C18900;
    color: #C18900
}

.genderGroup .genderitems label {
    width: 100%;
    height: 56px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 1rem;
    line-height: 1.5;
    cursor: pointer
}

.addressBook .addnewAddressBtn .addnewadd {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #D9D9D9;
    color: #A8315B;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.addressBook .addnewAddressBtn .addnewadd:hover {
    border-color: #A8315B
}

.saveAddressList .addItems {
    padding: 15px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 10px
}

.saveAddressList .addItems .aiHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.saveAddressList .addItems .aiHead .addtype label {
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 7px;
    background-color: #EFEFEF
}

.saveAddressList .addItems .aiHead .addtype label.addTypeLoc {
    background-color: #C0FEC9
}

.saveAddressList .addItems .aiHead .actionBtn {
    font-size: 14px
}

.saveAddressList .addItems .aiHead .actionBtn .editBtn {
    color: #676666
}

.saveAddressList .addItems .aiHead .actionBtn .removeBtn {
    color: red;
    margin-left: 15px
}

.saveAddressList .addItems .addBody .addNamePh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 10px
}

.saveAddressList .addItems .addBody .address {
    line-height: 1.4
}

.accountTable table thead tr td,
.accountTable table thead tr th {
    padding: 5px 0 15px;
    font-size: 16px;
    font-weight: 600
}

.accountTable table tbody tr td {
    padding: 10px 0;
    font-size: 16px
}

.accountTable table tbody tr td .delierdStatus {
    color: #05AA1F
}

.accountWishlist .wishlistItems {
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #A1A1A1;
    box-shadow: 0px 0px 3px 0px #A1A1A1;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.accountWishlist .wishlistItems .proImg img {
    border-radius: 5px;
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.accountWishlist .wishlistItems .proContent {
    max-width: calc(100% - 150px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    padding-left: 20px
}

.accountWishlist .wishlistItems .proContent .proCode {
    color: #9E9E9E;
    line-height: 26px
}

.accountWishlist .wishlistItems .proContent .proRatingSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.accountWishlist .wishlistItems .proContent .proRatingSec .ratingStar {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 1.5rem
}

.accountWishlist .wishlistItems .proContent .proRatingSec .ratingStar:before {
    content: "★★★★★";
    letter-spacing: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#FECF28), to(#9E9E9E));
    background: linear-gradient(90deg, #FECF28 var(--percent), #9E9E9E var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.accountWishlist .wishlistItems .proContent .proRatingSec .offersTag {
    display: inline-block;
    padding: 6px 12px;
    background-color: #F1F5F5;
    border-radius: 30px;
    color: #A8315B;
    font-weight: 600
}

.accountWishlist .wishlistItems .proContent .proPriceSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 5px;
    margin-bottom: 20px
}

.accountWishlist .wishlistItems .proContent .proPriceSec .discount-original-price {
    color: #676666
}

.accountWishlist .wishlistItems .proContent .proActionSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 5px
}

.accountWishlist .wishlistItems .proContent .proActionSec .atcartBtn {
    text-transform: uppercase;
    color: #A8315B;
    font-weight: 600
}

.accountWishlist .wishlistItems .proContent .proActionSec .removeBtn {
    color: #A1A1A1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.accountWishlist .wishlistItems .proContent .proActionSec .removeBtn i {
    margin-right: 8px
}

.accountWishlist .wishlistItems .proContent .proActionSec .removeBtn:hover {
    color: #A8315B
}

.reviewItems {
    padding: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9
}

.reviewItems:last-child {
    border-bottom: none
}

.reviewItems .reviewProImg img {
    border-radius: 5px;
    width: 120px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.reviewItems .reviewContent {
    max-width: calc(100% - 120px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 20px
}

.reviewItems .reviewContent .revconHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 5px;
    margin-bottom: 10px
}

.reviewItems .reviewContent .revconHead .ratingse span {
    margin-left: 15px
}

.reviewItems .reviewContent .revconHead .pubUnpub {
    color: #05AA1F
}

.reviewItems .reviewContent .reviewBody {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.4
}

.reviewItems .reviewContent .reviewBody .removeBtn {
    color: #A1A1A1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.reviewItems .reviewContent .reviewBody .removeBtn i {
    margin-right: 8px
}

.reviewItems .reviewContent .reviewBody .removeBtn:hover {
    color: #A8315B
}

@media (max-width: 991px) {
    .genderGroup .genderitems label {
        height: 44px;
        padding: 0.75rem;
        line-height: 1.4;
        font-size: 14px
    }

    .accountAccordian .accordion-item {
        margin-bottom: 30px
    }

    .accountAccordian .accordion-item .accordion-header .accordion-button {
        font-size: 18px
    }

    .accountAccordian .accordion-item .accordion-header .accordion-button:after {
        background-size: 15px
    }

    .accountAccordian .accordion-item .accordion-body {
        padding: 10px 0 0
    }

    .accountTable table thead tr td,
    .accountTable table thead tr th {
        font-size: 14px;
        white-space: nowrap;
        padding: 10px
    }

    .accountTable table tbody tr td {
        white-space: nowrap;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .accountWishlist .wishlistItems .proContent .proActionSec {
        font-size: 12px
    }
}

@media (max-width: 420px) {
    .accountWishlist .wishlistItems .proImg {
        width: 100%;
        margin-bottom: 20px
    }

    .accountWishlist .wishlistItems .proImg img {
        width: 100%;
        height: auto
    }

    .accountWishlist .wishlistItems .proContent {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0px
    }

    .accountWishlist .wishlistItems .proContent .proCode {
        color: #9E9E9E;
        line-height: 26px
    }

    .accountWishlist .wishlistItems .proContent .proActionSec {
        font-size: 14px
    }

    .reviewItems .reviewProImg {
        width: 100%
    }

    .reviewItems .reviewProImg img {
        width: 100%;
        height: auto
    }

    .reviewItems .reviewContent {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0px;
        padding-top: 20px
    }

    .reviewItems .reviewContent .revconHead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 5px;
        margin-bottom: 10px
    }

    .reviewItems .reviewContent .revconHead .ratingse span {
        margin-left: 15px
    }

    .reviewItems .reviewContent .revconHead .pubUnpub {
        color: #05AA1F
    }

    .reviewItems .reviewContent .reviewBody {
        font-size: 16px;
        color: #4A4A4A;
        line-height: 1.4
    }

    .reviewItems .reviewContent .reviewBody .removeBtn {
        color: #A1A1A1;
        -webkit-transition: all 0.6s;
        transition: all 0.6s
    }

    .reviewItems .reviewContent .reviewBody .removeBtn i {
        margin-right: 8px
    }

    .reviewItems .reviewContent .reviewBody .removeBtn:hover {
        color: #A8315B
    }
}

.galleryBanner {
    overflow: hidden;
    position: relative
}

.galleryBanner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #B0446B;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.galleryBanner .slick-arrow:hover {
    background-color: #F5C13F
}

.galleryBanner .slick-arrow:hover.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.803555 6.14123L6.9637 0.771034C7.2607 0.512113 7.74248 0.512113 8.03947 0.771034L8.75802 1.39747C9.0547 1.65612 9.05502 2.07504 8.75929 2.33423L3.87713 6.61017L8.75898 10.8864C9.05502 11.1456 9.05438 11.5645 8.75771 11.8231L8.03915 12.4496C7.74216 12.7085 7.26038 12.7085 6.96339 12.4496L0.803555 7.0791C0.506562 6.82018 0.506562 6.40016 0.803555 6.14123Z' fill='%23000'/%3E%3C/svg%3E")
}

.galleryBanner .slick-arrow:hover.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M9.10819 7.06199L2.94802 12.4309C2.65103 12.6897 2.16924 12.6897 1.87225 12.4309L1.15369 11.8046C0.857017 11.546 0.8567 11.1272 1.15243 10.868L6.0346 6.59317L1.15274 2.31802C0.856699 2.05889 0.857333 1.64007 1.15401 1.38149L1.87257 0.755208C2.16956 0.496351 2.65134 0.496351 2.94834 0.755208L9.10819 6.12435C9.40518 6.38321 9.40518 6.80313 9.10819 7.06199Z' fill='%23000'/%3E%3C/svg%3E")
}

.galleryBanner .slick-arrow:before {
    display: none
}

.galleryBanner .slick-arrow.slick-prev {
    left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.803555 6.14123L6.9637 0.771034C7.2607 0.512113 7.74248 0.512113 8.03947 0.771034L8.75802 1.39747C9.0547 1.65612 9.05502 2.07504 8.75929 2.33423L3.87713 6.61017L8.75898 10.8864C9.05502 11.1456 9.05438 11.5645 8.75771 11.8231L8.03915 12.4496C7.74216 12.7085 7.26038 12.7085 6.96339 12.4496L0.803555 7.0791C0.506562 6.82018 0.506562 6.40016 0.803555 6.14123Z' fill='%23F1F5F5'/%3E%3C/svg%3E")
}

.galleryBanner .slick-arrow.slick-next {
    right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M9.10819 7.06199L2.94802 12.4309C2.65103 12.6897 2.16924 12.6897 1.87225 12.4309L1.15369 11.8046C0.857017 11.546 0.8567 11.1272 1.15243 10.868L6.0346 6.59317L1.15274 2.31802C0.856699 2.05889 0.857333 1.64007 1.15401 1.38149L1.87257 0.755208C2.16956 0.496351 2.65134 0.496351 2.94834 0.755208L9.10819 6.12435C9.40518 6.38321 9.40518 6.80313 9.10819 7.06199Z' fill='%23F1F5F5'/%3E%3C/svg%3E")
}

.galleryBanner .hbinnerSec img {
    width: 100%
}

.galleryAuthor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.galleryAuthor .gauthorLogo {
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.galleryAuthor .gautorContent {
    max-width: calc(100% - 50px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    color: #9e9e9e
}

.galleryAuthor .gautorContent p {
    margin-bottom: 0;
    line-height: 1.3
}

.galleryCarousel .gridCarousel img {
    width: 100%
}

.galleryCarousel .gridCarousel.slick-slider {
    margin-left: -15px;
    margin-right: -15px
}

.galleryCarousel .gridCarousel.slick-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px
}

.galleryCarousel .gridCarousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d9d9d9;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.galleryCarousel .gridCarousel .slick-arrow:hover {
    background-color: #F5C13F
}

.galleryCarousel .gridCarousel .slick-arrow:hover.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.803555 6.14123L6.9637 0.771034C7.2607 0.512113 7.74248 0.512113 8.03947 0.771034L8.75802 1.39747C9.0547 1.65612 9.05502 2.07504 8.75929 2.33423L3.87713 6.61017L8.75898 10.8864C9.05502 11.1456 9.05438 11.5645 8.75771 11.8231L8.03915 12.4496C7.74216 12.7085 7.26038 12.7085 6.96339 12.4496L0.803555 7.0791C0.506562 6.82018 0.506562 6.40016 0.803555 6.14123Z' fill='%23000'/%3E%3C/svg%3E")
}

.galleryCarousel .gridCarousel .slick-arrow:hover.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M9.10819 7.06199L2.94802 12.4309C2.65103 12.6897 2.16924 12.6897 1.87225 12.4309L1.15369 11.8046C0.857017 11.546 0.8567 11.1272 1.15243 10.868L6.0346 6.59317L1.15274 2.31802C0.856699 2.05889 0.857333 1.64007 1.15401 1.38149L1.87257 0.755208C2.16956 0.496351 2.65134 0.496351 2.94834 0.755208L9.10819 6.12435C9.40518 6.38321 9.40518 6.80313 9.10819 7.06199Z' fill='%23000'/%3E%3C/svg%3E")
}

.galleryCarousel .gridCarousel .slick-arrow:before {
    display: none
}

.galleryCarousel .gridCarousel .slick-arrow.slick-prev {
    left: -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.803555 6.14123L6.9637 0.771034C7.2607 0.512113 7.74248 0.512113 8.03947 0.771034L8.75802 1.39747C9.0547 1.65612 9.05502 2.07504 8.75929 2.33423L3.87713 6.61017L8.75898 10.8864C9.05502 11.1456 9.05438 11.5645 8.75771 11.8231L8.03915 12.4496C7.74216 12.7085 7.26038 12.7085 6.96339 12.4496L0.803555 7.0791C0.506562 6.82018 0.506562 6.40016 0.803555 6.14123Z' fill='%235f5f5f'/%3E%3C/svg%3E")
}

.galleryCarousel .gridCarousel .slick-arrow.slick-next {
    right: -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath d='M9.10819 7.06199L2.94802 12.4309C2.65103 12.6897 2.16924 12.6897 1.87225 12.4309L1.15369 11.8046C0.857017 11.546 0.8567 11.1272 1.15243 10.868L6.0346 6.59317L1.15274 2.31802C0.856699 2.05889 0.857333 1.64007 1.15401 1.38149L1.87257 0.755208C2.16956 0.496351 2.65134 0.496351 2.94834 0.755208L9.10819 6.12435C9.40518 6.38321 9.40518 6.80313 9.10819 7.06199Z' fill='%235f5f5f'/%3E%3C/svg%3E")
}

@media (max-width: 991px) {
    .galleryBanner .slick-arrow {
        width: 30px;
        height: 30px
    }
}

@media (max-width: 767px) {
    .galleryBanner .slick-arrow.slick-prev {
        left: 15px
    }

    .galleryBanner .slick-arrow.slick-next {
        right: 15px
    }

    .galleryCarousel .gridCarousel .slick-arrow {
        width: 24px;
        height: 24px;
        background-size: 8px
    }

    .galleryCarousel .gridCarousel .slick-arrow.slick-prev {
        left: 20px
    }

    .galleryCarousel .gridCarousel .slick-arrow.slick-next {
        right: 20px
    }
}

@media (max-width: 560px) {
    .galleryDesc {
        margin-bottom: 20px
    }
}

.arDesignsec .arconfirDesignSec {
    max-width: 82%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%
}

.arDesignsec .arconfirToolsSec {
    padding: 10px 60px 10px 10px;
    max-width: 18%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%
}

.configTools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px
}

.configTools .configtoolsItems {
    width: 100%
}

.configTools .configtoolsItems .configItemsLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: 100%;
    overflow: auto;
    position: relative
}

.configTools .configtoolsItems .configItemsLists li {
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 100%;
    height: 50px
}

.configTools .configtoolsItems .configItemsLists li img {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 1700px) and (min-width:1401px) {
    .arDesignsec .arconfirDesignSec {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .arDesignsec .arconfirToolsSec {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media only screen and (max-width: 1400px) and (min-width:1200px) {
    .arDesignsec .arconfirDesignSec {
        max-width: calc(100% - 350px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 350px);
        flex: 0 0 calc(100% - 350px)
    }

    .arDesignsec .arconfirToolsSec {
        padding: 10px 30px 10px 10px;
        max-width: 350px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px
    }

    .ardesinConfig img {
        height: 530px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
    .arDesignsec .arconfirDesignSec {
        max-width: 65%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%
    }

    .arDesignsec .arconfirToolsSec {
        max-width: 35%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%
    }

    .ardesinConfig img {
        height: 530px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 991px) {
    .arDesignsec .arconfirDesignSec {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .arDesignsec .arconfirToolsSec {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 30px
    }
}

@media (max-width: 767px) {
    .arDesignsec .arconfirToolsSec {
        padding: 30px 15px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1460px
    }
}

.latest-product-wrap,
.categoryItems,
.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.about-banner,
.product-listing-banner {
    height: 300px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.product-listing-banner {
    padding-bottom: 50px;
}

.about-banner .about-banner-img,
.product-listing-banner .product-listing-banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-listing-banner h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: white;
    font-weight: bold;
}

.total-product p {
    font-size: 16px;
    margin-bottom: 0;
}

.product-listing-banner h5 {
    font-family: "Prata", sans-serif;
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: white;
}

.about-banner p {
    font-family: "Prata", sans-serif;
    position: relative;
    background: #484848BF;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: white;
    width: 1000px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px 95px;
}

.about-banner-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 495px;
    padding-bottom: 25px;
}

.about-banner-2 .about-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-banner-2 p {
    font-family: "Prata", sans-serif;
    background: #552C06;
    margin: 0;
    color: white;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    width: 1000px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 95px;
    line-height: 43px;
}

.about-banner-2-div {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-banner-2-div .left-side-abt {
    padding-left: 60px;
    width: 22%;
}

.about-banner-2-div .right-side-abt {
    background: #FFFFFFBF;
    width: 40%;
    padding: 25px;
    padding-right: 60px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.about-banner-2 h3 {
    font-family: "Prata", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
    color: white;
}

.about-banner-2 h5 {
    font-family: "Prata", sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
}

.about-banner-2 h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0;
    line-height: 29px;
}

.abt-content-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.abt-content-grid-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content .abt-content-grid-wrap:nth-child(even) {
    direction: rtl;
}

.abt-content-grid-wrap-content {
    padding: 60px;
}

.about-content .abt-content-grid-wrap:nth-child(even) .abt-content-grid-wrap-content {}

.abt-content-grid-wrap-content h4 {
    color: #552C06;
    font-family: "Prata", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 25px;
}

.abt-content-grid-wrap-content h5 {
    color: #552C06;
    font-family: "Prata", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 20px;
}

.abt-content-grid-wrap-content p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
}

.shop-product-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    position: relative;
}

.filter-box {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: white;

    border-radius: 8px;

}

.contant-map {
    margin: 30px 0;
}

@media only screen and (max-width: 1199px) and (min-width:375px) {
    .detailsRight .couponImages .discount p {
        font-size: 12px;
    }

    .detailsRight .productsmallTitle .productList {
        font-size: 12px;
        padding-bottom: 0 !important;
    }

    .detailsRight .productsmallTitle .productList .listBlack {
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .detailsRight .productsmallTitle .productList {
        padding-bottom: 0px;
    }

    .prodactMobile .slick-slide img {
        width: 100%;
    }

    .hero-3 {
        height: 54px !important;
    }

    .banner-img .banner-text {
        padding: 0 17px;
        bottom: 17px;
    }

    .banner-img .banner-text h4 {
        font-size: 13px;
        min-height: 6px;

        margin-bottom: 8px;
    }

    .banner-img .banner-text .btn.btn-xs,
    .banner-img .banner-text .button.btn-xs {
        font-size: 10px;
        padding: 5px 2px 5px 7px;
    }

    .latest-product-wrap,
    .categoryItems,
    .product-grid {

        grid-template-columns: 1fr 1fr;
        gap: 15px;

    }

    .productItems .proContentSec .productTitle a {
        font-size: 16px !important;
    }

    .productItems .proContentSec .proPriceSec {
        font-size: 16px !important;
        line-height: 22px !important;
        display: flex;
        flex-direction: column;
        margin-bottom: 6px;
    }

    .productItems .proContentSec .priceSavedValue {
        font-size: 13px !important;
        line-height: 18px !important;
        display: flex;
        flex-direction: column;
    }

    .newsLetterSec .input-group {
        display: inherit;
        text-align: center;
    }

    .newsLetterSec .input-group input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-listing-banner {
        padding-bottom: 0;
        align-items: center !important;
        padding: 0 15px !important;
    }

    .breadcrumb {
        padding: 20px 15px !important;
    }

    .shop-product-filter {
        display: inherit !important;
    }

    .total-product {
        margin-bottom: 15px;
    }

    .shop-product-filter .sort-by-product-area {
        justify-content: flex-start !important;
    }

    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by span,
    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
        font-size: 13px !important;
    }

    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by i,
    .shop-product-filter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
        display: none;
    }

    .range .label-input {

        margin-bottom: 15px !important;
    }

    .catSingItems .catContent .catTitle {
        line-height: normal !important;
        font-size: 18px;
        margin-top: -11px;
    }

    .shop-product-filter-header {
        padding: 20px !important;
    }

    .shop-product-filter-header .slick-arrow {
        gap: 12px !important;
    }

    .hlogo {
        width: 160px;
        display: inline-block;
    }

    .contant-map {
        padding: 0 15px
    }

    .about-banner p {
        font-size: 24px !important;
        padding: 30px 15px !important;
        line-height: 34px !important;
    }

    .about-banner-2 p {
        font-size: 24px !important;
        width: 100% !important;
        padding: 30px 15px !important;
        line-height: 34px !important;
    }

    .about-banner-2-div {
        display: inline !important;
        padding: 15px !important;
    }

    .about-banner-2-div .left-side-abt {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }

    .about-banner-2 h3 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }

    .about-banner-2 h5 {
        font-size: 22px !important;
    }

    .about-banner-2-div .right-side-abt {
        padding: 20px !important;
        padding-right: 20px !important;
        border-radius: 10px !important;
    }
    .about-banner-2 h6 {
        font-size: 16px !important;
        line-height: 24px !important; 
    }
    .abt-content-grid-wrap {
        grid-template-columns: 1fr !important;
    }
    .about-banner-2 {
        height: auto !important;
    }
    .about-banner-2-div .right-side-abt {
        width: 100% !important;
    
    }
    .about-banner-2 .about-banner-img {
        object-fit: cover !important;
    }
    .abt-content-grid-wrap-content {
        padding: 15px !important;
    }
    
}


.block__images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.lg-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053" !important;
}

.lg-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054" !important;
}

.lg-toolbar .lg-close:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d" !important;
}

.lg-toolbar .lg-download:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019" !important;
}
.author-avatar
{
    display: inline-block;
    margin-bottom: 20px;
}
.author-avatar img
{
    width: 40px;
    border-radius: 50px;
    margin-right: 5px;
}
.single-content p{
    line-height: 26px;
}
/* .productTitle
{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
/*# sourceMappingURL=theme_style.css.map */