@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../../assets/fonts/Montserrat-Bold.ttf);
    src: url(../../assets/fonts/Montserrat-ExtraBold.ttf);
    src: url(../../assets/fonts/Montserrat-ExtraLight.ttf);
    src: url(../../assets/fonts/Montserrat-Light.ttf);
    src: url(../../assets/fonts/Montserrat-Medium.ttf);
    src: url(../../assets/fonts/Montserrat-Regular.ttf);
    src: url(../../assets/fonts/Montserrat-SemiBold.ttf);
    src: url(../../assets/fonts/Montserrat-Thin.ttf);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.swiper-btns{
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: 22px;
    right: 0;
    background: #f5f6f9;
}
.swiper{
    display:none;
}
.swiper-button-next, .swiper-button-prev {
    position: unset;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #101010;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 900;
}

.product-price span {
    font-size: 16px;
    color: #900000;
}

#main-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400;
    background-color: #f5f6f9;
    padding-top: 148px;
}

.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;
}

.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: #ff3333 !important;
    box-shadow: none;
}

.border {
    border: 1px solid #eee;
}


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

a i:hover,
a i:active,
a i:focus {
    color: #ff3333;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

button,
input,
select,
textarea {
    outline: none !important;
}

.main_banner,
.t_pro_container,
.t_cat_container,
.hb_container {
    margin-bottom: 35px;
    margin-top: 35px;
}

.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 h5 {
    background-color: #f5f6f9;
}

.title_outer {
    position: relative;
}

.title_outer::before {
    border-top: 1px solid #d6d6d6;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 34px;
    z-index: -1;
}


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


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

.owl-theme .owl-nav {
    top: -53px;
    margin-top: 0 !important;
    position: absolute;
    right: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #222 !important;
    margin: 0 !important;
    background: #f5f6f9 !important;
    min-width: 36px;
    min-height: 36px;
    text-align: center;
    transition: 0.3s ease;
    outline: none;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #f3283d !important;
    opacity: 1;
}

.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
    cursor: no-drop !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: #f33;
    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 ---------------------------------------------------------------------*/


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

.menu_slider {
    margin-top: 10px;
    margin-bottom: 40px;
}

.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;
}

.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: 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;
}


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

.service:hover li.ser-svg {
    border: 1px solid #ff3333;
}

.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: 25px !important;}

.wishlist-btn a{width:110px;}

#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: #f33;
    font-weight: 600;
}

#clockdiv .smalltext {
    font-size: 12px;
}


/*special product*/


/* effect */

.product_thumb .pro_image {
    position: relative;
}

.product_thumb .second-img {
    position: absolute;
    height: 100%;
    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: 25px 10px 30px 10px;
}

.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: #f5f5f5;
    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;
}

.button-group .symbol:hover {
    background-color: #fc0;
    border: 1px solid #fc0;
}

.pro-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
}

.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: #ff3333 !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: #ff3333;
}

.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: #ff3333;
    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-nav {
    right: -327px;
}


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


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

.blog_class .date {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff3333;
    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 .blog_image {
    flex: 0 0 46%;
    max-width: 46%;
}

.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: #ff3333;
}

.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 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


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


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

#content {
    position: sticky;
    top: 0;
}

.sp_header {
    margin: 30px 0;
}

.sp_product_detail {
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.sp-pro-carousel {
    padding: 30px;
}

.sp-pro-carousel .owl-theme .owl-nav {
    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: #f33;
    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: #f33;
    border: none;
    padding-top: 10px;
}

.primary.btn.btn-primary:hover {
    background-color: #000;
}

.sp_buy .primary.btn.btn-primary {
    width: 610px !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: #f33;
}

.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 #ff3333;
}

.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;
}

.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: .75rem 0;
    border: none;
    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: #ff3333 !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 #ff3333;
}

.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: #f33;
    border-color: #f33;
}

.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===============================================================================================*/


/*========================================================================================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: #ffcc00;
    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: #ff3333;
    border: transparent;
    font-size: 13px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #ff5c00;
    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: #ff3333;
}

.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 .product_thumb {
    margin-bottom: 30px;
    padding: 10px 10px 25px 10px;
}

#products .pro-heading {
    font-size: 15px;
    padding-bottom: 6px;
}

#products .star {
    padding-top: 5px;
}

#products .button-group {
    top: 28%;
}

.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;
    flex: 0 0 100%;
    max-width: 100%;
}

.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;
}

.item.shop_list_item .button-group {
    opacity: 1;
    position: unset;
    margin-top: 30px;
}

.page-link {
    margin: 0 3px;
    color: #000;
}

.page-link:hover {
    background: #f33;
    color: #fff;
}

.page-link:focus {
    box-shadow: none;
    background: #f33;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #f33;
    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: 12px;
}

#login .btn,
#forgot .btn,
#Registration .btn {
    font-size: 14px;
    padding: .375rem 1.75rem;
}

.form-control:focus {
    border: 1px solid #ff3333 !important;
}

.renew_pass.text-muted {
    font-size: 12px;
}


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

.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;
    padding: 4px;
    border: 3px solid #e4e4e4;
    margin: 10px;
    overflow: hidden;
    display: none;
    position: relative;
}

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

.portfolio .btn.active {
    background-color: #ff3333;
    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:hover,
.grid-item:hover .gridm_img {
    border: 3px solid #000;
}

.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;
    padding: 2px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}


/*=====================================================================/  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: #ff3333;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.title1 h5 {
    color: #ff3333;
}

.title2 h2::after {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #ff3333;
    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: #ff3333;
    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: #ff3333;
    content: "";
}

.title4 .title_line {
    position: relative;
    height: 1px;
    width: 180px;
    background-color: #ff3333;
    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: #ff3333;
    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: #ff3333;
    top: -4px;
}

.title5 .title_line {
    position: absolute;
    content: "";
    background-color: #ff3333;
    top: 50px;
    right: 0;
    height: 3px;
    width: 100%;
}

.title5 h2 {
    background-color: #f5f6f9;
    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 #ff3333;
}

.cats-img img {
    transform: scale(1);
    transition: .5s ease;
}

.cats_effect:hover img {
    border: 1px solid #ff3333 !important;
}

.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 #f33;
    height: 50px;
    width: 180px;
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
}

.s-3-button:hover {
    background-color: #ff3333;
}

.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;
}

#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: #f33;
}


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


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

.cust_nav {
    background: #ebebeb;
}

/*======================================================================= /  Price Range Slider  ====================================================================================*/

.noUi-horizontal {
    height: 3px;
}
.noUi-connect {
    background: #FE3638;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -9px;
    border-radius: 50%;
    border-color: #fe3638;
    box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 7px;
    top: 2px;
}
.noUi-handle:after{
    left: 11px;
}
/*Scale*/
.noUi-tooltip {
    border: none;
}
.noUi-pips-horizontal {
    padding: 15px 0;
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 1px;
    height: 5px;
}
.noUi-value-horizontal {
    font-size: 10px;
}