html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

body {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background: url('../img/beautiful-clouds-blue-sky-background_34251-117.jpg');
    background-size: contain;
    /* -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);*/
}

.banner_ad {
    width: 100%;
    max-height: 100px;
}

.first_navbar .nav-link-first {
    font-size: 10px;
    font-weight: bold;
    transition: all .5s ease;
}

.first_navbar .nav-link-first:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    /* color: white!important; */
    transition: all .5s ease;
}

.close_ad {
    top: 0;
    border: 5px solid red;
    padding: 2px 9px;
    border-radius: 112px;
    position: absolute;
    right: 0;
}

.close_ad:hover {
    cursor: pointer;
}

.close_ad i {
    color: red;
}

.navbar_brand_custom img {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1;
    height: 170px;
    width: 230px;
}

.navbar_center {
    padding-left: 40px;
}

.navbar_center img {
    width: 210px;
    height: 110px;
}

.nav-link-first {
    border-right: 1px solid black;
    color: black;
    padding: 0rem 1rem;
}

.bg-green {
    background: #15fe04;
}

.border-none {
    border-color: transparent !important;
}

.count {
    position: absolute;
    top: -3px;
    right: -7px;
    background: red;
    border-radius: 50%;
    padding: 2px 4px;
    color: white;
    font-size: 12px;
    font-style: initial;
}

.count_item {
    display: block;
    text-align: center;
}

.count_item i {
    position: relative;
    color: black;
    font-size: 35px;
    line-height: 13px;
}

.nav-link {
    color: black !important;
}

.count_div .nav-link {
    padding: 0;
}

.custom_selct_width {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    min-width: 100px !important;
    border-color: #ff00002e;
    max-width: 100px;
}

.form-control-custom-search {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-width: calc(100vw - 900px);
}

.search_btn {
    height: 55px;
    width: 55px;
    position: absolute !important;
    background: #f04d50;
    color: white;
    border-radius: 50px;
    top: -10px;
    right: -10px;
}

.user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cashback {
    padding: 0px 20px;
}

.hot_deal {
    padding: 0px 20px;
}

.navbar-fixed-height {
    min-height: 85px;
    padding: 20px 15px;
    padding-bottom: 10px;
}

.navbar-fixed-height-centered {
    padding: 0px 15px;
}

.my_account {
    padding: .5rem;
    color: black;
    text-decoration: none;
}

.account:hover {
    border: none!important;
}
.account .dropdown .dropdown-menu {
    min-width: 8rem;
}
.my_account:hover {
    text-decoration: none;
    color: black;
}

.my_account:after {
    display: none;
}

.name {
    display: block;
    line-height: 0;
}

.navbar-red {
    padding: 5px 15px;
    color: white;
    background: #c21229;
}

.navbar-red .nav-link {
    color: white !important;
}

.active.nav-item {
    font-weight: bold;
}

.nav-item {}

.nav-item-third {
    padding: 0px 10px;
    border-right: 1px solid black;
    transition: all .5s ease;
    position: relative;
}


/* .nav-item-third:after
{
   content: "";
    width: 2px;
    height: 100%;
    background-color: black;
    right:0;
    position: absolute;
    display: block;
} */

.nav-item-third:hover {
    /*font-weight: bold;*/
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .5s ease;
}

.nav-item-third .nav-link {
    padding: 0;
}

.category_behind_slide .carousel-indicators {
    display: none;
}

.absolute_carousle {
    /*position: absolute;*/
    top: 0;
}


/*dropdown css */

.myaccordion {
    margin-left: 50px;
    width: max-content;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    /*position: absolute;*/
    z-index: 2;
}

.myaccordion_option2 {
    margin-left: 0px;
    width: max-content;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 2;
    left: 65px;
}

.myaccordion_backup {
    margin-left: 50px;
    width: max-content;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    position: absolute !important;
    z-index: 2;
}

.myaccordion .card {
    /*position: absolute;*/
    background: #c21229;
    border-radius: 0px;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
    min-width: 270px;
}

.myaccordion .card-header {
    padding: .0rem 1.25rem;
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion_option2 .card-header {
    padding: 5px 5px;
    background: transparent;
}

.myaccordion .card-body {
    padding: 0;
}

.category_menu_item {
    width: 100%;
    color: black;
    display: block;
    border-bottom: 1px solid white;
    padding: 5px 10px;
    font-size: 12px;
    transition: all .5s ease;
}

.category_menu_item:hover {
    background: #10ff00;
    padding: 5px 20px;
    transition: all .5s ease;
    cursor: pointer;
}

.category_menu_item i {
    padding-right: 10px;
}

.category_menu_item:hover {
    color: black;
    text-decoration: none;
}

.myaccordion .card-body a:last-child {
    border: none;
    /*border-radius: 10px;*/
}

.text-black {
    color: black!important;
}

.category_menu {
    width: 100%;
    position: absolute;
    top: 34px;
    background: #c21229;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.myaccordion .card-body i {
    width: 30px;
    color: white;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 13px;
    color: white;
    padding: 0;
}

.myaccordion .btn-link {
    text-transform: uppercase;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.myaccordion li+li {
    margin-top: 10px;
}


/*dropdown css */

.banner_section {
    z-index: 0;
}

.carousel-item img {
    height: 300px;
}

#top_5_slider {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}


/*ribbon */

.box {
    height: 0px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.corner {
    width: 0;
    height: 100%;
    border-top: 100px solid #28E2F9;
    border-bottom: 100px solid transparent;
    border-right: 100px solid transparent;
}

.corner span {
    position: absolute;
    top: 21px;
    width: 50px;
    left: 8px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    transform: rotate(-45deg);
    display: block;
}


/*corner*/

.show .navbar-nav {
    /*padding-top: 20px;*/
}

.count_inline {
    margin-top: 20px;
}

.count_inline .nav-item {
    display: inline-block;
}

.show .nav-item {}

.menu_link {
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
}

.m_link_p_custom {
    padding: 5px 0px 5px 0px !important;
}

.bar_item {
    color: #c21229!important;
    font-size: 15px;
}

.bar_item:hover {
    border: none!important;
}

.menu_link:hover {
    color: #c21229;
    border-bottom: 1px solid red;
}

.menu_link select {
    cursor: pointer;
    font-size: 11px;
}

.menu_link.select_dropdown:hover {
    cursor: pointer;
    border-bottom: none!important;
}

.down_section {
    padding-inline-start: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.af_b_ad {
    width: 100%;
    height: 100%;
}

.ad_category_div {
    max-height: 178px;
}

.ad_div {
    max-height: 178px;
}

.category_name {
    font-weight: bold;
    padding: 0px 10px;
    width: max-content;
    display: inline;
}

.category_name {
    transition: all .5s ease;
    color: black;
    text-decoration: underline;
}

.category_name:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #c21229;
    transition: all .5s ease;
}

.category_name.active {
    color: #c21229;
}


/*option 2 css */

.option_2_logo img {
    width: 100%;
    height: 131px;
}


/*.logo_section{
    width: 245px;
}
.logo_right{
    width: calc(100% - 245px);
}*/

.min-height-center-div {
    padding: 10px 15px;
}


/*option 2 css */


/*deal carousle */

.col-carousel {
    margin: 70px 0;
}


/* owl nav */

.owl-prev span,
.owl-next span {
    color: #FFF;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}


/*owl carousle custom */

.owl-prev span,
.owl-next span {
    background: white;
    color: black;
    border-radius: 50%;
    /* height: 30px; */
    border: 1px solid #c1c1c1;
    padding: 12px 15px;
    /* width: 30px; */
    font-size: 16px;
}

.owl-prev {
    left: -15px;
}

.owl-next {
    right: -15px;
}

.owl-prev :hover {
    background-color: black;
    color: white !important;
    border: 1px solid black;
    transition: all .5s ease;
}

.owl-next :hover {
    background-color: black;
    color: white !important;
    border: 1px solid black;
    transition: all .5s ease;
}


/*owl carousle custom */


/* removing blue outline from buttons */

button:focus,
button:active {
    outline: none;
}


/*deal carousle */

.offers {
    /*background: coral;*/
    padding: 15px 15px 0px 15px;
}

.slider_heading {
    text-align: center;
    padding: 30px 0px;
}

.multiple_border {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: 5px solid #C21229;
}

.multiple_border:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 59px;
    left: 20px;
    right: 20px;
    border-bottom: 5px solid #10ff00;
}

.slider_bottom_ad {
    padding: 30px 0px 0px 0px;
    margin-bottom: 10px;
}

.slider_bottom_ad img {
    width: 100%;
    height: 100px;
}

.offer_button {
    transform: skewX(-40deg);
    width: 200px;
    left: 37px;
    height: 40px;
    top: 14px;
    padding: 10px;
    background: #C21229;
    position: absolute;
}

.cashback_item_count {
    padding: 0px 7px;
}

.hot_deal_item_count {
    padding: 0px 7px;
}

.man_fashion_item_count {
    padding: 0px 7px;
}

.fashion_button {
    transform: skewX(-40deg);
    width: 260px;
    left: 110px;
    height: 40px;
    top: 14px;
    padding: 10px;
    background: #C21229;
    position: absolute;
}

.fashion_icon {
    transform: skewX(-40deg);
    width: 60px;
    left: 32px;
    height: 40px;
    top: 14px;
    padding: 10px;
    background: #C21229;
    position: absolute;
}

.see_all {
    transform: skewX(-40deg);
    width: 120px;
    height: 40px;
    right: 25px;
    top: 14px;
    padding: 10px;
    background: #10ff00;
    position: absolute;
    transition: all .5s ease;
}

.see_all:hover {
    background: #C21229;
    transition: all .5s ease;
}

.fashion_see_all {
    transform: skewX(-40deg);
    width: 120px;
    height: 40px;
    right: 25px;
    top: 14px;
    padding: 10px;
    background: #10ff00;
    position: absolute;
    transition: all .5s ease;
    color: black;
}

.fashion_see_all:hover {
    transition: all .5s ease;
    background: #C21229;
    color: black;
}

.fashion_see_all:hover .inner_text_fashion {
    transition: all .5s ease;
    color: black;
}

.inner_text {
    width: 100%;
    color: black;
    font-weight: bold;
    left: 0%;
    transform: skewX(40deg);
    position: absolute;
    top: 8px;
}

.fashion_inner_icon {
    color: white;
    width: 100%;
    font-weight: bold;
    left: 0%;
    transform: skewX(40deg);
    position: absolute;
    top: 8px;
}

.inner_text_offer {
    text-transform: uppercase;
    color: white;
    width: 100%;
    font-weight: bold;
    left: 0%;
    transform: skewX(40deg);
    position: absolute;
    top: 8px;
}

.inner_text_fashion {
    color: black;
    width: 100%;
    font-weight: bold;
    left: 0%;
    transform: skewX(40deg);
    position: absolute;
    top: 8px;
}

.previous_price {
    font-style: italic;
    text-decoration: line-through;
    font-size: 12px;
}

.current_price {
    color: #f57125;
    padding: 0px 2px;
    font-weight: 500;
    font-size: 12px;
}

.discount_percent {
    padding: 0px 2px;
    font-size: 12px;
}

.rating .mdi {
    color: black;
    font-size: 13px;
}

.mdi-star-outline:hover {
    color: #f57125;
}

.rating a:hover {
    cursor: pointer;
    color: #f57125;
}

.slider_item {
    color: black;
}

.slider_item .card-body {
    padding: 4px .75rem;
    padding-bottom: 0;
}

.slider_item:hover {
    text-decoration: none;
}

.rating {
    margin-bottom: 0;
}

.rating .checked {
    color: #f57125;
}

.item_name {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
}

.amount {
    height: 17px;
    font-size: 12px;
    margin-bottom: 0;
}

.top_discount {
    background: url('https://www.onlygfx.com/wp-content/uploads/2017/03/x-blank-sticker-blue.png');
    background-size: cover;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    /*border: 2px solid red;*/
    padding: 7px;
    border-radius: 50%;
    /*font-weight: bold;*/
    color: white;
    font-size: 12px;
    /*font-weight: 600;*/
}

.top_discount p {
    font-size: 10px;
    margin-top: 16px;
    margin-bottom: 0;
}

.discount_amount {
    line-height: 0px;
    font-size: 18px;
    font-weight: bold;
}

.hot_deal_span {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 1px;
    border-radius: 50%;
    color: red;
}

.hot_deal_span:after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url('https://www.onlygfx.com/wp-content/uploads/2017/03/x-blank-sticker-red.png');
    -moz-border-radius: 50%;
    background-size: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.hd_span_text {
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: white;
    /*font-weight: bold;*/
    font-size: 12px;
}

.slider_item_image {
    height: 220px;
}


/*
.slider_item_image .single_product{
    height: 200px;
}
*/

.timer {
    border-radius: .25rem;
    text-align: center;
    color: black;
    background: white;
    position: absolute;
    z-index: 3;
    top: 48%;
    left: 0;
    right: 0;
    /* padding: 10px 15px; */
    width: max-content;
}

.details {
    color: black;
    position: absolute;
    z-index: 3;
    top: 35%;
    right: 0;
    width: 153px;
    left: 0;
    right: 0;
    display: none;
    transition: all .5s ease;
}

.slider_item:hover .details {
    /* display: block; */
}

.card:hover+.details {
    display: block;
}

/* .timer:hover + .details {
    display: block;
} */

.details:hover {
    display: block;
    transform: scale(1.1);
    transition: all .5s ease;
}

.time_span {
    padding: 0px 2px;
    /*border: 1px solid black;*/
}

.time_span p {
    color: #f57125;
    font-weight: bold;
    border-radius: 5px;
    margin: auto;
    padding: 7px 2.5px;
}

.count_time {
    position: relative;
    color: #f57125;
    font-weight: bold;
}

.count_time:after {
    content: "";
    right: 0;
    width: 82%;
    bottom: 0px;
    margin: auto;
    height: 1px;
    background-color: #f57125;
    left: 0;
    position: absolute;
    display: block;
}

.item_card_footer {
    padding: 0px 5px;
    background: #c4c4c4;
    display: none;
}

.card:hover>.item_card_footer {
    display: block;
}

.detials:hover ~ .card > .item_card_footer {
    display: block;
}


.btn-details {
    color: white !important;
    background-color: #E52E04;
}

.btn-details:hover {
    background-color: #e63d16 !important;
}

.details_btn {
    text-transform: uppercase;
    color: white !important;
    font-weight: bold;
    border-right: 1px solid black;
    border-radius: 0px;
}

.buynow_btn {
    text-transform: uppercase;
    color: #d4f35e !important;
    font-weight: bold;
}

.fashion_multiple_border {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: 5px solid #C21229;
}

.fashion_multiple_border:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 59px;
    left: 15px;
    right: 15px;
    border-bottom: 5px solid #10ff00;
}

.item_icon {
    display: inline-block;
    width: 23%;
    padding: 0px 7px;
    position: relative;
    border-radius: 0px;
    transition: all .5s ease;
}

.item_icon:after {
    content: "";
    width: 1px;
    top: 10px;
    margin: auto;
    height: 50%;
    background-color: black;
    right: 0;
    position: absolute;
    display: block;
}

.item_icon:last-child:after {
    display: none;
}

.item_icon i {
    font-size: 25px;
    color: white;
}

.item_icon :hover {
    color: #C21229;
    padding: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.footer {
    font-size: 10px;
    color: white;
    background: #034C87;
    padding: 15px 20px;
}
.footer .form-group{
    margin-bottom: .5rem;
}
.footer_link {
    color: black;
    text-decoration: none;
    border-right: 1px solid black;
    padding: 0px 15px;
}

.footer_link:hover {
    color: #f57125;
    text-decoration: none;
}

.footer_link:last-child {
    border: none;
}

.footer hr {
    background: #fff;
}

.footer hr:last-child {
    background: white;
}

.credit-cards img {
    padding: 0px 10px 15px 10px;
}

.footer .links a {
    color: black;
}

.links ul {
    padding-inline-start: 10px;
}

.links ul li {
    margin-bottom: 10px;
}

.footer .links a:hover {
    color: #f57125;
    text-decoration: none;
}

.company_contact .footer_logo {
    width: 100%;
    height: 95px;
    max-width: 240px;
}

.contact_details {
    color: black;
    margin-top: 20px;
    -webkit-transform: translateZ(0px);
}

.contact_details p {
    margin-bottom: 0;
}

.contact_details i {
    color: #C21229;
}

.social_link {
    text-align: center;
    color: black;
}

.social_link a {
    vertical-align: middle;
}

.social:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    padding: 0 10px;
    color: black;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.copyright {
    margin-top: 20px;
    color: white;
    margin-bottom: 0;
}


/* dropdown submenu  */

.dropbtn {}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: -160px;
    top: 0px;
    background-color: #c21229;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.sub-menu {
    border-bottom: 1px solid white;
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    transition: all .5s ease;
}

.sub-menu:hover {
    background-color: #10ff00;
    text-decoration: none;
    color: #000;
    transition: all .5s ease;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main_menu_name {
    color: black;
}

.main_menu_name:hover {
    color: black;
    text-decoration: none;
}


/* dropdown submenu  */


/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #d34836;
}

#social-em:hover {
    color: #f39c12;
}

.app_icon {
    width: 50px;
}

.newsLetter h4 {
    color: black;
    font-size: 17px;
}


/*scroll to top */

#scroll_top {
    display: inline-block;
    background-color: #C21229;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: white;
    font-size: 20px;
}

#scroll_top:hover {
    color: white;
    cursor: pointer;
    background-color: #f57125;
}

#scroll_top:active {
    background-color: #555;
}

#scroll_top.show {
    opacity: 1;
    visibility: visible;
}

.bottom_pagination{
    /* position: absolute; */
    width: 100%;
    bottom: 20px;
}
/*scroll to top */


/*category page css */

.breadcrumb_custom {
    padding: 6px;
    background-color: transparent;
    padding-left: 365px;
    margin-bottom: 0;
}

.breadcrumb-item a {
    font-size: 14px;
    color: black;
}

.breadcrumb-item a:hover {
    color: black;
    text-decoration: none;
}

.breadcrumb-item.active a {
    color: #c21229;
}

.p-7 {
    padding: 7px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.catagoy_name {
    border: 3px solid #10ff00;
    border-radius: 10px;
    color: #c21229;
    text-align: center;
    background-color: white;
    position: absolute;
    min-width: 300px;
    padding: 10px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ad_category_div {
    max-height: 200px;
}

.all_catagories {
    padding: 10px 15px;
    padding-bottom: 0;
    margin: auto;
    text-align: center;
}

.category_name {
    display: inline-block;
    color: black;
    margin-bottom: 0;
}

.category_name a {
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.category_name .active {
    color: #ECEE35;
}

.category_name a:hover {
    color: #ECEE35;
}

.filter_heading .word_name {
    display: inline-block;
    border-radius: 80px;
    border: 2px solid #c21229;
    padding: 4px 10px;
    margin-right: 40px;
    width: 36px;
    position: relative;
    font-weight: bold;
}

.word_name::after {
    content: '';
    position: absolute;
    background-color: #c21229;
    width: 45px;
    height: 2px;
    top: 15px;
    right: -47px;
}

.word_name:last-child::after {
    display: none
}

.filter_heading {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.filter_by {
    max-width: max-content;
    width: max-content;
    text-align: center;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #000000;
    color: white;
    margin-top: 10px !important;
}

.short_type {
    margin-right: 8px;
    color: white;
    cursor: pointer;
    transition: all .5s ease;
    padding: 7px 15px;
}

.short_type:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    /* color: white!important; */
    transition: all .5s ease;
    color: white;
}

.short_type:focus {
    box-shadow: none;
}

.short_icon {
    padding-left: 10px;
}

.products_div {
    padding: 30px 25px;
}

.single_product {
    padding: 0 15px;
    margin-bottom: 20px;
}

.hotdeal_product .cashback_item_count {
    padding: 0px;
}


/* .single_product .timer {
    text-align: center;
    color: black;
    border-radius: .25rem;
    background: white;
    position: absolute;
    z-index: 3;
    top: 35%;
    left: 0;
    right: 0;
    padding: 10px 15px;
    width: max-content;
} */

.pagination_single_product {
    width: 100%;
    text-align: center;
}

.pagination_single_product .pagination {
    justify-content: center;
    width: max-content;
    margin: auto;
    padding: 10px 10px;
}

.pagination_single_product .page-item {
    width: max-content;
    margin: 0 10px;
    color: black !important;
    display: inline-block;
}

.pagination_single_product .page-item .page-link {
    border-radius: 5px;
    color: black !important;
    border: 1px solid black!important;
}

.pagination_single_product .page-item.active .page-link {
    background-color: #1B98B4 !important;
    color: white !important;
    border: 1px solid #1B98B4;
}

.disabled {
    cursor: not-allowed;
}


/*category page css */


/*hover effect link */


/*hover effect link */


/* product page css  */

.product_details_section {
    margin-bottom: 20px;
    margin-top: 10px;
}

.product_item_slider {
    background-color: white;
    /*border: 1px solid black;*/
    border: 1px solid #ccc;
    min-height: 300px;
    border-radius: 10px;
    padding: 15px;
}

.product_description {
    background-color: white;
    /*border: 1px solid black;*/
    border: 1px solid #ccc;
    min-height: 300px;
    border-radius: 10px;
    padding: 15px;
}

.product_shipping_details {
    background-color: white;
    /*border: 1px solid black;*/
    border: 1px solid #ccc;
    min-height: 300px;
    border-radius: 10px;
    padding: 15px;
}


/* css for profuct zoom and sliding  */


/* .product__carousel {
    display: block;
    max-width: 700px;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
} */


/* css for profuct zoom and sliding  */

.product_description p {
    font-size: 13px;
    margin-bottom: 5px;
}

.product_page_blue {
    font-weight: bold;
    color: #009bb7;
}

.pdocut_name {
    font-weight: 800;
}

.store_link {
    text-transform: uppercase;
    color: #c21229;
}

.verified {
    color: #147611;
}

.rating_order_details .rating {
    font-size: 15px;
    cursor: pointer;
}

.rating_order_details p {
    display: inline;
}

.after_rating_hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rating_dropdown:hover {}

.order_count_number {}

.price_section {
    font-size: 20px;
    font-weight: 700;
}
.price_section .amount{
    /* font-size: inherit; */
    display: inline-block;
}
.price_section .small {}

.discount_small {
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    background: #fff1f1;
    color: #ff4747;
    vertical-align: middle;
}

.product_other_images img {
    /*max-height: 50px;*/
    max-width: 58px;
}

.sku-property-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.sku-property-item {
    box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 12px;
}

.sku-property-item.size.active {
    box-shadow: inset 0 0 0 1px #3498db;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 12px;
}

.sku-property-item.color.active {
    box-shadow: inset 0 0 0 1px #3498db;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 12px;
}

.sku-property-image {
    width: 58px;
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    /*align-items: center;*/
}

.sku-property-text {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    white-space: nowrap;
}

.size-info {
    line-height: 32px;
    color: #1B98B4;
}

.product_number_span input {
    text-align: center;
    width: 30px;
    border: none;
}

.product_number_span input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.product_number_span input::-webkit-outer-spin-button,
.product_number_span input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.product_number_span input[type=number] {
    -moz-appearance: textfield;
}

.decrease {
    display: inline-block;
    border: 1px solid #f8f8f8;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    background: #f2f2f2;
    cursor: pointer;
}

.increase {
    text-align: center;
    display: inline-block;
    background: #f2f2f2;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #f8f8f8;
    cursor: pointer;
}

.item_buttons {
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.item_buttons .btn {
    min-width: 32.5%;
    height: 44px;
    color: white;
}

.product_shipping_details p {
    margin-bottom: 5px;
    font-size: 13px;
}

.site_red {
    color: #c21229;
}

.site_blue {
    color: #009bb7;
}

.saler_all_rating {
    margin-top: 10px;
}

.saler_all_rating p {}

.match {}

.product_all_details_description {
    margin-bottom: 20px;
}

.product_all_details_description p {
    font-size: 13px;
}

.seller_top {
    padding: 15px;
    background-color: white;
    /* border: 1px solid black; */
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 300px;
}

.uppercase {
    text-transform: uppercase;
}

.top-sell .top-sell-rcmd-item {
    margin-bottom: 16px;
}

.recommend-item {
    width: 100%;
}
.question_div{
    margin-bottom: 20px;
}
.recommend-item .item-img-container {
    position: relative;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 176px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.recommend-item .item-img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recommend-item .item-info {
    text-align: center;
}
.item-info .amount{
    display: inline-block;
}

.recommend-item .item-price {
    margin-bottom: 4px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.recommend-item .item-rating {
    line-height: 19px;
    font-size: 12px;
    vertical-align: middle;
}

.recommend-item .sold-normal-float {
    float: right;
}

.recommend-item .item-sold {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 16px;
}

.recommend-item .item-rating-info {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product_des_que_review {
    padding: 15px;
    background-color: white;
    /* border: 1px solid black; */
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 300px;
}


/* custom tab  */

.tabs.active {
    border-color: transparent!important;
    border-bottom-color: black!important;
}

.tabs {
    font-weight: bold;
    border: 5px solid transparent!important;
    padding: .5rem 2rem!important;
}

.tabs:hover {
    border-color: transparent!important;
    border-bottom-color: black!important;
}

.tab-content {
    padding: 30px 0px;
}


/* review rating css  */

.rate-detail {
    padding: 0px 20px 10px 0px;
}

.util-clearfix {
    zoom: 1;
}

.rate-list {
    color: rgb(51, 51, 51);
}

.rate-list {
    float: left;
    width: 380px;
    padding-left: 0;
}

.rate-list li {
    list-style: none;
    min-height: 20px;
    margin: 0px 0px 10px;
    font-size: 13px;
    zoom: 1;
    display: list-item;
}

.rate-list .r-title {
    text-align: left;
    width: auto;
    min-width: 65px;
    padding-right: 0px;
    overflow: hidden;
}

.rate-list span {
    float: left;
    vertical-align: middle;
}

.rate-list .r-graph {
    width: 200px;
    margin: 7px 10px 0px 0px;
    height: 3px;
    background-color: rgb(233, 233, 233);
}

.rate-list span {
    float: left;
    vertical-align: middle;
}

.rate-list .r-graph b {
    background-color: #f90;
    display: block;
    height: 3px;
    display: block;
}

.rate-list .r-num {
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 50px;
    height: 20px;
}

.rate-list li:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: '\0020';
    clear: both;
}

.rate-score {
    float: left;
    padding: 54px 0 0 59px;
}

.rate-score-number {
    margin-right: 8px;
    vertical-align: middle;
    text-align: left;
    font-family: OpenSans;
    color: #666;
    letter-spacing: 0;
    line-height: 18px;
}

.rate-score-number b {
    text-align: left;
    font-family: OpenSans-Bold;
    font-size: 18px;
    color: #000;
    text-align: left;
}

.star-view-big {
    vertical-align: text-bottom;
    display: inline-block;
    width: 100px;
    height: 20px;
    margin-top: -4px;
}

.review_select {
    max-width: 180px;
}

.user_country img {
    width: 20px;
}

.rating .mdi {
    font-size: 15px;
}

.rating_with_date p {
    display: inline;
}

.review_content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.r-photo-list {
    display: inline-block;
    padding: 0px 0 0;
}

.r-photo-list ul {
    height: 100px;
    padding: 0;
}

.r-photo-list li {
    position: relative;
    list-style: none;
    /*margin: 0 10px 0 0;*/
    width: 100px;
    height: 50px;
    float: left;
    margin-right: 90px;
    text-align: center;
    /*border: 1px solid #E9E9E9;*/
    border-radius: 3px;
    cursor: pointer;
}

.r-photo-list li img {
    height: 100px;
    width: 180px;
    border-radius: 3px;
}

.help_rating_div .btn {
    margin-left: 10px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 6px;
    line-height: 25px;
    border: 1px solid #999;
    border-radius: 3px;
}

.review {
    margin-bottom: 30px;
}


/* review rating css  */


/* product zooming css  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.product_item_slider .show {
    width: 100%;
    height: 400px;
}

.product_item_slider .show img {
    width: 100%;
}

.small-img {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    position: relative;
}
.hidden_div{
    z-index: 2;
}
.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: calc(100% - 50px);
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px !important;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}


/* product zooming css  */


/* suggestion pdoruct css  */

.more-products-nav {
    display: block;
    width: 100%;
    height: auto;
    z-index: 9;
    background-color: white;
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.more-products-nav h3 {
    color: #3d3d3d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.more-products-nav .vs-slides {
    position: relative;
}

.more-products-nav .vs-slides .vs-slides-inner {
    height: 420px;
    overflow: hidden;
}

.more-products-nav .vs-slides .vs-slides-inner .vs-products-outer {
    height: 100%;
    position: relative;
}

.more-products-nav .vs-products {
    height: 100%;
    width: 100%;
}

.more-products-nav .vs-products a.vs-product {
    display: block;
    height: 33.33333%;
    width: 100%;
    overflow: hidden;
}

.more-products-nav .vs-products a.vs-product:hover {
    background-color: rgba(172, 172, 172, 0.1);
}

.more-products-nav .vs-products a.vs-product .vs-image {
    width: 33.33333%;
    float: left;
    height: 100%;
    position: relative;
}

.more-products-nav .vs-products a.vs-product .vs-image img {
    padding: 19px 10px;
    max-height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more-products-nav .vs-products a.vs-product .vs-title {
    width: 66.66667%;
    position: relative;
    float: right;
    height: 100%;
    margin: 20px 0px;
}

.price_current {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.name_current_item {
    color: #000;
    font-weight: 500;
}

.product_silider_heading {
    margin-bottom: 7px;
    display: inline-block;
}

.form-control:focus {
    box-shadow: none;
}

.product_silider_heading span {
    padding-bottom: 1px;
    color: #1B98B4;
    position: relative;
    left: 0;
}

.hr_after_more_product {
    border-top: 2px solid red;
}

.vs-controls {
    display: inline-block;
}

.price_current {
    color: #0c5a6b;
}

.more-products-nav .vs-controls .vs-control {
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid red;
    height: 27px;
    font-size: 15px;
    line-height: 25px;
    width: 28px;
    text-align: center;
    color: red;
}

.more-products-nav .vs-controls .vs-control i {
    background-repeat: no-repeat;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
}

.more-products-nav .vs-controls .vs-control.up {
    bottom: 100%;
}

.more-products-nav .vs-controls .vs-control.down {
    top: 100%;
}

.more-products-nav .vs-controls .vs-control.down i {
    position: relative;
    background-position: 0 -386px;
    top: 0;
    -webkit-transition: top 0.2s ease 0s;
    -moz-transition: top 0.2s ease 0s;
    -o-transition: top 0.2s ease 0s;
    transition: top 0.2s ease 0s;
}

.more-products-nav .vs-controls .vs-control.deactivate {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    cursor: default;
}

.more-products-nav .vs-controls .vs-control.deactivate.up:hover i {
    bottom: 0;
}

.more-products-nav .vs-controls .vs-control.deactivate.down:hover i {
    top: 0;
}


/* suggestion pdoruct css  */


/* product page css  */


/* qna css  */

.qna_top_div {
    background-color: white;
    /* border: 1px solid black; */
    border: 1px solid #ccc;
    min-height: 100px;
    border-radius: 10px;
    padding: 15px;
}

.qna_top_div input.form-control {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.qna_top_div .btn {
    min-width: 80px;
    padding: 1px 15px;
}



.answer_question {
    background-color: white;
    /* border: 1px solid black; */
    border: 1px solid #ccc;
    min-height: 100px;
    border-radius: 10px;
    padding: 15px;
}

.answer_question input.form-control {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.answer_question .btn {
    min-width: 80px;
    padding: 1px 15px;
}


.go-btn {
    background-color: #D66720;
}

.btn-post {
    background-color: #D66720;
}

.q_left {
    float: left;
    vertical-align: top;
    width: 120px;
    display: inline-block;
}

.answer_right_section {
    margin-bottom: 10px;
    float: right;
    width: calc(100% - 130px);
    display: inline-block;
}
.q_right{
    margin-bottom: 10px;
    float: right;
    width: calc(100% - 130px);
    display: inline-block;
}
.q_answer_right{
    margin-bottom: 10px;
}
.comment_action_section{
    margin-bottom: 10px;
}
.color_blue {
    color: #009bb7;
}
.answer_render_section{
}
.question_section {
    margin-bottom: 10px;
}
.hide{
    display: none
}

.question_section p {
    margin-bottom: 0;
}

.question_by {
    color: #b3aeae;
    margin-bottom: 10px;
}

.answer_section {}

.answer_section p {
    margin-bottom: 0;
}

.answer {}

.yellow {
    color: #F79B08;
}

.red {
    color: #C21229;
}

.help_section {
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.help_section .btn {
    vertical-align: inherit;
}

.btn-light {
    border: 1px solid black;
}

.help_section .btn {
    margin-right: 5px;
    margin-left: 5px;
}
.linethrough{
    text-decoration: line-through;
}

/* qna css  */


/* signup css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.signup_body {
    font-size: 14px;
    line-height: 1.8;
    color: #222;
    font-weight: 400;
    padding: 80px 0;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.signup .container {
    max-width: 620px;
    position: relative;
    margin: 0 auto;
}
.blue_link{
    color: #009bb7;
}
.signup-content {
    border-top: 10px solid #15FE04;
    border-bottom: 10px solid #15FE04;
    background: #ffffffd9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 25px 60px;
    margin-bottom: 20px;
}
.signin-modal-content{
    border-top: 10px solid #15FE04;
    border-bottom: 10px solid #15FE04;
    background: #DBF0FA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.modal-body .signup-content {
    border-top: none;
}

.signup h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.signup .form-group {
    /*overflow: hidden;*/
    margin-bottom: 20px;
}

.signup .form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.signup .field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #555;
}

.label-agree-term {
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.signup .form-submit {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 17px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background: #C21229;
}

.loginhere {
    color: #555;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}


/* modal login css  */

.modal-body .signup .container {
    width: 100%;
}

.modal-body .signup-content {
    padding: 0;
}

.login-modal {
    background: rgba(0, 0, 0, 0.8);
}

.login-modal .modal-content {
    /* border: none; */
}

.right_ad_section{
    margin-bottom: 20px;
    text-align: center;
}
.right_ad_section img{
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: auto;
}
/* modal login css  */


/* signup css */


/*responsivemedia query */

@media screen and (max-width: 1107px) and (min-width: 1004px) {
    .min-height-center-div {
        padding-left: 10px;
    }
    /* .form-control-custom-search{
        min-width: 15vw!important;
        width: 17vw!important;
    } */
    .custom_selct_width {
        max-width: 100px;
        height: 38px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1183px) and (min-width: 1068px) {
    .form-control-custom-search {
        /* min-width: 21vw; */
    }
    .navbar-brand img {
        width: 166px;
    }
    .navbar_center {
        padding-left: 0;
    }
    .myaccordion {
        /*margin-left: 15px;*/
    }
    .search_custom {
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 1067px) and (min-width: 992px) {
    .form-control-custom-search {
        min-width: 15vw;
        width: 21vw;
    }
    .navbar_center img {
        width: 166px;
        height: 110px;
    }
    .navbar_center {
        padding-left: 0;
    }
    .myaccordion {
        /*margin-left: 15px;*/
    }
    .search_custom {
        padding-right: 10px !important;
    }
    .count_div .count_item {
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 1009px) and (min-width: 992px) {
    .search_custom {
        display: none;
    }
}


/*logo customization */

@media screen and (min-width: 992px) {
    .logo_section {
        width: 334px!important;
        max-width: 334px!important;
        flex: 0 0 334px!important;
    }
    .logo_right {
        width: calc(100% - 334px)!important;
        max-width: calc(100% - 334px)!important;
        flex: 0 0 calc(100% - 334px)!important;
    }
}


/*logo customization */

@media screen and (max-width: 991px) {
    .logo_section {
        text-align: center;
    }
    .myaccordion_option2 {
        top: -1px;
    }
    .option_2_logo img {
        width: 245px;
        height: 100%;
    }
    .nav-item-third {
        text-align: right;
        border-right: transparent;
    }
    .custom_selct_width {
        width: max-content !important;
        max-width: 166px;
    }
    .form-control-custom-search {
        width: calc(100vw - 227px) !important;
    }
    .navbar_center {
        padding-left: 0px;
    }
    .myaccordion {
        margin-left: 15px;
    }
    .count_item {
        text-align: center;
    }
    .nav-item {
        padding: 10px 15px !important;
    }
    .bar_item {
        display: none;
    }
    .count_div {
        /*display: inline-block;*/
    }
    .menu_link {
        padding: .5rem 16px !important;
        text-align: right;
    }
    .navbar-nav .count_div {
        display: inline-block;
    }
    .form-control-custom-search {
        width: calc(100vw - 158px)
    }
    .count_inline {
        margin: auto;
    }
    .down_section {
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .top_five {
        margin: auto;
    }
    .footer {
        color: white;
        background: #034C87;
        padding: 40px 15px;
    }
    .breadcrumb_custom {
        display: none;
    }
    .pagination_single_product .page-item {
        margin: 0 5px;
    }
    .custom-row .pr-0{
        padding-right: 15px!important;
        margin-bottom: 15px;
    }
}


/*smallest device responsive */

@media screen and (max-width: 537px) {
    .filter_heading .word_name {
        margin-right: 14px;
    }
    .word_name::after {
        width: 22px;
        right: -22px;
    }
    .signup-content{
        padding: 25px 15px;
    }
}

@media screen and (max-width: 388px) {
    .nav-item {
        padding: 10px 10px !important;
        font-size: 13px;
    }
    .first_navbar .ml-auto {
        margin: auto;
    }
    .pagination_single_product {
        padding: 0px;
    }
    .pagination_single_product .pagination {
        padding: 10px 0px;
    }
    .pagination_single_product .page-item {
        margin: 0 2px;
    }
}

@media (max-width: 424px) {
    .filter_heading .word_name {
        display: inline-block;
        border-radius: 80px;
        border: 2px solid #c21229;
        padding: 1px 1px;
        margin-right: 9px;
        width: 30px;
        position: relative;
        font-weight: bold;
    }
    .word_name::after {
        content: '';
        position: absolute;
        background-color: #c21229;
        width: 15px;
        height: 2px;
        top: 13px;
        right: -16px!important;
    }
}

@media screen and (min-width: 1823px) {
    .form-control-custom-search {
        min-width: calc(100vw - 1212px);
    }
}


/*responsivemedia query */

   .filter-option-inner-inner{
      color: white;
  }

  .btn.focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
} 

div#social-links {
    margin: 0 auto;
    max-width: 500px;
}
div#social-links ul li {
    display: inline-block;
}          
div#social-links ul li a {
    padding: 20px;
    /*border: 1px solid #ccc;*/
    margin: 1px;
    font-size: 15px;
    /*color: #222;
    background-color: #ccc;*?
}