@charset "utf-8";
/*
---------------------------------------------------------------------------------------
* Template Name             : 
* Author                    : Piyush Tapaniya | +91 83060 05795
* Design and Developed by   : Piyush Tapaniya | +91 83060 05795
*--------------------------------------------------------------------------------------
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/

/*================================================
[  Table of contents  ]
================================================== 
:: Global
    :: Base
    :: Helper Classes
:: Components
    :: Buttons  
    :: Animations
    :: Pagination     
    :: Preloader
:: Layout
    :: Header  
    :: Banner   
    :: footer
    :: Back to top  
    :: Breadcrumb
    :: right side Cart
:: Page
    :: Login and signup 
    :: wishlist
    :: catagory
    :: catagory details
    :: Checkout

:: Media Query
==================================================
[ End table content ]
================================================*/


/*==========================================
    :: Base
==========================================*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.75px;
    font-weight: normal;
    color: #000000
}

button:focus {
    outline: none;
}

a {
    color: #f74f46;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #f74f46
}

*:focus {
    outline: none;
}

.table td,
.table th {
    vertical-align: middle;
}


/*==========================================
    :: Helper Classes 
==========================================*/
/* Color */
.text-color {
    color: #f74f46 !important;
}

.text-white {
    color: #ffffff;
}

.text-dark {
    color: #291843 !important;
}

.text-light {
    color: #626262 !important;
}

.text-light-gray {
    color: #cccccc !important;
}

/* Background */
.bg-primary {
    background-color: #f74f46 !important;
}

.bg-dark {
    background-color: #202020 !important;
}

.bg-gray {
    background-color: #707173 !important;
}

.bg_1 {
    background: #f7f7f7;
}


/* Border */
.border-primary {
    border-color: #f74f46 !important;
}

.border-dark {
    border-color: #291843 !important;
}

.border-gray {
    border-color: #707173 !important;
}

.gradient_bg {
    background: #f74f46;
    background: -moz-linear-gradient(135deg, #f74f46 0%, #28469c 100%);
    background: -webkit-linear-gradient(135deg, #f74f46 0%, #28469c 100%);
    background: linear-gradient(135deg, #f74f46 0%, #28469c 100%);
}

.required {
    color: red;
}

.box {
    padding: 23px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #ffffff;
}

.blockquote {
    border-left: 3px solid #dee2e6;
    border-radius: 6px;
    font-size: 16px;
}

.fa-star {
    color: #167dc0;
}

.white-box {
    background: #fff;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

.box-card-title {
    border-bottom: 1px solid #ecebeb;
}

.form-control {
    height: 52px;
    border: 2px solid rgb(32 32 32 / 0.3);
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal; 
}

label.form-lbl {
    font-size: 14px;
    margin-bottom: 4px;
}

/*arrow*/
.owl-carousel .owl-prev {
    position: absolute;
    left: 10%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    background-color: transparent;
    margin: 0 !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
    transition: 0.4s;
}

.owl-carousel .owl-next {
    position: absolute;
    right: 10%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    background-color: transparent;
    margin: 0 !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
    transition: 0.4s;
}

.owl-carousel .owl-nav button span {
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #ffffff;
    background-color: #f74f46;
    border-radius: 50%;
    font-size: 36px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
}

.owl-carousel .owl-nav button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/*dots*/
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px;
    width: 8px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #f74f46;
    width: 15px;
    height: 15px;
}

.owl-carousel .owl-dots button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


/*radio style*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f74f46;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/*Checkboxe style*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #797979;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    border-radius: 3px;
}

input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: 0;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*==========================================
    :: Buttons 
==========================================*/
/* round Button Strart */
.round-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #f74f46;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.round-btn:hover {
    color: #fff;
    box-shadow: none !important;
}

.round-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}

.round-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* round Button End */

/* round white Button Start */
.round-white-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 25px;
}

.round-white-btn:hover {
    color: #000;
}

.round-white-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgb(247 70 70 / 0.8);
}

.round-white-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* round white Button End */

.viewall-btn {
    border: 2px solid #f74f46;
    border-radius: 50px;
    padding: 1px 10px;
    font-weight: normal;
    background: #f74f46;
    color: #fff;
    font-size: 14px;
}

.viewall-btn:hover {
    background: var(--main-background_active);
    color: var(--main-white_text);
    border-color: var(--main-background_active);
}


/*==========================================
    :: Animations 
==========================================*/

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

/*Animation scaleout*/
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0.0);
    }

    100% {
        -moz-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

/*Animation rubberBand*/
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes rubberBand {
    from {
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -moz-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -moz-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -moz-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -moz-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -moz-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*==========================================
    :: pagination 
==========================================*/
.pagination>li>a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #444;
    color: #444;
    text-align: center;
    border-radius: 3px;
}

.pagination>li:hover a,
.pagination>li:focus a,
.pagination>li.active a {
    border: 1px solid #f74f46;
}

.pagination>li:hover a,
.pagination>li:focus a,
.pagination>li.active a,
.blockquote::after {
    background-color: #f74f46;
    color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
    display: block;
    border: none;
    position: relative;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
}

.pagination li:first-child:hover a {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.pagination li:last-child:hover a {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

/*==========================================
    :: Preloader 
==========================================*/
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f0f1f0;
    z-index: 999999999;
}

#loader .loader-spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background: #d1271a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    -moz-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}


/*==========================================
        :: Header
==========================================*/
.header-area {
    background: #fff;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    transition: ease all 0.5s;
    box-shadow: 0px 14px 30px 0px rgb(0 0 0 / 10%);
}

.header-area.fixed-top.header-animation {
    transition: ease all 0.5s;
    -webkit-box-shadow: 0px -12px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -12px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -12px 25px 0px rgba(0, 0, 0, 0.75);
}

.header-area.fixed-top.header-animation .navbar-dark .navbar-nav .nav-link {
    padding: 20px 10px;
}

/*menu*/
.navbar-expand-lg {
    width: 100%;
    float: left;
    padding: 0px 0;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.navbar-brand img {
    width: 180px;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

#navbarSupportedContent {
    justify-content: center;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    padding: 30px 10px;
    margin: 0 2px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    background: transparent;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    font-size: 16px;
    padding: 8px 13px;
    background: #fff;
    color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    background-color: #fff;
}

.fixed-top .navbar-brand img {
    width: 120px;
}

.fixed-top .navbar-dark .navbar-nav .nav-link {
    padding: 30px 10px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #202020;
    background: transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-toggle i.fa {
    margin-top: 5px;
    margin-left: 5px;
}

.dropdown>.dropdown-menu:before {
    content: '';
    position: absolute !important;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/*hover start*/
.dropdown-menu {
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: ease-out 0.3s;
    -ms-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    display: inline-block;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*hover end*/

.navbar-toggler {
    position: relative;
    border: transparent;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #202020;
    height: 2px;
    width: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/*Mobile toggle end*/

.fixed-top .navbar-nav>.nav-item>.nav-link:before {
    bottom: 10px;
}

.fixed-top .navbar-nav>.nav-item>.nav-link:hover:before,
.fixed-top .navbar-nav>.nav-item>.nav-link:focus:before,
.fixed-top .navbar-nav>.nav-item>.nav-link:active:before {
    bottom: 10px;
}

.active-nav-link {
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e45b38;
}

.dropdown-menu.rtl {
    left: inherit;
    right: 160px;
}

.header_account_area {
    position: relative;
}

.header-icons i {
    font-size: 20px;
    margin: 0 12px;
}

.header-icons {
    padding: 30px 0px;
    position: relative;
}

.header-icons b {
    position: absolute;
    top: 20px;
    right: 1px;
    box-shadow: 0 0 10px #f74f46;
    background-color: #f74f46;
    color: #FFF;
    border-radius: 50%;
}

.Redemption b {
    background-color: #f74f46;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 3px;
}

.header_manu .dropdown-menu {
    width: 12rem;
}

.header_manu .dropdown-item.dropdown-toggle i.fa {
    margin-top: 3px;
}

.topheader{
    background-color: #000;
    padding: 10px 0;
}
.header-area.fixed-top.header-animation .topheader {
    display: none;
}

/*==========================================
        :: Best Sellers Products
==========================================*/
.slider-BestSellers {
    display: block;
    width: 100%;
}

.slider-item {
    margin: 0 0 0px 0;
}

.slider-item .col-md-4 {
    max-width: 100%;
}

.product-box {
    position: relative;
    border: 1px solid #f1f1f1;
    transition: ease all 0.5s;
    margin-bottom: 30px;
}

.product-box:hover {
    box-shadow: 5px 5px 15px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 5px 5px 15px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 5px 5px 15px 0px rgba(42, 67, 113, 0.15);
}

.offer-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f4d442;
    padding: 5px 10px;
    color: #fff;
    border-radius: 15px;
    font-weight: 600;
}

.product-buttons {
    cursor: pointer;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    margin: auto;
    text-align: center;
    display: block;
    height: 40px;
}

.product-image {
    position: relative;
    background: #fcfcfc;
}

.product-data {
    padding: 20px;
} 

.product-name {
    font-size: 16px;
    color: #202020;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}

.product-name:hover {
    color: #f74f46;
}

.product-buttons a {
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    padding: 10px 6px;
    transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    position: relative;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: rgb(247 70 70 / 0.8);
}

.product-buttons a:hover {
    background-color: #f74f46;
}

.product-box:hover .product-buttons a {
    opacity: 1;
    transform: scale(1);
} 

.product-image-loaded {
    position: relative;
    height: 201px;
    width: 100%;
    grid-column-gap: 2px;
    display: inline-block;
}

.product-image-loaded img {
    position: absolute;
    max-height: 220px;
    max-width: 100%;
    width: auto !important;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}




/*==========================================
        :: categorybox
==========================================*/
.categorybox {
    position: relative;
    display: block;
}

.categorybox .category-name {
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.categorybox .category-name span {
    background-color: #fff;
    color: #202020;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 25px;
    text-align: center;
}

.categorybox:hover .category-name {
    top: 60%;
}

.category-image {
    position: relative;
    overflow: hidden;
    border: 5px solid #f7f7f7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.category-image img {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.categorybox:hover .category-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-catagory .product-box {
    margin-bottom: 30px;
}



/*==========================================
        :: Brand Logos
==========================================*/
.brandlogos .owl-nav.disabled {
    display: block;
}

.brandlogos .owl-prev,
.brandlogos .owl-next {
    top: 55%;
} 

.shipping-area{
    background: rgb(247 79 70 / 10%);
}

 
/*==========================================
        :: pick-favourite-area
==========================================*/
.pick-favourite-icon {
    border-radius: 500px;
    overflow: hidden;
}
.pick-favourite-icon img{
    max-width: 500px;
    width: 100%;
    transition: all 0.5s ease;
}
.pick-favourite-item:hover .pick-favourite-icon img {
    transform: scale(1.2);
}
.pick-favourite-item a{
    text-decoration: none;
}
/*==========================================
        :: Footer
==========================================*/
#footer {
    padding: 0;
    color: #666;
    position: relative;
    z-index: 1;
    background: #343333;
    overflow: hidden;
}

#footer .footer-container {
    margin: 0;
    padding: 0;
    overflow: visible;
    box-shadow: none;
}

#footer .footer-container .footer_top {
    position: relative;
    padding: 10px 0;
}

#footer .footer-container .footer_bottom {
    padding-bottom: 10px;
}

#footer .footer-container .footer_block {
    margin-bottom: 0;
} 

#footer .footer-container .footer_about_us .logo_footer {
    margin-bottom: 35px;
}

#footer .footer-container .footer_about_us .desc_info {
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

    #footer .footer-container .footer_about_us .need_help {
        margin-top: 30px;
        background: url("../images/call.png") no-repeat;
        background-size: 50px;
        padding-left: 60px;
        padding-bottom: 5px;
    }

#footer .footer-container .footer_about_us .need_help p {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#footer .footer-container .footer_about_us .need_help .phone {
    font-size: 22px;
    font-weight: 600;
    color: #253237;
    margin: 0;
}

.social_follow {
    position: relative;
    font-size: 0;
    margin-top: 30px;
}

.social_follow li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 36px;
    background-image: none !important;
    padding: 0;
}

.social_follow li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 24px;
    padding: 0;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#footer .footer-container .footer_block {
    margin-bottom: 0;
}

#footer .footer-container .footer_block h3 {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    color: #253237;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 600
}

#footer .footer-container .footer_block h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #f74f46;
}

#footer .footer-container .footer_block .footer_list {
    margin-bottom: 0;
    background: none;
    padding-left: 0;
}

#footer .footer-container .footer_block .footer_list>li,
#footer .footer-container .footer_block .footer_list>ul>li {
    display: block;
    margin: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
}

#footer .footer-container .footer_block .footer_list>li a,
#footer .footer-container .footer_block .footer_list>ul>li a {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#footer .footer-container .footer_block .footer_list>li a:hover,
#footer .footer-container .footer_block .footer_list>ul>li a:hover {
    padding-left: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ft_newsletter {
    padding-bottom: 50px;
}

.ft_newsletter form {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.ft_newsletter form .btn {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    font-size: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #f74f46;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ft_newsletter form .input-wrapper input {
    height: 47px;
    background: #fff;
    border: 0;
    color: #b1b1b1;
    padding: 10px 120px 10px 10px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}




/*==========================================
    :: Back to top 
==========================================*/
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    animation: BounceAnimation 4s infinite;
    -webkit-animation: BounceAnimation 4s infinite;
    -moz-animation: BounceAnimation 4s infinite;
    -o-animation: BounceAnimation 4s infinite;
}

.back-to-top:hover {
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.5);
}

.back-to-top a {
    color: #fff;
}

.back-to-top.show {
    display: inline-block;
}



/*==========================================
    :: Breadcrumb 
==========================================*/
.breadcrumb-area {
    background: url("../images/bg.jpg") no-repeat center center / cover;
    background-attachment: fixed;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(6 6 6 / 36%);
    opacity: 0.9;
}

.area_bg_box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 130px 0 10px 0;
}

.main_breadcrumb {
    padding: 5px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0;
    background: transparent;
}

.breadcrumb_active {
    color: #ffffff;
}

.breadcrumb a {
    color: #fff
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}



/*==========================================
    :: right side Cart start
==========================================*/

.right_Cart {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(450px, 0px);
    transform: translate(450px, 0px);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 320px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    position: fixed;
    padding: 26px 20px;
    z-index: 9999;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.show_right_Cart {
    transition-duration: 300ms;
    transform: translate(0px, 0px);
}

.list-Bagimge {
    display: flex;
}

.toggle-right {
    transition-duration: 300ms;
    transform: translate(0px, 0px);
}

.active-toggle-right {
    transition-duration: 300ms;
    transform: translate(0, 16px);
    background: #171616;
    z-index: 99999;
    position: absolute;
}

.active-toggle-right .qoute-icn,
.active-toggle-right .send-icn {
    display: none;
}

.active-toggle-right .msg-icn {
    opacity: 1;
    visibility: visible;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.msg-icn {
    opacity: 0;
    position: absolute;
    left: -10px;
    visibility: hidden;
    top: -13px
}

.active-toggle-right a.shop-cart {
    display: none;
}

.view-image {
    margin-right: 15px;
}

.rightclose {
    position: absolute;
    right: 12px;
    top: 28px;
    z-index: 99;
    color: #202020;
}

.rightclose i {
    font-size: 22px
}




/*-----------------------------------------------
    :: Login signup Start
------------------------------------------------*/
.main-bg-color {
    background: #f74f46 url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-size: cover;
}

.form-login {
    box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.login-other a {
    color: #b18438
}

.box-otp,
.hide-box-login {
    display: none;
}

.show-box-otp {
    display: block;
}

.password_eye {
    position: relative;
}

.icon-view {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #202020;
    font-size: 18px;
}

.Fild-box-Error {
    position: relative;
}

.Fild-box-Error input {
    border: 2px solid rgb(255 0 0);
}

.Fild-box-Error .Fild-Error {
    color: red;
    position: absolute;
    bottom: -18px;
    font-size: 13px;
    left: 1px;
    font-weight: 500;
}

.email-icon {
    background: transparent url(../images/email.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-size: 22px !important;
}

.password-icon {
    background: transparent url(../images/password.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-size: 22px !important;
}



/*-----------------------------------------------
    :: wishlist Start
------------------------------------------------*/
.wishlist-data table.table tr th:nth-child(2) {
    width: 50%;
}

.wishlist-data table.table thead tr {
    background: #f74f4605;
}



/*==========================================
    :: catagory
==========================================*/
.toolbox .form-control {
    height: 42px;
    border: 1px solid rgb(32 32 32 / 0.3);
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    border: none;
    margin: 00px 0 20px 0;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #f74f46;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #f74f46;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #f74f46;
}


/*==========================================
    :: catagory details
==========================================*/
.swiper-container {
    margin: 00px auto 20px auto;
}

.swiper-slide-container {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.rel-Price {
    font-size: 24px;
}

.details-start li {
    margin: 0 !important;
}

.details-start li i {
    color: #f74f46;
}

.qty_number {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid rgb(247 79 70);
    padding: 0 0px;
    width: 150px;
    border-radius: 37px;
}

.qty_number input[type="text"] {
    border: none;
    text-align: center;
}

.qty_minus,
.qty_plus {
    width: 25px;
    cursor: pointer;
    padding: 6px 20px;
}


.icon-left-effect {
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 30px;
}

.icon-left-effect i,
.icon-right-effect i {
    top: 16px;
    font-size: 20px;
    width: 32px;
    left: 16px;
}

.icon-left-effect:hover i {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.icon-left-effect i {
    position: absolute;
    left: 20px;
    top: 13px;
    font-size: 18px;
    width: 30px;
    -webkit-transform: translate3d(-70px, 0, 0);
    transform: translate3d(-70px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.icon-left-effect>span {
    display: inline-block;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.icon-left-effect:hover>span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.details-list {
    display: none;
}

.tab-active {
    display: block;
}

.details-title {
    display: flex;
    position: relative;
    width: 100%;
    border-left: 1px solid #e6e4e4;
}

.details-title li {
    float: left;
    margin-right: 0 !important;
}

.details-title li:nth-last-child(1) {
    border-right: 1px solid #e6e4e4;
}

.details-title li a.details-active {
    background: #fff;
    border-top: 2px solid #ff9933;
}

.details-title li a.details-active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    display: inline-block;
}

.details-title li a {
    font-size: 16px;
    padding: 15px 45px;
    background: #ececec;
    display: inline-block;
    border-top: 2px solid #e6e4e4;
    position: relative;
    font-weight: bold;
}

.details-title-data-box {
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e4e4;
    padding: 20px 25px;
    background: #fff;
}



.hover-img {
    border: 1px solid #000 !important;
}

.left-thumb-image ul {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.hover-img-view {
    position: relative;
    display: inline-block;
    height: 450px;
    width: 100%;
}

.hover-img-view>img {
    position: absolute;
    height: auto;
    width: auto;
    max-height: 450px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
}

.thumb-image {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 1px solid #ddd;
}

.thumb-image img {
    position: absolute;
    height: auto;
    width: auto;
    max-height: 70px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
}



/*-------------------------------------
        Checkout
-------------------------------------*/
.box-checkout-steps {
    position: relative;
    margin-bottom: 15px;
}

.checkout-step {
    position: relative;
    border: 1px solid #eef5f9;
}

.checkout-number {
    background: #ffffff;
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #f74f46;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.step-active .checkout-title {
    background: #f74f46;
    color: #fff;
}

.checkout-title {
    background: #eef5f9;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}

.checkout-details {
    padding: 15px 15px;
}

.box-radro label {
    font-size: 14px;
    margin: 0;
}

.multi-address-list {
    border-bottom: 1px solid #eef5f9;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.multi-address .multi-address-list:nth-last-child(1) {
    border-bottom: none;
}

.multi-address-list a {
    color: #202020;
}

.hide-address {
    display: none;
}

.payment-checkout {
    border-bottom: 1px solid #eef5f9;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.payment-checkout label {
    font-size: 16px;
    margin-bottom: 0;
}

.checkout-details {
    display: none;
}

.step-active .checkout-details {
    display: block;
}

.step-active .steps-change {
    color: #fff;
}

.address-form input.form-control {
    padding-left: 15px;
}



.box-Comments-list .sub-comment {
    border-left: 2px dashed #dee2e6;
}

.post-thumb img {
    width: 60px;
}

#Comment-form .form-control {
    padding-left: 15px;
}


.about-content{
    margin-left: 50px;
}

/*==========================================
    :: About Us Page Area
==========================================*/
.Awesome-video {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 6;
}

.box-Awesome {
    position: relative;
}

.box-Awesome:before {
    position: absolute;
    content: "";
    height: 25%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}



/*==========================================
    :: Contact Page
==========================================*/
.contact-data {
    padding: 45px;
    background: #ffffff;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.05);
}

.contact-map {
    margin-top: -120px;
}

.single-contact {
    background: #ffffff;
    padding: 50px 0;
    transition: .5s ease;
    border-radius: 4px;
}

.single-contact:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.contact-form input.form-control {
    padding-left: 15px;
}



.text-ellipsis {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.Ordered-status {
    position: absolute;
    right: -5px;
    top: -20px;
    background: #c93a39;
    color: #fff;
    padding: 4px 15px;
}

.Location1,
.Location2 {
    position: relative;
}

.Location1:before {
    content: "";
    background: url(../images/location.png);
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 40px;
    background-repeat: no-repeat;
    left: -53px;
    top: 1px;
    opacity: 0.5;
}

.Location2:before {
    content: "";
    background: url(../images/location.png);
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 40px;
    background-repeat: no-repeat;
    left: -53px;
    top: 1px;
    opacity: 0.5;
}

.Location1:after {
    content: "";
    position: absolute;
    height: 90%;
    width: 2px;
    background: #000;
    left: -34px;
    top: 35px;
    opacity: 0.5;
}

/*==========================================
    ::  Media Query
==========================================*/
/*min css start*/
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

/*max css End*/

/*max css start*/

@media screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {

    /* Menu  start */
    .navbar-expand-lg {
        padding: 10px 0;
    }

    .dropdown-menu {
        display: none;
    }

    #navbarSupportedContent {
        justify-content: flex-end;
        position: fixed;
        top: 74px;
        background: rgb(247 71 71);
        width: 260px;
        left: -260px;
        right: 0;
        height: 100%;
        padding-top: 10px;
        overflow: auto;
        -moz-transition: ease all 0.2s;
        -ms-transition: ease all 0.2s;
        -o-transition: ease all 0.2s;
        transition: ease all 0.2s;
        z-index: 99;
    }

    .navbar-collapse.collapse.show {
        left: 0 !important;
    }

    .fixed-top #navbarSupportedContent {
        top: 0px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 10px !important;
        color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link i.fa {
        padding: 5px 10px;
        position: absolute;
        right: 0;
    }

    .dropdown-menu {
        border: 1px solid transparent;
        background: #f74747;
        box-shadow: none;
    }

    .nav-link.dropdown-toggle>i.fa {
        margin-top: 0;
    }

    .dropdown-item,
    .dropdown-item:focus,
    .dropdown-item:hover {
        padding: 10px 20px;
        background: #f74747;
        color: #ffffff;
    }

    .dropdown-submenu>.dropdown-menu {
        margin-left: 15px;
    }

    .dropdown>.dropdown-menu:before {
        display: none;
    }

    .dropdown-menu.rtl {
        left: inherit;
        right: auto;
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #ffffff;
    }

    .header-icons {
        padding: 20px 6px;
    }

    .header-icons i {
        font-size: 16px;
        margin: 0 4px;
    }

    .navbar-dark .navbar-brand {
        margin-right: 0;
        width: 90px;
    }


    .header-icons b {
        top: 10px;
        right: -3px;
        padding: .15em .35em;
    }

    .box-grow p.sub {
        font-size: 34px;
    }

    .min-banner {
        min-height: 65vh !important;
    }

    .navbar-dark .navbar-toggler {
        margin-left: 15px;
    }

}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    img.img-fluid.main-logo {
        width: 180px;
    }

    .social-media {
        position: relative;
        bottom: 10px;
        z-index: 9;
        margin-top: 25px;
        margin-bottom: 30px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .min-banner {
        min-height: 50vh !important;
    }

    .header-area.fixed-top {
        position: relative;
    }

    .header-area.fixed-top.header-animation {
        position: fixed;
    }

    #footer .row .col-md-4:first-child:before {
        background: transparent;
    }

    #footer .footer-container .footer_about_us .desc_info {
        color: #666 !important;
    }

    #footer .footer-container .footer_about_us .need_help .phone {
        color: #253237 !important;
    }

    .social_follow li a {
        color: #666 !important;
        margin-bottom: 30px;
    }

    .copyright.text-white,
    .Copyright-section.pus-link span {
        color: #202020 !important;
    }

    .payment {
        margin-top: 30px;
    }

    .thumb-image {
        height: 70px;
        width: 70px;
    }

    .thumb-image img {
        max-height: 70px;
    }

    .toolbox.mb-3 {
        margin-top: 40px;
    }

    .area_bg_box {
        padding: 40px 0 40px 0;
    }

}

@media screen and (max-width:750px) {}

@media screen and (max-width:576px) {
    .Coming-contact {
        width: 100%;
        margin: 5px 0 !important;
        justify-content: center;
    }

    .min-banner {
        min-height: 30vh !important;
    }

    .header_account_area>ul>li:nth-child(1) {
        display: none;
    }

    .toolbox>.d-flex.justify-content-between {
        display: inline-block !important;
        width: 100%;
    }

    .toolbox-item label.m-0 {
        width: 100px;
    }

    .toolbox-item .select-custom {
        width: calc(100% - 100px);
    }

    .toolbox .Sortby {
        margin-top: 10px;
    }
}

/*max css end*/