@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Roboto:300,400,500,700,900');

.filter-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: none;
    margin-bottom: 64px;
}

.filter-box .filter-head {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 17px 10px 27px 40px;
}

.filter-box .filter-head .fa {
    position: absolute;
    top: 21px;
    left: 18px;
    font-size: 14px;
}

.filter-box .filter-body {
    padding: 0 20px 25px;
}

.filter-box .filter-body .filter-area+.filter-area {
    margin-top: 40px;
}

.filter-box .filter-body .filter-area .filter-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 9px;
}

.filter-box .filter-body .filter-area .filter-opn.price-range {
    overflow: hidden;
}

.filter-box .filter-body .filter-area .filter-opn.price-range .range-col {
    float: left;
    width: calc(50% - 7px);
    padding-top: 7px;
    position: relative;
}

.filter-box .filter-body .filter-area .filter-opn.price-range .range-col+.range-col {
    margin-left: 14px;
}

.filter-box .filter-body .filter-area .filter-opn.price-range .range-col .range-label {
    font-size: 11px;
    background-color: #fff;
    padding: 0 4px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 12px;
}

.filter-box .filter-body .filter-area .filter-opn.price-range .range-col .rupee {
    position: absolute;
    pointer-events: none;
    top: 16px;
    left: 10px;
}

.filter-box .filter-body .filter-area .filter-opn.price-range .range-col .inp {
    padding-left: 27px;
}

.content_section .side_bar {
    border: #d5d2d3 1px solid;
    border-top: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    padding-bottom: 12px;
    margin-top: 64px;
}

.content_section .side_bar.age {
    margin-top: 0;
}

.content_section .side_bar h1 {
    background: url(../images/category_icn.png) #f3f3f3 no-repeat 20px center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 15px 15px 15px 50px;
}

.content_section .side_bar ul {
    padding: 0 15px;
}

.content_section .side_bar ul li {
    list-style: none;
}

.content_section .side_bar ul li a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.content_section .side_bar ul li+li {
    border-top: #dfdfdf 1px solid;
    padding-top: 10px;
}

.content_section .side_bar p {
    border-top: 1px solid #dfdfdf;
    margin: 10px;
    padding-top: 10px;
}

.content_section .side_bar p a {
    color: #ba045f;
    font-weight: 300;
    font-size: 15px;
}

.content_section.home_content_section {
    margin-top: 0;
    font-size: 15px;
}

.content_section.home_content_section p {
    margin-bottom: 18px;
    font-weight: 500;
}

.content_section.home_content_section p:last-child {
    margin-bottom: 0px;
}

.content_section.home_content_section .simple-head {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content_section.home_content_section .policy-head {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
}

.content_section.home_content_section .p-list {
    list-style: disc outside;
    margin: 0 0 17.5px 35px;
    color: #788188;
}

.content_section.home_content_section .p-list li {
    margin-bottom: 4px;
}

.content_section .filter_bx {
    margin-bottom: 30px;
}

.content_section .filter_bx label {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.content_section .filter_bx select {
    color: #666666;
    font-size: 15px;
    background: url(serch_drop_arow.png) #fff no-repeat right;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: #dfdfdf 1px solid;
}

.content_section .filter_bx .row+.row {
    margin-top: 15px;
}

.content_section .filter_bx .row .btm-space {
    margin-bottom: 30px;
}

.content_section .filter_bx .price-range {
    position: relative;
    overflow: hidden;
}

.content_section .filter_bx .price-range .range-col {
    float: left;
    width: calc(50% - 10px);
    position: relative;
}

.content_section .filter_bx .price-range .range-col .range-label {
    font-size: 12px;
    margin: 0 0 4px 14px;
}

.content_section .filter_bx .price-range .range-col .rupee {
    pointer-events: none;
    position: absolute;
    top: 28px;
    left: 13px;
    font-size: 16px;
    color: #000;
}

.content_section .rupee::after {
    content: "\20B9";
}

.content_section .filter_bx .price-range .range-col .inp {
    padding-left: 27px;
}

.content_section .filter_bx .price-range .range-col+.range-col {
    margin-left: 20px;
}

.content_section .mob-head {
    display: none;
    position: relative;
    padding-right: 50px;
}

.content_section .mob-head .filter-btn {
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    padding: 9px 14px;
}
.content_section .products-block{
    display:flex;
    flex-direction: row;
    position: relative;
    gap: 40px;
}

.content_section .products-block .sidebar {
    width: 300px;
    position: sticky;
    background: #fff;
    top: 20px;
    align-self: flex-start;
}

.content_section .products-block .sidebar .filter-btn {
    padding: 14px 20px;
    background-color: #f5f5f5;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
    border: #d5d2d3 1px solid;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
}

.content_section .products-block .sidebar .filter-btn span {
    font-family: "Poppins", sans-serif;
}

.content_section .products-block .sidebar .fa-filter::before {
    padding-right: 14px;
}

@media only screen and (min-width:768px) {
    .filter-box {
        display: block;
    }

    .content_section .products-block .sidebar .filter-btn {
        display: none;
    }
}

.content_section .products-block .products-box {
    flex: 1 1 0;
}

.content_section .product_section {
    margin-top: 0px;
}

.content_section .page-heading-mob {
    color: #333333;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.content_section .product_section h1 {
    color: #333333;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.content_section .product_section .product_list {
    margin-top: 0px;
    margin-bottom: 60px;
}

.content_section .product_section .product_list .product_box {
    padding: 20px 18px 18px;
    border-radius: 18px;
    box-shadow: 0px 0px 25.4px 1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.content_section .product_section .product_list .product_box .product_img {
    background: #f3f3f3;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_section .product_section .product_list .product_box .product_img a{
    display: block;
}
.content_section .product_section .product_list .product_box .product_img img{}
.content_section .product_section .product_list .product_box .prdct_txt {
    padding-top: 10px;
    text-align: center;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.content_section .product_section .product_list .product_box .prdct_txt h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    flex: 1 1 0;
}

.content_section .product_section .product_list .product_box .prdct_txt h2 a {
    color: #000;
}

.content_section .product_section .product_list .product_box .prdct_txt h2 a:hover {
    color: #0488f1;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price::after {
    width: 0px;
    height: 0px;
    border: 0px;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price .old-price {
    color: #666;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 15px;
    margin-right: 10px;
}

.content_section .product_section .product_list .product_box .prdct_txt .text_bold {
    font-weight: 700;
}

.content_section .product_section .product_list .product_box .prdct_txt .colr_available {
    color: #929292;
    font-size: 15px;
    text-align: right;
    float: right;
    font-weight: 300;
}

.content_section .product_section .product_list .product_box .prdct_txt .varient_tag {
    padding-top: 15px;
}

.content_section .product_section .product_list .product_box .prdct_txt .button-box {
    margin-top: 15px;
}

.content_section .product_section .product_list .product_box .prdct_txt .button-box .add-cart-btn {
    display: block;
    width: 100%;
    min-width: 0;
    background-color: #fe4806;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 13px 10px;
    border-radius: 30px;
    text-transform: uppercase;
}

.content_section .product_section .product_list .product_box .prdct_txt .button-box .add-cart-btn:hover {
    background-color: #e13f00;
    color: #fff;
}

.content_section .product_section .product_list .product_box .prdct_txt .varient_tag a {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    color: #666666;
    display: inline-block;
    font-size: 12px;
    min-width: 90px;
    padding: 5px 12px;
    text-align: center;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
}

.content_section .product_section .product_list .product_box .prdct_txt .varient_tag a+a {
    margin-top: 5px;
}

.content_section .product_section.margin_zero {
    margin-top: -35px;
}

.content_section .products .view {
    text-align: center;
}

.content_section .products .view a {
    color: #fff;
    background: #000;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.product-single__description ul {
    padding-left: 0px;
    margin-left: 20px;
}

.content_section .product_section .account_box {
    margin: 60px auto 0;
    width: 70%;
}

.content_section .product_section .account_box .acount_main {
    margin-bottom: 20px;
}

.content_section .product_section .acunt_label {
    float: left;
    padding-top: 10px;
    width: 20%;
}

.content_section .product_section .acnut_txtbx {
    float: right;
    width: 80%;
}

.content_section .product_section .acnut_txtbx input[type=text] {
    border: #dddcdc 1px solid;
    background: #fff;
    padding: 10px;
}

.content_section .product_section .acnut_txtbx input[type=checkbox] {
    margin-right: 10px;
}

.content_section .product_section .acnut_txtbx input[type=button] {
    margin-right: 10px;
    background: #1ebdb9;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 34px;
}

.content_section .product_section .acnut_txtbx a.fb {
    background: #4267b2 url("fb.png") no-repeat scroll 10px center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 20px 13px 45px;
    margin-left: 10px;
}

.payment_method_section {}

.payment_method_section .gray_bg {
    background: #f5f4f4;
}

.payment_method_section .cart_section {
    background: #f5f4f4 none repeat scroll 0 0;
    float: right;
    padding: 60px 20px 20px;
    width: 535px;
}

.payment_method_section .cart_section .cart_item_bx {
    border-bottom: #e2e2e2 1px solid;
    padding-bottom: 25px;
}

.payment_method_section .cart_section .cart_img {
    float: left;
    width: 125px;
    border: #fff 1px solid;
    margin-right: 35px;
    position: relative
}

.payment_method_section .cart_section .cart_img .item_num {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    height: 45px;
    padding-top: 11px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -20px;
    width: 45px;
    z-index: 1;
}

.payment_method_section .cart_section .cart_detail {
    float: left;
    width: 120px;
    padding-top: 30px;
}

.payment_method_section .cart_section .cart_price {
    float: right;
    width: 130px;
    padding-top: 30px;
}

.payment_method_section .cart_section .giftcard_section,
.payment_method_section .cart_section .subtotal_bx {
    margin-top: 30px;
    border-bottom: #e2e2e2 1px solid;
    padding-bottom: 30px;
}

.payment_method_section .cart_section .giftcard_section input[type=text] {
    border: #d8d8d8 1px solid;
    background: #fff;
    color: #999999;
    font-size: 14px;
    width: 76%;
}

.payment_method_section .cart_section .giftcard_section input[type=button] {
    background: #1ebdb9;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 34px;
}

.payment_method_section .cart_section .subtotal_bx p {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.payment_method_section .cart_section .subtotal_bx p span {
    float: right;
}

.payment_method_section .cart_section .subtotal_bx.border_none {
    border: none;
}

.payment_method_section .payment_bx {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding-right: 30px;
    padding-top: 60px;
    width: 670px;
}

.payment_method_section .payment_bx .cart_menu {
    margin-top: 30px;
    border-bottom: #e2e2e2 1px solid;
    padding-bottom: 15px;
}

.payment_method_section .payment_bx .cart_menu ul {
    margin: 0px;
    padding: 0px;
}

.payment_method_section .payment_bx .cart_menu ul li {
    list-style: none;
    display: inline-block;
}

.payment_method_section .payment_bx .cart_menu ul li a {
    color: #3c3d3d;
    font-size: 14px;
    text-transform: uppercase;
}

.payment_method_section .payment_bx .cart_menu ul li+li {
    margin-left: 15px;
}

.payment_method_section .payment_bx .cart_menu ul li a.active {
    color: #1ebdb9;
}

.payment_method_section .payment_bx .payment_section {
    padding-top: 30px;
}

.payment_method_section .payment_bx .payment_section h1 {
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.payment_method_section .payment_bx .payment_section .payment_option {
    border: #d5d2d3 1px solid;
}

.payment_method_section .payment_bx .payment_section .payment_option .payment_heading {
    padding: 20px;
    color: #282828;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #d5d2d3;
}

.payment_method_section .payment_bx .payment_section .payment_option .payment_heading input[type=radio] {
    margin-right: 10px;
}

.payment_method_section .payment_bx .payment_section .payment_option .payment_heading span.payment_card {
    float: right;
}

.payment_option .payment_main .payment_sub {
    display: none;
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #d5d2d3;
    padding: 10px 20px;
}

.payment_option .payment_main .payment_sub.active {
    display: block;
}

.payment_option .payment_main .payment_sub .icon {
    text-align: center;
    padding: 40px 0;
}

.payment_option .payment_main .payment_sub p {
    text-align: center;
    color: #676767;
    font-size: 16px;
}

.payment_method_section .payment_bx .subscribe {
    margin: 30px 0;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.payment_method_section .payment_bx .subscribe input[type=checkbox] {
    margin-right: 10px;
}

.payment_method_section .payment_bx .order_box {
    margin-top: 10px;
}

.payment_method_section .payment_bx .order_box .return {
    float: left;
}

.payment_method_section .payment_bx .order_box .return a {
    background: url(pink-arow.png) no-repeat left;
    padding-left: 30px;
    color: #ed1163;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.product-price__price {
    color: #0488f1;
}

.content_section .product_section .product_list .product_box .prdct_txt .varient_tag a.sold {
    opacity: 0.4;
    text-decoration: line-through;
}

.content_section .product_section .product_list .product_box .product_img img {
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
}

.content_section .side_bar ul li.active a {
    color: #ba045f;
}

.content_section .filter_bx select {
    height: auto;
    width: 100% !important;
}

.product_list .product_boxs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
    gap: 20px;
    padding-bottom: 40px;
}

.product_detail_single {
    padding: 0;
}

.product_detail_single h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    margin-top: -10px;
}

.product_detail_single .pdt-code {
    margin: -4px 0 30px;
}

.product_detail_single .pdt-code .code-lbl {
    font-weight: 300;
    margin-right: 10px;
}

.product_detail_single .pdt-code .code-txt {
    letter-spacing: 1.5px;
}

.product_detail_single .product-single__price {
    display: block;
    font-size: 24px;
    margin-top: 16px;
}

.product_detail_single select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    color: #9f9f9f;
    font-size: 15px;
}

.product_detail_single .product-form__item {
    flex: 0 0 100%;
}

.product_detail_single .product-form__item--submit button {
    background: #ed1163 none repeat scroll 0 0;
    font-size: 21px;
    padding: 12px 10px;
}

.product_detail_single .product-form__item label {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.product_detail_single .product-form__item--submit button:hover {
    color: #fff;
}

p {
    color: #333;
    font-weight: 300;
    margin-bottom: 8px;
}

.product_detail_single .product-single__thumbnails {
    margin-top: 6px;
}

.product_detail_single .product-single__thumbnails li {
    padding-left: 0;
}

.product_detail_single .product-single__thumbnails {
    margin-left: 0;
}

.product-single__thumbnail.active-thumb {
    margin: 0px;
    border-color: #ed1163;
}

.product_detail_single .product-single__description table {
    border: 1px solid #ccc;
}

.product_detail_single .product-single__description td {
    font-size: 14px;
    font-weight: 300;
    padding: 9px 8px;
    text-align: center;
}

.product_detail_single .product-single__description td strong {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.product_detail_single .swym-button-bar {
    color: #ed1163;
    font-size: 20px;
    font-weight: 300;
}

.product_detail_single .swym-button-bar .swym-fave-count {
    border: 1px solid #dfdfdf !important;
    box-shadow: 0 0 0 !important;
    color: #b4b4b4 !important;
}

.swym-button-bar .swym-btn-container .swym-button::after {
    font-size: 24px;
}

.product_detail_single #ProductPrice-product-template {
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
}

#swym-plugin .swym-item-grid .swym-item,
#swym-hosted-plugin .swym-item-grid .swym-item {
    width: 280px !important;
}

#swym-plugin .swym-item-grid .swym-outer,
#swym-hosted-plugin .swym-item-grid .swym-outer {
    height: 390px !important;
}

#swym-plugin .swym-item-grid .swym-image,
#swym-hosted-plugin .swym-item-grid .swym-image {
    height: 278px !important;
}

#swym-plugin .swym-title,
#swym-hosted-plugin .swym-title {
    color: #69665f !important;
    font-family: roboto;
    font-size: 18px !important;
    font-weight: 300 !important;
    height: auto !important;
}

#swym-plugin .swym-title,
#swym-hosted-plugin .swym-price {
    color: #ed1163 !important;
    font-family: roboto;
    font-size: 18px !important;
}

#swym-plugin .swym-item-grid .swym-outer,
#swym-hosted-plugin .swym-item-grid .swym-outer {
    border-color: #dcdcdc !important;
    border-radius: 0 !important;
}

#swym-plugin .swym-welcome-container strong,
#swym-hosted-plugin .swym-welcome-container strong {
    color: #ed1163 !important;
    font-family: roboto;
    font-size: 30px !important;
    font-weight: 300;
}

#swym-plugin p,
#swym-hosted-plugin p {
    font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px !important;
}

#swym-plugin button.swym-button,
#swym-hosted-plugin button.swym-button {
    background: #ed1163 none repeat scroll 0 0 !important;
    font-family: roboto !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    height: auto !important;
    padding: 14px 31px !important;
}

#swym-plugin input.swym-input,
#swym-hosted-plugin input.swym-input {
    font-family: roboto !important;
    font-size: 14px !important;
    font-weight: 300;
    height: 55px !important;
    padding: 7px 16px !important;
    text-transform: capitalize;
}

.cart_page_section {
    padding: 0;
}

.cart_page_section .section-header h1 {
    font-family: roboto;
    font-size: 35px;
    font-weight: 300;
    text-transform: capitalize;
}

.cart_page_section .section-header {
    margin-bottom: 0;
}

th {
    font-family: roboto;
}

.list-view-item__title a {
    color: #ed1163;
}

.cart td .small--hide a {
    color: #ed1163;
    padding-left: 0;
}

.search_page_section {
    padding: 0;
}

.search_page_section .section-header {
    margin-bottom: 30px;
}

.search_page_section h1 {
    font-size: 28px;
    margin-bottom: 25px;
}

.search button {
    background: #ed1163 none repeat scroll 0 0;
}

.search_page_section .list-view-item__image-wrapper {
    border: 1px solid #efefef;
}

.search_page_section .list-view-item__title {
    text-transform: capitalize;
}


/*-------inner pages---------*/

.page-width.inner-pages {
    padding-left: 0;
    padding-right: 0;
}

.inner-pages .inner_page_header h1 {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.section-header.inner_page_header {
    margin-bottom: 0;
}

.site_contact_form {
    margin-top: 60px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.site_contact_form .half-gutters .medium-up--one-half {
    width: 49%;
    float: left;
}

.site_contact_form .half-gutters .medium-up--one-half+.medium-up--one-half {
    float: right;
}

.site_contact_form .rows+.rows {
    margin-top: 18px;
}

.site_contact_form input[type="text"],
.site_contact_form input[type="url"],
.site_contact_form input[type="tel"],
.site_contact_form input[type="email"],
.site_contact_form input[type="password"],
.site_contact_form select,
.site_contact_form textarea {
    background: none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    color: #232323;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 15px;
    resize: vertical;
    width: 100%;
}

.inner-pages label {
    font-weight: 400;
}

.inner-pages .inner_cntent .faq_qst_sec h4 {
    background-image: url("../images/heart-icn.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 0;
    padding-left: 40px;
}

.inner-pages .inner_cntent .faq_qst_sec>p {
    margin-bottom: 40px;
}

.inner-pages .inner_cntent h6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

.quick_links .ftr_site_links li a {
    color: #4a4a4a;
    font-weight: 300;
}

.inner-pages .inner_cntent>h1 {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
}

.inner-pages .inner_cntent>h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}

.inner-pages .contact_cnt h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.inner_cntent .about_cnt_sec {
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
}

.inner_cntent .about_cnt_sec>img {
    background-color: #fff;
    border: 1px solid #ed1163;
    float: left;
    margin: 0 35px 15px 0;
    padding: 10px;
}

.inner_cntent .faq_top_sec {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 35px;
}

.inner_cntent .faq_top_sec span {
    color: #1ebdb9;
}

.product_detail_single .swym-button-bar {
    display: block;
    margin-top: 22px;
}

.product_detail_single .product-single__price #ComparePrice-product-template {
    font-size: 19px;
    font-weight: 400;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price__price {
    color: #333333;
    font-weight: 400;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price__price.product-price__sale {
    color: #ed1163;
    font-weight: 500;
    margin-left: 0px;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price__price.product-price__sale+.product-price__price {
    margin-left: 15px;
    color: #333333;
    font-weight: 400;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price__price+.product-price__sale {
    margin-left: 15px;
}

.content_section .product_section .product_list .product_box .prdct_txt .product-price__price.product-price__sale .product-price__sale-label {
    color: #1ebdb9;
    margin-right: 6px;
}

#shopify-section-product-template .return-link-wrapper {
    margin: 60px 0 0;
    text-align: left !important;
}

.product-single__description {
    color: #333;
    font-weight: 300;
    line-height: 27px;
}

.product-single__description ul {
    list-style: disc;
    font-weight: 500;
}

.product_detail_single .product-single__price #ComparePrice-product-template {
    color: #1ebdb9;
    display: block;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}

.product_detail_single .product-single__price .product-price__sale {
    padding-left: 0;
}

.empty-page-content {
    padding-left: 0;
    padding-right: 0;
    color: #333;
}

.empty-page-content h1 {
    color: #333;
    font-weight: 500;
    margin-bottom: 1px;
}

.empty-page-content p {
    margin-bottom: 20px;
}

.empty-page-content a {
    display: inline-block;
    background: #ed1163;
    border-radius: 0;
    padding: 16px 24px;
}

#swym-notification #swym-notification-title {
    font-size: 13px !important;
}

.product-single__photo {
    cursor: pointer;
}

.content_section .side_bar.product_sidebar_details {
    margin-top: 0;
}

.pagination>li>a,
.pagination>li>span {
    float: none;
}

.offer-coupon {
    text-align: center;
}

.offer-coupon .coupon-code {
    border: 1px dotted #fff;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    padding: 7px 24px;
    vertical-align: top;
}

#customform_data {
    background: url(wholesale-bg.png) no-repeat scroll right top;
    padding-right: 290px;
}


/*-------inner page end---------*/

@media only screen and (max-width:1280px) {
    .logo_section .srch_cart_section .categories_bx {
        width: 415px;
    }

    .logo_section .srch_cart_section .categories_bx .search_bx input[type="text"] {
        width: 353px;
    }
}

@media only screen and (max-width:1119px) {
    .content_section .product_section .account_box {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .content_section .products-block .sidebar {
    }

    .content_section .products-block .products-box {
        /* width: calc(100% - 220px); */
    }


    .content_section .product_section .product_list .product_box .prdct_txt h2 {
        font-size: 13px;
    }

    .content_section .product_section .product_list .product_box .prdct_txt .varient_tag a {
        font-size: 10px;
        min-width: auto;
        padding: 6px 7px;
    }
}

@media only screen and (max-width:980px) {
    .top_section .mail_phone a+a {
        margin-left: 8px;
    }

    .top_section .mail_phone a {
        color: #999999;
        display: inline-block;
        font-size: 13px;
    }

    .logo_section .logo {
        text-align: center;
    }

    .logo_section .srch_cart_section .categories_bx {
        width: 415px;
    }

    .logo_section .srch_cart_section .categories_bx .search_bx input[type="text"] {
        width: 353px;
    }

    .content_section .product_section .product_list {
        margin-bottom: 0;
    }

    .content_section .product_section .account_box {
        width: 100%;
    }

    .inner_cntent .about_cnt_sec>img {
        width: 50%;
    }

    .logo_section .srch_cart_section .categories_bx {
        width: 285px;
    }

    .logo_section .srch_cart_section .categories_bx .search_bx input[type="text"] {
        width: 223px;
    }

    #customform_data {
        background-size: 130px;
        padding-right: 140px;
    }
}

@media only screen and (max-width:800px) {
    .logo_section .srch_cart_section .categories_bx {
        width: 275px;
    }

    .logo_section .srch_cart_section .categories_bx .search_bx input[type="text"] {
        width: 213px;
    }

    .content_section .side_bar {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .filter-box:not(.active) {
        margin-bottom: 30px;
        display: none;
    }

    .content_section .mob-head {
        display: block;
    }

    .content_section .products-block .sidebar .filter-btn {
        display: none;
    }
    .content_section .products-block{
        flex-direction:column;
        gap: 0;
    }
    .content_section .products-block .sidebar {
        /* float: none; */
        width: 100%;
        position: static;
    }

    .content_section .products-block .products-box {
        float: none;
        width: auto;
        margin-top: 30px;
        padding-left: 0;
    }

    .content_section .product_section h1 {
        display: none;
    }

    .content_section .side_bar.mob {
        padding-bottom: 0px;
    }

    .content_section .side_bar.mob h1 {
        margin-bottom: 0px;
    }

    .content_section .side_bar.mob .ctry-options {
        display: none;
    }

    .content_section .side_bar.mob.show-ctry {
        padding-bottom: 12px;
    }

    .content_section .side_bar.mob.show-ctry h1 {
        margin-bottom: 15px;
    }

    .content_section .filter_bx .row .btm-space {
        margin-bottom: 0px;
    }

    .content_section .filter_bx .row .col-md-6+.col-md-6 {
        margin-top: 15px;
    }

    .site_contact_form .half-gutters .medium-up--one-half {
        width: auto;
        float: none;
    }

    .site_contact_form .half-gutters .medium-up--one-half+.medium-up--one-half {
        float: none;
        margin-top: 18px;
    }
}

@media only screen and (max-width:640px) {
    .mobile_hide_bx {
        display: none;
    }

    .mob_btn {
        bottom: 0;
        display: block;
        position: absolute;
        top: 3px;
        z-index: 1;
    }

    .top_section .top_mobile_view,
    .top_section .mail_phone a.top_mobile_view {
        display: none;
    }

    .top_section .mail_phone a+a {
        margin-left: 10px;
    }

    .logo_section .srch_cart_section .categories_bx {
        width: 100%;
    }

    .logo_section .srch_cart_section .categories_bx .search_bx input[type="text"] {
        width: 81.6%;
    }

    .logo_section .srch_cart_section .categories_bx .search_bx {
        float: none;
    }

    .logo_section .srch_cart_section .cart_box {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .content_section .product_section .product_list .product_box .product_img {
        text-align: center;
    }

    .content_section .product_section .acunt_label,
    .content_section .product_section .acnut_txtbx {
        float: none;
        width: 100%;
    }

    .content_section .product_section .acnut_txtbx {
        text-align: center;
    }

    .content_section .product_section .acnut_txtbx input[type="button"] {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .content_section .product_section .acnut_txtbx a.fb {
        width: 100%;
        display: block;
        padding-right: 0px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .content_section .side_bar.mobile_bar {
        display: none;
    }

    .inner-pages .inner_page_header h1 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .inner_cntent .about_cnt_sec>img {
        margin: 0 20px 10px 0;
        padding: 5px;
    }
}

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


    .content_section .product_section .product_list .product_box .prdct_txt h2 {
        font-size: 13px;
    }

    .content_section .product_section .product_list .product_box .prdct_txt .varient_tag a {
        font-size: 10px;
        min-width: auto;
        padding: 6px 7px;
    }
}

@media only screen and (max-width:480px) {
    #customform_data {
        background-position: center bottom;
        background-size: 160px auto;
        padding-bottom: 200px;
        padding-right: 0;
    }

    .product_detail_single h1 {
        font-size: 18px;
    }

    .product_detail_single .product-single__price {
        font-size: 20px;
    }

    .content_section.home_content_section .policy-head {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:320px) {
    .logo_section .srch_cart_section .categories_bx .search_bx input[type="text"] {
        width: 79%;
    }
}