body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400;
    background-color: #fafafa;
}
@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 ,#cat-product {
            display: block;
    }
    .footer h5 button, .s_filter h6 button{
            display: none;
    }
    #shop_range_collapse {
        display: flex;
    }
    

}
@media (min-width:576px) {
	#cat-product {
            display: block;
    }
    .menu-cat h4 {
        display: none;
    }
}
@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
    .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;
    }
}
@media (min-width:1200px) {
    .container {
       max-width: 1170px;
    }
}
@media (min-width: 1409px){
    .container {
        max-width: 1380px;
    }
}
@media(min-width: 1590px){
	.container{
		max-width: 1560px;
	}
}
.font-weight-bolder {
    font-weight: 500 !important;
}
.font-weight-bold {
    font-weight: 600 !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;
}
.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: #fa414c!important;
    box-shadow: none;
}
.border ,.card{
    border: 1px solid #eee !important;
}
.card-header , .border-bottom{
    border-bottom:1px solid #eee !important;
}
.sp_header  h1 {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}



/*=============================================================================================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: #fa414c;
	text-decoration: none;
	transition: 0.3s ease-in-out;

}
button, input, select, textarea{
    outline: none !important;
}
a:focus , button:focus{
    outline: none !important;
}
.main_banner , .t_pro_container ,.t_cat_container , .hb_container{
    margin-bottom: 80px;
    margin-top: 80px;
}
.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;
}

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

.title_outer h2 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 30px !important;
    line-height: inherit;
}
.title_outer h2 span{
    display: inline-block;
}
.title_outer h2::before {
    border-top: 1px solid #eee;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

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

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

.owl-theme .owl-buttons {
    top: -72px;
    margin-top: 0 !important;
    position: absolute;
    right: 10px;
}
.owl-theme .owl-buttons [class*="owl-"] {
    color: #222 !important;
    background: #f5f6f9 !important;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    transition: 0.3s ease;
    outline: none;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px;
    padding-top: 3px;
}
.owl-theme .owl-dots{
    display: none;
}
.owl-theme .owl-buttons [class*="owl-"]:hover {
    background: #fa414c !important;
    opacity: 1;
    color: #fff !important;
}
.owl-theme .owl-buttons .disabled {
    opacity: 1 !important;
    cursor: no-drop !important;
}


.owl-theme .owl-controls .owl-page {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fa414c;
    border: 2px solid #fa414c;
    width: 30px;
    border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.testimonial .owl-theme .owl-controls .owl-page span, .owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    background: #dcdcdc;
    border: 2px solid #dcdcdc;
    box-shadow: none;
    margin: 0 6px;
    border-radius: 20px;
}
.owl-theme .owl-controls {
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 8px;
    margin: 0 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 100%;
}
/*---------------------------------------------------------------- /  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: #fa414c;
    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 ---------------------------------------------------------------------*/
.header-top{
    border-bottom: 1px solid #eee;
}
.header-top .form-control:focus {
    border: none !important;
}
.cart_remove {
    position: absolute;
    right: 15px;
}
.cart_cross {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 18px;
    padding-left: 2px;
    cursor: pointer;
}
.cart_cross::after {
    content: 'X';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #6ea820;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
}
.shopping-cart ~ .cart_empty,.cart_body ~ .cartempty1 {
    display: none;
}
.cart_empty, .cartempty1{
    margin:10px 0;
}
.view-cart-d{
    position: relative;
    margin-bottom: 20px;
    margin-top: -20px;  
}
/* .view-cart-d::after{
    content: 'X';
    position: absolute;
    right: 5px;
    top: 0;
    background-color: #6ea820;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
	cursor: pointer;
}    */
.lg_cart{
    display: block;
}
.cart_cross:hover{
    color:#fa414c;
}
.header_user_svg , .header_heart_svg ,.header_cart_svg {
    height: 24px;
    width: 24px;
    display: inline-block;
}
.header_user_svg  {
    background: url(../../assets/img/svg/user_header.svg) center center no-repeat;
}
.md_acc:hover .header_user_svg  {
    background: url(../../assets/img/svg/user_header_hover.svg) center center no-repeat;
}
.cart_back:hover .header_cart_svg {
    background: url(../../assets/img/svg/cart_header_hover.svg) center center no-repeat;
}
.header_cart_svg {
    background: url(../../assets/img/svg/cart_header.svg) center center no-repeat;
}
.rcom:hover .header_heart_svg  {
    background: url(../../assets/img/svg/heart_header_hover.svg) center center no-repeat;
}
.header_heart_svg  {
    background: url(../../assets/img/svg/heart_header.svg) center center no-repeat;
}
.head-right a{
    display: inline-block;
}
.head-right .dropdown .dropdown-toggle > a {
    display: inline-block;
    background: #f5f5f5;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 10px;
}
.head_svg{
    height: 23px;
    width: 23px;
}
.cart_back, .rcom ,.user{
    background: #f5f5f5;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
	cursor: pointer;
}
.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;
}
.right4 ul {
    display: inline-block;
}
.dropdown-item:hover ,.dropdown-item:active {
    color: #fa414c;
    background-color: transparent;
}
.dropdown-menu.r_menu{
	right: 0;
	left: auto;
}
.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: 1;
}
.between-header .input-group {
    position: unset;
    width: 67%;
}
.between-header {
    height: 45px;
    position: relative;
    padding: 0 0 0 15px;
    border-radius: 30px ;
    margin-top: 3px;
}
.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: 3;
}
.between-header .form-control:focus {
    border: none;
}
.between-header .btn.btn-danger {
    height: 37px;
    border-radius: 30px 30px;
    border: none;
    margin: 3px;
    position: relative;
    width: 110px;
    font-size: 14px;
    letter-spacing: 1px;
    background-image: linear-gradient(90deg, #fa414b 0%, #fc5b6f 49%, #fd7c50 100%);
}
.between-header .btn.btn-danger:hover{
    background-color:#ffcc00 !important;
    color: #000 !important;
}
.head-search .form-control:focus {
    border:none !important;
}
.header_cart:hover .dropdown-menu {
    opacity: 1;
    transform: scale(1,1);
}
.header_cart .dropdown-menu {
    opacity: 0;
    display: block !important;
    transform-origin: 0 0 0;
    transform: scale(1,0);
    transition: all 500ms ease 0s;
}
/*menu*/
.header_bottom {
    padding: 6px 0;
}
.main-menu {
    padding-top: 15px;
}
.main-menu li {
    display: inline-block;
    margin-right: 60px;
    font-weight: 500 !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);
}
.head-right li{
    display: inline-block;
    padding-left: 18px;
}
.head-right li:first-child{
    padding-left: 0 ;
}
.head-right svg {
    fill: #797979;
}
.head-right {
    padding-top: 3px;
}
.head-right li:hover svg{
    fill: #fa414c;
}
.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: 30px;
    border-bottom-right-radius: 30px;
}
.shopping-cart .fst-image {
    height: 80px;
}
.shopping-cart li:last-child span a {
    background-color: #fa414c;
    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;
}
.f_15{
    font-size: 15px;
}
.f_16{
    font-size: 16px;
}
.f_18{
    font-size: 18px;
}
.price_cart {
    color: #000;
    display: inline-block;
}
.topbar-outer {
    background-color: #f5f5f5;
}


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

/*------------------------------------------------------------- vertical menu and slider --------------------------------------------------------------------*/
.menu_slider{
    margin-top: 30px;
    margin-bottom: 40px;
}
.vertical_menu{
    max-width: 20%;
    flex: 0 0 20%;
}
.main_slider{
    max-width: 80%;
    flex: 0 0 80%;
}
.main-menu > li > a{
    text-transform: uppercase;
}
.cat_menu {
    padding: 15px 25px;
    background-image: linear-gradient(90deg, #fa414b 0%, #fc5b6f 49%, #fd7c50 100%);
    border-radius: 30px;
}
.cat_menu .svg-inline--fa.fa-bars.fa-w-14 {
    margin-right: 20px;
}
.vertical_main_menu {
    padding: 13px 25px;
    display: block;
}
.vertical_main_menu > li , .c_menu li {
    padding: 8px 0;
    cursor: pointer;
}
.h_title ,.dropdown-item{
    padding: 8px 15px;
}
.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: #fa414c;
    color: #ffffff;
}
.mega_menu .dropdown-menu {
    width: 740px;
}
.dropdown-menu{
    font-size: 14px;
}
.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;
}
#vartical_collapse {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.shadow_container {
    position: relative;
    box-shadow: 0 0 6px 0 rgba(4,0,0,0.1);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 60px;
}


/*-----------------------------------------------------------/   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;
    border-radius: 100%;
    text-align: center !important;
    margin-right: 15px;
}
.ser-t p {
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
}
.service{
    padding: 0;
}
.m_service {
    border-right: 1px solid #e5e5e5;
}
.main_services {
    box-shadow: 0 0 6px 0 rgba(4,0,0,0.1);
    background-color: #fff;
    padding: 35px 0;
    border-radius: 5px;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
}
.main_services .row .m_service:last-child{
    border-right:none;
}
.ser1_svg  ,.ser2_svg ,.ser3_svg ,.ser4_svg , .ser1_svg:hover , .ser2_svg:hover ,.ser3_svg:hover ,.ser4_svg:hover{
    height: 40px;
    width: 40px;
    display: inline-block;
}
.ser1_svg  {
    background: url(../../assets/img/svg/service1.svg) center center no-repeat;
}
.service:hover .ser1_svg{
    background: url(../../assets/img/svg/service1_hover.svg) center center no-repeat;
}
.ser2_svg {
    background: url(../../assets/img/svg/service2.svg) center center no-repeat;
}
.service:hover .ser2_svg{
    background: url(../../assets/img/svg/service2_hover.svg) center center no-repeat;
}
.ser3_svg {
    background: url(../../assets/img/svg/service3.svg) center center no-repeat;
}
.service:hover .ser3_svg{
    background: url(../../assets/img/svg/service3_hover.svg) center center no-repeat;
}
.ser4_svg {
    background: url(../../assets/img/svg/service4.svg) center center no-repeat;
}
.service:hover .ser4_svg{
    background: url(../../assets/img/svg/service4_hover.svg) center center no-repeat;
}


/*------------------------------------------------------------------/   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;
}
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: #fa414c;
    font-weight: 600;
}
#clockdiv .smalltext{
    font-size:12px;
}

/*special product*/

/* effect */
.product_thumb .pro_image{
    position: relative; 
}
.product_thumb .second-img{
    position: absolute;
    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;
}
.button-group {
    opacity: 0;
    transition: 0.4s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
}
 .button-group .symbol:hover svg {
    fill: #000;
}
 .product_thumb:hover .button-group {
    opacity: 1;
    transition: 0.4s ease;
    top: 32%;
}
 .button-group .symbol {
    transition: 0.3s ease;
    background-color: #fff;
    fill: #4c4c4c;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    padding-bottom: 2px;
    transition: 0.3s ease;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    padding-top: 6px;
    text-align: center;
}
.owl-carousel .owl-item .button-group img {
    height: 18px;
    width: 18px !important;
}
.button-group .symbol:hover{
    background-color: #fa414c;
    border: 1px solid #fa414c;
}
.button-group .fst_pro{
    background: url(../../assets/img/svg/cart_pro.svg) center center no-repeat;
}
.button-group .snd_pro{
    background: url(../../assets/img/svg/compare_pro.svg) center center no-repeat;
}
.button-group .thd_pro{
    background: url(../../assets/img/svg/eye_pro.svg) center center no-repeat;
}
.button-group .fth_pro{
    background: url(../../assets/img/svg/heart_pro.svg) center center no-repeat;
}
.button-group a:hover .fst_pro{
    background: url(../../assets/img/svg/cart_pro_hover.svg) center center no-repeat;
}
.button-group a:hover .snd_pro{
    background: url(../../assets/img/svg/compare_pro_hover.svg) center center no-repeat;
}
.button-group a:hover .thd_pro{
    background: url(../../assets/img/svg/eye_pro_hover.svg) center center no-repeat;
}
.button-group a:hover .fth_pro{
    background: url(../../assets/img/svg/heart_pro_hover.svg) center center no-repeat;
}
.button-group .fst_pro , .button-group .snd_pro , .button-group .thd_pro , .button-group .fth_pro{
    height: 24px;
    width: 18px;
    display: inline-block;
    transition: all .3s ease-in-out 0s;
}
.pro-heading {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 400;
}
.pro_thumb .main_text {
    padding-top: 10px !important;
    padding-bottom: 10px;
}
/*---------------------------------------------------- / 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: #fa414c!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: #fa414c;
}
.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:#fa414c;
    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: #fa414c;
    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: #fa414c;
    color: #000;
    border: 2px solid #fa414c;
}
.blog_image {
    position: relative;
}
.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 .b_btn {
    padding-top: 12px;
    display: block;
}
.blog_class svg{
    vertical-align: middle;
}
.blog_class .btn-danger{
    background-color: #fa414c;
}
.blog_class .btn-danger:hover{
    background-color: #ffcc00;
    color: #000;
}
.blog_class .b_btn {
    font-size: 14px;    
}
.text-left h6{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog_class .text_blog {
    height: 60px;
    overflow: hidden;
}

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

/*---------------------------------------------------------------- footer  -------------------------------------------------------------------------------------*/
.footer{
    margin-top: 80px;
}
.footer_title h5{
    position: relative;
}
.foo_svg {
    height: 16px;
    height: 16px;
    display: inline-block;
}
.foot-about {
    margin: 25px 0;
    color: #6f6f6f;
    text-transform: initial;
}
.add {
    margin-left: 32px;
    display: inline-block;
    vertical-align: text-top;
}
.footer a , .demo_link{
    color:#6f6f6f !important;
    line-height: 30px;
}
.footer a:hover{
    color: #fa414c!important;
}
.footer .footer_title {
    margin-bottom: 20px;
}
.newsl h4, .newsl .h4, .block-social .c-info {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}
.socials a {
    display: inline-block !important;
    cursor: pointer;
    text-align: center;
    width: 38px;
    height: 38px;
    padding: 4px 0px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    position: relative;
    color: #616161;
    margin: 3px 3px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(4,0,0,0.1);
    line-height: 31px;
}
.newsltr button {
    background-image: linear-gradient(90deg, #fa414b 0%, #fc5b6f 49%, #fd7c50 100%);
    transition: 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0 5px 5px 0 !important;
    letter-spacing: 1px;
    color: #fff;
    height: 45px !important;
    padding: 0 11px !important;
    min-width: 115px;
    border: none;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    border: 1px solid #fa414c;
}
/* input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
    border: 1px solid transparent;
    max-width: 100%;
} */
.socials a:hover {
    background-image: linear-gradient(90deg, #fa414b 0%, #fc5b6f 49%, #fd7c50 100%);
    color: #fff !important;
}
.footer-right {
    border-left: 1px solid #eee;
    padding-left: 30px;
}
.foot-top {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
/*first_footer*/

.first_footer{
    background-color: #fa414c;
}
.newsletter p{
    color: #e8e8e8;
}
.first_footer svg {
    fill: #fff;
    margin-right: 30px;
    opacity: .4;
}
.first_footer .input-group {
    margin: 30px 0;
}
.form-control {
    height: 50px;
    border: 1px solid transparent;
    font-size: 13px;
    letter-spacing: 0;
}
.form-control:focus{
    background-color: #fff;
}
.btn-outline-secondary{
    border: none;
}
.first_footer .btn{
    background-color: #ffcc00;
    color: #000;
    width: 140px;
    letter-spacing: 1px;
}
.btn-outline-secondary:hover{
    background-color: #000;
    color: #fff;
}

/*second_footer*/

.second_footer  ,.fourth_footer{
    background-color: #000;
    padding: 20px 0;
}
.blogo_container .owl-carousel .owl-item img {
    width: 70% !important;
}
.blogo_container{
    margin-top: 60px;
}
.blogo_container .owl-controls{
    display:none !important;
}
.second_footer .owl-buttons{
    display: none;
}

/*third_footer*/

.third_footer {
    background-color: #000;
}
.th_foo{
    padding: 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: #ffcc00;
    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{
    display: inline-block;
}
.foo_pay .svg-inline--fa.fa-w-18 {
    width: 3.125em;
}
.foo_pay .svg-inline--fa{
    height: 1.8em;
}

/*fourth_footer*/

.fourth_footer {
    display: flex;
    width: 100%;
}
.fourth_footer .fth_foo div {
    float: left;
    margin-bottom: 10px;
}
.item_row{
    border-right:  1px solid rgba(255,255,255,.2); 
}
.item_name1 li{
    float: left;
}
.item_name1 li {
    padding: 0 10px;
    border-right: 1px solid #c9c6c6;
    margin: 4px 0;
}
.item_name1 li:first-child{
    border-right: none;
    padding: 0;
}
.item_name1 li:last-child{
    border-right: none;
}
.footer .item_name1 a{
    line-height: 20px;
}
.item_name2{
    padding: 30px 0 0 0;
}

/*fifth_footer*/

.fifth_footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    margin-top: 40px;
}
.fifth_footer{
    padding: 10px 0;
}
/*--------------------------------------------------------------/  footer  -------------------------------------------------------------------------------------*/

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




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


#sp_vertical_menu .vertical_main_menu {
    padding: 0 ;
}
.dropdown-menu.show {
    display: block;
    border: none;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
}
#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: 30px 0;
}
.sp_product_detail {
    padding-left: 20px;
}
.sp-pro-carousel {
    padding: 30px;
}
.sp-pro-carousel .owl-theme .owl-buttons{
    display: none;
}
.sp_pro_container{
    margin-top: 36px;
    margin-bottom: 60px;
}
#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: #fa414c;
    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: #fa414c;
    border: none;
padding-top: 10px;
} 
.primary.btn.btn-primary:hover{
    background-color: #000;
}  
.sp_buy .primary.btn.btn-primary{
    width: 500px !important;
}
.sp_text {
    font-size: 12px;
    width: 90%;
}
.sp_product_detail h1{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}
.sp_price {
    font-size: 30px;
    color: #fa414c;
    display: block;
    padding-top: 15px;
}
.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 #fa414c;
}
.sp_color .btn {
    margin-right: 10px;
}
.size_ {
    background: #f5f5f5;
    margin-right: 10px;
    border: 2px solid #fff;
}
.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 !important;
    background-color: transparent;
}
.sp_collapse_block .card-header {
    padding: .75rem 0;
    border: none !important;
    background-color: transparent;
}
.sp_collapse_block .btn{
    padding: .375rem 0;
}
.sp_collapse_block .btn-link{
    color: #6c757d;
}
.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: #fa414c!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 #fa414c;
}
.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: 12px;
}
.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: #fa414c;
    border-color: #fa414c;
}
.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #000;
}
.row.sh_page {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 13px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.single_product_page .product_thumb {
    background: #f5f5f5;
}
#eye_model .me_price {
    font-size: 20px;
}

.sku_wrapper, .posted_in, .tagged_as{
    color: #000;
    display: inline-block;
    margin: 5px 0 5px;
    font-weight: 500;
    width: 100%;
    clear: both;
    text-transform: capitalize;
    font-size: 15px;}
.sku, .posted_in a,.tagged_as a {
    font-weight: normal;
    color: #5D5D5D;
    font-size: 14px;
}
.eye-button-d{
    height: 360px;
    position: relative;
    overflow-y: scroll;
}
.eye-button-p{
    padding: 0px 30px;
    height: inherit;
}

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

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

/*sidebar*/
.item.shop_list_item .fst-image ,.item.shop_list_item .product_thumb .second-img{
    height: 250px;
}
.custom-select{
    border: 1px solid #eee;
    font-size: 13px;
}
.s_filter h6 {
    color: #fa414c;
    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;
}
.shop_sidebar .custom-control-label {
    line-height: 22px;
}
.clear_btn{
    margin-top: 30px;
    background-color: #fa414c;
    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: #fa414c;
}
.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*/
#products {
    background: #fff;
    padding: 20px 5px;
    margin-right: 0;
    margin-left: 0;
}
#products .product_thumb {
    margin-bottom: 30px;
    padding: 0px 0px 15px 0px;
    background: #f5f5f5;
}
#products .main_text {
    padding: 0px 10px;
}
#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;
}
.item.shop_list_item {
    float: none !important;
    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-bottom: 25px;
    padding-left: 10px;
}
.item.shop_list_item .product_thumb {
    margin-bottom: 30px;
    float: left;
    padding: 5px 10px 5px 10px !important;
    display: flex;
    align-items: center;    
}
.item.shop_list_item .button-group{
    opacity: 1;
    position: unset;
    margin-top: 30px;
}
.page-link{
    margin: 0 3px;
    color:#000;
}
.page-link:hover {
    background: #fa414c;
    color: #fff;
}
.page-link:focus{
    box-shadow: none;
    background: #fa414c;
    color: #fff;
}
.page-item.active .page-link {
    background-color: #fa414c;
    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: 500;
    color: #fff;
}
.fg_con {
    width: 83%;
    padding-top: 12px;
    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: 13px;
    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 #6d9900 !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 h4{
    font-size: 16px;
}
.f_13{
    font-size: 13px;
}

/*==========================================================================/  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;
    font-weight: 500;
}
#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 !important;
    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;
}
.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: 30px;
  width: 30px;
  z-index: 123;
}



.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;
    background-color: #fff;
}
#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;
    background-color: #fff;
}


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

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




.m1_menu .dropdown-menu {
    width: 500px;
}
.portfolio .column  {
    float: left;
    margin: 10px;
    overflow: hidden;
    display: none;
    position: relative;
    border-radius: 5px;
}
.portfolio-2-page .column{
    width: 48%;
}
.portfolio-3-page .column {
    width: 32%;
}
.portfolio-4-page .column {
    width: 23.7%;
}
.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: 14px;
    margin: 5px;
}
.portfolio .btn:hover {
  background-color: #fa414c;
  color: #fff;
}
.portfolio .btn.active {
  background-color: #fa414c;
  color: white;
}
.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: 5px;
}



/*=====================================================================/  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: #fa414c;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.title1 h5{
    color: #fa414c;
}
.title2 h2::after {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color:#fa414c;
    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: #fa414c;
    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:#fa414c;
    content: "";
}
.title4 .title_line {
    position: relative;
    height: 1px;
    width: 180px;
    background-color:#fa414c;
    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: #fa414c;
    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: #fa414c;
    top: -4px;
}
.title5 .title_line{
    position: absolute;
    content: "";
    background-color: #fa414c;
    top: 50px;
    right: 0;
    height: 3px;
    width: 100%;
}
.title5 h2{
    background-color: #fafafa;
    padding-top: 0 20px;
    z-index: 1;
}
/*=========================================================================/  TITLE  =======================================================================================*/

/*=====================================================================  CATEGORY STYLE  ===================================================================================*/
.cats-img{
    position: relative;
    overflow: hidden;
}
.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 #fa414c;
}
.cats-img img {
    transform: scale(1);
    transition: .5s ease;
}
.cats_effect:hover img{
    border:1px solid #fa414c;
}
.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 #fa414c;
    height: 50px;
    width: 180px;
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
}
.s-3-button:hover{
    background-color: #fa414c;
}
.s-3-button:hover a{
    color: #fff !important;
}
/*====================================================================/  CATEGORY STYLE  ====================================================================================*/

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

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

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

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

#product_tab_page .product_thumb {
    margin-bottom: 30px;
    background: #f5f5f5;
    border-radius: 5px;
}
#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: #fa414c;
}
.wh_page{
    padding: 15px;
    background-color: #fff;
}

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

/*=================================================================== MULTI SLIDER  ====================================================================================*/

.multi-slider-product-page .product_thumb {
    align-items: center;
    margin-bottom: 10px;
}
.multi-slider-product-page .owl-theme .owl-buttons{
    top: -46px;
}

/*===================================================================/  MULTI SLIDER  ====================================================================================*/

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

.bl-sidebar img{
    height: 100px;
}
.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;
}

/*==================================================================/  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;
}

/*==================================================================/  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_page .wishlist-p-dlt {
    margin-top: -20px !important;
}
/*======================================================================= /  WISHLIST  ====================================================================================*/
.zoomWrapper{
    position: relative;
}
/* slider */
.slider_container{
    position: relative;
}
.slider_container .silder_text {
	position: absolute;
	right: auto;
	bottom: 50%;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	text-align: left;
	overflow: hidden;
    width: 40%;
}
.silder_text p{
    color: #3f4748;
}

/* shopping cart */
.shopping-cart .media-body{
    margin-left: 15px;
}
/* category */
.categoryName {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 15px;
    transition: 0.3s ease;
    margin: 0;
}
.category_part:hover .categoryName {
    opacity: 0;
}
.category_part:hover .categoryName {
    color: #fa414c;
}
.category_part:hover .cate-view {
    opacity: 1;
}
.cate-view {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s ease;
}
.cate-view a {
    font-size: 16px;
    font-weight: 500;
    color: #fa414c;
    border-bottom: 1px solid #fa414c;
}
.cate-view a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.cate_img {
    transition: 0.3s ease;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.category_part {
    text-align: center;
}
.cate_img::before {
    content: '';
    border: 1px dashed transparent;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 22px;
    transition: 0.3s ease;
}
.category_part:hover .cate_img::before {
    animation: rotation 2s infinite linear;
    border: 1px dashed #fa414c;
    position: absolute;
}
/* category */

/* left container */
.leftw {
    width: 19.25%;
    -ms-flex: 19.25%;
    flex: 19.25%;   
    max-width: 19.25%;
}
.right-col {
    width: 80.75%;
    -ms-flex: 80.75%;
    flex: 80.75%;   
    max-width: 80.75%;
}
/* single banner */
.beffect {
    box-shadow: 0 0 6px 0 rgba(4,0,0,0.1);
}
.beffect img{
    border-radius: 4px;
}
.fst_bnr {
    margin-top: 60px;
}
.snd_bnr {
    margin-top: 40px;
}
/* single banner */
/* new product */
.leftpro {
    box-shadow: 0 0 6px 0 rgba(4,0,0,0.1);
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-top: 40px;
}
.left-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 12px;
    position: relative;
    background-image: linear-gradient(90deg, #fa414b 0%, #fc5b6f 49%, #fd7c50 100%);
    border-radius: 5px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}
.left_pro_part .product_thumb {
    padding: 0px 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    align-items: center;
}
.left_pro_part .price {
    font-size: 14px;
}
.left_pro_part img{
    border-radius: 4px;
}
.left_pro_part .pro-heading {
    -webkit-line-clamp: 2;
    margin-bottom: 8px !important;
    font-size: 14px;
}
.left_pro_part .owl-theme .owl-buttons{
    display: none;
}
.item .col-12:last-child .product_thumb{
    margin-bottom: 0;
    border-bottom: none;
}
.left_pro_part {
    overflow: hidden;
}
/* new product */
/* testimonials */
.testimonial svg {
    fill: #fa414c;
    opacity: 0.2;
    position: absolute;
    height: 40px;
    width: 40px;
    right: -90px;
    left: 0;
    margin: 0 auto;
}
.testimonial{
    overflow: hidden;
}
.testimonial .quotes-slider__text img {
    position: relative;
    border-radius: 100%;
}
.testimonial .quotes-slider__text h4 {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fa414c;
    margin: 15px 0 5px 0;
}
.testimonial .quotes-slider__text h5 {
    color: #525252;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}
.testimonial .quotes-slider__text span {
    display: block;
    position: relative;
    margin-bottom: 50px;
}
.testimonial .quotes-slider__text span::before {
    content: '';
    border-left: 1px solid #ababab;
    height: 30px;
    position: absolute;
    top: 10px;
}
.testimonial .quotes-slider__text p {
    color: #7f7f7f;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
}
.testimonial .owl-theme .owl-controls .owl-pagination {
    position: unset;
    margin-top: 25px;
    margin-bottom: 25px;
}
.slideright .owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    background: #dcdcdc;
    border: 2px solid #dcdcdc;
    box-shadow: none;
    margin: 0 6px;
    border-radius: 20px;
}
.testimonial .owl-theme .owl-controls .owl-page.active span, .slideright .owl-theme .owl-controls .owl-page.active span {
    background: #fa414c;
    border: 2px solid #fa414c;
    width: 30px;
}
/* testimonials */

/* right container */
.new_pro_container .nav.nav-tabs {
    position: absolute;
    top: 13px;
    right: 110px;
}
.new_pro_container .product_thumb {
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 30px;
}
.new_pro_container .pro_image img{
    border-radius: 4px;
}
.new_pro_container .product_thumb  .main_text {
    padding: 0 15px 15px;
}
.new {
    z-index: 1;
    background: #fa414c;
    color: #fff;
    position: absolute;
    text-transform: capitalize;
    font-size: 12px;
    padding: 0px 7px;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    display: inline-block;
    line-height: 20px;
}
.sale {
    z-index: 1;
    background: #fa414c;
    color: #fff;
    position: absolute;
    text-transform: capitalize;
    font-size: 12px;
    padding: 0px 7px;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    display: inline-block;
    right: 10px;
    line-height: 20px;
}
.left_main_banner ,.b_banner{
    margin-top: 60px;
}
/* deal of the day */
.counter div{
    display: inline-block;
    text-align:center;
    margin-right:15px;
}
.counter span , .counter strong{
    display: block;
    text-align:center;
}
.counter span{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #fa414c;
    font-size:20px;
    padding-top: 15px;
    font-weight: 500; 
}
.counter strong{
    font-weight: normal !important;
    color: #939393;
    margin-top: 5px;
    font-size: 12px;
}
.new_pro_container .product_thumb{
    align-items: center;
}
.product-deal-item .pro-heading {
    font-size: 18px;
    font-weight: 400;
}
#deal_carousel .star {
    margin: 10px 0;
}
.new_pro_container .deal_text {
    height: 42px;
    overflow: hidden;
    margin: 8px 0;
}
/* deal of the day */
/* categories product */
.category-product .nav-tabs > li {
    float: none;
    border-bottom: 1px solid #e4e4e4;
    margin-left: 0;
    width: 100%;
    padding: 9px 20px;
}
.category-product .nav-tabs > li:last-child{
    border-bottom: none;
}
.category-product .nav-tabs > li.active > a, .category-product .nav-tabs > li.active > a:focus, .category-product .nav-tabs > li.active > a:hover {
    background: transparent;
    color: #fa414c;
}
.category-product .nav-tabs > li.active > a, .category-product .nav-tabs > li.active > a:focus, .category-product .nav-tabs > li.active > a:hover {
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fa414c;
}
.category-product .nav-tabs > li > a {
    line-height: 25px;
    border: none;
}
.product-image ul{
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}
.menu-cat a.active::before {
    content: '';
    width: 40px;
    margin-right: 10px;
    border-top: 1px solid #fa414c;
}
.menu-cat a::before {
    content: '';
    border-top: 1px solid #000;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    transition: 0.3s ease;
    margin-right: 10px;
}
.product_thumb img{
    border-radius: 4px;
}
.product-image .product_thumb {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    border-radius: 4px;
    align-items: center;
    padding: 7px 0;
}
.product-image .pro-heading {
    margin: 15px 0;
}
.menu-img {
	padding-left: 0;
	padding-right: 0;
}
/* categories product */
/* blog */
.blog_ h3 a {
    font-size: 18px;
    font-weight: normal;
}
/* blog */
/* footer */
.blog_ h3{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newsltr input {
    height: 45px;
    padding: 11px;
    width: 100%;
    background-color: #f5f5f5;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin-bottom: 0;
}
.input-group-btn {
    position: absolute;
    white-space: nowrap;
    top: 0;
    right: 0;
}
.input-group-btn .btn{
    height: 45px;
}
.site-footer {
    background: #fff;
    padding-top: 40px;
}
.block-social {
    padding-left: 80px !important;
}
/* right container */
/* ========================================== contact page ==========================================*/

.contact-us-btn button{
    padding: 6px 10px;
    background-color: #fa414c;
    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: #fa414c;
    margin-right: 10px;
}
.get_in {
    font-size: 14px;
    color: #777;
}
/* Contact Form Css */
#error_message{
    background: #f8d7da;
}
#success_message {
    background-color: #fa414c;
	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: #fa414c;
}
/* Contact Form Css End  */
.category-style-page .owl-buttons , .about-us-page .owl-buttons{
	display:none;
}