html,body{
   /* font-family: 'Cairo', sans-serif;*/
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 20px;
    font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
}
@media (min-width:576px) {
    .container {
        max-width: 100% ;
    }
}
@media (min-width:768px) {
	.container {
		max-width: 100% ;
	}
    #fproduct , #sproduct ,#tproduct ,#fh_product , #shop_color_collapse , #shop_brand_collapse , #shop_size_collapse ,.s_filter  .collapse:not(.show) {
            display: block;
    }
    .footer h6 button, .s_filter h6 button{
            display: none;
    }
  
    #shop_range_collapse {
        display: flex;
    }

}
@media (min-width:992px) {
	.container {
		max-width: 100%
	}
    .v_menu  .dropdown .dropdown-menu {
        opacity: 0;
        box-shadow: none;
        display: block !important;
        transform-origin: 0 0 0;
        transform: scale(1,0);
        transition: all 500ms ease 0s;
    }
    .v_menu .dropdown:hover .dropdown-menu {
        opacity: 1;
        transform: scale(1,1);
    }
    .vertical_main_menu .dropdown-menu {
        left: 105%;
        top: 0;
        position: absolute;
    }
    .home {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .main-menu li {
        display: inline-block;
        margin-right: 30px;
        font-weight: 700 !important;
        position: relative;
    }
    .main-menu > li .dropdown-menu {
        opacity: 0;
        display: block !important;
        transform-origin: 0 0 0;
        transform: scale(1,0);
        transition: all 500ms ease 0s;
    }
    .main-menu > li:hover .dropdown-menu {
        opacity: 1;
        transform: scale(1,1);
    }
}
@media (min-width:1200px) {
    .container {
      /* max-width: 1170px;*/
        max-width: 1170px;
    }
}
@media (min-width: 1410px){
    .container {
      /*  max-width: 1380px;*/
        max-width: 100%
    }
}
.col-12 {
    margin-bottom: 1px;
}
.font-weight-bolder {
    font-weight: 600 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.btn.focus, .btn:focus , .btn-primary:not(:disabled):not(.disabled):active:focus , .custom-select:focus{
    box-shadow: none;
}
.custom-select:focus{
    border: 1px solid #ced4da;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../assets/img/loader.gif') no-repeat center center #fff;
}
/* .menu_slider{
    position: relative;
    background-color: #fff;
}
.menu_slider .wrloader {
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
} */
.invalid-feedback {
    display: none;
    color: #ff0031;
    font-size: 11px;
    margin-top: 5px;
    text-align: left;
    font-weight: 400;
    padding-left: 12px;
    background: #ffebeb;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus, .form-control.is-valid, .form-control.is-invalid, .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #6d9900 !important;
    box-shadow: none;
}




/*=============================================================================================HOME====================================================================================================*/

li{
	list-style: none;
}
ul {
    margin-bottom: 0;
    padding-left: 0;
}
a{
	color: #000;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
a:hover , a.active ,a:focus{
	color: #ff0031;
	text-decoration: none;
	transition: 0.3s ease-in-out;
    .main-menu li a:hover
}
button, input, select, textarea , a{
    outline: none !important;
}
.btn-danger:not(:disabled):not(.disabled):active:focus , .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{
    box-shadow: none !important;
}
.svg-inline--fa.fa-angle-down.fa-w-10 {
    width: 8px !important;
    vertical-align: middle !important;
    opacity: 0.8;
}
button, select {
    text-transform: capitalize;
}
.home_ .rounded {
    border-radius: 15px !important;
}
.border {
    border: 1px solid #e4e4e4 !important;
}
.p_10{
    padding:10px;
}


/*--------------------------------------------------------------------- title  -------------------------------------------------------------------------*/


.title_outer{
    text-align: center;
}
.title_outer h2::before {
    position: absolute;
    content: "";
    background: url('../../assets/img/title_img.png') no-repeat center center;
    height: 30px;
    width: 100px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
.title_outer h2{
    margin-bottom: 40px !important;
}


/*--------------------------------------------------------------------- /  title  -----------------------------------------------------------------------*/

/*------------------------------------------------------------------  carousel arrow  ------------------------------------------------------------------*/


.owl-theme .owl-buttons [class*="owl-"] {
    color: #222 !important;
    margin: 0 !important;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    transition: 0.3s ease;
    border-radius: 50% !important;
    box-shadow: 0px 3px 4px 0px rgba(1, 1, 1, 0.09);
    padding-top: 20px;
    font-size: 18px;
    background: #fff;
}
.owl-theme .owl-dots{
    display: none;
}
.owl-theme .owl-buttons [class*="owl-"]:hover {
    color: #ff0031 !important;
    opacity: 1;
}
.owl-theme .owl-buttons .disabled {
    opacity: 1 !important;
    cursor: no-drop !important;
}
.menu_slider .owl-prev {
    left: 20px;
    right: auto;
    position: absolute;
}
.menu_slider .owl-next {
    left: auto;
    right: 20px;
    position: absolute;
}
.owl-buttons {
    left: 0;
    right: 0;
    position: absolute;
    top: 45% !important;
}
.owl-prev {
    left: -14px;
    position: absolute;
    right: auto;
}
.owl-next {
    left: auto;
    right: -14px;
    position: absolute;
}
.owl-carousel .owl-buttons button.owl-prev, .owl-carousel .owl-buttons button.owl-next, .owl-carousel button.owl-dot{
    background: #fff !important;
}
/*---------------------------------------------------------------- /  carousel arrow  ------------------------------------------------------------------*/

/*--------------------------------------------------------------------- modal area ---------------------------------------------------------------------*/

#eye_model .modal-header , #compare_model .modal-header , #heart_model .modal-header{
    border: none !important;
    padding: 6px 6px 0;
}
#eye_model .primary.btn.btn-primary {
    height: 45px;
    width: 100%;
    background-color: #ff0031;
    border: none;
	padding-top: 10px;
}
#eye_model .input-group{
    width: 40%;
}
#eye_model .sp_counter .btn{
    padding:0 !important;
    line-height: 15px;
}
#eye_model .me_name ,#eye_model .me_price ,#eye_model .me_des ,#eye_model .me_quan{
    padding: 12px 0 !important;
    margin: 0 !important;
}
#eye_model .primary.btn.btn-primary:hover{
    background-color: #000;
}

/*-------------------------------------------------------------------/ modal area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/


/* search */


.dblock{
    display: block;
}
.dnone{
    display: none;
}
body.active-search .search-toggle {
    opacity: 1;
    transform: translateY(0);
    margin-top: 0;
}
.search-toggle{
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background-color: rgba(18,18,18,.9);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 42px;
}
.search-toggle .close-nav {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.search-toggle .close-nav i{
    font-size: 14px;
    position: relative;
    bottom: 2px;
    padding-left: 10px;
}
.search-toggle .searchsmooth{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
#searchbox.input-group{
    width: auto;
}
body.active-search .search-toggle .searchsmooth{         
    animation: fadeInDown 0.3s 0.2s ease-out both;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
}
#search_toggle{
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}
.searchsmooth .btn.btn-primary {
    height: 50px;
    border-radius: 0 4px 4px 0;
    border: none;
}
.searchsmooth .form-control:focus {
    border: none !important;
}
/* search over */

.desktop-setting .head_, .headr {
    position: unset;
    padding: 0 0;
    float: none;
    border: 1px solid #eee !important;
    min-width: auto;
    margin-top: 4px !important;
}
.mega_menu li{
    margin-right: 0 !important;
}
.m1.mega_menu .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
}
.m1{
    position: unset !important;
}
.m1 li {
    width: 100%;
}
.m-space{
    width: 30px;
    display: inline-block;
}
.main-menu {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.desktop{
    padding-left: 20px;
}


.head-right a{
    display: inline-block;
}
.navbar{
    display: inline-block;
    padding: 0;
    align-items: initial;
}
.mg_menu {
    float: left;
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}
.form-select:focus , .btn-danger:active:focus ,.btn-danger:focus{
    box-shadow: none;
}
.dropdown-toggle::after{
	display: none;
}
.right1 ,.right2 ,.right3 ,.right4 {
	display: inline-block;
}
.hr_::before {
    content: '';
    border-left: 1px solid #ccc;
    margin: 0 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
}
h1.hr_{
    font-size: 14px;
}
.right4 ul {
    display: inline-block;
}
.dropdown-item:hover ,.dropdown-item:active {
    color: #ff0031;
    background-color: transparent;
}
.dropdown-menu.r_menu {
    right: 0;
    left: auto;
    padding: 10px;
    min-width: 11rem;
}
.between-heder{
	min-width: 780px;
}
.between-header .select-menu {
    float: left;
    border: none;
    width: 150px;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-size: 10px;
    font-size: 12px;
    height: 43px;
    background-position: 110px;
    background-repeat: no-repeat;
    background-image: url('../../assets/img/down_arrow.png');
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: transparent !important;
    cursor: pointer;
}
.between-header .input-group::before {
    content: '';
    width: 1px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 160px;
    background: #eee;
    z-index: 12;
}
.between-header .input-group {
    position: unset;
    width: 67%;
}
.between-header {
    height: 45px;
    position: relative;
    padding: 0 0 0 15px;
}
.between-header .input-group {
    position: unset;
    width: auto;
}
.between-header input {
    width: 100%;
    height: 43px;
    border: none;
    padding-left: 20px;
}
.between-header .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 12;
}
.between-header .form-control:focus {
    border: none;
}
.between-header .btn.btn-danger {
    height: 43px;
    border-radius: 0 2px 2px 0;
    border: none;
    margin: 0;
    position: relative;
    width: 120px;
    font-size: 14px;
    letter-spacing: 1px;
    background: #ff0031;
}
.between-header .btn.btn-danger:hover{
    background-color:#ffcc00 !important;
    color: #000 !important;
}
.head-search .form-control:focus {
    border:none !important;
}
/*menu*/
.header_bottom {
    padding: 13px 0;
}

.head-right li{
    display: inline-block;
    padding-left: 18px !important;
}
.head-right li:first-child{
    padding-left: 0 !important;
}
.head-right svg {
    fill: #797979;
}
.head-right {
    padding-top: 3px;
}
.head-right li:hover svg{
    fill: #ff0031;
}
.head-right li:hover .comp_wish {
    transition: 0.1s ease-in-out; 
}
.head-right li span svg{
    padding-right: 7px;
}
.head-left .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.shopping-cart .fst-image {
    height: 80px;
}
.shopping-cart .media{
    align-items: center;
}
.shopping-cart li:last-child span a {
    background-color: #ff0031;
    width: 100px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
}
.shopping-cart li:last-child span:hover a{
    background-color: #000;
}
.s_cart{
    min-width: 280px !important;
}
.head-right .shopping-cart li{
    padding-left: 0 !important;
}
.shopping-cart .border-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
}
.f_15{
    font-size: 15px !important;
}
.f_18 {
    font-size: 18px !important;
}
.f_20{
    font-size: 20px !important;
}
.price_cart {
    border-radius: 50%;
    padding: 0px 6px;
    background: #ff0031;
    color: #fff !important;
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cart_cross {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    padding-left: 2px;
    cursor: pointer;
}
.cart_cross:hover {
    color: #ff0031;
}


/*-------------------------------------------------------------------/   header area ---------------------------------------------------------------------*/

/*------------------------------------------------------------- vertical menu and slider --------------------------------------------------------------------*/
.menu_slider .col-12{
    padding:0 !important;
}

.vertical_menu{
    max-width: 20%;
    flex: 0 0 20%;
    margin-bottom: 15px;
}
.v_menu{
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 2;
}
.main_slider{
    max-width: 80%;
    flex: 0 0 80%;
}

.cat_menu {
    padding: 15px 25px;
}
.cat_menu .svg-inline--fa.fa-bars.fa-w-14 {
    margin-right: 20px;
}
.vertical_main_menu {
    padding: 0 15px;
    display: block;
}
.vertical_main_menu > li , .c_menu li {
    padding: 8px 0;
    cursor: pointer;
}
.h_title ,.dropdown-item{
    padding: 8px 15px;
}
.r_menu  .h_title {
    border: 1px solid #eee;
    margin-top: 5px;
    border-radius: 5px;
}
.vertical_main_menu li a > svg  ,.vertical_main_menu .dropdown.plus svg{
    font-size: 16px;
    color: #939393;
    background-color: #f5f5f5;
    width: 30px !important;
    height: 30px;
    text-align: center;
    padding: 7px 0;
    border-radius: 50%;
    transition: 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.vertical_main_menu li:hover a >  svg ,.vertical_main_menu .dropdown.plus:hover svg{
    background-color: #f3283d;
    color: #fc0;
}
.mega_menu .dropdown-menu {
    width: 520px;
}
.dropdown-menu{
    font-size: 14px;
    border:none;
    margin-top: 10px;
    border-radius: 0;
    border: 1px solid #eee;
    border-radius: 4px;
}
.main_slider .carousel-control-prev,.main_slider  .carousel-control-next {
    bottom: 20px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
}
.main_slider .carousel-control-next {
    left: 10px !important;
}
.main_slider .carousel-control-prev {
    left: -10px !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 16px;
}


/*-----------------------------------------------------------/   vertical menu and slider --------------------------------------------------------------------*/

/*--------------------------------------------------------------------  services -----------------------------------------------------------------------------*/

.main_services ul li.ser-svg {
    position: relative;
    transition: all .3s ease-in-out 0s;
    height: 70px;
    width: 70px;
    padding: 13px 0;
    background-color: #f5f5f5;
    border-radius: 100%;
    border: 1px solid #f5f5f5;
    text-align: center !important;
    margin-right: 15px;
}
.category-style-page .main_services ul li.ser-svg{
    padding:18px 0 0 0;
}
.service:hover li.ser-svg {
    border: 1px solid #ff0031;
}
.service{
    padding: 30px 20px;
}



/*------------------------------------------------------------------/   services -----------------------------------------------------------------------------*/

/*--------------------------------------------------------------------   banner  -----------------------------------------------------------------------------*/

.banner a{
    position: relative;
    display: block;
    overflow: hidden;
}
.banner a::before , .banner a::after{
    
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0);
    transition: all 0.7s ease-in-out;
}
.banner:hover a::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,.2);
}
.banner:hover a::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,.2);
}

/*-------------------------------------------------------------------/   banner  -----------------------------------------------------------------------------*/

/*----------------------------------------------------  deal of the day , special product --------------------------------------------------------------------*/

#fullcarousel .second-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%,40%) scale(.2);
    transition: all 0.6s ease 0s;
    opacity: 0;
}
#fullcarousel .deal_thumb:hover .second-img  {
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    transform: translate(0%,0%);
}
#fullcarousel .progress{
    height:10px;
}
.star .svg-inline--fa.fa-star.fa-w-18 {
    width: 12px;
    color: #ff9900;
}
#fullcarousel .star {
    margin: 12px 0 10px 0;
}
.price{
    font-size: 16px;
}
#fullcarousel .detail p:nth-child(4) {
    line-height: 22px;
    letter-spacing: 1px;
    margin: 15px 0 10px 0;
}
#fullcarousel .detail p:nth-child(3){
    padding-bottom: 15px;
}
.detail{
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
del {
    font-size: 12px;
}
#fullcarousel .pro_image{
    position: relative;
}
#fullcarousel .pro_image:before{
    position: absolute;right: 0;
    top: 20px;
    content: '';
    height: 290px;
    width: 1px;
    background-color: #d6d6d6;
    z-index: 1;
}
#fullcarousel .detail li {
    font-size: 12px;
    margin-bottom: 5px;
}
#clockdiv .main_box {
    height: 55px;
    width: 55px;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    padding: 7px;
}
#clockdiv{
    margin-top: 10px;
}
#clockdiv div > span {
    font-size: 15px;
    color: #ff0031;
    font-weight: 600;
}
#clockdiv .smalltext{
    font-size:12px;
}

/*special product*/

/* effect */
.product_thumb .pro_image{
    position: relative; 
}
.product_thumb .second-img{
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%,40%) scale(.2);
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}
 .product_thumb:hover .second-img  {
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    transform: translate(0%,0%);
}
/* effect */

.owl-carousel .owl-item img{
    width: auto !important;
}
.product_thumb {
    background: #fff;
    padding: 10px 10px 10px 10px;
}
.button-group {
    opacity: 0;
    transition: 0.4s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}
 .button-group .symbol:hover svg {
    fill: #000;
}
 .product_thumb:hover .button-group {
    opacity: 1;
    top: 32%;
}
.button-group .symbol {
    background-color: #fff;
    fill: #4c4c4c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-bottom: 2px;
    transition: 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    padding-top: 8px;
    text-align: center;
    box-shadow: 0px 3px 4px 0px rgba(1, 1, 1, 0.09);
}
 .button-group .symbol:hover{
    background-color: #ff0031;
    border: 1px solid #ff0031;
}
.pro-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
    transition: 0.3s ease;
}
.pro_thumb .main_text {
    padding-top: 10px !important;
}
/*---------------------------------------------------- / deal of the day , special product --------------------------------------------------------------------*/

/*--------------------------------------------------------------  top products  -------------------------------------------------------------------------------*/



/*------------------------------------------------------------/    top products  ------------------------------------------------------------------------------*/

/*--------------------------------------------------------------  top categories  -----------------------------------------------------------------------------*/

.top_thumb .main_text {
    padding-top: 30px !important;
}
.top_thumb{
    padding: 35px 10px 5px 10px !important;
    border: 1px solid #fff;
	position:relative;
}
.product_thumb:hover .main_text a{
    color: #ff0031 !important;
}
/*category effect*/
.top_thumb::before {
    right: 0;
    top: 0;
}
.top_thumb::after {
    left: 0;
    bottom: 0;
}
.top_thumb::after, .top_thumb::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all .2s linear;
    background: #ff0031;
}
.top_thumb:hover::after, .top_thumb:hover::before {
    transition-delay: 0s;
    width: 100%;
}
.cat_effect::before {
    left: 0;
    top: 0;
}
.cat_effect::after {
    right: 0;
    bottom: 0;
}
.cat_effect::after, .cat_effect::before {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
        transition-delay: 0s;
    background:#ff0031;
    transition-delay: 0s;
}
.top_thumb:hover .cat_effect::after,.top_thumb:hover .cat_effect::before {
    transition-delay: .2s;
    height: 100%;
}
/*category effect*/

/*--------------------------------------------------------------  top categories  -----------------------------------------------------------------------------*/

/*-----------------------------------------------------------  computer & laptop  -----------------------------------------------------------------------------*/

.left-bnr {
    flex: 0 0 21%;
    max-width: 21%;
}
.right-pro{
    -ms-flex: 0 0 75%;
    flex: 0 0 79%;
    max-width: 79%;
}
.right-pro .star{
    padding: 15px 0;
}
.right-pro .product_thumb{
    margin-bottom: 30px;
    padding: 15px 10px 12px 10px;
}
.right-pro .star .svg-inline--fa.fa-star.fa-w-18 {
    width: 13px;
}
.right-pro .item .col-12:last-child .product_thumb {
    margin-bottom: 0;
}

/*----------------------------------------------------------- / computer & laptop  -----------------------------------------------------------------------------*/

/*-------------------------------------------------------  headphones & bluetooth  -----------------------------------------------------------------------------*/

#head_blue_carousel.owl-theme .owl-buttons{
    right: -327px;
}

/*-------------------------------------------------------/ headphones & bluetooth  -----------------------------------------------------------------------------*/

/*------------------------------------------------------------------ blog  -------------------------------------------------------------------------------------*/

/*.blog_class .date {
    position: absolute;
    top: 0;
    left: 0;
    background: #6d9900;
    height: 60px;
    width: 60px;
    border-radius: 5px 0 0 0;
    font-size: 20px;
    z-index: 5;
}
.blog_class .date div {
    line-height: 22px;
}*/
.blog_class .blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(1);
    background-color: rgba(255,255,255,.4);
    padding: 10px;
}
.blog_class .blog_mask_content {
    position: absolute;
    left: 20px;
    right: 0;
    top: 50%;
}
.blog_class .blog_mask .icon {
    border-radius: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #1a1a1a;
    min-width: 35px;
    min-height: 35px;
    padding: 5px 0;
    margin: 0 5px;
}
.blog_class .blog_:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(1);
}
.blog_class .blog_mask .icon:hover {
    background-color: #fc0;
    color: #000;
    border: 2px solid #fc0;
}

.blog_class .text-left {
    flex: 0 0 54%;
    max-width: 54%;
    padding: 30px 15px;
}
.blog_class .svg-inline--fa.fa-comments.fa-w-18.text-muted.pr-1 {
    font-size: 22px;
}
.blog_class li {
    padding: 8px 0 15px;
}
.blog_class .btn {
    margin-top: 30px;
}
.blog_class .btn-danger{
    background-color: #ff0031;
}
.blog_class .btn-danger:hover{
    background-color: #ffcc00;
    color: #000;
}
.blog_class .btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 20px;
    border: none;
}
.text-left h6 , .ser-t  p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*-----------------------------------------------------------------/ blog  -------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------- footer  -------------------------------------------------------------------------------------*/
.footer{
    font-size: 15px;
    margin-top: 60px;
}

.footer a , .demo_link{
    color: #fff !important;
    line-height: 30px;
}
.footer a:hover{
    color: #ff0031 !important;
}
.footer .footer_title {
    margin-bottom: 20px;
}
/*first_footer*/

.first_footer{
    background-color: #ff0031;
}
.newsletter p{
    color: #e8e8e8;
}

.first_footer  {
    padding: 30px 0;
}
.form-control {
    height: 50px;
    border: none;
    font-size: 13px;
    letter-spacing: 0;
}
.form-control:focus{
    background-color: #fff;
}
.btn-outline-secondary{
    border: none;
}
.first_footer .btn {
    background-color: #1a1a1a;
    color: #fff;
    width: 140px;
    letter-spacing: 1px;
}
.btn-outline-secondary:hover{
    background-color: #000;
    color: #fff;
}

/*second_footer*/

.second_footer  ,.fourth_footer{
    background-color: #1a1a1a;
    padding: 20px 0 10px;
}
.second_footer .owl-carousel .owl-item img {
    opacity: 0.4;
    width: 80% !important;
}
.second_footer .owl-buttons{
    display: none;
}

/*third_footer*/

.third_footer {
    background-color: #1a1a1a !important;
}
.th_foo{
    padding:30px 0 50px 0;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.th_foo .add_row svg {
    fill: #ff0031;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 7px;
    font-size: 16px;
}
.th_foo .add_row {
    margin-bottom: 20px;
}
.data1.add {
    margin-left: 32px;
}
.th_foo .add_row li {
    padding-bottom: 8px;
}
.foo_pay li{
    float: left;
}
.foo_pay .svg-inline--fa.fa-w-18 {
    width: auto;
    margin-right: 15px;
}
.foo_pay .svg-inline--fa{
    height: 1.8em;
}

/*fourth_footer*/

.fourth_footer {
    display: flex;
    width: 100%;
}
.fourth_footer .fth_foo div {
    margin-bottom: 10px;
}
.fth_foo {
    text-align: center;
    margin-top: -45px;
}
.item_name1 li{
    float: left;
}
.item_name1 li {
    margin: 4px 0;
}
.item_name1 li a::after{
    content: '|';
    color: #fff;
    margin: 0 12px;
}
.item_name1 li:last-child a::after{
    display: none
}
.item_name1 li {
    display: inline-block;
    float: none;
}
.footer .item_name1 a{
    line-height: 20px;
}
.item_name2 {
    display: inline-block;
    background: #1a1a1a;
    padding: 0 40px;
}
.item_row {
    margin: 15px 0;
}

/*fifth_footer*/

.fifth_footer{
    background-color: #1a1a1a;
}
.fifth_footer{
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
/*--------------------------------------------------------------/  footer  -------------------------------------------------------------------------------------*/

/*=============================================================================================HOME====================================================================================================*/




/*-------------------------------------------------------------------------header----------------------------------------------------------------------------------*/


#sp_vertical_menu .vertical_main_menu {
    padding: 0 ;
}
#sp_vertical_menu .vertical_main_menu > li {
    padding: 8px 15px;
}
.sp_view_more {
    background-color: #ffc107 !important;
    border-radius: 4px;
    padding: 5px 15px !important;
}
.sp_hz_menu {
    padding: 9px 0 9px 20px;
}
#sp_header_top.header_bottom {
    padding: 6px 0;
}
#sp_header_top .cat_menu {
    padding: 9px 25px;
}



/*-----------------------------------------------------------------------/  header----------------------------------------------------------------------------------*/


#content {
    position: sticky;
    top: 0;
}
.sp_header {
    margin:0 0 30px 0;
}
.sp_header ul {
    border-radius: 4px;
}
.sp-pro-carousel {
    padding: 30px;
}
.sp-pro-carousel .owl-theme .owl-buttons{
    display: none;
}
.sp_pro_container{
    margin-top: 36px;
    margin-bottom: 60px;
}
.border_l{
    border-left: 1px solid #ecf0f4 !important;
}
#clockdiv .main_box {
    height: 55px;
    width: 55px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    padding: 7px;
}
#clockdiv.sp_clockdiv div > span {
    font-size: 18px;
    color: #ff0031;
    font-weight: 600;
}
#clockdiv.sp_clockdiv .smalltext {
    font-size: 12px;
}
.yellow , .black{
    height: 40px;
    width: 40px;
}
.yellow{
    background-color: #ffcc00;
}
.black{
    background-color: #000;
}
.size_{
    height: 40px;
    width: 40px;
}
.sp_counter .form-control{
    width: 35%;
}
.primary.btn.btn-primary {
    height: 45px;
    width: 350px;
    background-color: #ff0031;
    border: none;
padding-top: 10px;
} 
.sp_buy .primary.btn.btn-primary {
    padding-top: 6px;
}

.parallax-window {
    background: transparent;
}
.primary.btn.btn-primary:hover{
    background-color: #000;
}  
.sp_buy .primary.btn.btn-primary{
    width: 400px !important;
}
.sp_text {
    font-size: 14px;
    width: 90%;
    text-transform: initial;
}
.sp_product_detail h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}
.sp_price {
    font-size: 30px;
    color: #ff0031;
}
.sp_tax{
    font-size: 12px;
}
.sp_rating .svg-inline--fa.fa-star.fa-w-18 {
    width: 12px;
    color: #ff9900;
    margin: 20px 0;
}
.sp_color .btn.focus,.sp_color .btn:focus , .sp_color .active , .sp_size .active{
    border: 2px solid #ff0031;
}
.sp_color .btn {
    margin-right: 10px;
}
.size_ {
    background: #f5f5f5;
    margin-right: 10px;
    border: 2px solid transparent;
}
.sp_comn1, .sp_comn2, .sp_c_count1 , .sp_c_count2 ,.sp_comp1 ,.sp_comp2{
    width: 30%;
    display: inline-block;
}
.sp_about svg , .sp_wish_com svg{
    margin-right: 10px;
}
.sp_counter .input-group {
    background: #fff;
}
.sp_counter .minus, .sp_counter .plus {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px 5px 6px 5px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #a2a2a2;
    line-height: 18px;
    cursor: pointer;
}
.sp_counter .btn{
    border: none;
}
.sp_counter .form-control.input-number {
    margin: 0 5px;
}
.sp_counter input {
    height: 40px;
    width: 100px;
    text-align: center;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #f5f5f5;
}
.sp_collapse_block .card{
    border: none;
    background-color: transparent;
}
.sp_collapse_block .card-header {
    padding: 0 0 10px 0;
    border: none;
    background-color: transparent;
}
.sp_collapse_block .btn{
    padding: .375rem 0;
}
.sp_collapse_block .btn-link{
    color: #000000;
}
.sp_collapse_block h2{
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.sp_collapse_block .card-body{
    padding: 0.25rem 0 1.25rem;
}
 .btn-link:hover {
    color: #ff0031 !important;
    text-decoration: none;
}
 .btn-link:focus{ 
    text-decoration: none; 
}
.sp_collapse_block .sp_form{
    margin-bottom: 20px;
}
.sp_collapse_block .form-control {
    height: 45px;
    font-size: 12px;
    border: transparent;
    border: 1px solid #eee;
}
.sp_text_area{
    height: auto !important;
}
.sp_collapse_block .form-control:focus{
    border: 1px solid #ff0031;
}
.sp_collapse_block .sp_form .btn{
    padding: 8px 30px;
    margin-top: 20px;
}
.sp_about .modal-body li{
    list-style: disc;
}
#collapse_One p {
    font-size: 14px;
    text-transform: initial;
}
.sp_about .modal-body{
    padding: 1rem 1rem 1rem 2rem;
    font-size: 12px;
}
.que_form .form-control{
    background-color: #f7f8fa;
}
.sp_wish_com .modal-footer{
    justify-content: center;
}
 .btn-primary {
    background-color: #6d9900;
    border-color: #6d9900;
}
.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #000;
}
.row.sh_page {
    background: #f8f9fa ;
    padding-top: 15px;
    padding-bottom: 13px;
	margin-right: 0 !important;
    margin-left: 0 !important;
    border-radius: 4px;
}

/*========================================================================================SINGLE PRODUCT===============================================================================================*/

/*========================================================================================SHOP===============================================================================================*/

/*sidebar*/

.custom-select{
    border: 1px solid #eee;
    font-size: 13px;
}
.s_filter h6 {
    color: #000;
    font-size: 14px;
    padding-bottom: 10px;
}
.shop_sidebar h2 {
    font-size: 20px;
}
.shop_sidebar .form-control{
    border:1px solid #f5f6f9;
    height: 40px;
}
.shop_sidebar .s_filter {
    margin-top: 40px;
    font-size: 13px;
}
.slider-box{
    flex: 0 0 100%;
    max-width: 100%;
}
.slider-box .ui-widget-header {
    background: #2874f0;
    height: 10px;
}
.slider-box .ui-state-default, .slider-box .ui-widget-content .ui-state-default, .slider-box .ui-widget-header .ui-state-default {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
#priceRange {
    float: left;
    text-align: right;
    font-size: 14px;
    border: none;
    width: 100%;
    margin-top: 15px;
}
.shop_sidebar .custom-control-label {
    line-height: 22px;
}
.clear_btn{
    margin-top: 30px;
    background-color: #ff0031;
    border: transparent;
    font-size: 13px;
}
.btn-primary:hover ,.btn-primary:focus{
    background-color: #000;
    border-color:transparent;
}
.shop_list_item  p{
    display: none;
}
.shop_grid_list_row .btn{
    padding:0;
    margin-top: 3px;
}
.shop_grid_list_row .btn:hover {
    color: #ff0031;
}
.sort {
    display: inline-block;
    margin-left: 5px;
}
.sort select {
    width: 260px;
}
.custom-select{
    font-size: 12px;
	font-weight:500;
}
.shop_sidebar {
    position: sticky;
    top: 30px;
}

/*sidebar*/
.shop_grid_list_row {
    border-radius: 4px;
}
.shop-page .col-xl-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
#products .product_thumb {
    margin-bottom: 30px;
    padding: 10px 10px 25px 10px;
    border: 1px solid #e4e4e4;
}
#products .pro-heading {
    font-size: 15px;
}
#products .star {
    padding-top: 5px;
}
#products .button-group{
    top: 28%;
}
.description {
    display: none;
}
.item.shop_list_item .pro_image {
    width: 30%;
    float: left;
}
.item.shop_list_item .description {
    display: block;
    font-size: 13px;
}
#products .item.shop_list_item .button-group .number {
    margin-top: 20px !important; 
}
.item.shop_list_item .button-group .symbol{

}
.item.shop_list_item {
    float: none;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.item.shop_list_item .main_text{
    width: 70%;
    display: inline-block;
    text-align: left !important;
    padding-top: 5px;
    padding-left: 10px;
}
.item.shop_list_item .pro-heading{
    text-align: left !important;
}
.item.shop_list_item .product_thumb {
    margin-bottom: 30px;
    float: left;
    padding: 5px 10px 5px 10px !important;
    width: 100%;
}
.item.shop_list_item .button-group{
    opacity: 1;
    position: unset;
    margin-top: 15px;
}
.page-link{
    margin: 0 3px;
    color:#000;
}
.page-link:hover {
    background: #ff0031;
    color: #fff;
}
.page-link:focus{
    box-shadow: none;
    background: #ff0031;
    color: #fff;
}
.page-item.active .page-link {
    background-color: #ff0031;
    border-color: transparent;
}

/*====================================================================================/  SHOP=============================================================================================*/

/*===========================================================================  LOGIN , FORGOT PAGE =================================================================================*/

#login , #forgot ,#Registration{
    width: 600px;
    margin: 0 auto;
}
#login .form-control ,#forgot .form-control , #Registration .form-control , #c_address .form-control{
    border: 1px solid #eee;
    height: 40px;
}
#login label,#forgot label {
    font-size: 14px;
}
#login .btn ,#forgot .btn, #Registration .btn{
    font-size: 14px;
    padding: .375rem 1.75rem;
}
#login{
    width: 450px;
}
.fb_gle {
    width: 90%;
    margin: 0 auto;
}
.fb , .gle {
    width: 100%;
    height: 45px;
    background-color: #4267B2;
    border-radius: 4px;
}
.fg_ico, .fg_con {
    width: 10%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.fg_con {
    width: 83%;
    padding-top: 11px;
    vertical-align: top;
}
.fg_ico {
    width: 15%;
    position: relative;
    font-size: 26px;
    padding-top: 9px;
}
.or {
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #29a6d2;
    color: #fff;
    font-size: 20px;
    padding-top: 12px;
    margin: -25px auto 0;
    text-transform: lowercase;
}
.fg_ico:after{
    position: absolute;
    height: 45px;
    top: 0;
    right: 0;
    width:1px;
    content: "";
    background-color: #eee;
}
.gle {
    background-color: #cd4034 !important;
}
.form-control:focus{
    border: 1px solid #ff0031 !important;
}
.renew_pass.text-muted {
    font-size: 12px;
    text-transform: initial;
}


/*==========================================================================/  LOGIN , FORGOT PAGE =======================================================================================*/

/*==========================================================================/  REGISTRATION =======================================================================================*/

#Registration .form-check{
    display: inline-block;
}
#Registration .input-group-addon {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 38px;
}
#Registration .form-group {
    position: relative;
}
#Registration .form-group{
    margin-bottom: 25px !important;
}
#Registration .form-group.form-check{
    margin-bottom: 10px !important;
    line-height: 22px;
}
#Registration ,#login , #forgot{
    margin-top: 25px !important;
}

/*==========================================================================/  REGISTRATION =======================================================================================*/

/*==========================================================================  CART =======================================================================================*/

.cart_header h5{
    font-size: 15px !important;
}
.cart_body .form-control {
    height: 40px;
}
.cart_body h2{
    font-size: 16px;
}
.f_13{
    font-size: 13px;
}
.cart-page .btn-success {
    color: #fff;
    background-color: #ff0031;
    border-color: #ff0031;
}
.cart-page .btn-success:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

/*==========================================================================/  CART =======================================================================================*/

/*==========================================================================  CHECK OUT =======================================================================================*/

.checkout-page .card {
}
.checkout-page .accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.checkout-page #login,.checkout-page #Registration{
    width: auto !important;
}
.nav-tabs , .nav-tabs .nav-link{
    border: none;
}
#check_info .hr_::before {
    border-left: 1px solid #000;
}
#check_info #Registration .form-group {
    margin-bottom: 1rem !important;
}
/* #check_out_toggle  .form-group label{
    font-size: 12px;
} */
#checkout_page .card-header {
    padding: 8px 20px;
}
.final_payment{
    position: sticky;
    top: 15px;
}

/*========================================================================/  CHECK OUT =======================================================================================*/

/*==========================================================================  BLOG =======================================================================================*/

.blog-page .card , .single-blog-page .card{
    border: none;
    background-color:transparent;
}
.blog-page .card-text {
    line-height: 24px;
    height: 100px;
    overflow: hidden;
}
.blog-page h2.card-title, .single-blog-page h2.card-title {
    font-size: 18px;
    line-height: 27px;
}

/*=========================================================================/  BLOG =======================================================================================*/


.s_b_comment h2{
    font-size: 24px;
}
.s_b_comment .form-control {
    height: 40px;
    margin-bottom: 30px;
    border: 1px solid transparent;
}
.s_b_comment{
    position: sticky;
    top: 30px;
}
#scroll {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: url('../../assets/img/svg/scroll.svg') no-repeat center center;
    height: 40px;
    width: 40px;
    z-index: 123;
    background-size: 15px;
    background-color: #ff0031;
    border-radius: 5px;
}



.photo-holder {
    background-color: #888;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
#photo-container-holder {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 0;
}
#selected-photo {
    max-width: 100%;
}
#left {
    background: url('../../assets/img/svg/left-arrow.svg') no-repeat center center;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 50px;
    border: none;
    left: 0;
    z-index: 1;
}
#right {
    background: url('../../assets/img/svg/right-arrow.svg') no-repeat center center;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 50px;
    border: none;
    right: 0;
    z-index: 1;
}
#content .primary.btn.btn-primary{
    width: 100% !important;
}
.sin_pro{
    position: relative;
}


/*=========================================================================  PORTFOLIO  =======================================================================================*/

/* Create three equal columns that floats next to each other */




.m1_menu .dropdown-menu {
    width: 450px;
}
.portfolio .column  {
    float: left;
   margin: 10px;
    overflow: hidden;
    display: none;
    position: relative;
    border-radius: 4px;
}
.portfolio-2-page .column{
    width: 48.5%;
}
.portfolio-3-page .column {
    width: 31.8%;
}
.portfolio-4-page .column {
    width: 23.5%;
}
.portfolio .row{
    margin-right: -10px;
    margin-left: -10px;
}
.portfolio .row:after {
  content: "";
  display: table;
  clear: both;
}
.portfolio .show {
  display: block;
}
.portfolio .btn {
    border: none;
    padding: 8px 20px;
    background-color: white;
    font-size: 18px;
    margin: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.portfolio .btn:hover {
  color: #ff0031;
}
.portfolio .btn.active {
    color: #ff0031;
    text-decoration: underline;
}
.portfolio img{
    position: relative;
}
.portfolio .column:hover img ,.grid-item:hover .gridm_img img{
    transform: scale(1.1);
    transition: all .4s ease;
}

.portfolio .column img ,.grid-item .gridm_img img{
    transform: scale(1);
    transition: all .4s ease;
    overflow: hidden;
}

/*=========================================================================/  PORTFOLIO  ====================================================================================*/


/*=====================================================================  PORTFOLIO  MESONRY ==================================================================================*/

.mesonry-portfolio-2-page .grid-sizer,
.mesonry-portfolio-2-page .grid-item {
  width: 50%;
}
.mesonry-portfolio-3-page .grid-sizer,
.mesonry-portfolio-3-page .grid-item {
  width: 33.33%;
}
.mesonry-portfolio-4-page .grid-sizer,
.mesonry-portfolio-4-page .grid-item {
  width: 25%;
}
.gridm_img {
    margin: 10px;
    overflow: hidden;
    border-radius: 4px;
}



/*=====================================================================/  PORTFOLIO  MESONRY ==================================================================================*/


/*=========================================================================  TITLE  =======================================================================================*/

.title{
    margin-top: 50px !important;
}
.title h2{
    position: relative;
    display: inline-block;
    padding: 0 20px 10px;
}
.title1 h2::after {
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: #ff0031;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.title1 h5{
    color: #ff0031;
}
.title2 h2::after {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color:#ff0031;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3px;
    z-index: -1;
}
.title3 .title_line, .title3 .title_line::after, .title3 .title_line::before {
    height: 5px;
    background-color: #ff0031;
    content: "";
}
.title3 .title_line {
    position: relative;
    width: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 0;
}
.title3 .title_line::before {
    left: 50px;
}
.title3 .title_line::after {
    right: 50px;
}
.title3 .title_line::after, .title3 .title_line::before {
    position: absolute;
    width: 10px;
}
.title3 .title_line, .title3 .title_line::after, .title3 .title_line::before {
    height: 5px;
    background-color:#ff0031;
    content: "";
}
.title4 .title_line {
    position: relative;
    height: 1px;
    width: 180px;
    background-color:#ff0031;
    margin: 0 auto 0;
    bottom: 0;
    top: 0;
}
.title4 .title_line::before {
    left: 64px;
}
.title4 .title_line::after {
    left: 78px;
}
.title4 .title_line::after, .title4 .title_line::before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    background-color: #ff0031;
    top: -4px;
}
.title4 .title_line span::before {
    right: 64px;
}
.title4 .title_line span::after {
    right: 78px;
}
.title4 .title_line span::after, .title4 .title_line span::before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    background-color: #ff0031;
    top: -4px;
}
.title5 .title_line{
    position: absolute;
    content: "";
    background-color: #ff0031;
    top: 50px;
    right: 0;
    height: 3px;
    width: 100%;
}
.title5 h2{
    background-color: #fff;
    padding-top: 0 20 px;
    z-index: 1;
}
/*=========================================================================/  TITLE  =======================================================================================*/

/*=====================================================================  CATEGORY STYLE  ===================================================================================*/
.cats-img{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.text-s {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.text-s h4 {
    background-color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #ff0031;
    font-size: 18px;
}
.cats-img img {
    transform: scale(1);
    transition: .5s ease;
}
.cats_effect:hover img{
    border:1px solid #ff0031;
}
.cats_effect img{
    border: 1px solid transparent;
}
.pro-cat-thumb:hover img {
    transform: scale(1.1);
    transition: .5s ease;
}
.category-2-style-container{
    margin-top: 60px;
    margin-bottom: 60px;
}
.pro-cat-thumb {
    padding: 15px;
    background: #fff;
}
.s-3-button {
    display: inline-block;
    border: 2px solid #ff0031;
    height: 50px;
    width: 180px;
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
}
.s-3-button:hover{
    background-color: #ff0031;
}
.s-3-button:hover a{
    color: #fff !important;
}
/*====================================================================/  CATEGORY STYLE  ====================================================================================*/

/*====================================================================  SERVICE STYLE  ====================================================================================*/

.service-style-2-container{
    margin-top: 60px;
    margin-bottom: 60px;
}
.category-style-page .ser-svg{
    display: block;
    margin: 0 auto 15px !important;
}

/*===================================================================/  SERVICE STYLE  ====================================================================================*/

/*===================================================================  PRODUCT TAB PAGE  ====================================================================================*/

#product_tab_page .product_thumb {
    margin-bottom: 30px;
}
#product_tab_page .owl-stage-outer .item .col-12:last-child .product_thumb{
    margin-bottom: 0;
}
#product_tab_page .nav-tabs .nav-item.show .nav-link,#product_tab_page .nav-tabs .nav-link.active {
    color: #ff0031;
    background-color: #fff ;
    border-bottom: 1px solid #ff0031;
}
#product_tab_page .nav-tabs {
    display: block;
    text-align: center;
}
#product_tab_page .nav-tabs .nav-item{
    display: inline-block;
    padding: 0 20px;
}
#product_tab_page .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px 0px;
}

/*===================================================================/  PRODUCT TAB PAGE  ====================================================================================*/

/*===================================================================  BLOG SIDEBAR PAGE  ====================================================================================*/

.bl-sidebar img{
    height: 80px;
}
.bl-sidebar .media-body h6 ,.bl_cat a , .blog-page .b_left_blog .card-title a{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bl_cat li {
    list-style: disc;
    margin-left: 12px;
    padding: 8px 0;
}
.bl_sticky {
    position: sticky;
    top: 30px;
}
.b-title{
    color: #ff0031;
}

/*==================================================================/  BLOG SIDEBAR PAGE  ====================================================================================*/

/*==================================================================  ABOUT US PAGE  ====================================================================================*/

.cust_{
    background-color: #f5f6f9 !important;
}
.c_des {
    padding-top: 15px;
    line-height: 25px;
}
.about_testimonials{
    margin-top: 30px;
    margin-bottom: 60px;
}
.ab_services_container{
    margin-top: 60px;
    margin-bottom: 60px;
}
.ab_services_container .number{
    font-size: 70px;
    color: #e4e4e4;
    line-height: 70px;
}
.ab_bnr_text{
    line-height: 40px;
    font-size: 19px;
}
.service-item{
    padding: 30px;
    border-radius: 4px;
}

/*==================================================================/  ABOUT US PAGE  ====================================================================================*/

/*========================================================================  COMPARE  ====================================================================================*/
.c_cart_btn a{
    color: #fff;
}
.c_cart_btn:hover a{
    color: #fff;
}
#compare_page .table {
    border: 1px solid #f6f6f6;
    text-transform: capitalize;
    color: #222;
    background-color: #fff;
}
#compare_page .table thead .th-compare td {
    font-size: 14px;
    border-right: 1px solid #f6f6f6;
}
#compare_page .table thead th {
    vertical-align: bottom;
    border-bottom: none;
    border-top: 1px solid #f6f6f6;
}
#compare_page .table td , #compare_page .table th{
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}
#compare_page .fst-image {
    height: 250px;
}

/*======================================================================== / COMPARE  ====================================================================================*/

/*========================================================================  WISHLIST  ====================================================================================*/

.w_head{
    font-size: 14px !important;
}
#wishlist_page .fst-image {
    height: 170px;
}

/*======================================================================= /  WISHLIST  ====================================================================================*/

/*======================================================================  INFORMATION  ==================================================================================*/

.info_description {
    text-transform: initial;
}

/*==================================================================== /  INFORMATION  ====================================================================================*/


.counter span {
    margin: 0 3px;
    background: #ff0031;
    position: relative;
    border-radius: 2px;
    padding: 0 2px;
    color: #fff;
    display: inline-block;
    width: 27px;
    text-align: center;
    font-size: 14px;
}
#deal_carousel .owl-buttons {
    top: 30% !important;
}

.button-group .number span{
    cursor:pointer; 
}
.button-group .number {
    margin-top: 90px;
    background: #ff0031;
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
}
.button-group .minus,.button-group .plus{
    color: #fff;
}   
.button-group input {
    height: 30px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    border: none;
    display: inline-block;
    background: #ff0031;
    color: #fff;
    vertical-align: middle;
}
.deal_container .nav-item a {
    font-size: 18px;
    text-transform: uppercase;
}
.deal_container .nav-tabs {
    display: block;
    text-align: center;
}
.deal_container .nav-tabs .nav-item {
    display: inline-block;
    padding: 0 20px;
}
.deal_container .nav-link {
    padding: 10px 0 3px;
}
.deal_container .nav-tabs .nav-link.active {
    color: #ff0031;
    border-bottom: 1px solid #ff0031;
}
.button-group .symbol:hover svg{
    fill:#fff;
}
.deal_container .col-12:first-child .product_thumb ,.cat_product .col-12:first-child .product_thumb{
    margin-bottom: 30px;
}


/*service*/
.service_container .main_services ul li.ser-svg{
    height: auto;
    width: auto;
    background-color:transparent;
    border:none;
}
.service_container  .m_service li:last-child {
    width: 77%;
}
.m_service h6{
    margin-bottom: 10px !important;
    font-size: 18px !important;
}
.service:hover svg {
    fill: #ff0031;
    transition: 0.3s ease;
}
/*service*/

/*category product*/
.cat_product .number {
    margin-top: 0px;
    position: absolute;
    top: -30px;
    left: 20px;
}
.cat_product .product_thumb:hover .s-title{
    display: none;
    transition: 0.3s ease;
}
.s-title{
    transition: 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cat_product .product_thumb:hover .pro-heading{
    margin: -45px 0 10px;
    transition: 0.3s ease;
}
.cat_product .product_thumb:hover .button-group {
    top: 50%;
    margin-top: 10px;
}
.cat_product .button-group{
    top: 0;
}
.cat_product .nav-tabs .nav-item {
    margin-bottom: 0;
}
.cat_product .product_thumb {
    display: flex;
    align-items: center;
}
.cat_product .nav-link img{
    margin-right: 20px;
}
.cat_product .nav-link  {
    font-size: 20px;
    color: #000;
    background: #fff;
}
.cat_product img.cate {
    filter: brightness(0%);
}
.cat_product .nav-link.active img.cate {
    filter: brightness(100%);
}
.nav-link.active .nav-item a{
    position: relative;
}
#cat_carousel .nav-item .active::before {
    color: #ff0031;
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 30px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -13px;
}
#cat_carousel .nav-item .active::after {
    color: #fff;
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 30px;
    bottom: -11px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
#cat_carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}
.new {
    z-index: 1;
    background: #ff0031;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    display: inline-block;
}
.sale {
    z-index: 1;
    background: #ff0031;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    display: inline-block;
    right: 5px;
}
#cat_carousel .owl-buttons ,#logo_carousel .owl-buttons{
    display: none !important;
}
.cat_product,.fea_pro {
    background: #f5f5f5;
    padding: 60px 0;
}
.cat_product .item {
    background: #f5f5f5;
}
.cat_product .title_outer h2::before,.fea_pro .title_outer h2::before{
    background-color: #f5f5f5;
}
.cat_product .owl-buttons ,.fea_pro .owl-buttons{
    top: 38% !important;
}
.cat_product .nav-link.active{
    border:1px solid #6d9900 !important;
}
/*category product*/

/*testimonials*/
.test_thumb h2{
    font-size: 18px;
    text-transform: uppercase;
}
.test_thumb p {
    line-height: 24px;
    font-size: 16px;
}
.test_thumb{
    width: 90%;
    margin: 0 auto;
}
.test_thumb img {
    border: 2px solid #6d9911;
    border-radius: 50%;
}
#testimonial_carousel .owl-buttons{
    display: none !important;
}
/*testimonials*/

/*blog*/
.blog_image {
    position: relative;
}
.date {
    position: absolute;
    background: #fff;
    bottom: 0;
    right: 0;
    color: #000;
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 16px;
    margin: 10px;
    transition: 0.3s ease;
    z-index: 12;
    cursor: pointer;
}
.blog_thumb h2 {
    font-size: 22px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_thumb {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    margin-bottom: 20px;
    border-radius: 15px;
}
.blog_:hover .date{
    background: #6d9911;
    color:#fff;
    transition: 0.3s ease;
}
.blog_image .fst-image {
    border-radius: 15px 15px 0 0;
}
/*blog*/

/*brand logo*/
#logo_carousel .second-img{
    padding: 15px 25px;
}
/*brand logo*/

/*footer*/
.socials span {
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    background: #fff;
    color: #1a1a1a;
    font-size: 20px;
    border-radius: 50%;
    padding-top: 10px;
    margin: 3px 7px 0;
    transition: 0.3s ease;
    cursor: pointer;
}
.socials span:hover{
    background:#1a1a1a;
    color:#fff;
    transition: 0.3s ease;
}
.first_footer .newsletter h4 {
    padding-top: 11px;
    font-size: 22px;
}
.first_footer .form-control{
    border-radius: 30px;
    height: 45px;
}
.first_footer .btn{
    border-radius: 30px;
}
/*footer*/

.deal_of_container{
    margin-top: 70px;
    margin-bottom: 80px;
}
.deal_container {
    margin-top: 70px;
    margin-bottom: 80px;
}
.deal_container .title_outer h2 {
    margin-bottom: 20px !important;
}
.service_container ,.cat_product ,.fea_pro{
    margin-top: 80px;
    margin-bottom: 80px;
}
.b_logo_container {
    margin-top: 30px;
    margin-bottom: 50px;
}
.product_thumb:hover {
    border: 1px solid #6d9900 !important;
    transition: 0.3s ease;
}
.hed_search{
    text-align: right;
}
#cat_carousel .item a {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.append_menu {
    text-align: center;
}
#deal_carousel:hover .owl-buttons , #slider_carousel:hover .owl-buttons,.deal_container .tab-content:hover .owl-buttons , .cat_product .tab-content:hover .owl-buttons,
 #feature_carousel:hover .owl-buttons ,#blog_carousel:hover .owl-buttons , #related_product_carousel:hover .owl-buttons , #custom_product_carousel:hover .owl-buttons , #product_carousel3:hover .owl-buttons , #product_carousel2:hover .owl-buttons, #multi_product_1:hover .owl-buttons , #multi_product_2:hover .owl-buttons , #multi_product_3:hover .owl-buttons ,#cat_style1_carousel:hover .owl-buttons,#cat_style2_carousel:hover .owl-buttons,#cat_style3_carousel:hover .owl-buttons{
    opacity: 1;
    transition: 0.3s ease;
}
#deal_carousel .owl-buttons  ,#slider_carousel .owl-buttons ,.deal_container .tab-content .owl-buttons ,.cat_product .tab-content .owl-buttons , #feature_carousel .owl-buttons , #blog_carousel .owl-buttons , #related_product_carousel .owl-buttons , #custom_product_carousel .owl-buttons , #product_carousel3 .owl-buttons , #product_carousel2 .owl-buttons , #multi_product_1 .owl-buttons ,#multi_product_2 .owl-buttons , #multi_product_3 .owl-buttons ,#cat_style1_carousel .owl-buttons,#cat_style2_carousel .owl-buttons,#cat_style3_carousel .owl-buttons{
    opacity: 0;
    transition: 0.3s ease;
}
.ser-t p{
    font-size: 14px;
}
.desktop-user , .desktop-cart , .desktop-setting    {
    cursor: pointer;
}
.desktop-user:hover svg , .desktop-cart:hover svg , .desktop-setting:hover svg , .desktop-search:hover svg{
    fill: #6d9900;
}
.deal_fruit ,.special_fruit ,.bnr_fruit , .cat_product ,.test_fruit , .fea_pro ,.blog_fruit{
    position: relative;
}
.deal_fruit::before {
    content: "";
    background: url("../../assets/img/side_img/1.png") no-repeat;
    position: absolute;
    background-size: 140px;
    height: 360px;
    width: 150px;
    left: 0;
    top: -10px;
    z-index: -1;
}
.special_fruit::after {
    content: "";
    background: url("../../assets/img/side_img/2.png") no-repeat;
    position: absolute;
    background-size: 160px;
    height: 210px;
    width: 158px;
    right: 0;
    top: -10px;
    z-index: -1;
}
.special_fruit::before {
    content: "";
    background: url("../../assets/img/side_img/3.png") no-repeat;
    position: absolute;
    background-size: 170px;
    height: 210px;
    width: 200px;
    left: 0;
    bottom: 50px;
    z-index: -1;
}
.bnr_fruit::after {
    content: "";
    background: url("../../assets/img/side_img/4.png") no-repeat;
    position: absolute;
    background-size: 160px;
    height: 340px;
    width: 160px;
    right: 0;
    top: -160px;
    z-index: -1;
}
.cat_product::before {
    content: "";
    background: url("../../assets/img/side_img/5.png") no-repeat;
    position: absolute;
    background-size: 150px;
    height: 310px;
    width: 160px;
    left: 0;
    top: 200px;
    z-index: -1;
}
.test_fruit::after {
    content: "";
    background: url("../../assets/img/side_img/6.png") no-repeat;
    position: absolute;
    background-size: 120px;
    height: 340px;
    width: 119px;
    right: 0;
    top: 100px;
    z-index: -1;
}
.fea_pro::before {
    content: "";
    background: url("../../assets/img/side_img/7.png") no-repeat;
    position: absolute;
    background-size: 140px;
    height: 360px;
    width: 150px;
    left: 0;
    bottom: 70px;
    z-index: -1;
}
.blog_fruit::after {
    content: "";
    background: url("../../assets/img/side_img/8.png") no-repeat;
    position: absolute;
    background-size: 120px;
    height: 240px;
    width: 120px;
    right: 0;
    top: 110px;
    z-index: -1;
}
.multi-slider-product-page .cat_product {
    margin-top: 0;
    margin-bottom: 0;
    background:transparent;
    padding-top: 0;
    padding-bottom: 0;  
    padding-right: 15px;
    padding-left: 15px;
}
.multi-slider-product-page .cat_product .col-12:first-child .product_thumb,.multi-slider-product-page .cat_product .col-12:nth-child(2) .product_thumb{
    margin-bottom: 30px;
}
.multi-slider-product-page .cat_product .item {
    background:transparent;
}
.multi-slider-product-page .cat_product::before{
    display: none
}
.multi-slider-product-page .cat_product .title_outer h2::before {
    background-color: transparent;
}



.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}




.wp-block-cover-image {
        background-position: 50% 0;
}
  




.imgbnrtext h5, .imgbnrtext .h5 {
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    font-family: 'Great Vibes', cursive;
}
.imgbnrtext h1, .imgbnrtext .h1 {
    font-size: 62px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0 25px 0;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    line-height: 40px;
}
.imgbnrtext .btn-primary {
    border: 1px solid #6d9900;
    background: #6d9900;
    color: #6d9900;
    padding: 10px 36px;
    margin-top: 15px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
}
.imgbnrtext .btn-primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.bnrtext {
    /* background-image: url('../../assets/img/big-bnr.jpg') ; */
    /* background-attachment: fixed; */
    padding: 180px 0;
    
}
.imgbnrtext{
    position: relative;
  z-index: 1;
}
#image {
    height: 480px;
    width: 100%;
    position: relative;
    z-index: -1;
  }
.multi-slider-product-page .owl-theme .owl-buttons [class*="owl-"]{
    min-width: 40px;
    min-height: 40px;
    padding-top: 11px;
}
.multi-slider-product-page .owl-prev {
    left: 0px;
}
.multi-slider-product-page .owl-next {
    right: 0;
}
.multi-slider-product-page  .cat_product .owl-buttons {
    top: 45% !important;
}

/* ========================================== contact page ==========================================*/

.contact-us-btn button{
    padding: 6px 10px;
    background-color: #6d9900;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.contact-us-btn button:hover{
    background-color: #000;
    color: #fff
}

.contact-page .form-control {
    border: 1px solid #d4d4e1;
    background-color: #fafafa;
}
.our_off li svg {
    color: #6d9900;
    margin-right: 10px;
}
.get_in {
    font-size: 14px;
    color: #777;
}

/* Contact Form Css */
#error_message{
    background: #f8d7da;
}
#success_message {
    background-color: #6d9900;
	color:#fff;
}


.ajax_response {
    padding: 10px 20px;
    border: 0;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin: 15px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: #6d9900;
}
/* Contact Form Css End  */