@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #0e0e0e;
}

textarea {
  resize: none;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #828282;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

a:hover{
    color: #2a2a2a;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #000;
}

p a:hover::after {
    opacity: 0.2;
}
.modal{
   background: rgba(0,0,0,0.4);
}

::selection {}

p::selection {}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

/*.form-control {
    color: #db5246;
}*/
input:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
} 

.navbar-toggler:focus{
    box-shadow: none;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top:50px;
    margin-bottom: 50px;
}


.sec-heading{
    font-weight: 400;
    text-align: center;
    color: #151515;
    font-size: 27px;
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.nopadding {
    padding: 0px !important;
}

.button {
    display: inline-block;
    background: #0e8ce4;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
}

.button:hover {
    opacity: 0.8;
}

.header {
    position: relative;
    width: 100%;
    z-index: 10;
}

.top_bar {
   width: 100%;
    height: 27px;
    background: #000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    z-index: 2;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
}

.header.scrolled .top_bar {
    display: none;
}

.top_bar_contact {
    display: inline-block;
}

.top_bar_contact_item {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
}

.top_bar_contact_item:not(:first-child) {
    margin-right: 0px;
}

.top_bar_contact_item a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top_bar_contact_item a:hover {
    color: #8a8a8a;
}

.top_bar_contact_item:last-child {
    margin-right: 0px;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.top_bar_menu {
    display: inline-block;
}

.top_bar_dropdown li {
    padding-left: 13px;
    padding-right: 13px;
}

.standard_dropdown li {
    display: inline-block;
    position: relative;
    height: 56px
}

.standard_dropdown li li {
    display: block;
    width: 100%;
}

.standard_dropdown li li a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
    font-size: 13px;
    text-align: left;
}

.standard_dropdown li:last-child a {
    border-bottom: none;
}

.standard_dropdown li.hassubs>a i {
    display: none;
    margin-left: 5px;
}

.standard_dropdown li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 56px;
    white-space: nowrap;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.standard_dropdown li a:hover {
    color: #0e8ce4;
}

.standard_dropdown li a i {
    display: none;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 12px;
}

.standard_dropdown li ul {
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
        padding-left: 0;
}

.standard_dropdown li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.standard_dropdown ul ul {
    left: 100%;
    top: 0 !important;
}

.top_bar_user {
    display: inline-block;
    margin-left: 35px;
}

.top_bar_user div {
    display: inline-block;
}

.top_bar_user div:nth-child(2) {
    margin-right: 21px;
}

.top_bar_user div:nth-child(2)::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
}

.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top_bar_user a:hover {
    color: #8a8a8a;
}

.header_main {
    z-index: 1;
}

.header.scrolled .header_main {
    display: none;
}

.header_main_item {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo_container {
    height: 60px;
}

.logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_search {
    height: 90px;
    width: 80%;
    margin: 0 auto;
}

.header_search_content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_search_form {
    width: 100%;
    height: 52%;
    background: #eeeeee;
    margin-top: 22px;
    margin-right:10px;
}
.header_search_form {
   width: 100%;
    height: 52%;
    max-width: 280px;
    background: #fff;
    margin-top: 4px;
    border: 1px solid #e4e5e6;
}

.header_search_input {
    display: block;
    position: relative;
    width: 92%;
    height: 100%;
    line-height: 50px;
    border: none !important;
    outline: none !important;
    padding-left: 0px;
    color: #7f7f7f;
    float: right;
    background: #eeeeee;
    color: #3e3e3e;
    text-align: left;
    padding-right: 15px;
}

.header_search_input::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input:-moz-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input::-moz-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.header_search_input::input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important;
}

.custom_dropdown {
    width: calc((100% - 50px) * 0.399);
    height: 50px;
    float: left;
    padding-left: 26px;
}

.logo img{
    width: 130px;
    margin-left:26px;
}

.custom_dropdown::before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 28px;
    background: #e5e5e5;
    content: '';
}

.custom_dropdown_list i {
    display: inline-block;
    color: #a3a3a3;
    font-size: 10px;
    margin-left: 3px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.custom_dropdown_placeholder {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #a3a3a3;
    line-height: 48px;
    cursor: pointer;
}

.custom_dropdown_placeholder i {}

.custom_list {
    text-align: left;
    position: absolute;
    padding: 0;
    top: 75px;
    left: -15px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: all 0.0s ease;
}

.custom_list.active {
    visibility: visible;
    opacity: 1;
    top: 50px;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.custom_list li {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
}

.custom_list li a {
    display: block;
    color: #a3a3a3;
    line-height: 35px;
    border-bottom: solid 1px #ededed;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.custom_list li a:hover {
    color: #0e8ce4;
}

.custom_list select {
    display: inline;
    border: 0;
    width: auto;
    margin-left: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid #555;
    color: #7b00ff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.custom_list select:hover {
    cursor: pointer;
}

.custom_list select option {
    border: 0;
    border-bottom: 1px solid #555;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header_search_button {
    position: absolute;
    top: 1px;
    left: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #767676;
}

.header_search_button i{
    color: #838383;
    font-size: 18px;
}

.wishlist_cart {
    height: 60px;
}

.wishlist_icon img, .user_icon img, .cart_icon img, .search-open img {
    width: 100%;
    height: 100%;
    margin: 0px 10px;
    max-width: 20px;
    max-height: 20px;
}

.wishlist_content {
    margin-left: 14px;
}

.wishlist_text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.wishlist_text a:hover {
    color: #0e8ce4;
}

.wishlist_count {
    margin-top: -2px;
    color: #a3a3a3;
    font-size: 14px;
}

.cart_count {
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: #9d0117;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.cart_count span {
    display: block;
    line-height: 17px;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.cart_icon img {
    width: 100%;
}

.cart_content {
    margin-left: 28px;
}

.cart_text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cart_text a:hover {
    color: #0e8ce4;
}

.cart_price {
    font-size: 14px;
    color: #a3a3a3;
    margin-top: -2px;
}

.main_nav {
    width: 100%;
    border-top: solid 1px #f2f2f2;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

.header.scrolled .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.standard_dropdown.main_nav_dropdown{
    padding-left: 0;
}
.main_nav_content {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.cat_menu_container {
    width: 293px;
    height: 100%;
    background: #0e8ce4;
    padding-left: 35px;
    cursor: pointer;
    z-index: 1;
}

.cat_menu_title {
    height: 100%;
}

.cat_burger {
    width: 18px;
    height: 14px;
}

.cat_burger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
}

.cat_burger span:nth-child(2) {
    top: 6px;
}

.cat_burger span:nth-child(3) {
    top: 12px;
}

.cat_menu_text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 20px;
}

.cat_menu_container ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.cat_menu_container>ul {
    padding-top: 13px;
}

.cat_menu_container:hover .cat_menu {
    visibility: visible;
    opacity: 1;
}

.cat_menu li {
    display: block;
    position: relative;
    width: auto;
    height: 46px;
    border-bottom: solid 1px #f2f2f2;
    padding-left: 35px;
    padding-right: 30px;
    white-space: nowrap;
}

.cat_menu li.hassubs>a i {
    display: block;
}

.cat_menu li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 46px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cat_menu li a:hover {
    color: #0e8ce4;
}

.cat_menu li a i {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
}

.cat_menu li ul {
    display: block;
    position: absolute;
    top: 35px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.cat_menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.main_nav_dropdown li {
    margin-right: 35px;
}

.main_nav_dropdown li:last-child {
    margin-right: 0px;
}

.main_nav_dropdown li a {
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    line-height: 60px;
    text-transform: uppercase;
}

.main_nav_dropdown li li {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0px;
}

.menu_trigger_container {
    display: none;
    width: auto;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
}

.menu_trigger {
    height: 100%;
}

.menu_burger_inner {
    display: inline-block;
}

.menu_trigger_text {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px;
}

.page_menu {
    margin-top: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page_menu_content {
    height: 0px;
    background: #0e8ce4;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_menu_search_input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 25px;
}

.page_menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

.page_menu_item>a {
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page_menu_item>a:hover {
    color: #b5aec4;
}

.page_menu_item a i {
    display: none;
    margin-left: 8px;
}

.page_menu_item.has-children>a>i {
    display: inline-block;
}

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
}

.page_menu_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
}

.page_menu_selection li a {
    display: block;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.page_menu_selection li a:hover {
    color: #b5aec4;
}

.page_menu_selection li:last-child a {
    border-bottom: none;
}

.menu_contact_item {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
    color: #FFFFFF;
}

.menu_contact_item:not(:first-child) {
    margin-right: 0px;
}

.menu_contact_item a {
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_contact_item a:hover {
    color: #8a8a8a;
}

.menu_contact_item:last-child {
    margin-right: 0px;
}

.menu_contact_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.middle-bar {
    display: flex;
    width: 100%;
    height: 60px;
    flex-direction: row;
    align-items: center;
}
.navbar-nav {
    margin:0 auto;
}
.navbar-nav .dropdown-toggle::after{
    display: none;
}
.navbar-nav .nav-link{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
   color: #000;
   padding-left:0 !important;
}
.navbar-nav .nav-item{
    padding: 0px 10px;
    padding-left:0;
}

.navbar-nav .nav-item i{
  font-size: 12px;
}
.navbar-links{
    padding: 0px 5px;
    padding-left:0;
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
    color: #565656;
    font-size: 15px;
    padding: 5px;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}
.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}
.frame {
    position: absolute;
    left: -20%;
    /* width: 70px; */
    /* height: 70px; */
    /* border-radius: 2px; */
    overflow: hidden;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 99;
    top: 45px;
}
.center-text {
    position: absolute;
    top: 0%;
    left: 5%;
    width: 30px;
}
.bar {
    width: 30px;
    height: 2px;
    background-color: #9d0117;
    border-radius: 0;
    transition: transform 0.3s ease, top 0.3s ease;
    z-index: 1;
}
 .bar_middle {
     margin: 7px 0;
}
 .checkbox {
     position: absolute;
     display: none;
}
 .checkbox:checked + .center-text .bar {
     position: absolute;
}
 .checkbox:checked + .center-text .bar_middle {
     width: 0;
     opacity: 0;
     margin: auto;
     z-index: 0;
     left: 0;
     right: 0;
}
 .checkbox:checked + .center-text .bar_top {
     transform: rotate(45deg);
}
 .checkbox:checked + .center-text .bar_bottom {
     transform: rotate(-45deg);
     z-index: 2;
}

/*.checkbox:checked + .center-text{
        top: 30%;
}*/

.navbar{
    width: 100%;
    display: block;
    padding: 0px 15px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    box-shadow: 3px 1px 10px #e3e3e3;
}
.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
.mobile-navbar{
    text-align: left;
    display: block;
    margin-left: 3%;
    margin-top: 0px;
    display: none;
    padding: 0;
}
.mobile-navbar img{
    width: 35%;
}
/*.checkbox:checked + .center-text {
    top: 7.7%;
    position: fixed;
}*/

/*----------FEATURED CATEGORY---------*/

.swiper-slide-item {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.swiper-slide-item
 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height:100%;
    max-width: 600px;
    margin:auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.short-dec{
    font-weight: 400;
    margin-bottom: 8px;
}
.title-tag{
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #000;
}
.title-tag:hover{
   color: #000;
}

.view-btn{
    color: #9d0117;
    text-transform: uppercase;
    font-size: 16px;
}

.view-btn:hover{
    color: #000;
}

.feature-prdt .swiper-slide .short-dec, .feature-prdt .swiper-slide .view-btn{
    display: none;
}

.feature-prdt .swiper-slide-active .short-dec, .feature-prdt .swiper-slide-active .view-btn{
    display: block;
}
/*---------top category-----------*/


.top-category .col a{
   color: #787878;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    font-weight: 700;
}
.top-category .col {
    text-align: center;
}
.top-category .row{
    width: 70%;
    margin: 0 auto;
}
.top-category{  
     margin-top: 0px;
    margin-bottom: 20px;
}
.carousel-indicators{
    display: none;
}


/*--------------shop by categories--------------*/

.categories-type{
    position: relative;
}

.categories-type a {
    /*background: rgba(0,0,0,0.9);*/
    background:#9d0117;
    color: #fff;
    position: absolute;
    width: 92%;
    bottom: 0px;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    left: 11px;
    right: 0;
}
.shop-categories{
    margin-top: 50px;
    margin-bottom: 50px;
}
.shop-categories .sec-heading {
   margin-bottom: 30px;
}

/*----------------new launches------------*/
.new-launch .cart-btn{
    width: 100%;
}
.new-launches .swiper-wrapper {
      transform: initial;
    transition-duration: 0ms;
}

.new-launches .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
/*  padding: 10px;*/
  border: 1px solid #e3e3e3;
}
.new-launches span {
    font-size: 18px;
    color: #7c7c7c;
}
.pricing-tag{
    margin-bottom: 0px;
}
.new-launches .rating span{
    font-size: 14px;
}
.prdt-detail .old{
    text-decoration: line-through;
}
.new-launches .heading{
    color: #070707;
}
.rating {
    font-size: 13px;
}
.new-launches .checked {
  color: #9d0117;
}

.new-launches .price{
    color: #070707;
    font-size: 20px; 
    font-weight: 700;
}
.mySwiper1 .prdt-detail {
    padding: 10px;
}
.new-launches h6{
    font-size: 18px;
    margin-bottom: 5px;
}
.new-launches .short-dec{
    margin-bottom: 0;
}

.cart-btn:hover{
   background: #9d0117;
   color: #fff;
   transition: 0.3s;
}
.mySwiper1 .prdt-img{
   border-bottom: 1px solid #ececec; 
}
.prdt-img{
   position: relative;
    border-bottom: 1px solid #ececec;
    width: 100%;
}

.prdt-img a{
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 20px;
    color: #000;
    z-index: 999;
}

.prdt-img a:hover, .prdt-img a.active{
    color: #9d0117;
}
.prdt-img a i.active{
   color: #9d0117; 
}
.prdt-img a.active{
    color: #9d0117;
}
.mySwiper1.swiper, .mySwiper4.swiper {
    width: 100%;
    height: 100%;
   /* overflow-y: auto;
    overflow-x: hidden;*/
}
.mySwiper1 .swiper-button-prev, .mySwiper4 .swiper-button-prev {
    background-image: url(../images/arrow-r.png);
    width: 45px;
    height: 45px;
    /* object-fit: cover; */
    left: -5px;
    background-size: 35px 35px;
    opacity: 1;
}
.mySwiper1 .swiper-button-next, .mySwiper4 .swiper-button-next {
    background-image: url(../images/arrow-l.png);
    width: 45px;
    height: 45px;
    right: -5px;
    background-size: 35px 35px;
    opacity: 1;
}
.prdt-img a.launches-img {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 15px;
    z-index: 9;
}
.prdt-img a.launches-img img{
    width: 100%;
    height: 100%;
    max-width: 230px;
    max-height: 230px;
}
.launches-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom:10px;
    line-height: 1.3;
}
.launches-heading:hover{
    color: #000;
}
.client-upload{
    width: 100px;
}
/*-------------best sellers----------*/

.mySwiper2 .swiper-wrapper {
      transform: initial;
    transition-duration: 0ms;
}

.mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.mySwiper2 span {
      font-size: 16px;
    color: #898989;
}

.mySwiper2 .heading{
    color: #070707;
}
.mySwiper2.swiper {
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}
.cart-btn {
    background: #9d0117;
    padding: 8px 10px;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 1.8;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    }
.mySwiper2 .prdt-detail{
    padding: 10px;
}

.mySwiper2 .prdt-img{
    border-bottom: 1px solid #ececec;
}
.cart-btn:hover{
   background: #ffdac2;
   color: #9d0117;
   transition: 0.3s;
}
.cart-btn1{
    background: #000;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
    width: 47%;
    height: 40px;
    line-height: 1.8;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.cart-btn1:hover{
    color: #fff;
}

.cart-btn1 i{
    font-size: 12px;
}

.cart-btn1:hover{
    background: #9d0117;
   color: #fff;
   transition: 0.3s;
}
.best-sellers{
/*    border-top:1px solid #f1f1f1 ;*/
    border-bottom:1px solid #f1f1f1;
    padding: 30px 0;
}

/*-------------watch&buy- & insta feed---------*/

.watch-buy .row{
  margin: 0;
}


.insta-feed .sec-heading{
      font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.insta-feed .cart-btn{
  width: 27%;
    font-size: 16px;
    line-height: 2.3;
    margin: 15px auto;
    text-align: center;
    display: block;
    font-weight: 600;
    height: 50px;
}


/*-------------articles---------*/

.articles .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.articles .swiper-slide img {
  display: block;
  width: 100%;
}

.mySwiper3.swiper {
    overflow: hidden;
}

.articles .row{
    margin: 0;
}
.articles{
    background: #ffdac2;
    padding: 2% 0 5.5%;
}

.mySwiper3 .swiper-slide {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    display: block;
    margin-right: 10px;
}
.mySwiper3 a{
   font-size: 17px;
    margin-top: 30px;
    color: #000;
    line-height: 1.5;
    display: block;
    font-weight: 500;
}
.articles .sec-heading{
    text-transform: capitalize;
    text-align: left;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}
.swiper-slide-arrow{
    margin-top: 50px;
    position: absolute;
}

.swiper-slide-arrow .swiper-button-next{
    background-image: url(../images/article-arrowr.png);
    right: -75px;
    left: auto;
    background-size: 15px 25px;
}
.swiper-slide-arrow .swiper-button-prev{
    background-image: url(../images/article-arrowl.png);
    background-size: 15px 25px;
}
.reason h2 img{
    width: 5%;
    margin-top: -6px;
}
.reason h5{
    color: #ffdac2;
    text-align: right;
    position: relative;
    width: 12%;
    margin: 0 auto 10px;
}
.reason h5:after {
   content: "";
   display: block;
   width: 40px;
   height: 3px;
   background: #ffdac2;
   left: 5px;
   top: 26%;
   position: absolute;
   bottom: 27%;
}
.reason p{
   margin: 0 auto 30px;
    text-align: center;
    width: 60%;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
.reason .sec-heading{
    margin-bottom: 10px;
}
.reasons{
    text-align: center;
}
.reasons p{
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}


/*--------client testimonial-----------*/

.clients-review .testimonial-heading {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.clients-review .testimonial-img {
  width: 50%;
}
.clients-review .image-name-section .testimonial-img{
    width: 50%;
    height: 100%;
    border-radius: 20px;
}
.clients-review .image-name-section .testimonial-img img{
    border-radius:10px ;
}
.clients-review .reviewer-name {
    position: relative;
    right: -57px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 49px;
    background: url('../images/client.png');
    background-repeat: no-repeat;
    width: 50%;
    background-size: 100%;
    background-position: center;
}
.clients-review .reviewer-name span {
  width: 200px;
    float: left;
    font-size: 16px;
}
.clients-review .stars-review ul {
  list-style: none;
      display: flex;
      padding: 0;
}
.clients-review .stars-review ul li {
    margin: 2px;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #ccc;
}
.clients-review .stars-review ul li span{
   font-size: 18px;
    margin-top: -5px;
    display: flex;
    padding-left: 5px;
}
.clients-review .image-name-section {
  display: flex;
  position: relative;
  width: 50%;
  margin: 0 auto 50px;
}
.clients-review .image-name-section .reviewer-name {
    width: 245px;
    height: 245px;
    overflow: hidden;
}
.clients-review .testimonial-text-bg {
    background: #000;
    color: #fff;
    padding: 3% 3%;
    border-radius: 10px;
    width: 75%;
    margin: 25px auto 0;
    text-align: left;
}
.clients-review .testimonial-text-bg p{
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.clients-review .swiper {
  width: 100%;
  height: 100%;
}
.clients-review .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-review .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clients-review .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.clients-review .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.clients-review .mySwiper-testimonial .swiper-pagination.swiper-pagination-clickable {
  top: 55%;
}
.clients-review .mySwiper-testimonial{
    width: 100%;
    overflow: hidden;
}
.clients-review .sec-heading{
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 400;
}
.clients-review .smile-img{
  width: 8% !important;
    float: right;
    margin-top: -35px;
}
.clients-review{
    margin-bottom: 5%;
    margin-top: 5%;
}

/*------------footer-----------*/

footer{
    background: #000;
    padding: 45px 0 0;
    color: #fff;
}
.footer-heading{
    color: #ffdac2;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
ul.footer-menu {
    padding: 0;
}
ul.footer-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 8px;
    display: inline-flex;
}
li.hovicon {
    display: inline-flex;
    padding: 0px 10px 0 0px;
    margin-bottom: 10px;
}
li.hovicon a{
    font-size: 20px;
}
.copyright{
    border-top: 1px solid #3e3e3e;
    padding: 15px;
    font-weight: 300;
}
footer .row{
    margin-bottom: 40px;
}

/*--------product-listing-------*/
.sort-list{
        text-align: right;
    }

.pm-product .position-relative{
    text-align: center;
}
.pm-product .btn {
    background-color: #9d0117;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
}
.myClass{
    border:transparent;
    background: #f7f7f7;
    padding: 8px 3px;
}
.myClass:focus{
    outline: transparent;
}

.gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}


/*--------product detail--------*/
.selectsize .checkbox .checkmark{
    left: 2px;
    visibility: hidden;
    display: none;
    text-align: center;
}
.selectsize .checkbox {
    position: relative;
    display: inline-block;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.selectsize .checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.selectsize .checkbox .checkmark {
    position: relative;
    display: inline;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 3px;
    outline: 1px solid #acacac;
    transition: all 0.0s ease;
}

.selectsize .checkbox:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.0s ease;
}

.selectsize .checkbox input:checked ~.checkmark {
    background: #9d0117;
    outline: 1px solid #9d0117;
}

.selectsize .checkbox input[type="radio"] ~ .checkmark {
    border-radius: 0;
}

.selectsize .checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 43%;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.0s ease;
}

.selectsize .checkbox input:checked~.checkmark::after {
    opacity: 1;
    transition: all 0.0s ease;
}
.selectsize {
    padding-top: 15px;
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
.selectsize p, .more-variants p{
    width: 100%;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.btn-block{
  display: inline-flex;
   width: 65%;
   margin-top: 26px;
}
.btn-block .cart-btn{
    width: 80%;
}
.header-block h2{
    font-size: 21px;
    color: #101010 !important;
    font-weight: 500 !important;
}
.price .price-off{
   text-decoration: line-through;
   color:#838383;
}
.price .percent-off{
    color: #9d0117;
    font-size: 16px;
    font-weight: 600;
}
/*.description-block.main.scroll-bar-none {
    margin-top: 70px;
}*/
.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  background: #9d0117;
}
.qty-input .qty-count--add {
   background: #9d0117;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #efefef;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}
.qty-input {
   border-radius: 5px;
   border: 1px solid #e3e3e3;
}
.quantity_numbers {
    display: inline-flex;
    flex-direction: column;
    font-size: 1rem;
    align-items: flex-start;
    margin-top: 5px;
    /* border-top: 1px solid #e9e9e9; */
    /* border-bottom: 1px solid #e9e9e9; */
    padding-top: 25px;
    /* padding-bottom: 20px; */
    width: 35%;
    float: left;
}
.quantity_numbers p, .about-prdt p{
    width: 100%;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 0;
    margin-bottom: 20px;
}
.more-variants ul li{
    width: 20%;
    display: inline-flex;
    margin: 0px 5px 0px 0;
    text-transform: capitalize;
    font-size: 10px;
    text-align: center;
}
.more-variants ul li a span{
    margin-top: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}
.more-variants {
    padding-top: 10px;
}
.product-icons {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
.about-prdt {
    margin: 10px 0 0px 0px;
    background: #ffdac2;
    padding: 30px 25px 20px;
    border-radius: 10px;
    border: 1.5px dotted #9d0117;
}
.product-icons ul{
    background: linear-gradient(360deg,rgba(255,230,204,.94) 0%,rgba(255,230,204,.29) 100%);
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    display: inline-flex;
    margin-top: 25px;
}
.product-icons ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
}
.product-icons ul li img{
    width: 40px;
    height: 40px;
}
.product-icons span{
    margin-top: 5px;
    line-height: 1.2;
    font-size: 12px;
}
.about-prdt ul li{
    color: #464646;
    list-style: disc;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}
.about-prdt ul li span{
    font-size: 16px !important;
    line-height: 1.3;
    background-color:transparent !important;
}
.about-prdt ul {
    padding-left: 17px;
}
.like-btn {
    padding: 10px;
    margin-top: 5px;
    height: 40px;
    width: auto;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
}
.like-btn svg{
    color: #9d0117;
    font-size: 30px;
    font-weight: 400;
}
.like-btn svg:hover{
    color: #000;
}
.like-btn svg.active{
    font-weight: 700;
}
.about-prdt-detail .nav-tabs .nav-link{
    font-weight: 700;
    border-radius: 0;
    color: #000;
}
.about-prdt-detail .nav-tabs .nav-link.active{
    border-color: transparent;
    background: #ffdac2;
}
.about-prdt-detail .nav-tabs .nav-link:focus, .about-prdt-detail .nav-tabs .nav-link:hover{
    border-color: transparent;
    background: #ffdac2;
}
.about-prdt-detail .nav-link{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 5px;
    color: #495057;
}
.about-prdt-detail .row{
    width: 100%;
    margin: 0 auto;
}
.about-prdt-detail .nav-tabs{
    padding-right: 0;
}
.about-prdt-detail{
    padding: 0px;
    margin-top: 0px;
}
.about-prdt-detail .tab-pane img{
    width: 49%;
    margin-bottom: 10px;
    margin-right: 6px;
}
.about-prdt-detail .tab-content {
    padding: 0;
    margin-top: 45px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.about-prdt-detail .sec-heading{
   font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px;
}
.about-prdt-detail p{
    font-size: 18px;
}
.prdt-dec{
    margin-bottom: 25px;
    text-align: center;
}
.prdt-dec img{
    width: 100%;
}
.tab-product-content {
    padding: 15px 15px;
}

.mz-nav-controls, .mz-expand-controls, button.mz-button{
    position: static;
}
.dkn-product-card-review span{
   color: #9d0117;
}
.dkn-product-card-review-rating-text {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.dkn-product-card-review-count-text {
    border-left: 1px solid #9b9b9b;
    padding-left: 5px;
}
.card-rating-info:hover{
    color: #000;
}
/*--------code by kunal----------*/
.copy-code-area
{
    position:absolute;
    top:0;
    right:0;
}
.tag-icon
{
    color: #edcc63;
  font-size: 20px;
  vertical-align:middle;
}
.copy-text {
    position: relative;
    /*padding: 10px;*/
    background: #e0f8f8;
    border: 2px dotted #ddd;
    border-radius: 10px;
    display: block;
    width:100%;
    max-width:145px;
}
.copy-text .field input.text {
    font-size: 14px;
    color: #555;
    border: none;
    padding:2px 14px;
    font-weight:600;
    outline: none;
    background-color:transparent;
}
.copy-text button {
       padding: 0;
    color: #000;
    font-size: 13px;
    border: none;
    position: absolute;
    outline: none;
    border-radius: 10px;
    top:4px;
    cursor: pointer;
    right: 14px;
    background: transparent;
}

.copy-text button:active {
    background: #809ce2;
}
.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: 0px;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
    background-color:transparent;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #e0f8f;
    transform: rotate(45deg);
    display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}
.offers-available
{
    display: inline-flex;
    width: 26%;
    background: #ffdac2;
    text-align: center;
    height: auto;
    margin-right: 15px;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 26px;
}

.p-detail-text
{
   font-size: 14px;
    margin-left: 0;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.offer-title {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}
.offer-txt .tag-icon {
    color: #9d0117;
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
}
/*------rating-----*/

.review-bg .rating, .star-rating {
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-radius: 10px;
   padding:10px 15px;
   direction: rtl;
   width: 10rem;
   transition: border 1s ease;
   overflow:hidden;
   margin: 0 auto;
}

.review-bg .rating input {
  display: none;
}

.review-bg .rating label {
  display: inline-block;
  cursor: pointer;
    color: #838dc6;
    position: relative;
}

.review-bg .rating input:checked ~ label i {
  color: #9d0117;
  transition: color 0.5s ease;
}

.review-bg .rating input:not(:checked) ~ label {
  color: #888888;
  transition: color 0.5s ease;
}

.review-bg .rating input:not(:checked) ~ label:hover {
  opacity: 1;
}

/* galleryTop */
.gallery .swiper-slide {
  cursor: pointer;
}
.gallery img {
  width: 100%;
  height: auto;
}

/* thumbs */
.gallery-thumbs .swiper-slide {
  width: auto;
  border-radius: 10px;
  opacity: 0.8;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  -webkit-filter: initial; /* Safari 6.0 - 9.0 */
  filter: initial;
  font-weight: bold;
  color: #231b93;
}

.gallery-thumbs img {
  cursor: pointer;
  width: auto;
  height: 150px;
  border-radius: 10px;
  object-fit: contain;
}

/* buttons */
.swiper-button-next {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 15px;
  opacity: 0.2;
  -webkit-transition: opacity 0.6s; /* For Safari 3.1 to 6.0 */
  transition: opacity 0.6s;
}

.swiper-button-prev {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 15px;
  opacity: 0.2;
  -webkit-transition: opacity 0.6s; /* For Safari 3.1 to 6.0 */
  transition: opacity 0.6s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-left: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-right: auto;
}

.mz-thumb.mz-thumb-selected img
{
border-color: #9d0117;
}
a[data-zoom-id] img, .mz-thumb img
{

/*max-width: 80px;*/
width:54px;
height:54px;
border: 1px solid #ebebeb;
margin-bottom: 10px;
}
.MagicZoom a
{
position:absolute !important;
background-color:red;
}
html body .mz-expand a
{
display:none !important;
position:absolute !important;
visibility:hidden !important;
}



@media (hover: none), (pointer: coarse) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/*---------rating--------*/

.ratingnreview {
  background: #f7f7f7;
}

.review-bg .accordion-item {
    background: transparent;
}
button.accordion-button.review-button.collapsed {
    display: inline-block;
}
.comment-from {
    text-align: left;
    margin: 0px auto;
    width: 60%;
    border: 1px solid #ced4da;
    padding: 10px 30px;
}
.accordion-button.review-button:not(.collapsed), .accordion-button.review-button {
    font-weight: 600;
    background: #9d0117;
    text-align: center;
    box-shadow: none;
    color: #fff;
    width: 25%;
    margin: 25px auto;
    text-transform: uppercase;
    display: block;
    font-family: 'Mulish', sans-serif;
}
.accordion-button.review-button:focus{
    box-shadow: none;
    border-color: #9d0117;
}
.review-button::after{
    content: none;
}
.comment-from .form-control {
    border-radius: 0;
}
.comment-from .btn.buy-btn {
    background: black;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 25px;
}
.comment-from .btn.buy-btn:hover {
    background: #9d0117;
}
  .rating-star {
    display: flex;
    float: left;
    padding-left: 0;
    margin-bottom: 5px;
}
.rating-star li {
    list-style: none;
    margin-right: 2px;
    line-height: 1;
}
.rating-number span {
    line-height: 1;
}
 .review-detail {
    display: block;
    margin: 30px 20px;
    margin-bottom:0;
}
.review-star {
    display: flex;
    height: max-content;
    line-height: 1;
    font-weight: 100;
    font-size: 14px;
    color: #9d0117;
    margin-top: 15px;
    margin-bottom: 5px;
}
.review-star i, .review-star svg{
    font-weight: 300;
    font-size: 14px;
    margin-right: 5px;
}
.proReview-img img {
    width: 100%;
    object-fit: contain;
    height: auto;
    max-width:100px;
}
.review h4 {
    font-size: 18px;
    margin: 0px 0 10px;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: 700;
}
.reviews-pro-details{
   width: 33%;
   display: inline-block;
}

.review h4 span img{
    width: 18px;
}
.review p {
       font-size: 16px;
    color: #3a3a3a;
}
.review ul {
    padding-left: 0;
    list-style: none;
    font-weight: 500;
}
.review li {
   margin-bottom: 15px;
    margin-right: 20px;
    color: #9d0117;
    text-transform: uppercase;
    font-weight: 800;
}
#ex3-tabs-4 .sec-heading{
    text-align: left;
    font-size: 24px;
}
.all-review {
    color: #9d0117;
    text-decoration: none;
    margin: 0px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.review{
    text-align: left;
    padding: 20px;
    background: #fff;
    padding-bottom:0;
}
.all-review:hover{
    color: #000;
}
.ratingnreview .container{
  padding: 10px;
}
.ratingnreview{
    margin-bottom: 0 !important;
}

/*---------cart popup-------------*/

.car-bag-area {
    height: 100%;
}
.shopping-cart.active {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: 0;
}
.header_area .shop-cart-pop {
    position: static;
    box-shadow: none !important;
    width: 100%;
    height: 100%;
}
.shop-cart-pop .shopping-cart-header {
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.shop-cart-menu {
    float: left;
}
.your-bag-title {
    font-weight: bold;
    font-size: 16px;
    color: #003896;
    margin-bottom: 5px;
}
.shop-cart-pop .shopping-cart-link {
    padding-right: 35px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 7px;
    text-decoration: underline;
}
.shopping-cart-link {
    color: #003896;
    float: right;
    font-size: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}
.shop-cart-pop .close-modal-link {
    font-size: 24px;
}
.close-modal-link {
    display: block;
    position: absolute;
    top: 20px;
    right: 16px;
    height: 20px;
    font-weight: normal;
    line-height: 13px;
    z-index: 9;
    cursor: pointer;
    width: 20px;
    background-color: transparent;
    color: #000;
}
.use-code-cart {
    background-color: #d0534d;
    color: #fff;
    padding: 7px 20px;
    font-size: 13px;
}
.shopping-cart .shopping-cart-items {
    list-style: none;
    overflow-y: auto;
    height: 100%;
    min-height: 300px;
}
.shop-cart-pop .shopping-cart-items li {
    border-bottom: 1px solid #cdcdcd;
}
.shopping-cart-items li {
    margin-bottom: 20px;
}
.shopping-cart-items li {
    display: block;
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 10px;
    max-width: 70px;
    max-height: 70px;
    border: none !important;
}
/*.active img {
    border: 2px solid #ddd !important;
}*/
.cart-details-text {
    width: 75%;
    display: inline-block;
}
.shopping-cart-items .item-name {
    display: block;
    font-size: 16px;
}
.shopping-cart-items span {
    line-height: normal;
    text-align: left !important;
}
.shop-cart-pop .item-detail {
    color: #9d0117;
    font-weight: 600;
    margin-top: 5px;
}
.shopping-cart .shopping-cart-items .item-detail {
    display: block;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shopping-cart-items span {
    line-height: normal;
    text-align: left !important;
}
.cartp-area {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}
.shopping-cart-items span {
    line-height: normal;
    text-align: left !important;
}
.cart-pop-strike {
    color: #A9A9A9;
    font-size: 14px;
}
.cart-pop-strike s, .item-price{
font-size: 18px;
}

.remove-item-pop {
    background-color: transparent;
    color: #d0534d;
    font-weight: 600;
    display: block;
    margin-top: 0;
}
.cart-btn-style {
    padding: 10px 15px;
    text-align: center;
    background: #9d0117;
    color: #fff;
    display: inline-flex;
    margin-left: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.shopping-cart-items span {
    line-height: normal;
    text-align: left !important;
    vertical-align: bottom;
}
.cart-btn-style:hover{
    color: #fff;
}
.cart-pop-footer{
    background: #efefef;
    padding: 15px;
}
.g-total-text{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.g-total-title{
      margin-bottom: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.g-total-price {
    width: 75%;
    float: left;
}
.total-items-p{
    font-size: 24px;
    text-align: right;
    color: #9d0117;
    font-weight: 500;
}
.g-total{
  padding-top: 5px;
}
.g-total .btn-style-cart{
    width: 47%;
}
h5#offcanvasRightLabel {
    font-size: 22px;
}
#offcanvasRight .offcanvas-body{
    padding: 10px 0 ;
}
.cart-table .table>:not(:first-child){
    border: transparent;
}
.cart-listing ul li {
    display: inline-flex;
    width: 24%;
    padding: 15px 0;
    font-weight: 700;
}
.cart-detail .title-col{
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.cart-img{
    border-right: 1px solid #e1e1e1;
}
.cart-img a{
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
}
.cart-detail .row{
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.cart-heading{
    font-size: 18px;
    color: #9d0117;
    margin-bottom: 5px;
}
.cart-details{
    padding: 15px 15px 10px;
}

.cart-details .bold-t-font svg{
    font-size: 14px;
    margin-right: 5px;
}
.bold-t-font{
    font-size: 18px;
}
.bold-t-font i{
    font-size: 13px;
    font-weight: 600;
}
.strike-c-text{
   text-decoration: line-through;
   color: #afafaf;
}
.customSelectric{
    padding: 3px 5px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.quantity_size {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 25px;
}
.cart-btns-sec button {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 15px;
    border: 1px solid #ccc;
    padding: 6px 10px 2px;
    text-align: center;
    border-radius: 0;
}
.cart-btns-sec {
    margin-top: 0px;
    width: 30%;
    float: right;
    text-align: right;
}
.cart-summary .cart-summary-button button{
    background: #000 !important;
        font-size: 16px;
}
.clear-btn{
    text-align: right;
    text-transform: uppercase;
}
.clear-cart-link{
    font-size: 12px;
    font-weight: 600;
    color: #9d0117;
}
.cart-details .cart-heading{width: 70%;}
#offcanvasRight{
    z-index: 9999999;
}
.cart-breadcrumb .text-nowrap{
    width: 50%;
        text-transform: uppercase;
}
.payment-mode{
    width:100%;
}
.payment-heading{
    margin-bottom: 10px;
}
.payment-mode span{
        font-size: 14px;
    color: #919191;
}
/*--------checkout-----------*/
.checkout-modal{
    width: 35%;
}
.coupon-codes p{
   text-transform: uppercase;
}
.coupon-codes a,  .coupon-codes button {
    background: #9d0117;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.coupon-codes span{
    padding: 0;
}
.extra-coupon{
    background: #efefef;
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
.cart-summary .cart-summary-wrap .new-coupons p span {
    font-size: 16px;
    text-transform: uppercase;
    color: #9d0117;
}
.new-coupons h6{
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #9d0117;
    font-weight: 400;
}
.me-3 .text-theme {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000 !important;
    margin-right: 15px;
}
.cart-summary-button button{
    font-size: 14px;
    text-transform: uppercase;
}
.checkout-main{
    margin-bottom: 50px;
}
.address-details{
    margin-bottom: 0;
    width: 98%;
}
.address-title{
    font-size: 20px;
    text-align: left;
    margin-top: -15px;
}
.wallet-points li{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    list-style: disc;
}
.wallet-points{
    padding-left: 20px;
    margin-top: 15px;
}
.address-btns{
    padding-bottom: 20px;
}
.address-btns .btn{
    margin-top: 0;
    width: 25%;
}
/*---------payment----------*/

.payment-sec .nav-tabs .nav-link.active, .payment-sec .nav-tabs .nav-link:focus, .payment-sec .nav-tabs .nav-link:hover{
    border-color:transparent ;
}
.cart-summary-button .payment-btn{
   border: transparent !important;
    background-color: #ff74e3 !important;
}

.login-bg{
    height: 100%;
    background: url('../image/brands/brand-img1.png') no-repeat;
    background-size: 100% 100%;
}
.existing-user,.new-user{
    bottom: 20px;
}
#net-banking select{
    border-bottom: 1px solid #ccc !important;
    border: transparent;
    padding: 10px 0;
}
#net-banking select:focus-visible{
    border: none;
    outline: none;
}
.select-addresses{
    border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
}
/*---------login,register,forgot--------*/

.login_form2,.new-user,.reset-password{
    display: none;
}
/*.login-btn{
    display: block;
    width: 25%;
    margin: 0 auto;
    background: #0c0c0c;
    color: #fff;
    text-decoration: none;
    border: transparent;
    padding: 15px;
    line-height: 1;
    position: relative;
    top: 15px;
    height: 40px;
    vertical-align: middle;
}*/
.checkbox-label label{
   margin-top: 4px;
}
.register-btn a, .login-form-btn a {
    width: 30%;
}
.login-form label .reset-password-btn{
    text-align: center;
    text-transform: uppercase;
}
.login-form .forgot-btn label{
    margin-bottom: 0;
    text-align: center;
}
.reset-btn .cart-btn{
    width: 30%;
    margin-right: 0;
}
.forms-sections .register input[type="radio"] + label{
    font-size: 13px;
}

/*----------profile-----------*/

.profile .nav-tabs .nav-link.active{
    border: transparent;
    color: #fff !important;
}
.profile .nav-tabs .nav-link{
    text-transform: uppercase;
    font-size: 15px;
}
.profile .nav-tabs .nav-link:focus, .profile .nav-tabs .nav-link:hover {
     border: transparent;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 0;
}
.login-form h6{
   text-transform: uppercase;
   font-size: 15px;
}
.orders-content .cart-summary-button button {
    width: 100%;
}
.lft-img img{
    max-width: 100px;
}
.cart-summary-button {
    margin: 5px;
}
.cancel-alert {
    font-size: 16px;
    margin-bottom: 0;
}
.register .cancel-order .btn-close{
    margin-top: 0px;
    margin-right: -25px;
}
.order-desciption {
    border: 1px solid #e7e7e7;
}
.orderpricing ul li{
   margin-right: 20px;
}
.orderpricing p{
  margin-bottom: 5px;
}
.orderpricing p span{
    color: #9d0117;
}
.lft-img{
    padding-right: 15px;
}
.reset-btn{
    margin-top: 0;
}
.login-form.address-form .nice-select:focus{
    border: transparent;
    outline: none;
}
/*.save-changes, .save-address-cancel{
    height: 35px;
}*/
.tab-pane .add-new-address-btn{
    margin-top: 0;
    width: 50%;
    font-size: 14px;
}
.address-form.login-form label{
    text-transform: capitalize;
}
.cart-summary-wrap .enter-coupon{
    width: 75%;
}
.sidebar-tab li.nav-item {
    background: #f7f7f7;
}
.p-image-1 img{
    width: 100%;
}

.wishlist-prdt .cart-btn1{
    width: 100%;
}
.cart-summary .cart-summary-wrap-amt p{
  font-size: 18px !important;
      color: #4a4a4a;
}
h6.pb-3.shop-title{
    font-size: 16px;
}
h6.pb-3.shop-title span{
    font-size: 15px;
}

/*-------thank you----------*/

.thanks-title{
    color: #4dce36;
    font-size: 24px;
    margin-top: 10px;
    text-transform: uppercase;
}
.tick-mark-icon{
    width: 5%;
}
.BottomThanks .fullWidth{
    margin-bottom: 0;
}
/*-code by kunal------*/

.PleaseWaitDiv {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../../images/ajax-loader.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000;
}
/*-----------contact us----------*/

.input-style {
    border-radius: 0;
    margin-bottom: 35px;
    padding: 10px 10px;
}
.contact-page{
    margin: 3% auto;
}
.contact-page .cart-btn1{
    width: 30%;
    margin-top: 0;
}
.contact-page h3{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-info ul li{
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-info ul li svg {
    margin-right: 10px;
    color: #9d0117;
}
.contact-info h5{
   font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.Customer-text{
    margin-bottom: 35px;
    line-height: 1.3;
}
.contact-f-sec .input-style, .contact-f-sec select{
    width: 100%;
    border-radius: 0;
    padding: 10px;
    color: #626262;
}

/*---------shipping-policy--------*/

.shipping-policy{
    margin: 2% auto 4%;
}
.shipping-policy ul li{
    list-style: disc;
    margin-bottom: 10px;
    font-size: 16px;
}
.shipping-policy ul{
    padding-left: 20px;
}
.shipping-policy h4{
    margin-bottom: 10px;
    color: #9d0117;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}
.shipping-policy p{
    color: #000;
}
.cancel-title{
   color: #dc0000;
    margin-top: 15px;
    margin-bottom: 30px;
}
/*--------product authanttication------*/

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select.minimal:focus {
    background-image: linear-gradient(45deg, #bdbdbd 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #a3a3a3 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #afafaf;
    outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
} 
.authentication-form{
    margin: 3% auto 5%;
}

/*-------about page--------*/

.about-page {
    margin: 2% auto 5%;
}
.about-page h3{
  color: #9d0117;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.about-page p{
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.about-page p b{
  color: #424242;
}
.about-page ul li{
    list-style: disc;
    margin-left: 25px;
    font-size: 16px;
    margin-top: 15px;
}
.about-page .about-heading{
   margin-top: 30px; 
}
.about-page h4{
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
}


/*-----mobile navigation--------*/

.internal-header{
    position: sticky;
    top: -22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -10px;
}
/*.navbar-toggler.collapsed .crossicon{
    display: none;
}*/
.navbar-toggler .crossicon{
    display: block;
        -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all 0.0s ease;
}
.navbar-toggler-icon .navbar-collapse.collapse{
    display: block;
}

.navbar-toggler .navbar-collapse.collapse > .navbar-toggler-icon{
    position: sticky;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    display: none;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    width: 100% !important;
    z-index: 99999999;
    max-width: 568px;
} 


@media screen and (min-device-width: 1200px) and (max-device-width:1300px)
{
    .product-bg-desktop
    {
        height:100%;
        min-height:460px;
    } 

}



@media screen and (min-device-width: 1500px) and (max-device-width: 1920px)
 { 

    .b-product-one
    {
        top:37% !important;
    }
    .b-product-two
    {
        top:32% !important;
    }
    .b-product-three
    {
        top:26% !important;
    }

}

@media  only screen and (max-width:480px) {


    .product-bg-mobile
    {
            height: 342px;
    }
    .product-banners .b-product-one
    {
        top: 27% !important;
        right:61% !important;
    }
    .product-banners .b-product-three
    {
       right: 37% !important;
       top: 16% !important;
    }
    .product-banners .b-product-two 
    {
        top: 18% !important;
        right: 19% !important;
    }
    
    }


@media  only screen and (max-width:768px) {


    .special-modal .m-cart-view .qty-input .qty-count--minus, .special-modal .m-cart-view .qty-input .qty-count--add
    { 
        background:#9d0117 !important;
    }
    .shop-page-section .cart-img
    {
        padding:0;
    }
    .offer-txt .tag-icon
    {
        margin-top:12px;
    }
    .product-link-one
    {
        top: auto !important;
        bottom: 10px !important;
    }
    .product-link-two
    {
        top: auto !important;
        bottom: 10px !important;
    }

       
    .product-link-three
    {
        top: 53px !important;
        bottom: 0 !important;
    }
    .contact-info-col
    {
        order:1;
    }
    .mobile-navbar img
    {
        width:50%;
    }
    .feature-prdt .sec-heading
    {
        margin-top:20px;
    }
    .home-slider .swiper-button-next 
    {
        right:0 !important;
    }
    .home-slider .swiper-button-prev
    {
        left:0 !important;
    }
    .contactpage .WhatsApp, .contactpage .instagram
    {
        padding: 8px 20px !important;
        height: auto !important;
        width: auto !important;
    }
    .contact-heading
    {
        margin-bottom: 13px;
        margin-top: 30px;
    }

/*track order css start here*/


.track-order-image
{
    display:none !important;
}

.mobile-other-btns
{
    display:block !important;
}

.navbar  .search-open
{
    display:block !important;
}
.pm-product-details
{
    margin-top:0 !important;
}


.header-search-area
{
    display:none;
}

.track-order-title
{
    margin-bottom:20px;
}

.logo img
{
    margin-left:0;
}
/*end here*/

    .mobileCatBanner{
        display: block !important;
    }
    .modal-backdrop {
    display:block !important;
  }
  .payment-icon-img
  {
    margin-bottom:10px;
  }
  .payment-option-design
  {
    padding:10px;
  }
  .shop-page-section section.tabs-listing
  {
     z-index:9 !important;
  } 

  .payment-method-area
  {
    width:100% !important;
    margin-bottom:10px !important;
  }
  .payment-method-area
  {
    margin-bottom:10px;
  }

    .product-modal-area
{
    display:block !important;
}
    

    .special-modal  .product-cart-area
    {
        display: block !important;
        position: static;
        border: none;
        max-width: 100% !important;
        padding: 0px 20px !important;
    }
     .special-modal  .product-cart-area:after
     {
        display:none;
     }
     .m-cart-view .quantity_numbers
     {
        padding-top:0;
        float:none;
     }
     .m-cart-view
     {  
        padding:0px 20px;
     }
     .cart-m-btn
     {
        margin:0px 20px;
     }
     .cart-m-btn .cart-btn
     {
        margin-top:0;
     }
     .product-two, .product-three
     {
        display:none;
     }

     .special-modal .modal-dialog
     {
        margin:0;
        border:0;
     }
      .special-modal .modal-content
      {
        border:0;
        border-top-left-radius:10px;
        border-top-right-radius:10px;
      }
      .m-cart-view .qty-input
      {
         border-radius:0;
      }
      .m-cart-view .qty-input .qty-count--minus, .m-cart-view .qty-input .qty-count--add
      {
        background-color:transparent;
      }

      .m-cart-view .qty-input .qty-count:before, .qty-input .qty-count:after
      {
         background-color:#fff;
      }
      .m-cart-view  .qty-input
      {
        border: 1px solid #dbdbdb;
      }
      .m-cart-view .qty-input .product-qty
      {
          font-weight:normal;
      }
      .m-cart-view .quantity_numbers p
      {
         text-transform:capitalize;
      }
      .special-modal .modal-body
      {
        padding:20px 0px;
      }


    .special-modal
    {
        top:auto;
        bottom:0;
        height:auto;
        background:transparent;
        z-index:99999999;
    }
    .product-close-btn
    {
        position: absolute;
        right:15px;
    }
    .product-bg-mobile
{
    display:block !important;
    width:100%;
}
.product-cart-area p
{
    font-size:14px;

}
    .product-cart-area
    {
        top:47% !important;
        z-index:999;
        left:10% !important;
    }
    .product-cart-one, .product-cart-two , .product-cart-three
    {
        display:none !important;
    }
    .product-cart-area:after
    {
        border-left: 16px solid transparent !important;
        border-right: 16px solid transparent !important;
        border-bottom: 31px solid white !important;
        top: -46px !important;
    right: auto !important;
    left: 15% !important;
}

.product-cart-area.product-cart-two
{
    top: 51% !important
}

.product-cart-area.product-cart-two:after
{
    left: 48% !important;
}
.product-cart-area.product-cart-three:after
{
    left: 80% !important;
}
    .product-bg-desktop
    {
        display:none !important;
    } 
    .b-product-one
    {
        top: 29% !important;
        right: 58% !important;
    }
    .b-product-two
    {
        top: 26% !important;
        right: 35% !important;
    }
    .b-product-three
    {
        right: 15% !important;
        top: 29% !important;
    }
    .product-cart-area
    {
        max-width:300px !important;
        padding: 10px !important;
    }
    


    .b-product-one img, .b-product-two img, .b-product-three img
    {
        max-width:80px !important;
    }  
    /*.all-prdt-info .all-prdt li
    {
        width: 47%;
        margin-right: 2%;
        display: inline-block;
        border: 1px solid #000;
        margin-bottom: 10px;
    }
    .all-prdt-info .all-prdt
    {
        display:inline-block !important;
    }*/
    .ui-autocomplete
    {
        width:80% !important; 
        max-width:100%;
    }
    .ui-widget.ui-widget-content
    {
        left:16px !important;
        width:90% !important;
        top:195px !important;
    }
    .reviews-pro-details
    {
        width:100%;
    }
    .review-detail
    {
        margin-top:0 !important;
    }

}
.ui-menu{
    left : 361.875px!important;
}

.heart-active path
{
    fill:#9d0117 !important;
}


/*-------Star Rating Starts ----*/

.star-rating {
  /*border:solid 1px #ccc;*/
  display:flex;
  flex-direction: row;
  font-size:1.5em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
  font-size: 24px;
}

.star-rating :checked ~ label {
  color:#9d0117;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#9d0117;
}

/*------- Star Rating Ends ------*/


/*---------my account start---------*/
.accTabs ul li {
    display: inline-block;
}
.accTabs ul li a {
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 10px 30px 0;
    padding: 10px 25px;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
}
.accTabs ul li a.active {
    background: #9d0117;
    color: #fff;
    border: 1px solid #9d0117;
}
.accTabsInfo {
    border: 1px solid #c7c7c7;
    padding: 20px;
    margin-bottom: 50px;
}
.accCategory{
    padding: 0;
}
.accTabsInfo hr{
    opacity: 0.1;
}
.accTabsInfo p{
    margin-bottom: 5px;
    line-height: 1.3;
}
.accTabsInfo h5 {
      font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
#MyAccountform h5{
    margin-top: 40px;
}

#MyAccountform .form-control{
    border-radius: 0;
}
.logout-btn{
    text-align: right;
    margin-bottom: 30px;
    padding: 0;
}
.account-logout{
    border: 1px solid #9d0117;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    color: #9d0117;
}
.billing h3{
    margin-bottom: 20px;
}
.billing table tr td{
    font-size: 16px;
}
.billing table tr td svg{
    font-size: 24px;
    color: #9d0117;
}
.billing table tbody {
    border-top: 2px solid #ccc !important;
}
.billing table tbody tr{
    vertical-align: baseline;
}
#AppendCartDetails{
    margin-bottom: 30px;
}
.alert .close{
    font-size: 55px;
    font-weight: 300;
    position: absolute;
    top: -18px;
    bottom: 0;
    right: 15px;
    color: #5e5e5e;
}
.alert span{
    font-size: 16px;
}
#MyAccountform .cart-btn1{
    width: auto;
}
.address-form .checkout-modal{width: auto;}

.cart-qty-style input{
    padding: 10px;
    width: 75%;
    text-align: center; 
}
.danger-btn{
    text-align: right;
    border-radius: 0;
}
.order-summery{
    margin-top: 60px;
}
.mobileCatBanner{
    display: none;
}
.product-discount{
   background: #ffdac2;
   width: 30%;
   text-align: center;
   border-radius: 25px;
   padding: 3px;
   margin-bottom: 10px;
   font-weight: 800;
   font-size: 12px;
}


/*----------product detail tabs---------*/

.all-prdt-info .all-prdt li{
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.all-prdt-info .all-prdt{
    display: flex;
}

.all-prdt-info .all-prdt li.active .nav-link{
  background: #ffdac2;
  border-radius: 5px;
}

.all-prdt-info .all-prdt li .nav-link{
   color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}
#ex3-tabs-1{
   margin-top: 2%;
   border-bottom: 1px solid #f1f1f1;
   padding-bottom: 35px;
}

.Ingredients-sec .content, .benefits-sec .content {
  height:50vh;
  width: 100%;
  background: #ccc;
  line-height: 50vh;
  font-family: sans-serif;
  color: #fff;
  text-align: center;
}

.Ingredients-sec .swiper-slide:nth-child(even) .content, .benefits-sec .swiper-slide:nth-child(even) .content {
  background-color: #999;
}

.Ingredients-sec.swiper-container, .benefits-sec.swiper-container {
  height: 100vh;
  margin-left: 100px;
}

.Ingredients-sec .swiper-scrollbar, .benefits-sec .swiper-scrollbar {
  top: calc(50vh + 20px);
}

.Ingredients-sec .swiper-slide, .benefits-sec .swiper-slide{
  width: 350px;
}

.Ingredients-sec .swiper-scrollbar-drag, .benefits-sec .swiper-scrollbar-drag{
  height: 11px;
  width: 100%;
  position: relative;
  background: white;
  border-radius: 10px;
  left: 0;
  top: -3px;
  box-shadow: 0 0 5px 1px rgba(0,0,0, .3);
}

.Ingredients-sec .swiper-container-horizontal > .swiper-scrollbar, .benefits-sec .swiper-container-horizontal > .swiper-scrollbar{
  width: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#ex3-tabs-2, #ex3-tabs-3, #ex3-tabs-5, #ex3-tabs-6, #ex3-tabs-7{
   margin-top: 3%;
   border-bottom: 1px solid #f1f1f1;
   padding-bottom: 40px;
}

#ex3-tabs-3 ul li{
  list-style: disc;
    margin-bottom: 5px;
    font-size: 16px;
}

#ex3-tabs-3 ul{
    padding-left: 30px;
    margin-bottom: 30px;
}
.howtouse-text{
    background: #ffdac2;
    padding: 20px;
    border-radius: 5px;
    border: 1.5px dotted #9d0117;
}
#ex3-tabs-7 .accordion-button {
    background: transparent;
    color: #000;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 17px;
}

#ex3-tabs-7 .accordion-button:not(.collapsed){
    background: transparent;
    color: #000;
}

.about-prdt-detail, .about-prdt-decs{
  display: none;
}

.cart-bottom-fix .row{
    display: flex;
    align-items: center;
}

.cart-bottom-fix .row .btn-block{
    margin-top: 10px;
}

.cart-bottom-fix {
    position: fixed;
    bottom: 0;
    box-shadow: 6px 1px 3px 3px #dbdbdb;
    background: #fff;
    z-index: 999;
    display: none;
}
.tabs-listing{
    position: sticky;
    top: 60px;
    background: #fff;
    z-index:9;
    padding: 15px 10px;
    margin: 0 auto;
}

.radio-toolbar {
    width: 100%;
}
.radio-toolbar input[type="radio"] {
    display: none;
}
.radio-toolbar label {
    display: inline-block;
    padding: 11px 13px;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    margin-right: 9px;
    border-radius: 10px;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.radio-toolbar input[type="radio"]:checked+label {
    color: #000;
    border-color: #a71625;
}


.pm-product.p2-ok .content {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 15px;
}

.pm-product.p2-ok .btn-block {
    display: inline-flex;
    width: 96%;
    margin-top: 30px;
    position: absolute;
    bottom: 7px;
}

.pm-product .btn:hover{
    background: #ffdac2;
    color: #9d0117 !important;
    transition: 0.3s;
}

.badge{
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    border-radius: 5px;
    background-color: #365936;
    color: #fff;
    line-height: 14px;
    font-size: 10px;
    font-weight: 600;
}

#mission-control-components-36543f94-0e74-42c5-a690-0dbac9d90ade .css-6kluu6{
    display: none !important;
    visibility: hidden;
}

.search-box {
    float: right;
    position: absolute;
    top:75px;
    right: 0px;
    background-color: #fff;
    height: 75%;
    width: 100%;
    max-width:500px;
    display: none;
    /*box-shadow: 5px 0px 6px 2px #ccc;*/
    /*z-index: 99;*/
    border-radius: 5px;
    border: 1px solid #dbdbdb;

}
.search-box h3 {
    color: #000;
    font-size: 26px;
    margin: 0px 5px 40px;
    text-transform: uppercase;
    font-weight: normal;
}
.search-box form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0%;
    padding: 3px 5px;
    border-radius: 10px;
}
.search-box form label {
       position: relative;
    width: 100%;
    display: inline-block;
}
.search-box input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 5px 30px 5px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    box-sizing: border-box;
    background: transparent;
    color: #000;
    padding-bottom: 7px;
    font-weight: 700;
}
.search-box input[type="text"]:focus{
    outline: none;
}
.search-box button.submit-btn {
       position: absolute;
    right: 0px;
    top: -8px;
    height: 50px;
    width: 30px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
/*button.search-open {
    float: right;
    background-color: transparent;
    border: none;
    padding: 0px 15px;
    font-size: 24px;
    color: #7f7f7f;
}*/
button.search-close {
    font-size: 19px;
    color: #000;
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 37px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #000;
    height: 35px;
    width: 35px;
}

/*----------contact page-----------*/

.icon-contact{
    padding-right: 20px;
}

.tt_i_contact{
    font-weight: 600;
    font-family: 'lora sans serif';
    font-size: 20px;
}

.contactpage .WhatsApp, .contactpage .instagram{
    display: inline-block;
    padding: 0px 20px;
    line-height: 10px;
    border-radius: 25px;
    background-color: #b40b35;
    border: none;
    height: 40px;
    width: 40%;
    margin-top: 20px;
}
.contact-form input, .contact-form textarea{
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.contact-heading{
   font-size: 27px;
    margin-bottom: 35px;
}

.contact-form .cart-btn{
    margin-top: 0;
}

.similar-products .btn-block{
  width: 100%;
  padding: 5px;
        margin-top: 0;
}

.similar-products .btn-block .cart-btn{
    width: 100%;
    margin-right: 0;
      margin-top: 0;
}

.similar-products .prdt-detail{
    padding: 5px;
    margin-top: 5px;
}
.cart-bottom-img img{
    width: 65px;
    padding-bottom: 5px;
}

.cart-bottom-btn .quantity_numbers{

}

.cart-bottom-btn .btn-block .cart-btn {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
}

.cart-bottom-btn .quantity_numbers {
    padding-top: 0;
}
.cart-bottom-fix .row .btn-block {
    margin-top: 5px;
    padding-top: 0 !important;
}

#cart-bottom .header-block h2{
    font-size: 18px;
    font-family: inherit;
}

.new-launches .similar-products .swiper-slide{
   height: 460px;
}

.similar-products .btn-block {
    width: 100%;
    padding: 5px;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.view-btn.cart-btn{
    margin:0 auto;
    width: 50%;
}

.shop-toolbar {
    padding-right: 30px;
    padding-left: 5px;
}
.buy1{
    margin-bottom: 10px;
}
.breadcrumb-wrapper{
    display: none;
}
@media screen and (min-device-width: 1400px) and (max-device-width: 1499px) { 

    .product-bg-desktop
    {
        display: block;
        height: 470px;
        width: 100%;
    }
    }

@media screen and (min-device-width: 1500px) and (max-device-width: 2000px) { 
    .b-product-one
    {
        right:38% !important;
    }
    .b-product-three
    {
        right:26%;
        top: 31% !important;
    }
    .b-product-two
    {
        right: 18%;
            top: 23% !important;
    }
}


/*custom css start here*/


.all-prdt-info
{
    position:relative;
}

/*#reviewtab
{
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: red;
    bottom: 15%;
}*/

/*dots animation start here*/
 @-webkit-keyframes blinker {
      from {opacity: 1.0;}
      to {opacity: 0.0;}
    }
    .blinkdots{
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
    }
/*end here*/



/*fixed menu css start here*/
.home-slider .swiper-button-next 
{
    background-image: url(../images/aarow-right.svg);
    width: 34px;
    height: 36px;
    opacity: 1;
    right: 130px;
}
.home-slider .swiper-button-prev
{
    background-image: url(../images/aarow-left.svg);
    width: 34px;
    height: 36px;
    opacity: 1;
    left: 130px;
}
.b-seller-badge 
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: auto;
    border-radius: 20px;
    z-index: 99;
    color: #fff;
    font-size: 13px;
    padding: 3px 11px;
    text-align: left;
    background-color: #9d0117;
}

.track-order-image img
{
    max-width:28px;
    max-height:28px;
}
.mobile-other-btns .mobile-other-btns img
{   
    width:28px;
    height:28px;
    vertical-align:middle; 
}
.mobile-other-btns .mobile-other-btns
{
    vertical-align:middle;
}


.mobile-other-btns
{
    display:none;
}

.mobile-other-btns
{
    padding:10px;
}
.mobile-other-btns a
{   
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    background-color: #9d0117;
    padding: 6px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 10px !important;
}

.accordion-faqs  .accordion-item
{
    margin-bottom:15px;
}
.shop-categories-title
{
    color:#9d0117;
}


.cart-pop-clear a
{
    margin-right:25px;
}
.header_search_input
{
    width:100% !important;
    padding-left:15px;
}

.header_search_form input[type="search"]::-webkit-search-decoration,
.header_search_form input[type="search"]::-webkit-search-cancel-button,
.header_search_form input[type="search"]::-webkit-search-results-button,
.header_search_form input[type="search"]::-webkit-search-results-decoration 
{
 display: none; 
}

.header-s-btn 
{   
    position: absolute;
    right: 10px;
    width: 14px;
    top: 4px;
}
.header_search_form
{
    position:relative;
}

.header_search_input
{
    background-color:transparent;
}
.search-open
{
   display:none !important;
}
.header-nav-area
{
    margin:0;
}

.track-order-title
{
    color:#000;
    font-size:20px;
}
.track-order-area
{
    margin-bottom:30px;
}

#AuthenticFormInput
{
    width:100%;
}   
.track-title
{
    font-size:20px !important;
    margin-bottom:10px !important;
}   

.track-btn 
{
    background-color: #9d0117;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}


#regularAccordionRobots .accordion-button:not(.collapsed)
{
    color:#000;
}

.payment-cod-area img
{
    width:100%;
    max-width:38px;
}

.payment-option-design label
{
    color:#fff !important;
}

.payment-option-design input[type="radio"] + label::before
{
    border-color:#fff !important;
}
.payment-option-design input[type="radio"] + label::before
{
    background-color:#fff;
}
.payment-option-design span
{
    color:#fff;
}
.payment-aarow
{
   float:right;
   font-size: 23px;
   margin-right: 38px;
}

.payment-option-design
{
    background-color:#9d0117;
    color:#fff;
    padding:20px;
    border-radius:5px;
    margin-bottom:15px;
    font-weight:bold;
}
.payment-price
{
    color:#fff;
    display:inline-block;
    width:30%;
    vertical-align:top;
    font-size:17px;
    font-weight:bold;
}
.payment-icon-img
{
    display:inline-block;
}

.descount-price
{
    background-color: #c7c7c766;
    padding: 2px 10px;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    width: 64%;
    font-weight: bold;
    text-align: center;
    margin-bottom:2px;
}

.p-other-text
{
    font-weight:bold;
    font-size:17px;
}
.payment-method-area
{
    color:#fff;
    font-weight:bold;
    margin-bottom:0;
    font-size:17px;
    display:inline-block;
    width:70%;
}
.payment-icon-img
{
    display:inline-block;
    vertical-align: top;
}

.modal-backdrop {
    display:none;
  }
  .modal-open
  {
    overflow:scroll !important;
  }
.product-modal-area
{
    display:none;
}

.special-modal .modal-backdrop show
{
    display:none;
}
.product-bg-mobile
{
    display:none;
}

.product-bg-desktop
    {
        display:block;
    }  
.product-cart-one
{
    display:none;
    transition: all .3s ease; 
}

.product-cart-two
{
    right: 31% !important;
    top: 14% !important;
}

.product-cart-three
{
    right: 21% !important;
    top: 41% !important;
}

/*.b-product-one:hover + .product-cart-one
{
    display:block;
    transition: .25s;
}*/

img.close-p-btn
{
    position: absolute;
    right: 13px;
    top: 17px;
    width: 100%;
    max-width: 17px !important;;
    cursor:pointer;
}

.product-cart-area:after
{
    content: '';
    position: absolute;
    width: 0;
    right: -14px;
    top: 43px;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 39px solid white;
    border-bottom: 20px solid transparent;
}

.product-dots
{
    height: 17px;
    width: 17px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 6px white inset;
    outline: 2px solid #00000047;
    background: black;
    outline-offset: 3px;
}
.product-cart-link.product-link-one
{
    top: auto;
    bottom: 20px
}
.product-cart-link.product-link-three
{
    top: 31px;
}

.product-cart-link.product-link-two
{
    top: auto;
    bottom: 22px;
}

.product-cart-link
{
    position: absolute;
    bottom: auto;
    right: 39%;
    top: 10%;
}
.product-link-two
{
    position: absolute;
    bottom: auto;
    right: 44%;
    top: 22%;
}
.product-cart-area
{
   position: absolute;
    bottom: auto;
    right: 42%;
    top: 15%;
    padding: 20px;
    max-width: 360px;
    border: 1px solid #0000002e;
    width: 100%;
    background-color: white;
    display:none;
}
.product-cart-area p
{
    display: inline-block;
    width: 66%;
    margin-left: 10px;
    margin-bottom:0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
a.pcart-hover:hover
{
    background-color:transparent;
    color:#000;
}   
.pcart-hover
{
    margin-left:5px;
}

.product-cart-area img
{
    width: 100%;
    vertical-align: baseline;
    max-width: 30px;
    display: inline-block;
}
.product-link-three
{
    position: absolute;
    right: 43%;
    top: auto;
    bottom: 30px;
}
.product-banners
{
    position:relative;
}
.b-product-one
{
    position: absolute;
    top: 21%;
    right: 36%;
    cursor: pointer;
}
.b-product-two
{
    position: absolute;
    top: 7%;
    right: 15%;
}
.b-product-one img
{
    width:100%;
    max-width:120px;
    display:inline-block;
}
.b-product-one p
{
    display:inline-block;
}
.b-product-two img
{
    width:100%;
    max-width:120px;
}
.b-product-three img
{
    width:100%;
    max-width:120px;
}

.b-product-three
{
    position: absolute;
    top: 9%;
    right: 25%;
}


.mz-figure.mz-hover-zoom.mz-ready img
{
    max-height:100%;
    max-width:100%;
}
.why-love-it
{
    position:relative;
    margin-top: 35px;
}
.benefits-sec
{
    background: #ffdac282;
    border: 1px #ffc10580 dashed;
    border-radius: 24px;
    padding: 20px 15px 10px;
    position: relative;
    width: 100%;
}
.benefits-btn 
{
    background-color: #9d0117;
    color: #fff;
    padding: 6px 16px;
    position: absolute;
    top: -19px;
    border-radius: 50px;
}
.benefits-sec li
{
    margin-bottom:5px;
}
.benefits-sec li img
{
    width:100%;
    max-width:16px;
}


#register  .login_form2
{
    display:block;
}

.cms-page-wrapper .text-margin
{
    margin-left:30px;
}
.br-margin
{   
    display:block;
}

.cms-page-wrapper h4
{
   margin-top: 30px;
   margin-bottom:10px;
   font-weight: bold;
   font-size: 16px;
  font-family: 'Mulish', sans-serif;
}
.cms-page-wrapper ul
{
    margin-bottom:20px;
}
.cms-page-wrapper li
{
    font-size:16px;
}
.cms-page-wrapper p
{
    color:#000;
}
.cms-page-wrapper br
{
    display:none;
}

.reviewmessage
{
    font-weight: 800;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 32px;
    color: #000;
    cursor:pointer;
}

.pm-product-details
{
    position:relative;
}

.title-area hr
{
    margin-top:10px;
}
.cms-page-wrapper
{
    margin-top:20px;
    margin-bottom:30px;
    font-family: 'Mulish', sans-serif;
}
.f-page-heading
{
    font-size: 18px;
    font-style: normal;
    font-family: 'Mulish', sans-serif;
    color: #000;
    font-weight:bold;
}

/*.ui-widget.ui-widget-content
{
    display:block !important;
}*/
/*.ui-autocomplete
{
        top: 145px !important;
    right: 0;
    left: auto !important;
    width: 100% !important;
    max-width: 351px !important;
    margin-right: 80px !important;
}*/
.ui-autocomplete {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    cursor: default;
}

.prdt-detail a
{
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:50px;
}
.prdt-detail
{
    height:220px;
}

.howtouse-text
{
    margin-bottom:40px;
}
.pm-product-details .card-rating-info
{
       display: table;
}
.submit-btn .fa-search 
{   
    color:#000;
}

.v-hide-area 
{
    visibility: hidden;
    font-size: 0;
    padding: 0;
}

.more-variants img
{
    width:100%;
    max-width:70px;
    display:inline-block;
}
.mrp-sub-text
{   
    color: #747474;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom:3px;
}

.offer-title
{
    margin-top:30px;
    margin-bottom:15px;
}


/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 0px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 20px; height: 20px; display: block; background: #9797c0; top: 15px; left: 12%; margin-top: -12px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 10px; height: 10px; background: #7e7ebd; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 70px; box-shadow: none; margin: -3px 0; 
    margin-left: 10%;}
    
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #9797c0;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 0%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 0; /*width: 50%;*/ width: 5px; height: 70px;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 0%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard .active {
    background:none;
    border:0;
}




@media only screen and (min-width: 576px) {
/* Track Order Style Starts Here */

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #000; font-size: 14px; text-align: center;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 20px; height: 20px; display: block; background: #9d0117; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 10px; height: 10px; background: #fff; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 5px !important; box-shadow: none; margin: 18px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #000;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #d5d5d5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width:100%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard .active {
background:none;
border:0;
}

/* Track Order Style Ends Here */
}

@media only screen and (max-width:575px) {


/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 0px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #000 !important; font-size: 14px !important;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 20px; height: 20px; display: block; background: #9d0117; top: 15px; left: 12%; margin-top: -12px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 10px; height: 10px; background: #7e7ebd; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 70px; box-shadow: none; margin: -3px 0; width: 5px;
    margin-left: 10%;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #9d0117;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 0%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #d5d5d5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 0; /*width: 50%;*/ width: 5px; height: 70px;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 0%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard .active {
    background:none;
    border:0;
}



.bs-wizard > .bs-wizard-step .bs-wizard-info {
    font-size: 10px;
    margin-left: 20%;
    position: absolute;
    top: 0px;
}


.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after
{
    display:none !important;
} 
}



/*end here*/