.container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* .horizontal.main_menu {
  position: absolute;
  left: 0;
} */

p {
    margin-bottom: 5px;
}
img {
    max-width: 100%;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.alert {
    z-index: 100;
}

button,
a {
    cursor: pointer;
}
.mr-5 {
    margin-right: 5px;
}

.owl-item .item {
    cursor: pointer;
}

.variation-color-box .custom-control-label::before {
    top: -2px;
    width: 20px;
    height: 20px;
}

.variation-color-box .custom-control-label::after {
    top: 0px;
    left: -22px;
}

.variation-color-box .custom-control {
    padding: 7px 0px 7px 12px;
}

.filter-main .variation-color-box .form-group label.custom-control-label {
    font-size: 15px;
}
.variation-color-box .dropdown-item.active,
.variation-color-box .dropdown-item:active {
    background-color: inherit;
}
.variation-color-box button.dropdown-toggle.mr-4 {
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 10px 0px 8px 0px;
}

.variation-color-box button.dropdown-toggle.mr-4:focus {
    outline: 5px auto #ddd;
}

.variation-color-box span.variation-color-circle {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 160px;
    border-radius: 20px;
}

.variation-color-box .dropdown-menu.show {
    display: block;
    width: 83%;
    background: #fcfcfc;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* box-shadow: 0 0 0 3px #57DD43, 0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #57DD43;
  #4cc673 */

.pl-10 {
    padding-left: 10px;
}

.sidebar_bottom {
    display: none;
}

.arrival_img .img-thumbnail {
    /* height: 100%; */
    background-color: #fafafa;
    /* box-shadow: 2px 2px 10px 2px rgba(121, 121, 121, 0.25); */
    padding: 0;
    /* background-color: #FAFAFA;
    box-shadow: 4px 2px 12px 2px rgba(121,121,121,0.60); */
}
.arrival_img .img-thumbnail:hover {
    background-color: #fafafa;
    box-shadow: 6px 6px 18px 8px rgba(121, 121, 121, 0.6);
    transition: 0.5s;
    background-color: #fafafa;
    box-shadow: 4px 2px 12px 2px rgba(121, 121, 121, 0.9);
}
#selected-discount-coupon {
    width: 100%;
    height: 40px;
    padding: 5px 8px 2px 7px;
    border: 1px solid #e3e3e3;
}
#selected-discount-coupon-btn {
    position: absolute;
    background: #17c671;
    padding: 8px 30px;
    margin: -20px 0px 0px -100px;
    color: #888;
    text-decoration: none;
    background-color: #e9ecef;
    font-size: 16px;
}
#selected-discount-coupon-btn.intro {
    background: #17c671;
    color: #fff;
}

.pro_price.totals-price span.red,
.pro_price.totals-price span.black {
    line-height: 24px;
}
/* custom navigation css start */
.navbarSupportedContent ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    /* z-index:100000000000; */
}

div.navbarSupportedContent ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    text-transform: capitalize;
}

.navbarSupportedContent ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.navbarSupportedContent ul li.current-menu-item {
    background: #ddd;
}

.navbarSupportedContent ul ul li:hover {
    background-color: #868383;
    color: #fff;
}
.menu-area .navbarSupportedContent ul ul li:hover > a {
    color: #fff;
}

.navbarSupportedContent ul ul a:hover {
    color: #ff5722;
    font-weight: normal;
}

.navbarSupportedContent li.li-child a {
    content: none;
    text-transform: uppercase;
}

#category-menu li.sub-two a:after {
    content: " » ";
    position: absolute;
    right: 18px;
    font-size: 20px;
}

#category-menu ul li a:last-child:after {
    content: "";
}

#other-menu ul li ul li.sub-two a:after {
    content: " » ";
    position: absolute;
    right: 18px;
    font-size: 20px;
}

#other-menu a:last-child:after {
    content: "";
}

.navbarSupportedContent ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    border: 1px solid #d8d8d8;
}

.navbarSupportedContent ul.child {
    border: 1px solid #ddd;
}

.navbarSupportedContent ul ul li {
    float: none;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.navbarSupportedContent ul ul li:first-child {
    border-top: 1px solid #dedede;
}

.navbarSupportedContent ul ul li:last-child {
    border-bottom: 1px solid #dedede;
}
.navbarSupportedContent ul ul a {
    line-height: 120%;
    padding: 10px 15px;
}

.navbarSupportedContent ul ul ul {
    top: 0;
    left: 100%;
}

.navbarSupportedContent ul li:hover > ul {
    display: block;
    min-width: 350px;
    width: 340px;
    border: 0;
}
div.navbarSupportedContent ul ul li a {
    padding: 10px 14px;
}
div.navbarSupportedContent ul li.sub-one a,
div.navbarSupportedContent ul li.sub-two a,
div.navbarSupportedContent ul li.li-child a {
    color: #33333a;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.menu-area div.navbarSupportedContent > ul > li > a {
    font-weight: 500;
}
/* .main_menu .menu-area div.navbarSupportedContent ul ul li a {
    color: #33333a;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
} */
.navbarSupportedContent ul ul li:last-child {
    border-bottom: 1px solid #dedede;
}
/* custom navigation css end */

/* Mobile menu css start*/
.mobile {
    float: left;
    border-radius: 0px;
    position: fixed;
    left: 0px;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    overflow-x: hidden;
}
.mobile-controls button.menu-toggle {
    background-color: transparent;
    border: 0;
    padding: 4px 10px 1px 10px;
    font-size: 32px;
}
.mobile-controls {
    min-width: 280px;
    width: 100%;
    position: relative;
}

.mobile-controls.back_menu {
    padding: 0;
    border-radius: 0;
}
#mobile_nav .mobile-controls {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px;
    margin: 0 0 0px 0;
}
.mobile_sign {
    float: left;
    width: 100%;
    padding: 6px 30px 0 30px;
}

.mobile_sign a span {
    color: #000;
    padding: 10px;
    text-decoration: none;
    border: 0;
}
.mobile_sign a {
    text-decoration: none;
}
.mobile_sign img {
    width: 34px;
}
.mobile#mobile_nav .mobile-menu nav.navbar ul.nav {
    padding: 50px 0 0 0;
}
#mobile_nav .mobile-controls button {
    background: none;
    border: 0;
    border-radius: 8px;
    color: #33333a;
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: left;
}
#mobile_nav .mobile-controls.back_menu button.back-button {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 10px;
    z-index: 9999;
}
#mobile_nav .mobile-controls.back_menu button.back-button span {
    font-size: 16px;
    text-align: center;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
#mobile_nav .mobile-controls.back_menu {
    padding: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
#mobile_nav button.back-button svg {
    font-size: 18px;
}
#mobile_nav button.back-button:focus,
button.menu-toggle:focus {
    outline: none;
}
#mobile_nav button:hover {
    cursor: pointer;
}
#mobile_nav .mobile-controls .back-button {
    display: none;
}
#mobile_nav .mobile-menu {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
    top: 0;
}
#mobile_nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    transition: 0.25s;
}
#mobile_nav .mobile-menu ul.top-menu li:first-child {
    border-top: 1px solid #d8d8d8;
}
#mobile_nav li {
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
#mobile_nav li a {
    color: #33333a;
    flex: 3;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
#mobile_nav li button {
    background: none;
    border: 0;
    flex: 1;
    text-align: right;
    padding: 10px;
}
#mobile_nav button.arrow svg {
    color: #33333a;
}
#mobile_nav li:hover > button {
    color: #fff;
}
#mobile_nav div > ul {
    top: 60px;
    left: 0;
}
#mobile_nav div > ul ul {
    display: none;
    top: 18px;
    left: 100%;
}
.mobile-menu nav.navbar.navbar-default.for_login .dropdown-toggle::after {
    content: none;
}
/* Mobile menu end */

/* Slider-top strip start */
section.two_slide.layout-set .container-fluid {
    padding: 0 15px;
}

section.two_slide {
    float: left;
    width: 100%;
}

.second_slide {
    /* padding: 16px 0; */
    background-color: #f7f7f7;
    background-color: #868383;
}
.first_slide {
    /* padding: 16px 0; */
    background-color: #868383;
    border-right: 1px solid #fff;
    /* background-color: #17C671; */
    color: #fff;
}
.truck-content {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    padding: 20px;

    /* display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.truck-content-right:hover {
    box-shadow: inset -1200px 0 0 0 black;
}
.truck-content-left:hover {
    box-shadow: inset 1200px 0 0 0 black;
}

@keyframes truck-content {
    100% {
        right: 80%;
    }
}

/* Slider top strip end */

/* Slider bottom strip start */
.store-static-infor .mini_border {
    border-right: 2px solid #d8d8d8;
    height: 80px;
    padding: 12px 0px 0 0;
    display: flex;
}

section.slider_strip svg {
    font-size: 45px;
    margin: 0 20px;
}
section.slider_strip {
    padding: 5px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d8d8d8;
}
.slider_strip .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
    border-right: 2px solid #dedede;
}
.slider_strip .col-lg-3.col-md-3.col-sm-12.col-xs-12:last-child {
    border: 0;
}
/* Slider bottom strip End */

/* Feature category css start */
section.feature_category {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.feature_title {
    text-align: center;
    float: left;
    width: 100%;
}
.feature_title h3 {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}
.feature_title h3 > span::before {
    content: "";
    position: absolute;
    border: 2px solid var(--bs-ec-primary);
    bottom: 0;
    width: 20px;
    text-align: center;
    left: -100px;
    right: 0;
    margin: 0 auto;
}
.fas.fa-arrow-left.mr-2 {
    margin-right: 6px;
}

#return-to-order {
    color: blue;
}

.modal-body .col-lg-6 {
    margin-bottom: 12px;
}
.my_account_table a {
    color: blue;
}

.btn-primary.submit_button,
.btn-primary.submit_button:hover {
    background-color: var(--bs-ec-primary) !important;
    color: #fff !important;
    border: 1px solid var(--bs-ec-primary) !important;
}

.feature_title h3 > span::after {
    content: "";
    position: absolute;
    border: 2px solid var(--bs-ec-primary);
    left: 0px;
    bottom: 0;
    width: 60px;
    text-align: center;
    right: 0;
    margin: 0 auto;
}
.card-for-product {
    box-shadow: 2px 2px 10px 2px rgba(121, 121, 121, 0.25);
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

button.text-uppercase.btn.btn-shop-now {
    background-color: #33333a;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    margin: 12px 0;
    padding: 8px 16px;
    border-radius: 4px;
}

.feature_img img {
    width: 100%;
}
.my_account_table a.upp,
.my_account_table a.downn {
    position: relative;
}
.my_account_table a.upp:before,
a.downn::after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -15px;
    top: 50%;
    position: absolute;
    width: 0;
}

.my_account_table a.upp::before {
    border-bottom-color: #212529;
    margin-top: -9px;
}

.my_account_table a.downn::after {
    border-top-color: #212529;
    margin-top: 1px;
}

.main_arrow svg#prev-img1,
.main_arrow svg#next-img1 {
    width: 28px;
    height: 28px;
    border: 1px solid #f0f0f0;
    font-size: 12px;
    padding: 0px 9px;
    cursor: pointer;
}
.main_arrow {
    position: absolute;
    right: 12px;
    bottom: 10px;
}

.feature_img {
    box-shadow: 0 4px 10px 2px rgba(223, 223, 223, 0.1);
    float: left;
    width: 100%;
    background-color: whitesmoke;
}

.accordion div.card-body {
    position: relative;
    overflow-x: auto;
}

.card-body::-webkit-scrollbar-thumb {
    background-color: #17c671;
    border: 2px solid #17c671;
}

.feature_text {
    color: #33333a;
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    min-height: 72px;
}

.feature_title h3 > span {
    position: relative;
    padding: 0 0 8px 0;
    text-transform: uppercase;
    font-size: 20px;
}
.feature_text span {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    /* min-height: 78px; */
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.featured_main {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
}
.testiminial_icon {
    float: left;
    width: 100%;
    text-align: center;
}
/* Feature category css end */

/* Testimonial css start */

.user-name {
    color: #33333a;

    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
}

.user-designation {
    color: #9b9b9b;

    font-size: 18px;
    line-height: 24px;
}
.testiminial_icon {
    float: left;
    width: 100%;
    text-align: center;
}
.testiminial_icon svg {
    height: 68px;
    width: 100px;
}

div#testimonial-slider {
    color: #9b9b9b;

    font-size: 21px;
    line-height: 36px;
    text-align: center;
}
div#testimonial-slider p {
    color: #9b9b9b;
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 1033px;
}
#testimonial-slider .testi_person .d-flex img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
div#testimonial-slider .color-hr {
    background-color: #d8d8d8;
}
.testi_person {
    float: none;
    width: 100%;
    margin: 20px auto;
    max-width: 350px;
}

/* TEstimonial css end */

/*New arrival css start  */

.arrival_text button.text-uppercase.btn.btn-shop-now {
    margin-top: 0;
}
.arrival_img {
    float: left;
    width: 100%;
    text-align: center;
}
.arrival_text h6 {
    color: #6b6b6b;
    font-size: 33px;
    font-weight: 500;
    line-height: 0px;
    text-align: center;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 100%;
    font-family: "proxima_nova_rgbold";
}

.arrival_text {
    float: none;
    width: 100%;
    text-align: center;
    margin: 62px auto;
}
.arrival_text span.greens {
    color: #7db24b;
}
.arrival_text span {
    color: #f9d856;
    font-size: 54px;
    font-weight: bold;
    line-height: 78px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-family: "proxima_novaextrabold";
}
section.new_arrival {
    float: left;
    width: 100%;
    padding: 5px 0 20px 0;
}

.arrival_box {
    float: left;
    width: 100%;
}
/* .arrival_box.last_arrival {
    float: right;
} */
/*New arrival css End */

/* Review css start */
section.review {
    padding: 40px 0;
}

a.cancel {
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 8px 21px;
    float: left;
    margin: 3px 0 0 10px;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.review_title {
    float: left;
    width: 100%;
    padding: 0 0 0 30px;
    display: table;
    height: 110px;
}

.review_title h5 {
    vertical-align: middle;
    display: table-cell;
}

.rating_imageset {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
section.review .form-group > label {
    width: 100%;
    float: left;
}
section.review .form-group {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.review textarea.form-control {
    min-height: 140px;
}
section.review form {
    float: left;
    width: 100%;
}
section.review label svg {
    font-size: 22px;
}
/* .rating{
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd;
}
.rating input{
	display: none;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
	color: #ffc107;
}



.rating1{
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd;
}
.rating1 input{
	display: none;
}

.rating1 label:hover,
.rating1 label:hover ~ label,
.rating1 input:checked + label,
.rating1 input:checked + label ~ label {
	color: #ffc107;
}
.rating2{
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd;
}
.rating2 input{
	display: none;
}

.rating2 label:hover,
.rating2 label:hover ~ label,
.rating2 input:checked + label,
.rating2 input:checked + label ~ label {
	color: #ffc107;
}


.rating3{
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd;
}
.rating3 input{
	display: none;
}

.rating3 label:hover,
.rating3 label:hover ~ label,
.rating3 input:checked + label,
.rating3 input:checked + label ~ label {
	color: #ffc107;
} */

.rating {
    border: none;
    float: left;
    margin: 0px;
    color: #5a6169;
}

.rating > input {
    display: none;
}

.rating > label {
    color: #d8d8d8;
    float: right;
    margin: 4px 1px 0px 0px;
    border-radius: 15px;
    height: 25px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label {
    /* background-color:#7ED321 !important; */
    cursor: pointer;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label {
    /* background-color:#7ED321 !important; */
    cursor: pointer;
}
/* Review css End */

/* Feature slider css Start*/
.feature_slider .nav-pills a.nav-link {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    margin: 0 50px;
    border-bottom: 4px solid transparent;
    padding: 0 0 6px 0;
}
section.feature_slider li:first-child {
    border-right: 2px solid #ddd;
}

.feature_slider {
    float: left;
    width: 100%;
}
.feature_slider .nav-pills .nav-link.active,
.feature_slider .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
    color: #33333a;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 4px solid #f8b84e;
    background-color: transparent;
    border-radius: 0;
}
.feature_slider ul.nav.nav-pills {
    text-align: center;
    float: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 510px;
}
.feature-sliders.owl-carousel .owl-dots.disabled,
.feature-sliders.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.feature-sliders button.owl-prev {
    height: 28px;
    width: 28px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 40px;
}

div.feature-sliders.owl-carousel .owl-item img {
    width: auto;
}
.tab_card {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
}
.tabing_main {
    float: none;
    width: 100%;
    margin: 0px auto;
    max-width: 280px;
}
.tab_feature_img {
    float: left;
    width: 100%;
    border: 2px solid transparent;
    position: relative;
}
.set_height {
    float: left;
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.prices {
    color: #17c671;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
}
.select-color-box-container {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.tab_feature_img .prices span {
    color: #17c671;
    font-weight: 500;
    padding: 5px 0 20px 0;
    min-height: auto;
}
div.feature-sliders {
    padding: 20px 0;
    position: relative;
}
.feature-sliders .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
}
.view_details {
    float: left;
    width: 100%;
}
.feature_slider .view_details a {
    color: #33333a;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    /* line-height: 46px; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
    width: auto;
    border-radius: 4px;
    background-color: transparent;
    text-align: center;
    padding: 14px 18px;
    border: 2px solid #33333a;
    border-radius: 4px;
    background-color: #fff;
    display: block;
    max-width: 150px;
    margin: 0 auto;
}
.view_details a {
    color: #33333a;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    /* line-height: 46px; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
    width: auto;
    border-radius: 4px;
    background-color: transparent;
    text-align: center;
    padding: 14px 18px;
    border: 2px solid #33333a;
    border-radius: 4px;
    background-color: #fff;
    display: block;
    max-width: 160px;
    margin: 0 auto;
}
a.view_one,
.view_details a.view_one,
a.dsdsds {
    float: left;
    width: 100%;
    border: 0;
    padding: 0;
}

.tab_feature_img:hover {
    border: 2px solid #17c671;
    transition: 0.2s;
    cursor: pointer;
}
.tab_feature_img:hover .set_height {
    border: 1px solid transparent;
}

.view_details {
    display: none;
    position: absolute;
    top: 40%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
    cursor: pointer;
}
.tab_feature_img span {
    color: #33333a;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    float: left;
    width: 100%;
    padding: 15px 2px 0 2px;
    min-height: 64px;
}

.color-div-innerdiv.mr-2.one span {
    background: rgb(35, 33, 39);
}

.color-div-innerdiv.mr-2.two span {
    background: rgb(195, 198, 210);
}

.color-div-innerdiv.mr-2.three span {
    background: rgb(227, 227, 229);
}

.color-div-innerdiv.mr-2.four span {
    background: rgb(230, 230, 242);
}

.color-div-innerdiv.mr-2.one {
    padding: 1px;
}
.color-div-innerdiv.mr-2 {
    border: 1px solid transparent;
    padding: 1px;
}
.color-div-innerdiv.mr-2 {
    display: inline-block;
    border-radius: 10px;
}
a.link-text {
    color: #979797 !important;
}
/* Feature slider css End */

/* Footer css Start */

.footer_main h4 {
    color: #ffb400;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}
.footer_social ul li {
    display: inline-block;
    margin: 0 3px 0 0;
}

.footer_social ul li a {
    background-color: red;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    float: left;
}

.footer_social ul li a svg {
    margin: 6px 8px 0 5px;
    font-size: 14px;
}
.footer_social ul li a.facebook {
    background-color: #3a5998;
}

.footer_social ul li a.twitter {
    background-color: #55acee;
}

.footer_social ul li a.pinrest {
    background-color: #cc353d;
}

.footer_social ul li a.insta {
    background-color: #6a453b;
}

.footer_social ul li a.linkedin {
    background-color: #007bb6;
}

.footer_social ul li a.googleplus {
    background-color: #dc4e43;
}

.footer_social ul li a.youtube {
    background-color: #f6424c;
}
.footer_main ul {
    padding: 0;
}

.footer_main ul li {
    list-style: none;
}

.footer_main ul li a {
    color: #dedede;
    font-size: 14px;
    line-height: 25px;
}
.footer_main {
    float: left;
    width: 100%;
    background-color: #3e3e3e;
    padding: 20px 0 0 0;
    /* margin: 30px 0 0 0; */
}
.hr-line-footer {
    background-color: #666666;
}
.footer-section-item {
    font-size: 14px;
    line-height: 25px;
    color: #dedede;
    padding: 30px 0 0px 0;
}

#return-to-top svg {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}
#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #17c6715c;
    width: 60px;
    height: 60px;
    color: #ffff;
    padding: 10px 11px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 999;
    color: #fff;
}
a#return-to-top:hover {
    background-color: #17c671;
}
/* Footer css  End */

/* Category page css start */
form.check-boxes-color .form-check {
    padding-left: 0;
}
.box.by_category {
    color: #646464;
    font-size: 14px;
    line-height: 30px;
}
.sale::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 15px;
    border-color: transparent transparent #7b1d22 transparent;
    top: -14px;
}
.sale {
    position: relative;
    /* top: 21px;
  left: -16px; */
    float: left;
    /* width: 100%; */
}
.sale span {
    float: left;
    text-align: left;
    background-color: #7b1d22;
    padding: 1px 16px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
/* 
.sale::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 18px;
  border-color: transparent transparent transparent #7b1d22;
} */
label.special_price label {
    float: left;
    width: 100%;
}

label.special_price span {
    float: none;
    width: auto;
}

label.special_price {
    text-align: center;
    float: left;
    width: 100%;
    color: #c4183c;
}

label.special_price span {
    text-decoration: line-through;
}
section.category_listing {
    padding: 60px 0 40px 0;
}
.filter_set {
    float: left;
    width: 100%;
}

.filter_set span {
    color: #9b9b9b;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.filter_set a {
    border: 1px solid #007bff;
    border-radius: 20px;
    background-color: #ffffff;
    float: right;
    padding: 4px 22px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.icon-background {
    background-color: #ffff;
    padding: 6px 9px;
    border-radius: 12px;
    /* margin-bottom: 12px; */
    /* border-right: 2px solid transparent; */
    background-color: #fdfdfd;
    box-shadow: 0 5px 7px 0 #7d7d7d;
    margin: 0 10px 0 0;
    padding: 0 8px;
}
.sidebar_section .form-check {
    display: flex;
}
.addresses_details .box {
    padding: 0;
    border: 0;
    text-align: right;
    width: auto;
}
form.check-boxes-colors .form-check {
    padding-left: 0;
}
div#slider-range {
    margin-bottom: 0;
}
.box.by_category .form-check label {
    padding-left: 6px;
}
.filter_button {
    padding: 3px 8px 3px 11px;
    border: 1px solid #f0f0f0;
    border-radius: 100px;
    background-color: #f7f7f7;
    line-height: 21px;
    text-align: left;
    display: inline-block;
    margin: 0 20px 0 0;
}
.filter_title {
    float: left;
    width: 100%;
    margin: 18px 0 14px 0;
}

.filter_button a {
    color: #a6a6a6;
}
.box svg {
    color: #ededed;
}

.filter_button span {
    float: right;
    text-align: center;
    background-color: #e1e1e1;
    border-radius: 30px;
    height: 20px;
    width: 20px;
    margin: 0 0 0 17px;
}

.filter_title h6 {
    position: relative;
}
.filter_title h6 > span {
    color: #33333a;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    background-color: white;
    padding-right: 10px;
}
a.close_side {
    display: none;
}
a#clear-all-filter-second {
    display: none;
}
.filter_title h6:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #f0f0f0;
    z-index: -1;
}
.box {
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 15px 4px 15px 10px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.box .input-group input {
    border: 1px solid #ededed;
    border-radius: 20px;
    border-right: 0;
}
.box .ui-state-default,
.box .ui-widget-content .ui-state-default,
.box .ui-widget-header .ui-state-default,
.box .ui-button,
html .box .ui-button.ui-state-disabled:hover,
html .box .ui-button.ui-state-disabled:active {
    border: 5px solid #ffffff;
    background: #17c671;
    font-weight: normal;
    color: #454545;
    border-radius: 10px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.17);
}
.box .ui-widget-header {
    background-color: #17c671;
}
.sidebar_accordian .card-header {
    box-sizing: border-box;
    background-color: #ffffff;
    float: left;
    width: 100%;
    cursor: pointer;
    color: #33333a;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 15px;
}
.sidebar_section {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.sidebar_accordian div#accordion {
    box-sizing: border-box;
    background-color: #ffffff;
}
.box label span {
    width: 15px;
    height: 15px;
    background-color: #f00;
    display: inline-block;
    border-radius: 20px;
    margin: 0px;

    border: 1px solid #ddd;
}
.box [type="radio"]:checked,
.box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.box [type="radio"]:checked + label,
.box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #666;
}
.box [type="radio"]:checked + label:before,
.box [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.box [type="radio"]:checked + label:after,
.box [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #17c671;
    position: absolute;
    top: 10px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.category_listing .card-body {
    background-color: #f6f6f6;
}
.box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.box [type="radio"]:checked + label:before {
    border: 1px solid #17c671;
}

.box label span#blue {
    background-color: #4a90e2;
}

.box label span#green {
    background-color: #b8e986;
}

.box label span#black {
    background-color: #000;
}
.sidebar_section #variation-color-value,
.box form {
    margin: 0;
    overflow: overlay;
    height: 150px;
}
.check-boxes-color::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #f5f5f5;
}

.check-boxes-color::-webkit-scrollbar {
    width: 6px;
    background-color: #907e7e;
}

.check-boxes-color::-webkit-scrollbar-thumb {
    background-color: #17c671;
    border: 2px solid #17c671;
    border-radius: 30px;
}
.box a.more_color {
    float: left;
    width: 100%;
    padding: 0 0 0 14px;
}
/* Category page css End */

/* Contact us page css Start */
section.contact_us_store_box {
    padding: 60px 0 40px 0;
}

label span.required_custom {
    font-size: 14px;
    font-weight: 500;
    color: #e12622;
}

.submit_button {
    border-radius: 4px;
    color: #ffffff;
    background-color: #33333a;
    border: 1px solid #33333a;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 8px;
    width: 100%;
    max-width: 220px;
}

.cancel_button {
    background-color: #c4183c;
    border: 1px solid #c4183c;
    box-shadow: inset 0 1px 0 0 rgba(162, 23, 49, 0.1);
}

.submit_button {
    border-radius: 4px;
    color: #ffffff;
    background-color: #33333a;
    border: 1px solid #33333a;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.submit_button,
.cancel_button {
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px;
    width: 100%;
    max-width: 220px;
}

.submit_button:active,
.submit_button:focus {
    background-color: #2b2b32 !important;
    border: 1px solid #2b2b32 !important;
    box-shadow: 0 0 0 0.2rem rgba(58, 58, 66, 0.5) !important;
}

.submit_button:hover {
    background-color: #232329 !important;
    border: 1px solid #232329 !important;
}

.cancel_button:active {
    background-color: #a21731 !important;
    border: 1px solid #a21731 !important;
    box-shadow: 0 0 0 0.2rem rgba(162, 23, 49, 0.5) !important;
}

.cancel_button:focus,
.submit_button:focus {
    box-shadow: none !important;
}

.cancel_button:hover {
    background-color: #a21731 !important;
    border: 1px solid #a21731 !important;
    color: #fff;
}

.main_form .submit_button,
.main_form .cancel_button {
    margin-top: 10px;
}

/* Contact us page css End */

.edit-input {
    display: none;
}

.alert-danger {
    width: 40%;
    display: block;
    position: absolute;
    top: 8px;
    right: 16px;
}
.alert-success {
    width: 40%;
    display: block;
    position: absolute;
    top: 8px;
    right: 16px;
}
.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999999999999999999999999999999999;
    background: #ffffff7a;
}
.preloader .preloader-custom-gif {
    display: block;
    width: 100px;
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
}
.preloader.transparent {
    background: #ffffff85;
}

.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.loader:before {
    animation: ball1 1s infinite;
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
}
.loader:after {
    animation: ball2 1s infinite;
    background-color: #00a096;
    box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }
    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }
    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }
}

/* loader css end */

.category_more {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.category_more a.load-more.disabled {
    border: 1px solid #b3afaf;
    color: #b3afaf;
    cursor: not-allowed;
}
.category_more a {
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--bs-ec-primary);
    transition: 0.5s;
    border: 1px solid var(--bs-ec-primary);
    font-weight: 500;
}
.dropdown-menu label a {
    padding: 0px 0px 0 0px !important;
}

form label.error {
    color: red;
}

.fix_height {
    float: left;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
}

.select-color-box-container a:hover {
    text-decoration: none;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -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;
}
.tablet_filter a {
    padding: 8px 0;
    text-transform: uppercase;
    color: #fff;
    background-color: #36343d;
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.tablet_filter {
    float: left;
    width: 100%;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

form.navbar-form.header-filter-init input#srch-term:focus {
    outline: none;
    box-shadow: none;
}

section.middle_header {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.pre-order_msg {
    font-size: 14px;
    color: #c4183c;
}
.category_option select {
    border: 0;
    border-left: 1px solid #dedede;
    border-radius: 0;
}

.icon_main:last-child {
    border: 0;
}
section.menu_section {
    float: left;
    width: 100%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 4px 0;
}
.layout-set {
    float: left;
    width: 100%;
}
.browse-category-container svg {
    font-size: 35px;
}
.menu-item-one {
    color: #33333a;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
}

/* Navigation style start*/

div.navbarSupportedContent > ul > li {
    border-right: 1px solid #dedede;
    padding: 0px 23px;
    z-index: 9;
}
div.navbarSupportedContent > ul > li > a {
    padding: 0 14px;
    font-size: 16px;
}
div.navbarSupportedContent > ul > li:last-child {
    border: 0;
    z-index: 999;
}
div.navbarSupportedContent > ul > li:last-child > a {
    border: 0;
    text-transform: uppercase;
}
div.navbarSupportedContent ul li a.hot {
    color: #c4183c;
}
div.navbarSupportedContent ul li a.top-rated {
    color: #ffb400;
}
div.navbarSupportedContent ul li a.holiday {
    color: #ff8000;
}
div.navbarSupportedContent ul li a.month {
    color: #ff4f00;
}

.main_menu ul.dropdown-menu label {
    color: #33333a;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 10px 10px 0 10px;
    text-transform: capitalize;
}
.main_menu {
    padding: 17px 0 12px 0;
}
.all_cat_menu {
    border-right: 2px solid #dedede;
    padding: 0 0 0 0;
    float: left;
    margin: 10px 0 10px 0;
}
/* Navigation style End*/

.useful_link.half_list ul li {
    float: left;
    width: 50%;
}
.slider {
    float: left;
    width: 100%;
}

.slider .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 50px;
}
.slider .owl-dots button {
    background: transparent;
    border: 0;
    padding: 0;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c4183c;
}

#testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #4f5965;
}
div#testimonial-slider .owl-dots {
    position: unset;
    margin: 0;
}
div#testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    border: 1px solid #9b9b9b;
}

.no-minimun-q {
    color: #33333a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.every-time-text {
    color: #989898;
    font-size: 18px;
    line-height: 26px;
}

.slider_strip .d-flex.align-items-center.justify-content-start {
    border-right: 1px solid #d8d8d8;
}
.slider_strip .d-flex.align-items-center.justify-content-start.border_zero {
    border: 0;
}

.set_category_height {
    float: left;
    width: 100%;
    min-height: 351px;
}
.slider_strip:last-child .d-flex.align-items-center.justify-content-start {
    border: 0;
}
.feature-sliders button.owl-next {
    height: 28px;
    width: 28px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

.footer_social {
    float: left;
    width: 100%;
    text-align: right;
}

section.testimonial_category {
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}

div#menu_area {
    float: left;
}
.all_cat_menu div#menu_area ul li {
    width: 100%;
    float: left;
}

.all_cat_menu .mainmenu .collapse ul ul {
    min-width: 240px;
    z-index: 10000000000;
}

.all_cat_menu div.navbarSupportedContent > ul > li > a {
    padding: 0;
}

.all_cat_menu div.navbarSupportedContent > ul > li > a.dropdown-toggle::after {
    content: none;
}
.main_menu ul > li > a.dropdown-toggle::after {
    content: none;
}
.all_cat_menu #menu_area ul.dropdown-menu li .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #212529;
    top: 12px;
    position: absolute;
    right: 0px;
}

.hvr-underline-reveal,
div.navbarSupportedContent > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.hvr-underline-reveal:before,
div.navbarSupportedContent > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #2098d1; */
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before
    div.navbarSupportedContent
    > ul
    > li:hover
    > a:before,
div.navbarSupportedContent > ul > li > a:focus:before,
div.navbarSupportedContent > ul > li > a:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-form .category_option .custom-select {
    background-image: url(/../images/ic_downarrow.svg);
    background-size: 100% 20%;
    background-position: 77px 14px;
}

.color-variation-data {
    /* width: 40%; */
    padding: 0px 8px;
    border-radius: 15px;
    width: 20px;
    height: 20px;
}

.tab_feature_img:hover .view_details {
    display: block;
}

.color-div-innerdiv.mr-2 span {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    padding: 0;
    border: 1px solid #989898;
    min-height: auto;
}

div.navbarSupportedContent ul.dropdown-menu li a {
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_button {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}

.mobile_button a {
    border: 1px solid #007bff;
    padding: 7px 29px;
    border-radius: 30px;
}

#thumb_img img {
    opacity: 0;
    height: 100%;
    width: 100%;
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

#featured_img img,
#thumb_img img {
    max-width: 100%;
}

#thumb_img {
    margin-top: 2%;
}

#thumb_img img {
    /* float: left; */
    /* max-width: 32%; */
    /* width: 32%; */
    /* cursor: pointer; */
    /* margin-right: 2%; */
    /* border: 2px solid #eee; */
    /* box-sizing: border-box; */
    opacity: 0;
    height: 100%;
    width: 100%;
}

#thumb_img img.active {
    border: 2px solid #cac6b8;
}

#thumb_img img:last-child {
    margin-right: 0;
}

/* Range slider css */
input#startDate {
    border-right: 0;
    border-radius: 5px 0 0 5px;
    float: left;
}
input#endDate {
    margin: 0;
    border-radius: 0px 5px 5px 0px;
    border-left: 0;
}
.price-range-block {
    margin: 60px;
}

.sorts svg.svg-inline--fa.fa-sort-down.fa-w-10,
.sorts svg.svg-inline--fa.fa-sort-up.fa-w-10 {
    height: 0.5em;
    font-size: 25px;
}

.sliderText {
    width: 40%;
    margin-bottom: 30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight: bold;
}

.ui-slider-horizontal {
    height: 0.6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 86%;
    margin-left: 8px;
}
.ui-widget-header {
    background: #3fe331;
}

.price-range-search {
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    border-radius: 5px;
    font-size: 16px;
}
button.price-range-submit {
    height: auto;
    width: auto;
    padding: 4px 20px 7px 20px;
    border-radius: 4px;
    background-color: #33333a;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
}
.price-range-field {
    width: 90px;
    min-width: 16%;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 8px;
    border: 1px solid #dedede;
    color: #515356;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}
.search-results-block {
    position: relative;
    display: block;
    clear: both;
}

/* Range slider end */

/* Product details css start */
.product_details
    .product-image-zoomer-viewer
    .small-img
    .icon-left.fa-chevron-left#prev-img,
.product_details
    .product-image-zoomer-viewer
    .small-img
    .icon-right.fa-chevron-right#next-img {
    transform: unset;
    margin: 50px 13px;
    font-weight: normal;
}
.product_details .product-image-zoomer-viewer .small-container {
    height: 136px;
}
.product_details .product-image-zoomer-viewer .small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 12px;
    cursor: pointer;
    float: left;
    height: 130px;
    width: 128px;
}

.arrow_set1 svg,
.arrow_set svg {
    color: #515356;
}
.product_details .product-image-zoomer-viewer .small-img {
    width: 100%;
    min-height: 132px;
    margin-top: 10px;
    position: relative;
    left: 0;
}

#contact_us_form .col-sm-7 {
    margin-bottom: 12px;
}

.product_details .product-image-zoomer-viewer img {
    max-width: inherit;
    height: 130px;
    width: 128px;
}
.product_details .product-image-zoomer-viewer .small-container {
    height: 136px;
    left: 50px;
    width: auto;
}
/* Popup css start */
.size_chart .length_data {
    color: #979797;
}
.size_chart .sizes span > img {
    margin: 0;
}
.size_chart .length_data span {
    font-weight: 500;
    color: #000;
}
.size_chart .size_table table tr th {
    font-weight: 500;
}
.size_chart div#myModal .modal-header {
    margin-bottom: 40px;
}
.size_chart div#myModal .modal-dialog {
    max-width: 1000px;
}
.size_chart div#myModal .modal-body {
    padding: 0;
}
.size_chart div#myModal h4.modal-title {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.size_chart div#myModal .close {
    font-size: 64px;
    font-weight: normal;
    padding: 0px 13px 0 20px;
}
.size_chart .size_table {
    float: left;
    width: 100%;
}

.size_chart .size_table table {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.size_chart .size_table tr td,
.size_table tr th {
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 500;
    text-align: center;
}
.size_chart .sizes img {
    margin: 0 0 20px 0;
}
.size_chart .size_table tr th {
    background-color: #f5f5f5;
}
.size_chart .all_image {
    margin: 0 0 30px 0;
}
.size_chart .all_image img {
    border: 1px solid #ddd;
}
.size_chart .sizes span {
    font-weight: 500;
    color: #000;
}
.size_chart div#myModal p {
    color: #979797;
    font-size: 18px;
    line-height: 24px;
}
.size_chart div#myModal .modal-content {
    padding: 20px 30px 40px 30px;
}
.size_chart .modal-header {
    margin-bottom: 20px;
}
.size_chart .sizes {
    float: left;
    width: 100%;
    text-align: center;
}
/* Popup css end */

/* colors css start */

.details_accordian_main .card a.card-title {
    margin-bottom: 0;
}
.all_colors input,
.all_Color input {
    display: none;
}

.all_colors .button,
.all_Color .button {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.details_accordian_main .all_colors.unique-attribute-tag {
    display: unset;
}
.all_colors.unique-attribute-tag span.activate {
    border: 2px solid #4cc673;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important;
    background-image: url("../../images/check-icn.svg") !important;
    border: 1px solid #4cc673;
}

.selected-color {
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 140px;
    margin-left: 8px;
}
.all_colors .button span,
.all_Color .button span {
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #eeeeee;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: ease 0.3s;
    border: 3px solid transparent;
    border: 1px solid #979797;
}

.all_colors .button span:hover,
.all_Color .button span:hover {
    padding: 10px;
}

.all_colors .orange .button span,
.all_Color .orange .button span {
    background: #ff5722;
}

.all_colors .amber .button span,
.all_Color .amber .button span {
    background: #ffc107;
}

.all_colors .lime .button span,
.all_Color .lime .button span {
    background: #8bc34a;
}

.all_colors .teal .button span,
.all_Color .teal .button span {
    background: #009688;
}

.all_colors .blue .button span,
.all_Color .blue .button span {
    background: #2196f3;
}
.all_colors .indigo .button span,
.all_Color .indigo .button span {
    background: #3f51b5;
}
.all_sizes .form-group label,
.all_Size .form-group label {
    color: #5a6169;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    float: left;
    width: 100%;
}

.all_sizes .form-group input,
.all_Size .form-group input {
    border: 1px solid #dedede;
    height: 40px;
    float: none;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    width: 60px;
}

.pagig a {
    color: #515356;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 2px;
}

.pagig span {
    padding: 0 7px;
}
/* Colors css end */
/* Detail slider css start */
.picZoomer {
    position: relative;
}
.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}
.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}
.picZoomer-pic {
    width: 100%;
    height: 100%;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
}
.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.1);
}
.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}
/* Detail slider css end */
.size_chart .btn-primary:not(:disabled):not(.disabled).active,
.size_chart .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.size_chart button.btn.btn-primary:focus {
    color: #007bff;
    background-color: transparent;
    border-color: 0;
    outline: none;
    box-shadow: none;
}
a.card-title::after {
    float: right !important;
    /*content: url(/../images/ic_plus.svg);*/
    padding: 6px 0 0 0;
}

.card-header[aria-expanded="true"] a.card-title::after {
    /*content: url(/../images/ic_minus.svg);*/
}

.mob_details a.card-title::after {
    float: right !important;
    content: url(/../images/ic_plus.svg);
    padding: 6px 0 0 0;
}

.mob_details .card-header[aria-expanded="true"] a.card-title::after {
    content: url(/../images/ic_minus.svg);
}
section.related_slider {
    padding: 20px 0 20px 0;
    position: relative;
}
section.related_slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.ship_text span {
    color: #33333a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.ship_text span:first-child {
    text-transform: uppercase;
}

.ship_text span:last-child {
    color: #c4183c;
}
.ship_input {
    float: left;
    padding: 10px 0px 0 0px;
}

.rating_star.top_rate {
    float: right;
    text-align: right;
    width: 100%;
}

.rating_star.top_rate span {
    color: #33333a;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}
.rating_star.top_rate a {
    color: #007bff;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    float: left;
}
.detail_title {
    float: left;
    width: 100%;
}

.detail_title h1 {
    color: #33333a;
    font-size: 28px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.detail_title span {
    color: #5a6169;
    font-size: 18px;
    line-height: 26px;
}
.detail_first {
    margin: 10px 0 0 0;
}

.add_to_cart a {
    margin-right: 25px;
}
.volume_price {
    width: 100%;
    margin: 20px 0;
}
.volume_price table,
.volume_price table tr td,
.volume_price table tr,
.volume_price table tr th {
    border: 1px solid #e3e3e3;
}
.volume_price table {
    table-layout: auto;
    width: 100%;
    text-align: center;
}
.volume_price table tr td span {
    text-decoration: line-through;
    color: #33333a;
    float: left;
    width: 100%;
}
.main_pro_set {
    display: flex;
    border-right: 1px solid #979797;
    /* padding: 0 0 0 30px; */
}
.pro_title span {
    color: #5a6169;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.product_price_cart {
    padding: 0;
}

span.red {
    color: #c4183c;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
}
span.black {
    color: #5a6169;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
}
.main_ship {
    display: flex;
    justify-content: space-around;
}
.shipi_box {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin: 0 0 30px 0;
}
.details_accordian_main {
}
.details_accordian_main select {
    height: 40px;
    width: 200px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    border-radius: 0;
}
div#owl-2 img,
div#owl-1 img {
    max-width: 100%;
}
div#owl-1 .item {
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px 2px rgba(121, 121, 121, 0.25);
    padding: 12px;
}
div#owl-2 img,
div#owl-1 img {
    max-width: 100%;
}
div#owl-2 .item {
    width: 120px;
    height: 120px;
    border: 1px solid #eaeaea;
}
div#owl-2 .item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin: 0 auto;
}
.ship_text span {
    float: left;
    width: 100%;
}
.pro_price span {
    float: left;
    width: 100%;
}
#owl-1 .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 70px;
}

#owl-1 .owl-nav button.owl-prev {
    background-color: transparent;
    color: #979797;
    width: 28px;
    height: 28px;
    border: 1px solid #f0f0f0;
    font-size: 43px;
    line-height: 8px;
    right: 14px;
    position: absolute;
    top: -37px;
    outline: none;
}
.size_chart button.btn.btn-primary {
    color: #007bff;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    border: 0;
}
.add_more a {
    color: #007bff;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
}
.bottom_button {
    float: left;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    margin: 30px 0;
    padding: 15px 0;
}
.size_chart {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.buy_now a {
    border-radius: 4px;
    background-color: #c4183c;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    /* line-height: 51px; */
    text-align: center;
    text-transform: uppercase;
    /* width: 180px; */
    height: 48px;
    text-decoration: none;
    padding: 0px 30px 0px 0px;
    line-height: 50px;
    width: 200px;
}

.openCloseInit-color {
    background-color: var(--bs-ec-primary) !important;
}
.buy_now a svg {
    /* float: left; */
    margin: 0 10px 0 10px;
}
.add_to_cart a svg {
    /* float: left; */
    margin: 0px 5px 0 13px;
}

.add_to_cart {
    float: inherit;
    margin: 0 0px 0 0;
}
.add_to_cart a {
    border-radius: 4px;
    background-color: #17c671;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    /* width: 210px; */
    height: 48px;
    padding: 0px 16px 0px 10px;
    width: 200px;
    text-decoration: none;
}
#owl-1 .owl-nav button.owl-next {
    background-color: transparent;
    color: #979797;
    width: 28px;
    height: 28px;
    border: 1px solid #f0f0f0;
    font-size: 43px;
    line-height: 8px;
    right: -26px;
    position: absolute;
    top: -37px;
    outline: none;
}
span.green price {
    text-decoration: line-through;
    color: #5a6169;
    font-weight: normal;
}
.pro_price small {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 17px;
}
span.green {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #17c671;
    font-weight: 500;
}
.pro_price p {
    color: #5a6169;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.pro_title.total {
    display: table;
    height: 72px;
}

.pro_title.total span {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0 0 0;
}
.volume_price table tr td {
    color: #c4183c;
}
.volume_price table tr td:first-child {
    color: #5a6169;
    font-weight: 500;
}
.volume_price table tr th,
.volume_price table tr td {
    padding: 12px;
    font-size: 18px;
    line-height: 26px;
}
.volume_price table tr th {
    color: #5a6169;
}
.volume_price tr th {
    background-color: #f5f5f5;
    font-weight: 500;
}
section.product_details h6 {
    color: #5a6169;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.product_box {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 14px 10px 14px 40px;
    background-color: #fff;
}
.product_box ul {
    margin: 0;
    padding: 0;
}

.product_box ul li,
.product_box p {
    color: #5a6169;
    font-size: 16px;
    line-height: 20px;
}
section.product_details {
    background-color: #fcfcfc;
}
.product_main_details section.our_breadcrumb {
    background-color: #fcfcfc;
}
/* Product details tab section start*/
.details_tab_main .tab-pane table th {
    color: #5a6169;
    font-weight: normal;
    width: 140px;
}

.details_tab_main .tab-pane table {
    table-layout: fixed;
}

.details_tab_main .tab-pane table tr,
.details_tab_main .tab-pane table th {
    padding: 7px 0;
}
.product_details_tab ul.nav li:last-child {
    border: 0;
}

.tab-pane p {
    color: #5a6169;
    font-size: 16px;
    line-height: 24px;
}
section.product_details_tab ul.nav.nav-pills {
    border-bottom: 2px solid #e3e3e3;
    margin: 0 0 14px 0;
}
section.product_details_tab ul.nav.nav-pills li a {
    color: #5a6169;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 44px 10px 44px;
    border-bottom: 1px solid transparent;
    margin: 0 15px 0 0px;
    text-decoration: none;
}

section.product_details_tab {
    margin: 35px 0;
}
.product_details_tab #exTab1 ul.nav li a.active,
.product_details_tab #exTab1 ul.nav li.active a {
    border-bottom: 4px solid #c4183c;
    color: #c4183c;
    font-weight: 500;
    line-height: 30px;
}

.product_details_tab .tab-pane {
    width: 100%;
    border: 1px solid #e3e3e3;
    background-color: #fdfdfd;
    float: left;
    padding: 20px;
    color: #5a6169;
    font-size: 16px;
    line-height: 22px;
}
.product_details_tab ul.nav li {
    border-right: 1px solid #33333a;
    padding: 0 0 10px 0;
}

.product_details_tab ul.nav li::after {
    content: "";
    width: 1px;
    background-color: #f00;
    position: absolute;
    right: 0;
}
.details_tab_main h6 {
    color: #5a6169;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}

div#exTab1 .tab-pane ul li {
    color: #5a6169;
    font-size: 16px;
    line-height: 24px;
}

div#exTab1 .tab-pane ul {
    padding: 0 0 0 20px;
}
.product-image-zoomer-viewer img {
    max-width: inherit;
}
.product_details .product-image-zoomer-viewer .show {
    width: 100%;
    height: 100%;
    z-index: 100;
    border: 1px solid #f0f0f0;
    position: relative;
}
.product-image-zoomer-viewer img:hover {
    cursor: cell;
}

.product_details .product-image-zoomer-viewer .small-img .icon-left,
.product-image-zoomer-viewer .small-img .icon-right {
    margin: auto 11px !important;
}
.product_details .product-image-zoomer-viewer .small-img .icon-left {
    transform: rotate(0deg);
}
/* Produt details tab section end */

/* Related product css start */
div#related-slider {
    /* padding: 50px 0 0 0; */
}
div#related-slider .tabing_main {
    max-width: 100%;
}

#related-slider.owl-carousel .owl-nav.disabled {
    display: block !important;
}
#related-slider button.owl-next {
    height: 28px;
    width: 28px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 2px rgba(121, 121, 121, 0.25);
    position: absolute;
    top: 0;
    right: 0px;
}
#related-slider .item .tabing_main {
    margin: 4px 0 0 0;
}
#related-slider button.owl-prev {
    height: 28px;
    width: 28px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 2px rgba(121, 121, 121, 0.25);
    position: absolute;
    top: 0;
    right: 40px;
}
div#related-slider .item img {
    padding: 8px;
}
section.review_ratings.layout-set select {
    height: 40px;
    width: 180px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

section.review_ratings.layout-set .form-group label {
    float: left;
    padding: 9px 10px 0 0px;
}
section.review_ratings.layout-set .form-group label {
    float: left;
    padding: 9px 10px 0 0px;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.pagig {
    float: right;
    width: 100%;
    text-align: right;
    color: #515356;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.review_ratings .filter_title h6 > span {
    color: #979797;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
}
/* Related product css end */

/* Write review css start */

.write_review_main {
    float: left;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    margin: 20px 0 0 0;
    text-align: center;
}

.write_review p {
    color: #33333a;
    font-size: 22px;
    line-height: 31px;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.write_review a {
    color: #33333a;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    height: 48px;
    width: 260px;
    border: 2px solid #33333a;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    padding: 11px 34px;
}

.write_review {
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
}
/* Write review css end */
/* rating and review css start */
.rating_star {
    float: left;
    width: 100%;
}

.rating_star svg {
    color: #ffb518;
    font-size: 18px;
    margin: 0 6px 0 0px;
}

.rating_star span {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}

.rating_star h5 {
    color: #33333a;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 0 0;
    float: left;
    width: 100%;
}

.rating_star p {
    color: #33333a;
    font-size: 16px;
    line-height: 26px;
}

.rating_star a {
    color: #007bff;
    font-size: 16px;
    line-height: 25px;
}
.rating_product_image {
    float: left;
    width: 100%;
    max-width: 128px;
    border: 1px solid #eaeaea;
    text-align: center;
}
.rating_main {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.rating_details {
    float: left;
    width: 100%;
}
.rating_details p {
    color: #979797;
    font-size: 16px;
    line-height: 28px;
}
.rating_details span {
    color: #33333a;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.rating_details.first_sec {
    padding: 0 0 0 30px;
    border-right: 1px solid #e3e3e3;
}
.details_accordian_main .card,
.details_accordian_main .card .card-header {
    border: 0;
}
.details_accordian_main .card .card-header {
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    display: flex;
    padding: 9px;
    background: #f5f5f5;
}
.details_accordian_main .card .card-body {
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 11px;
    overflow: hidden;
}

.single-product.full-width .woocommerce-product-details__short-description {
    margin-bottom: 0;
}
/* Rating and review css end */

/* Product details css End */

/* Breadcrumb css start */

section.our_breadcrumb {
    float: left;
    width: 100%;
    background-color: transparent;
    font-size: 20px;
    padding: 0 0 0 30px;
    background-color: #fcfcfc;
}

section.our_breadcrumb .breadcrumb {
    background-color: transparent;
    margin: 0;
}

section.our_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

section.our_breadcrumb a {
    color: #17c671;
    text-decoration: none;
    font-size: 16px;
}
.breadcrumb-item.active {
    font-size: 16px;
}

/* Breadcrumb css end */
/******************************Drop-down menu work on hover**********************************/
.all_cat_menu .menu-area ul ul {
    min-width: 230px;
}

.all_cat_menu div.navbarSupportedContent ul.dropdown-menu label a {
    width: 100%;
    float: left;
    color: #33333a;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 17px 1px 14px !important;
    text-transform: capitalize;
}
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}
.all_cat_menu .mainmenu .collapse ul ul ul {
    /* top: -5px; */
}

div.navbarSupportedContent ul.dropdown-menu li a:hover {
    color: blue;
}

.left-position {
    float: left;
}

div#filter-add-top-stipe {
    margin: 3px 0px 24px 23px;
}
/* Menu css end */

/* Sidebar css start */
div#collapseOne form label {
    color: #646464;
    font-size: 14px;
    line-height: 25px;
}

.sidebar_accordian .card-header.collapsed a.card-title svg {
    text-align: right;
    float: right;
    color: #d8d8d8;
}
.sidebar_section .form-check input {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: 3px;
    margin-left: -23px;
}
svg.svg-inline--fa.fa-plus.fa-w-14 {
    float: right;
}
.box button.btn.btn-secondary {
    background: transparent;
    color: #000;
    border-left: transparent;
    box-shadow: none;
    border: 1px solid #ededed;
    border-left: 0;
    border-radius: 0px 20px 20px 0px;
}

/* sidebar css end */

/* Owl carsoule css start */
/**

 * Owl Carousel v2.2.1

 * Copyright 2013-2017 David Deutsch

 * Licensed under  ()

 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;

    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    /*	color: #FFF;

	font-size: 14px;

	margin: 5px;

	padding: 4px 7px;

	background: #D6D6D6;

	display: inline-block;

	cursor: pointer;

	border-radius: 3px*/
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;

    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;

    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;

    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;

    height: 10px;

    margin: 5px 7px;

    background: #d6d6d6;

    display: block;

    -webkit-backface-visibility: visible;

    backface-visibility: visible;

    transition: opacity 0.2s ease;

    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

div#home-slider .owl-next {
    /* right: 0; */

    left: 80%;

    top: -84px;
}

div#home-slider .owl-prev {
    left: 80%;

    top: -190px;
}

div#home-slider .owl-nav {
    text-align: center;

    margin-top: 0;

    margin: 0 auto;

    margin-top: 0;
    width: 100%;
}
#related-slider .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

/* owl carousel css end */

/* Login page css start */
.login_form span.checkmark {
    margin: 5px 0 0 4px;
}
.login_form button.order_address {
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #007997;
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 0;
}
.login_form .form-group {
    margin-bottom: 36px;
}
.login_form_set {
    float: none;
    width: 100%;
    margin: 40px auto;
    max-width: 470px;
}
.login_form.all_address .form-group label {
    font-size: 20px;
}
.login_form h6 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.login_form p {
    color: #979797;
    margin: 0 0 20px 0;
}
.login_footer {
    float: left;
    width: 100%;
    margin: 22px 0 0 0;
}

.login_footer p {
    margin: 0;
    line-height: 30px;
    color: #212529;
}
.login_footer a {
    color: #070707;
}
.login_footer p > a {
    color: #007bff;
}

.all_address .form-group input {
    height: 48px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
}

.green_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.green_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.green_check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.green_check input:checked ~ .checkmark {
    background-color: #76ae42;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.green_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.green_check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Login page css end */
/* Myorder page css start  */

.my_account_table thead tr:first-child {
    background-color: #f4f5f7;
}

.my_account_table thead tr:first-child th {
    font-weight: 500;
}
.my_account_table table,
.my_account_table tr {
    border: 2px solid #cfcfcf;
    transition: 0.5s;
}
table.table.my_account_table tr td {
    padding: 19px 0px 11px 12px;
    line-height: 20px;
}
.my_account_table thead tr:first-child th {
    font-weight: 500;
    font-size: 18px;
    padding: 23px 0 23px 10px;
}
table.table.my_account_table tr td:last-child a {
    visibility: hidden;
}

table.table.my_account_table tr:hover td:last-child a {
    visibility: visible;
}
ul.tracking_form {
    padding: 0;
}

ul.tracking_form li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 0px;
}
ul.tracking_form li:first-child {
    margin: 0;
}
ul.tracking_form li span {
    float: left;
    padding: 8px 0px 0 10px;
}
ul.tracking_form li input.form-control,
ul.tracking_form li select.form-control {
    width: 128px;
    display: unset;
    margin: 0 0 0 10px;
    background-color: #fff;
}
ul.tracking_form li:first-child span {
    padding-left: 0;
}
ul.tracking_form li button {
    background-color: #e9ecef;
    border: 0;
    width: 110px;
    height: 35px;
    color: #888888;
    font-size: 16px;
    line-height: 23px;
    border-radius: 4px;
    margin: 0 0 0 20px;
    cursor: pointer;
}
.my_account_table tr td.status a {
    height: 35px;
    border-radius: 20px;
    background-color: #e9ecef;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
    width: 100px;
    text-decoration: none;
    float: left;
    padding: 12px 10px 0 10px;
    text-align: center;
}
.my_account_table tr td.status a.deliverd {
    color: #888888;
}
.my_account_table tr td.status a.ready_ship {
    background-color: #8fa0fe;
}
.my_account_table tr td.status a.art_word {
    background-color: #00b8d8;
}
.my_account_table tr td.status a.in_production {
    background-color: #d8796a;
}
.my_account_table {
    margin: 30px 0;
    float: left;
    width: 100%;
}
.simple-pagination li {
    display: inline-table;
    list-style: none;
}
.simple-pagination .current {
    color: #fff;
    background-color: #f9f9f9;
    box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5);
    color: #bbbbbb;
}
div#pagination-container ul li.total_page span,
div#pagination-container ul li.total_page span a {
    border: 0;
    box-shadow: none;
}

div#pagination-container {
    float: none;
    width: 100%;
    margin: 10px auto 40px;
    max-width: 380px;
}
.payment_top span {
    color: #5a6169;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    float: left;
    width: 100%;
}
.paymentstrip_bg tr td {
    padding: 6px 20px 6px 0px;
}
.paymentstrip_bg tr td:first-child {
    padding-left: 22px;
}
button.owl-next svg,
button.owl-prev svg {
    color: #979797;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0 0;
}
button.owl-next:hover,
button.owl-prev:hover {
    box-shadow: 0 2px 2px 2px rgba(121, 121, 121, 0.25);
}
.card-update {
    margin: 4px 0;
}
.payment_strip {
    margin: 0 0 15px 0;
}

.row.asa {
    background-color: #f4f5f7;
}

.payment_top {
    float: left;
    width: 100%;
}
div#pagination-container li:first-child label {
    margin: 0 20px 0 0px;
}
.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
}
.my_account_table tr td.status a.rma {
    background-color: #17c671;
}

.my_account_table tr td.status a.shipd {
    background-color: #5386c5;
}
.my_account_table tr td.status a.abandode {
    background-color: #c4183c;
    color: #fff;
}
.my_account_table tr td.status a.payment_fail {
    background-color: #5a6169;
    color: #fff;
}
.my_account_table th.sorts svg.svg-inline--fa.fa-sort-up {
    position: absolute;
    top: 23px;
    margin-left: 10px;
}
.my_account_table th.sorts svg.svg-inline--fa.fa-sort-down {
    margin-left: 10px;
    position: absolute;
    top: 30px;
}
.my_account_table th.sorts svg:hover {
    cursor: pointer;
}

.my_account_table thead tr:first-child:hover {
    transform: unset;
    box-shadow: none;
}
.my_account_table tr:hover {
    background: #ffffff;
    transform: scale(1.01);
    transition: 0.5s;
    box-shadow: 2px 2px 10px 1px rgba(63, 70, 77, 0.2);
    border-radius: 4px;
}
/* pagination css start */
.pagination-direction .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    color: #666;
    /* padding: 5px 10px; */
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
}
.pagination-direction ul.pagination {
    justify-items: center;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 260px;
}
.pagination-direction ul.pagination label {
    margin: 4px 10px 0 0;
}
.pagination-direction {
    float: left;
    width: 100%;
    margin: 30px 0;
}
/* Pagination css end */

.for_login ul.nav li.dropdown:hover ul.dropdown-menu {
    padding: 0;
}

.for_login ul.nav li.dropdown:hover ul.dropdown-menu li a {
    padding: 5px 14px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.for_login ul.nav li.dropdown:hover ul.dropdown-menu li:last-child a {
    border-bottom: 0;
}
nav.navbar.navbar-default.for_login {
    padding: 0 30px 0 0;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    position: absolute;
    top: 15px;
}

ul.nav li.dropdown:hover ul.submenu.dropdown-menu {
    top: 45px;
}

.layout-set .common_green {
    background: var(--bs-ec-primary) !important;
    color: #fff !important;
}
#edit_address-popup button.close {
    font-size: 16px;
    font-weight: normal;

    padding: 6px 14px 6px 14px;
    color: #444;
    background: #ddd;
}
#payment button.close {
    font-size: 35px;
    font-weight: normal;
}
.payment_strip table tbody.paymentstrip_bg {
    border-top: 14px solid #fff;
}
.payment_strip table {
    width: 100%;
}

nav.navbar.navbar-default.for_login .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 10px;
}

/* Myorder page css End  */

/* Account page css start */
.all_address .form-group {
    margin-bottom: 0;
}
.login_form.all_address .form-group {
    margin-bottom: 30px;
}
h2.account {
    color: #5a6169;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #979797;
    padding: 30px 0 8px 0;
}
.account_image img {
    width: 64px;
    height: 64px;
}
.account_box {
    display: flex;
    border: 1px solid #979797;
    border-radius: 4px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 30px 20px;
    margin: 0 0 25px 0;
}
.account_details {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    line-height: 17px;
}

.account_details a {
    color: #979797;
    font-size: 18px;
    line-height: 26px;
}
/* order items css start */
table.item_table img {
    width: auto;
}

.set_table table.item_table {
    width: 100%;
}
.item_table tr.item_design td {
    padding: 13px 0;
}
.item_design {
    border-bottom: 1px solid #ddd;
}
.item_design_title span {
    font-size: 18px;
    font-weight: 500;
}

.item_design_title {
    border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
    padding: 0 0px 10px 0;
}
.item_design img {
    width: 100%;
}
.item_design a {
    font-size: 18px;
    color: #212121;
    margin: 12px 0 0 0;
    float: left;
    width: 100%;
}
/* Order item css end */

/* filter mobile  */
.bottom_set {
    position: fixed;
    bottom: 0;
}

.bottom_set a {
    color: #33333a;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 52px;
    border-right: 1px solid #707070;
    float: left;
    width: 50%;
    text-align: center;
}

.bottom_set a:last-child {
    border: 0;
}

.bottom_set {
    position: fixed;
    bottom: 0;
    margin: 0px 0 8px 0;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.19);
    float: left;
    width: 100%;
}
button.input-group-btn {
    border: 0;
    background-color: transparent;
}

.mobile_filter_search {
    border: 1px solid #ddd;
    padding: 20px;
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}

.mobile_filter_search .input-group {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    float: left;
    width: 100%;
}
.mobile_filter_search input#srch-term {
    background-color: transparent;
}
.mobile_filter_search .input-group button.input-group-btn {
    padding: 0 15px 0 0;
}
.product_details_tab.mobile_filtr .tab-pane .card.mb-1 .card-header:hover {
    cursor: pointer;
}
.filter_ttl h6 {
    color: #9b9b9b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.filter_ttl {
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 20px;
}

.filter_ttl a {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #007bff;
    border-radius: 20px;
    padding: 3px 14px;
    float: right;
}
.mobile_filtr ul.nav.nav-pills li a,
.mobile_filtr ul.nav.nav-pills li.active a.active {
    border: 0 !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #33333a !important;
    font-weight: normal !important;
    text-decoration: none;
    float: left;
    width: 100%;
    line-height: 30px !important;
    padding: 5px 0 5px 15px;
    text-align: left;
}
.product_details_tab.mobile_filtr ul.nav li {
    border-bottom: 1px solid #d8d8d8;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.mobile_filtr ul.nav.nav-pills {
    border-right: 1px solid #d8d8d8;
    padding: 10px 0px 0 0;
}

.mobile_filtr ul.nav.nav-pills li a.active {
    background-color: #f6f6f6;
}

.product_details_tab.mobile_filtr .tab-pane {
    padding: 0;
    border: 0;
}

.product_details_tab.mobile_filtr .tab-pane .card.mb-1 {
    /* border: #f0f0f0; */
    /* background-color: #fff; */
    border: 1px solid #f0f0f0;
}

.product_details_tab.mobile_filtr .tab-pane .card.mb-1 .card-header {
    border: 0;
    box-shadow: none;
    background-color: #fff;
    /* border: 1px solid #f0f0f0; */
}

.product_details_tab.mobile_filtr .tab-pane .card.mb-1 .card-header a {
    font-size: 12px;
    text-transform: uppercase;
    color: #33333a;
}
.product_details_tab.mobile_filtr a.card-title::after {
    float: right !important;
    content: url(/../images/ic_plus.svg) !important;
    padding: 0px;
}
.product_details_tab.mobile_filtr
    .card-header[aria-expanded="true"]
    a.card-title::after {
    content: url(/../images/ic_minus.svg) !important;
}
.product_details_tab.mobile_filtr ul.nav li::after {
    content: none;
}
.mobile_filtr .tab-content {
    padding: 20px 0 0 0;
}
/* Mobile filter end */
/* Responsive site media query start */

/* Account page css End */

/* Account page information css start */
.add_address a {
    border: 1px solid #007bff;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px 2px rgba(121, 121, 121, 0.25);
    color: #007bff;
    font-size: 18px;
    padding: 10px 0 10px 20px;
    float: left;
    width: 100%;
    max-width: 214px;
}
.add_address a svg.svg-inline--fa.fa-plus.fa-w-14 {
    float: left;
    text-align: left;
    padding: 0 0px 0px 0px;
    margin: 3px 8px 0 0px;
}
.add_address {
    float: left;
    width: 100%;
}
.addresses_details {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.address_text {
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px 20px;
}

.address_text p {
    color: #999999;
    margin: 0;
    line-height: 30px;
    font-size: 20px;
}
.address_text {
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px 20px;
}

.address_text p {
    color: #999999;
    margin: 0;
    line-height: 30px;
    font-size: 20px;
}

.address_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 12px 0 0 0;
}
.all_address {
    float: left;
    width: 100%;
    border-top: 1px solid #cccccc;
    margin: 30px 0 0 0;
    padding: 20px 0 40px 0;
}
.all_address .form-group input {
    height: 48px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
}
.change_password_form .form-group {
    margin-bottom: 22px;
}
.password_requirments ul {
    padding: 0 0 0 20px;
}
button.order_address {
    height: 48px;
    width: 230px;
    border-radius: 4px;
    background-color: #33333a;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    float: right;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    margin: 50px 0 50px 0;
    cursor: pointer;
}
div#change_password .modal-header {
    margin: 0 0 20px 0;
}
.all_address small {
    color: #999999;
    font-size: 14px;
}
.all_address .btn-info:focus {
    box-shadow: none;
}
.all_address .btn-info:not(:disabled):not(.disabled):active {
    background-color: transparent;
    color: #007bff;
}
.all_address small > button.change_pass {
    color: #007bff;
    font-size: 14px;
    line-height: 19px;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.all_address small button:hover {
    background-color: transparent;
    border: 0;
    color: #007bff;
    text-decoration: underline;
}
.my_account_information .all_address .form-group label {
    font-size: 25px;
    line-height: 22px;
}
.all_address .form-group label {
    font-size: 25px;
}
.address_text ul li a {
    border-right: 1px solid #007bff;
    font-size: 14px;
    line-height: 19px;
    padding: 0px 6px 0 0;
    cursor: pointer;
}

.address_text ul li {
    display: inline-block;
}

.address_text ul li:last-child a {
    border: 0;
}
#change_password .modal-dialog,
#new_address .modal-dialog,
#edit_address-popup .modal-dialog {
    height: 550px;
    max-width: 1000px;
    background-color: #fff;
}
#change_password .modal-header,
#new_address .modal-header {
    float: left;
    text-align: left;
    width: 100%;
    color: #4a4a4a;
    font-family: Bicyclette;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
#change_password .modal-header .close:focus,
#new_address .modal-header .close:focus {
    outline: none;
}
#change_password .modal-header .close,
#new_address .modal-header .close {
    float: right;
    text-align: right;
    margin: 0;
    font-size: 55px;
    font-weight: normal;
    line-height: 0;
    position: absolute;
    right: 0;
}
#change_password .modal-content,
#new_address .modal-content {
    border: 0;
    box-shadow: none;
    padding: 10px 30px 30px 30px;
}
.common_green {
    /* max-width: 250px; */
    border-radius: 4px;
    background-color: #17c671;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    /* width: 100%; */
    padding: 5px 20px;
    text-decoration: none;
    line-height: 36px;
    border: 0;
    cursor: pointer;
}
.password_requirments ul li {
    font-size: 14px;
    line-height: 25px;
}
.change_password_form label {
    color: #393939;
    font-size: 20px;
    line-height: 28px;
}

.password_requirments label {
    color: #33333a;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.addresses_details .float-right label {
    color: #999999;
    font-size: 14px;
    padding: 0 0 0 5px;
}

.green_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.green_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.green_check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.green_check input:checked ~ .checkmark {
    background-color: #76ae42;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.green_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.green_check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.new_addresses svg.svg-inline--fa.fa-plus.fa-w-14 {
    float: left;
    text-align: left;
}
.add_address button.new_addresses {
    border: 1px solid #007bff;
    border-radius: 4px;
    background-color: #ffffff;
    color: #007bff;
    font-size: 18px;
    padding: 10px 0 10px 20px;
    float: left;
    width: 100%;
    max-width: 214px;
}
.new_addresses svg.svg-inline--fa.fa-plus.fa-w-14 {
    float: left;
    text-align: left;
    margin: 4px 0 0 0;
}

/* Account page information css End */
/* Payment css start */

.paymentstrip_bg {
    background-color: #f4f5f7;
    width: 100%;
}

.paymentstrip_bg img {
    width: 60px;
}
.payment_method .payment_top {
    padding: 0;
}

.payment_method .payment_top span {
    margin: 0;
}
.payment_method button.btn.btn-info.btn-lg,
.payment_method button.btn.btn-info.btn-lg:focus {
    outline: none;
    box-shadow: none;
}
.payment_method button.btn.btn-info.btn-lg,
.paymentstrip_bg button.btn.btn-info.btn-lg {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: #007bff;
}
.payment_method svg.svg-inline--fa.fa-plus.fa-w-14 {
    float: left;
    font-size: 14px;
    margin: 6px 6px 0 0;
}
div#payment a.common_green {
    max-width: 80px;
}
.payment_method {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}
.paymentstrip_bg svg {
    color: #5a6169;
}
/* Payment css End */

/* Sort by css start */
.main_sortby ul li {
    list-style: none;
    width: 100%;
}
.main_sortby ul {
    padding: 0;
}
.main_sortby ul li a {
    color: #33333a;
    padding: 7px 0 7px 20px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.main_sortby ul li:last-child a {
    border: 0;
}
.main_sortby {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all 1s ease-in-out;
    overflow-y: scroll;
    height: 100%;
}
.home .main_sortby .container-fluid {
    padding: 0;
    background-color: #fff;
    bottom: 0;
    position: fixed;
    z-index: 999;
}

.image-promotion-tag {
    z-index: 999;
    position: absolute;
    left: -7px;
    width: 75px !important;
}

.track-border h2.account {
    border: 0;
    padding: 0;
    margin: 0;
}

.track-border {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #979797;
    padding: 30px 0 8px 0;
}
/* Sort by css end */

/* track order css start */
.experience {
    border-left: 3px solid #e0e0e0;
    padding: 0 30px;
    margin-left: 185px;
}
@media (max-width: 767px) {
    .experience {
        margin-left: 30px;
        padding-right: 0;
    }
}
.experience .item {
    position: relative;
    margin-bottom: 40px;
}
.experience .item::before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #e0e0e0;
}
.experience .item::after {
    content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e0e0e0;
}
.experience .company-name {
    color: #e0e0e0;
    font-size: 16px;
}
.experience .location {
    position: absolute;
    right: 0;
    top: 2px;
}
.experience .location .fa {
    margin-right: 8px;
}
.experience .job-info {
    position: absolute;
    left: -185px;
    top: 0;
    color: #e0e0e0;
    font-size: 14px;
}
.experience .job-info .title {
    color: #e0e0e0;
}
@media (max-width: 767px) {
    .experience .job-info {
        position: static;
        margin-bottom: 1rem;
    }
}
.experience .item.active::before {
    border: 3px solid #17c671;
}
.experience .company-name {
    color: #e0e0e0;
}
.experience .item.active::after {
    background-color: #17c671;
}

div.data-disabled {
    pointer-events: none;
    opacity: 0.6;
    background: transparent;
}

.item.active h5.company-name,
.item.active .job-info,
.experience .item.active .job-info .title {
    color: #17c671;
}

.item.actives h5.company-name,
.item.actives .job-info,
.experience .item.actives .job-info .title {
    color: red;
}
.experience .item.actives::before {
    border: 3px solid red;
}

.experience .item.actives::after {
    background-color: red;
}
/* track order css end */
/* Responsive site media query start */

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block;
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 500px;
        display: none;
    }

    .account_details h6 {
        color: #000;
        font-size: 22px;
        margin: 0;
    }
    .mainmenu .collapse ul li:hover > ul {
        display: block;
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 500px;
        display: none;
    }

    /*******/
    .mainmenu .collapse ul ul li {
        position: relative;
    }

    .mainmenu .collapse ul ul li:hover > ul {
        display: block;
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none;
    }

    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        display: block;
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        /* left: -100%; */
        min-width: 250px;
        display: none;
        z-index: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .product_details
        .product-image-zoomer-viewer
        .small-container
        .show-small-img {
        width: 70px;
        height: 70px;
        margin-right: 10px;
        cursor: pointer;
        float: left;
        height: 90px;
        width: 90px;
    }
    .arrow_set,
    .arrow_set1 {
        height: 90px;
        width: 30px;
    }
    .main_pro_set {
        border-right: 0;
        border-bottom: 1px solid #979797;
        padding: 10px 0 10px 0px;
    }
    .product_details
        .product-image-zoomer-viewer
        .small-img
        .icon-left.fa-chevron-left#prev-img,
    .product_details
        .product-image-zoomer-viewer
        .small-img
        .icon-right.fa-chevron-right#next-img {
        margin: 30px 7px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .payment_step ul li.active a,
    .payment_step ul li a {
        font-size: 10px;
    }
    nav.navbar.navbar-default.for_login .dropdown-toggle::after {
        display: none;
    }

    .product_details
        .product-image-zoomer-viewer
        .small-container
        .show-small-img {
        height: 60px;
        width: 60px;
    }
    .arrow_set,
    .arrow_set1 {
        height: 60px;
    }
    .product_details
        .product-image-zoomer-viewer
        .small-img
        .icon-left.fa-chevron-left#prev-img,
    .product_details
        .product-image-zoomer-viewer
        .small-img
        .icon-right.fa-chevron-right#next-img {
        margin: 20px 7px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1300px) {
    .buy_now a,
    .add_to_cart a {
        font-size: 15px;
    }

    .category-icons-carousel-v2 > div,
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.9375rem);
        padding-left: unset;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1600px) {
    .icon_main.one {
        padding: 0;
    }
    .icon_main.two {
        padding: 0 10px 0 30px;
    }
    .icon_main.two .icon_text {
        background-image: url(/images/ic_Profile.svg);
    }
    .icon_text {
        padding-left: 38px;
        background-size: 30px 29px;
    }
}

@media only screen and (max-width: 1430px) {
    .pay_bills .payment_step ul li.active a,
    .pay_bills .payment_step ul li a {
        font-size: 12px;
    }
    .pay_bills .payment_step ul li {
        padding: 0 30px;
    }
    .pay_bills .payment_step ul li a::after {
        margin: 0 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .ordersummary_sidebar .total_bill button {
        font-size: 14px;
        padding: 12px 22px;
    }
    .detail_set .price span {
        font-size: 15px;
    }
    .menu-toggle svg.svg-inline--fa.fa-times {
        position: absolute;
        right: -17px;
        z-index: 99999;
        top: -50px;
        font-size: 25px;
        background-color: #d8d8d8;
        width: 38px;
        height: 44px;
        padding: 0 10px;
        font-weight: normal;
        color: #979797;
    }
    .product_details .product-image-zoomer-viewer .small-img {
        min-height: 100%;
        margin: 20px 0 20px 0;
    }
    .my_account_table {
        margin: 30px 0;
        float: left;
        width: 100%;
        width: 1170px;
    }
    .set_table {
        overflow-x: scroll;
        float: left;
        width: 100%;
    }
    ul.tracking_form li,
    ul.tracking_form li:first-child {
        margin: 0px 40px 20px 0;
    }

    .top_brdr .secure span {
        font-size: 11px;
    }
    .store-static-infor .mini_border {
        height: auto;
    }
    .icon_text {
        line-height: 15px;
    }
    div#menu_area {
        float: left;
    }
    .icon_main {
        display: flex;
        border-right: 2px solid #d8d8d8;
        padding: 0 0px 0 6px;
    }
    .svg_icon {
        font-size: 27px;
        padding: 7px 8px 0 0;
    }
    .icon_text span {
        font-size: 12px;
    }
    .icon_text a {
        font-size: 9px;
    }
    div.navbarSupportedContent > ul > li > a {
        padding: 0px 12px;
    }
    div.navbarSupportedContent ul li a {
        font-size: 13px;
    }
    .fix_height {
        min-height: auto;
    }
    .arrival_box {
        /* background-color: #fafafa; */
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .arrival_img img {
        max-width: 100%;
    }
    .arrival_text h6 {
        font-size: 27px;
    }
    .arrival_text span {
        font-size: 43px;
    }
    div.navbarSupportedContent > ul > li > a {
        padding: 0 3px;
    }
    .feature_text {
        font-size: 20px;
    }
    div.navbarSupportedContent > ul > li {
        padding: 0px 6px;
    }
    .menu-item-one span {
        font-size: 16px;
        line-height: 16px;
    }
    .menu-item-one {
        font-size: 13px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 1026) {
    .main_menu div.navbarSupportedContent > ul > li {
        padding: 0 5px;
    }
    .menu_section .browse-category-container svg {
        font-size: 25px;
    }
    .menu_section .menu-item-one {
        font-size: 14px;
        line-height: 18px;
    }
    .feature_text {
        font-size: 19px;
        line-height: 40px;
    }
    .menu-item-one {
        font-size: 13px;
        line-height: 17px;
        padding-left: 20px;
    }
}
/* Only for tablet view start */

@media only screen and (max-width: 991px) {
    .footer_brdr .help {
        line-height: 33px;
        text-align: center;
    }
    .icon-background {
        padding: 0 8px;
        width: 50px;
        height: auto;
        text-align: center;
        margin: 0 10px 10px 0;
    }

    .order_summary .all-main-set {
        height: auto;
        overflow: unset;
    }

    .order_summary .total_bill {
        max-width: 100%;
        position: fixed;
        left: 0;
    }

    section.middle_header .container-fluid {
        padding: 0 20px;
    }
    .tab_filter a {
        padding: 5px 9px;
        border: 1px solid #f0f0f0;
        background-color: #f7f7f7;
        color: #a6a6a6;
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .feature_text span {
        font-size: 17px;
        line-height: 20px;
        min-height: auto;
    }
    nav.navbar.navbar-default.for_login {
        padding: 0 10px;
    }
    section.review_ratings.layout-set .form-group label {
        width: 100%;
        text-align: left;
    }
    .all_address .form-group {
        margin-bottom: 20px;
    }
    .add_more {
        margin: 0 0 30px 0;
    }
    .rating_details.first_sec {
        padding: 0 0 0 0px;
        border: 0;
    }
    .succesful .set_button.total_bill svg {
        margin: 0 10px 0 0;
    }
    .succesful .set_button.total_bill {
        position: unset;
        border: 0;
        padding: 0;
    }
    a.close_side {
        display: block;
    }
    a.clear-all-filter-second {
        display: block;
    }
    a.clear-all-filter-second {
        border: 1px solid #007bff;
        border-radius: 40px;
        padding: 2px 20px;
        float: left;
    }
    .sidebar_bottom {
        position: fixed;
        bottom: 0;
        float: left;
        width: 100%;
        max-width: 350px;
        padding: 10px 20px;
        background-color: #fff;
        left: 0;
        border-top: 1px solid #f0f0f0;
        z-index: 999;
    }
    a.close_side {
        border: 0;
        color: #ddd;
        font-size: 17px;
        padding: 0;
    }
    .filter_set {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .filter_set a#clear-all-filter {
        display: none !important;
    }
    .product_details_tab.mobile_filtr,
    .mobile_sortby {
        width: 100%;
        background-color: #fff;
        height: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
    }
    .slide_show {
        display: none;
        padding-left: 0;
        float: left;
        border: 1px solid #ddd;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        transition: all 1s ease-in-out;
        overflow-y: scroll;
    }
    .d-bg {
        background-color: #fff;
        float: left;
        width: 100%;
        max-width: 350px;
        padding: 0 20px;
    }
    .top_brdr .payment_step {
        float: none;
        width: 100%;
        padding: 10px 0 0 0;
        margin: 10px auto 20px;
        max-width: 370px;
    }

    /* .shiping_details table tr td:nth-child(3), .shiping_details table tr td:nth-child(2) {
        display: none;
    } */
    .ordersummary_sidebar .total_bill button {
        width: 100%;
    }
    .ordersummary_sidebar .set_button {
        width: 100%;
        max-width: 100%;
    }
    #ajax-proccess-to-checkout-form .ordersummary_sidebar {
        background-color: #ffff;
        float: left;
        width: 100%;
        height: 100%;
        padding: 20px 0 0 0;
    }

    .top_brdr .payment_step ul li a::after {
        margin: 0 58px;
    }
    .top_brdr .payment_step ul li span {
        display: none;
    }
    .top_brdr .payment_step ul li {
        padding: 0 50px;
    }
    .show {
        display: visible;
    }
    .mobile_img {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 0 0 0;
    }
    section.category_listing {
        padding: 0px 0 20px 0;
    }
    section.category_listing.layout-set .feature_title {
        margin: 30px 0 0 0;
    }

    .footer_main .hr-line-footer {
        display: none;
    }

    .footer-section-item {
        border-top: 1px solid #666666;
        padding: 13px 0;
    }
    .icon_main.one {
        padding: 0;
    }
    .icon_main.two {
        padding: 0;
    }
    .second_footer img {
        width: auto;
    }
    .second_footer .footer-verisign {
        width: 50%;
    }
    .responsive-footer-verisign {
        justify-content: start !important;
    }
    .featured_main {
        margin: 20px auto;
    }
    .arrival_img {
        min-height: 160px;
    }
    .all_icon_main {
        justify-content: flex-end;
    }
    .arrival_text h6 {
        font-size: 17px;
    }
    .arrival_text span {
        font-size: 30px;
        line-height: 40px;
    }
    .arrival_box {
        /* height: auto; */
    }
    .feature_category button.text-uppercase.btn.btn-shop-now,
    .new_arrival button.text-uppercase.btn.btn-shop-now {
        background-color: #33333a;
        box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 3px;
        text-align: center;
        height: auto;
        width: auto;
        color: #ffffff;
        margin: 15px 0;
    }
    .arrival_text {
        float: left;
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
    }
    .arrival_box {
        /* margin: 0; */
    }
    ul.topbar_menu {
        display: none;
    }
    .shipping_tag {
        float: left;
        width: 100%;
        text-align: center;
    }
    form.navbar-form {
        display: none;
    }
    .logo {
        text-align: left;
        padding: 8px 0 0 0;
    }
    .icon_text {
        display: none;
    }
    .icon_main {
        padding: 0 12px;
    }
    section.menu_section {
        display: none;
    }
    #flip button,
    #flip_one button {
        padding: 0 30px 0 20px;
        background-color: transparent;
    }
    section.slider_strip svg {
        font-size: 34px;
        margin: 0 7px 0 0;
    }
    .no-minimun-q {
        font-size: 14px;
        line-height: 18px;
    }
    .every-time-text {
        font-size: 11px;
        line-height: 18px;
    }
    .color-div-innerdiv.mr-2 span {
        width: 14px;
        height: 14px;
    }
    .color-div-innerdiv.mr-2 {
        margin: 0 !important;
    }
    section.testimonial_category {
        padding: 0px 0 30px 0;
    }
    .feature_title h3 {
        font-size: 18px;
    }
    section.slider_strip {
        padding: 12px 0;
    }
    .feature_text {
        color: #33333a;
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        min-height: 30px;
    }
    .new_arrival button.text-uppercase.btn.btn-shop-now {
        width: auto;
        padding: 10px 10px;
    }
    .fix_height {
        min-height: auto;
    }
    div.feature-sliders.owl-carousel .owl-item img {
        width: 100%;
    }
    .set_height {
        min-height: 260px;
    }

    .tab_feature_img span {
        font-size: 14px;
        line-height: 19px;
    }
    .sale span {
        font-size: 14px;
        line-height: 32px;
    }
    .prices span {
        font-size: 16px;
    }
    .view_details a {
        height: auto;
        width: auto;
        font-size: 12px;
        line-height: 16px;
    }
    .size_chart button.btn.btn-primary {
        padding: 0;
        font-size: 15px;
    }
}
/* Only for tablet view End */

/* Only for Mobile view start */
@media only screen and (max-width: 767px) {
    .pay_bills .shiping_details table tr td:nth-child(4) {
        padding: 0;
    }
    .pay_bills .shiping_details table tr td {
        font-size: 13px;
    }
    .set_height {
        min-height: 80px;
    }
    body.home.noscroll {
        overflow: hidden;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu {
        top: 26px;
    }
    .size_set {
        justify-content: unset;
    }
    .set_table table.item_table {
        width: 800px;
    }
    .succesful .set_button.total_bill {
        display: block;
    }

    .detail_set .price span {
        font-size: 14px;
    }
    .svg_icon #itemCount {
        top: 0;
    }
    .footer_brdr {
        margin: 0 0 280px 0;
    }
    #mobile_nav ul.dropdown-menu {
        max-width: 200px;
    }
    #mobile_nav ul.dropdown-menu li {
        background-color: #fbfafa;
    }
    body .alert-success,
    body .alert-danger {
        float: left;
        width: 100%;
        top: 0;
        border-radius: 0;
    }
    .over.lay {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 50;
        background: rgba(23, 23, 23, 0.8);
        background: rgba(0, 0, 0, 0.8);
    }
    #big-img {
        display: none;
    }
    ul.tracking_form li:first-child span {
        padding-left: 10px;
    }
    form#local-proccess-to-checkout-form .form-group.required label {
        font-size: 16px;
        line-height: 18px;
    }

    a#return-to-dashboard {
        font-size: 12px;
    }
    #home-slider .owl-dots {
        bottom: 0px;
    }
    #home-slider.owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .detail_title h1 {
        font-size: 20px;
    }
    .detail_title span {
        font-size: 15px;
    }
    .rating_star.top_rate span {
        font-size: 18px;
    }
    .rating_star svg {
        font-size: 14px;
    }
    div#testimonial-slider p {
        font-size: 16px;
        line-height: 25px;
    }
    #testimonial-slider .testi_person .d-flex img {
        width: 60px;
        height: 60px;
    }
    .user-name {
        font-size: 20px;
    }
    .user-designation {
        font-size: 15px;
    }
    .footer_main h4 {
        color: #ffb400;
        font-size: 14px;
    }
    .mob_details .details_accordian_main {
        border: 0;
        padding: 0;
    }
    section.mob_details .card-header:hover {
        cursor: pointer;
    }

    .logo {
        text-align: center;
    }
    .logo img {
        height: auto;
        max-height: 100px;
    }
    section.middle_header {
        padding: 10px 0;
    }
    .paymentstrip_bg {
        width: 767px;
    }
    .payment_strip {
        overflow-x: scroll;
    }
    #return-to-top {
        display: none !important;
    }

    .total_bill.sticky_price select {
        display: none;
    }
    .total_bill button {
        font-size: 14px;
        padding: 7px 0;
    }

    .ordersummary_sidebar .set_button {
        margin: 5px auto;
    }
    .all_colors .button,
    .all_Color .button {
        width: 40px;
        height: 40px;
        margin: 0;
    }
    .all_colors .button span,
    .all_Color .button span {
        width: 30px;
        height: 30px;
    }
    section.review_ratings.layout-set .form-group label {
        text-align: left;
        width: 28%;
    }
    section.review_ratings.layout-set select {
        float: left;
        width: 70%;
    }
    ul.tracking_form li:nth-child(1) {
        float: left;
        width: 50%;
        margin: 0;
    }

    ul.tracking_form li:nth-child(2) {
        float: left;
        width: 50%;
    }

    ul.tracking_form li:nth-child(1) input,
    ul.tracking_form li:nth-child(2) input {
        width: 90%;
    }

    ul.tracking_form li:nth-child(3) select {
        width: 100%;
    }

    ul.tracking_form li:nth-child(3) {
        width: 95%;
    }
    ul.tracking_form li input#endDate {
        width: 45%;
    }
    ul.tracking_form li button {
        margin: 10px 0 0 10px;
    }
    ul.tracking_form li:nth-child(4) {
        width: 100%;
    }
    input#startDate {
        border-right: 0;
        border-radius: 5px 0 0 5px;
        float: left;
        width: 50%;
        margin: 0 0 0 10px;
    }
    .total_bill {
        display: none;
    }
    #ajax-proccess-to-checkout-form .checkout-main .form-group {
        margin-bottom: 10px;
    }
    #ajax-proccess-to-checkout-form a#return-to-dashboard {
        font-size: 15px;
    }
    #ajax-proccess-to-checkout-form .form-group.required label {
        font-size: 17px;
        line-height: 26px;
    }
    .product_details .product-image-zoomer-viewer .small-img {
        height: 150px;
        margin: 20px 0 0 0px;
    }
    .pro_price small {
        font-size: 9px;
        line-height: 17px;
        float: left;
        width: 100%;
    }
    .pro_price {
        border-right: 1px solid #979797;
    }
    .fixe_price .main_pro_set.border-0 .pro_price {
        border: 0;
    }
    .volume_price {
        overflow-x: scroll;
    }
    .buy_now a {
        font-size: 15px;
        padding: 0px 30px 0px 0px;
        width: 100%;
    }
    .buy_now a svg {
        float: none;
        margin: 0px 10px 0 0;
    }
    .add_to_cart {
        float: left;
        margin: 0 0px 0 0;
        width: 48%;
    }
    .add_to_cart a {
        font-size: 15px;
        padding: 0 10px;
        width: 100%;
    }
    .buy_now {
        margin: 0;
        width: 48%;
    }

    .add_to_cart a svg {
        float: none;
        margin: 0 10px 0 0;
    }
    .fixe_price {
        float: left;
        width: 100%;
        display: none;
    }
    .sticky_price {
        position: fixed;
        bottom: 0;
        display: block;
        z-index: 999;
        background-color: #fff;
        border: 1px solid #f1f1f1;
        float: left;
        width: 100%;
        left: 0;
        padding: 2px 20px 4px 20px;
    }
    .well span#redirect-sign-in-msg {
        float: left;
        width: 100%;
    }
    .main_pro_set {
        display: unset;
        float: left;
        width: 100%;
        border: 0;
    }
    .pro_title.total {
        height: auto;
    }
    .pro_price span {
        font-size: 26px;
    }
    .pro_title span {
        font-size: 16px;
        line-height: 30px;
    }
    .pro_price p {
        line-height: 10px;
    }

    .pro_title.total span {
        display: unset;
    }
    .brdr_tp {
        float: left;
        width: 100%;
        border-top: 1px solid #f1f1f1;
        padding: 10px 0 0 0;
    }

    .rating_star.top_rate {
        float: left;
        text-align: left;
    }
    .product_details_tab ul.nav li {
        border-right: 1px solid #33333a;
        margin: 0 0 10px 0;
        border: 0;
        text-align: center;
        float: left;
        width: 100%;
    }
    section.our_breadcrumb a,
    .breadcrumb-item.active {
        font-size: 15px;
    }
    section.our_breadcrumb {
        padding: 0 0 0 0px;
    }
    ul.tracking_form {
        padding: 0;
        float: left;
        width: 100%;
    }
    ul.tracking_form li:last-child {
        float: left;
        width: 100%;
    }
    ul.tracking_form li {
        margin: 0 0 10px 0;
    }
    ul.tracking_form li span {
        float: left;
        padding: 8px 0px 0 10px;
        width: 100%;
    }
    .checkout-main .succesful span {
        line-height: 28px;
        margin: 20px 0 0 0;
    }

    #ajax-proccess-to-checkout-form .maincard_form {
        padding: 10px;
    }

    .svg_icon {
        font-size: 27px;
        padding: 7px 8px 0 0;
        float: right;
        width: 100%;
        text-align: right;
    }

    section.category_listing {
        padding: 0px 0 40px 0;
    }
    .featured_main {
        float: left;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .sticky_header {
        position: fixed;
        z-index: 999;
        float: left;
        width: 100%;
    }
    header_main.darkHeader {
        float: left;
        width: 100%;
    }
    .icon_main.one,
    .icon_main.two {
        display: none;
    }
    section.testimonial_category .slider {
        margin: 0;
    }
    section.testimonial_category {
        padding: 0;
    }
    section.new_arrival {
        padding: 0;
    }
    section.feature_slider .feature_title {
        display: none;
    }
    .feature_slider ul.nav.nav-pills {
        margin: 30px 0 0 0;
        margin: 40px auto 0;
        max-width: 280px;
    }
    .feature_slider ul.nav.nav-pills li a,
    .feature_slider ul.nav.nav-pills li a.active {
        font-size: 12px;
        margin: 0 20px;
    }

    .card-for-product {
        margin: 0 0 20px 0;
    }
    .feature_title h3 {
        margin-bottom: 30px;
    }
    section.feature_category {
        padding: 0px 0;
    }
    .home .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main_arrow {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .feature_slider .nav-pills .nav-link.active,
    .feature_slider .nav-pills .show > .nav-link {
        margin: 0;
    }
    .arrival_img {
        min-height: auto;
    }
    .feature_text span {
        min-height: auto;
        margin: 40px 0 0 0;
    }
    .feature_text span {
        min-height: auto;
        margin: 40px 0 0 0;
    }
    .shipping_tag {
        float: left;
        width: 100%;
        text-align: center;
    }
    section.new_arrival .container-fluid {
        padding: 0 15px;
    }
    section.two_slide.layout-set .col-lg-6.col-md-6.col-sm-12.col-xs-12.p-0 {
        padding: 0 0px !important;
    }
    section.two_slide.layout-set {
        background-color: #f7f7f7;
    }
    .first_slide {
        border: 0;
        padding: 0;
    }
    section.product_details_tab ul.nav.nav-pills li a {
        font-size: 12px;
    }

    .no-minimun-q {
        font-size: 14px;
        line-height: 20px;
    }
    .every-time-text {
        font-size: 14px;
        line-height: 20px;
    }
    .min_every_text {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .second_slide {
        display: none;
    }
    .all_icon_main .icon_main:last-child {
        visibility: visible;
    }

    .all_icon_main .icon_main {
        visibility: hidden;
    }
    section.slider_strip.layout-set {
        padding: 0;
    }
    .store-static-infor .mini_border {
        border: 0;
        padding: 10px 0;
        display: unset;
        float: left;
        width: 100%;
    }
    section.slider_strip.layout-set .col-lg-3 {
        border: 1px solid #dedede;
    }

    .slider_strip .d-flex.align-items-center.justify-content-start {
        border: 0;
        padding: 10px 0;
    }
    section.slider_strip svg {
        font-size: 40px;
    }
    .new_arrival button.text-uppercase.btn.btn-shop-now {
        width: auto;
        height: auto;
        font-size: 18px;
        letter-spacing: 0;
    }
    .arrival_text span {
        font-size: 40px;
        line-height: 70px;
    }
    section.slider_strip.layout-set .container-fluid {
        padding: 0 15px;
    }

    .feature_title {
        margin: 30px 0 0 0;
    }
    .footer_social {
        text-align: left;
    }
    .footer_main .text-center.footer-section-item p {
        float: left;
        width: 100%;
        text-align: left;
    }
    .second_footer img {
        text-align: left;
        float: left;
        margin: 0 11px 30px 0;
        width: auto;
    }
    .footer_social img {
        padding: 0 12px 0 0;
    }
    .feature_slider.mobile_view ul.nav.nav-pills ul li a {
        margin: 0;
        padding: 0;
    }

    section.feature_slider.mobile_view ul.nav.nav-pills li a {
        padding: 0 12px;
        margin: 0;
        font-size: 12px;
    }
}

/* Only for Mobile view End */
@media only screen and (max-width: 600px) {
    #flip button,
    #flip_one button {
        padding: 0px;
    }
    .view_details a {
        font-size: 10px;
        padding: 6px 9px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 400px) {
    .mobile_filtr ul.nav.nav-pills li a,
    .mobile_filtr ul.nav.nav-pills li.active a.active {
        padding: 2px 0 2px 9px;
    }

    .mobile_filtr ul.nav.nav-pills li a,
    .mobile_filtr ul.nav.nav-pills li.active a.active {
        font-size: 9px;
    }
    .common_green {
        max-width: 100%;
        font-size: 15px;
    }
    .password_requirments ul li {
        font-size: 11px;
        line-height: 19px;
    }
    .change_password_form label {
        font-size: 16px;
        line-height: 10px;
    }
    .change_password_form .form-group {
        margin-bottom: 15px;
    }
    #change_password .modal-header h4 {
        font-size: 18px;
    }
    .password_requirments ul {
        padding: 0 0 0 10px;
    }
    .password_requirments label {
        font-size: 17px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    #ajax-proccess-to-checkout-form .circle:after {
        width: 28px;
        height: 28px;
    }
    #ajax-proccess-to-checkout-form .circle__content {
        font-size: 15px;
    }
    #ajax-proccess-to-checkout-form .form-group.required label {
        font-size: 13px;
        line-height: 26px;
    }
    #ajax-proccess-to-checkout-form a#return-to-dashboard {
        padding: 33px 0 0 0;
        font-size: 12px;
    }
    .buy_now a {
        font-size: 15px;
        padding: 0px 30px 0px 23px;
    }
    .add_to_cart a,
    .buy_now a {
        font-size: 13px;
        line-height: 48px;
    }
    .main_pro_set {
        padding: 0 0 0 0px;
    }
    .pro_price small {
        font-size: 9px;
        line-height: 14px;
        float: left;
        width: 100%;
    }
    .pro_title span {
        font-size: 14px;
        line-height: 10px;
    }
    .pro_price span {
        font-size: 20px;
    }
    .pro_price p {
        line-height: 10px;
    }
    .arrival_text span {
        font-size: 26px;
        line-height: 30px;
    }
    .new_arrival button.text-uppercase.btn.btn-shop-now {
        font-size: 13px;
    }
    .top_brdr .payment_step {
        max-width: 320px;
    }
    .top_brdr .payment_step ul li {
        padding: 0 36px;
    }
    .top_brdr .payment_step ul li a::after {
        margin: 0 43px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
    .sidebar_products .col-xl-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .sidebar_products .col-xl-10 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    div.navbarSupportedContent ul li a {
        padding: 0 4px;
    }
    .arrival_box {
        /* margin: 0px; */
    }

    div.navbarSupportedContent > ul > li > a {
        padding: 0 4px;
        font-size: 16px;
    }
    div#menu_area {
        float: left;
    }

    div.navbarSupportedContent > ul > li {
        padding: 0px 12px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .price-range-field {
        width: 75px;
        min-width: 16%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    div.navbarSupportedContent > ul > li {
        padding: 0px 6px;
    }
}
/* Responsive site media query End */

@media screen and (max-width: 767px), screen and (max-width: 524px) {
    .sidebar_bottom {
        display: block;
    }
}
