@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Shoestar
    Description: Shoestar – Web Template HTML Template | Homepage
    Author: codezion 
    Author URI: https://www.templatemonster.com/authors/codezion/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    >>> TABLE OF CONTENTS:
    =======================

    01. Common/Reusable CSS
        1.1 - Animations
        1.2 - General
        1.3 - Section Title
        1.4 - Video Button
        1.5 - Slick Arrows
        1.6 - Slick Dots
        1.7 - Typography
        1.8 - Tables
        1.9 - Forms
        1.10 - Forms
        1.11 - Buttons
        1.12 - Pagination
        1.13 - Colors
        1.14 - Accordion
        1.15 - Tabs
    02. Homepage
        2.1 - Header
        2.2 - Banner
        2.3 - About Us
        2.4 - Services
        2.5 - Cta
        2.6 - How It Works
        2.7 - Our Team
        2.8 - Testimonials
        2.9 - Blog
        2.10 - Get In Touch
        2.11 - Footer
    03. About Us
    04. Services
    05. Service Details
    06. Team
    07. Blog Grid
    08. Blog Details
    09. Contact Us
    
-----------------------------------------------------------------------------------*/
/*---Google Fonts---*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');



:root {
    --thm-font: 'Dosis', sans-serif;
    /* Headings */
    --thm-b-font:  'Merriweather', serif;
    /* Body font */
    --thm-icon-font: "Font Awesome 5 Pro";
    /*Icon Font*/
    --thm-color-one: #d11930;
    --thm-color-two: #000000;
    --thm-color-three: #fff;
    --thm-color-four: #000000;
    /*Light Color*/
    --thm-color-light: #f7f7f7;
    /*RGB Colors*/
    --thm-color-one-rgb: 14, 223, 126;
    --thm-color-two-rgb: 0, 0, 0;
    --thm-color-three-rgb: 237, 241, 245;
    --thm-color-four-rgb: 0, 0, 0;
    /*Light Color*/
    --thm-color-light-rgb: 247, 247, 247;
    /*Theme Colors*/
    --thm-body-color: #636060;
    /*Body Colors*/
    --thm-white: #ffffff;
    /*White Color*/
    --thm-border: #d1d1d1;
    /*Border Color*/
}

/*Animations*/

@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*General*/
::selection {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

i[class^="flaticon-"],
i[class*=" flaticon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--thm-b-font);
    color: var(--thm-body-color);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    font-family: sans-serif;
    overflow-x: hidden;
    counter-reset: sectionCounter;
}

.relative {
    position: relative;
}

.thm-font {
    font-family: var(--thm-font);
}


.section-padding {
    position: relative;
    padding: 80px 0;
}

.section-padding.section {
    padding-bottom: 50px;
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-fit-contain {
    width: 70%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 0;
    position: relative;
}
li a {
    text-decoration: none;
}

button:focus,
*:focus {
    outline: none;
}

button {
    background: transparent;
    border: none;
    padding: 0;
}

label {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: normal;
}

label>a {
    font-size: 14px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    transition: 0.5s;
}

select {
    appearance: auto;
    border: none;
    color: #b7b7b7;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.container-wide .row {
    flex-wrap: unset;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.z-2 {
    position: relative;
    z-index: 2;
}


.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.section-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

/*section-title*/

/*
.header.can-sticky {
    border-bottom: 2px solid #2656DB;
}*/
.section-header {
    max-width: 550px;
    padding-bottom: 30px;
    margin: 0 auto 0 0;
    text-align: left;
    position: relative;
}

.section-header .section_count {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    color: var(--thm-color-one);
    line-height: 1.5;
}

.section-header .section_count:before {
    counter-increment: sectionCounter;
    content: "0"counter(sectionCounter);
}

.section-header .title {
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    font-size: 36px;
    margin-bottom: 0px;
}

.section-header .text {
    margin-bottom: 0;
}

.section-header.text-center {
    margin: 0 auto;
}

.section-header.text-center .title {
    justify-content: center;
}

.lh-normal {
    line-height: normal;
}

hr {
    margin: 30px 0;
    border-color: var(--thm-border);
}

blockquote {
    background-color: #fff;
    position: relative;
    padding: 30px;
    padding-top: 0;
    border-left: 4px solid var(--thm-color-one);
    border-radius: 10px;
    border-bottom: 2px solid #e2dcdc;
}

blockquote .quote_icon {
    width: 50px;
    height: 50px;
    background: var(--thm-color-one);
    color: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 16px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote .quote_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--thm-color-two);
    font-style: italic;
}

blockquote .quote_author {
    font-size: 18px;
    color: var(--thm-color-one);
    display: flex;
    align-items: center;
}

blockquote .quote_author:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: var(--thm-color-two);
    margin-right: 20px;
    display: inline-flex;
}

/*Slick Arrows*/


.slick-slide {
    padding:10px;
    text-align:center;
    margin-right:3px;
    margin-left:3px;
}

.slick-arrow:hover {
    color: var(--thm-white) !important;
    background-color: var(--thm-color-one);
    border-color: inherit !important;
}

.slick-arrow:before {
    content: "\f053";
    font-family: var(--thm-icon-font);
    font-weight: 500;
    font-size: 20px;
}

.slick-arrow.slick-next:before {
    content: "\f054";
}
.slick-arrow.slick-prev:before {
    content: "\f053";
}

/*.slick-arrow.slick-prev {
    right: 0;
    left: 5%;
    top: 50%;
    font-size: 0;
    position: absolute;
    transition: 0.5s all;
    width: 45px;
    height: 45px;
    background: #f88e9d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.slick-arrow.slick-next {
    right: 5%;
   left: 0;
    top: 50%%;
    font-size: 0;
    position: absolute;
    transition: 0.5s all;
    width: 45px;
    height: 45px;
    background: #f88e9d;
    border: 1px solid #f88e9d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}*/

.slick-prev.slick-arrow {
    position: absolute;
    top: 48%;
    left: 7%;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 0;
    transition: 0.5s all;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-next.slick-arrow {
    position: absolute;
    top: 48%;
    right: 7%;
/*    left: 0;*/
    bottom: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 0;
    transition: 0.5s all;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}



.slick-arrow.slick-prev:hover {
    border: 2px solid #d11930;
    background-color:transparent;
    color: #d11930 !important;
}
.slick-arrow.slick-prev:hover:before {
    color: #d11930;
}
.slick-arrow.slick-prev:focus {
    border: 2px solid #d11930;
    background-color: #fff;
    color: #d11930;
}
.slick-arrow.slick-prev:focus:before {
    color: #d11930;
}

.slick-arrow.slick-next:hover {
    border: 2px solid #d11930;
    background-color: transparent;
    color: #d11930 !important;
}
.slick-arrow.slick-next:hover:before {
    color: #d11930;
}
.slick-arrow.slick-next:focus {
    border: 2px solid #d11930;
    background-color: #fff;
    color: #d11930;
}
.slick-arrow.slick-next:focus:before {
    color: #d11930;
}

.testimonial-sliderc .slick-prev.slick-arrow {
    border: none;
    font-size: 0;
    display: none;
}
.testimonial-sliderc .slick-next.slick-arrow {
    border: none;
    font-size: 0;
    display: none;
}

/*Slick Dots*/

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-dots li {
    padding: 0;
    line-height: 0;
}

.slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #182946;
    margin: 0 8px;
    transition: 0.6s all;
    border: 0px solid #182946;
}

.slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--thm-color-one);
    border: 0px solid var(--thm-color-one);
    position: relative;
}

.slick-dots li.slick-active button:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--thm-color-one);
    position: absolute;
    top: -5px;
    left: -5px;
}

/*pagination*/
.pagination {
    justify-content: center;
    margin-top: 20px;
    /* margin-bottom: 15px; */
    border-radius: 0;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0px 7px 15px;
}

.post_details .post_navigation .nav_item, .pagination .page-item .page-link {
    border: 2px solid ;
    color: #000;
    border-radius: 5px;
    /* background-color: var(--thm-color-two); */
    /* color: var(--thm-white); */
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
}

.post_details .post_navigation .nav_item:hover,
.pagination .page-item .page-link.active,
.pagination .page-item.active .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link {
    background-color: var(--thm-color-one);
    border: 1px solid var(--thm-color-one);
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
    font-weight: bold;
    color: var(--thm-color-two);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--thm-color-two);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
    line-height: 1.2;
}

h4 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    line-height: 1.3;
}

h6 {
    font-size: 20px;
    line-height: 1.7;
}

p {
    margin-bottom: 25px;
    color: #838383;
    font-family: 'Roboto', serif;
}

a {
    color: var(--thm-color-three);
    transition: .3s all;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover,
a:focus {
    color: var(--thm-color-one);
    text-decoration: none;
}

/*Tables*/
table {
    margin-bottom: 30px;
}

table th,
table td {
    padding: 15px 40px;
    vertical-align: middle;
    background-color: var(--thm-white);
}

table th {
    font-weight: 500;
    color: var(--thm-color-two);
    font-size: 16px;
    border: 1px solid var(--thm-border);
}

table {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

table td {
    border: 1px solid var(--thm-border);
}

table img {
    width: 40px;
    border-radius: 0;
}

.mb-xl-20 {
    margin-bottom: 20px;
}

.mb-xl-30 {
    margin-bottom: 30px;
}

.mb-xl-60 {
    margin-bottom: 60px;
}
.whislist-table {
    overflow: auto;
}
.order-title {
    color: #000;
}

/*Forms*/
.form-control:focus {
    box-shadow: none;
}

.form_style label {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--thm-white);
}

.form_style .form-control {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--thm-color-one);
    border-radius: 0;
}

.form_style .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid var(--thm-color-one);
}

.form_style .form-control,
.form_style .form-control::placeholder {
    color: var(--thm-white);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    height: auto;
    font-weight: 500;
}

.form_style.style_two .form-control,
.form_style.style_two .form-control::placeholder {
    color: var(--thm-body-color);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}
.text-custom-black {
    color: #000;
}

/*Buttons*/

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border:  transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--thm-body-color);
}
/*.btn:hover{
    background-color: #d11930;
}*/

.btn:hover {
    background-color: transparent;
}

.thm-btn {
    font-size: 16px;
    color: var(--thm-white);
    display: inline-flex;
    align-items: center;
    border: 2px solid ;
    padding: 10px 30px;
    transition: 0.5s all;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
}

.thm-btn .button_title {
    display: inline-block;
    overflow: hidden;
}

.thm-btn .btn_letters {
    display: inline-block;
    line-height: 1em;
}

.thm-btn.btn-border {
    background-color: var(--thm-white);
}

.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-white);
    background-color: var(--thm-color-one);
    border: 2px solid var(--thm-color-one);
}

.thm-btn i {
    font-size: 14px;
    line-height: normal;
    margin-left: 10px;
}

.thm-btn.btn-rounded {
    border-radius: 50px;
}

.thm-btn.btn-rectangle {
    border-radius: 8px;
}

.thm-btn.btn-small {
    padding: 6px 42px;
}

/*Colors*/
.thm-color-one {
    color: var(--thm-color-one);
}

.thm-color-two {
    color: var(--thm-color-two);
}

.thm-color-three {
    color: var(--thm-color-three);
}

.thm-color-four {
    color: var(--thm-color-four);
}

.thm-bg-color-one {
    background-color: var(--thm-color-one);
}

.thm-bg-color-two {
    background-color: var(--thm-color-two);
}

.thm-bg-color-three {
    background-color: var(--thm-color-three);
}

.thm-bg-light {
    background-color: var(--thm-color-light);
}

.thm-bg-color-four {
    background-color: var(--thm-color-four);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/*Preloader*/
.preloader {
    background-color: var(--thm-color-one);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}


/*---------------------------------------*/


/*------header start------*/


.menu-item a:hover {
    transform: translateX(5px);
}
.active {
    color: #d11930;
}
.header-logo {
    padding: 10px 0;
}

.menu-top-bar {
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu-icon {
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn.btn-primary {
    width: 50px;
    height: 35px;
    /* margin-right: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

.btn.btn-primary i {
    transition: 0.5s all;
}

.btn.btn-primary i:hover {
    color: #d11930;
}

.menu-icon i {
    padding: 22px 15px;
    border-left: 1px solid #d2cdcd;
    position: relative;
    color: #474747;
}
.menu-top-bar span {
    padding: 16px 20px;
    border-left: 1px solid;
    font-size: 14px;
    color: #b7b7b7;
}
.contant-color {
    color: #d11930 !important;
    border-left: none !important;
    padding-left: 0 !important;
}
.cart-nmber {
    font-size: 9px;
    position: absolute;
    top: 12px;
    width: 15px;
    height: 15px;
    background-color: #d11930;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8px;
    color: #fff;
}
.border-right {
    border-right: 1px solid #d2cdcd;
}

.header-logo-sti {
    display: none;
}

/*------header end------*/

/*navigation start*/

.main-menu {
    display: flex;
}

.menu-item {
    padding: 20px;
    color: #fff;
    font-size: 24px;
    font-family: 'Dosis';
    font-weight: 600;
}

.banner-slider:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.header.sticky {
    animation-name: fadeHeaderInDown;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    z-index: 22 !important;
    background: #fff;
    animation-duration: 1s;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    animation-fill-mode: both;
}
.header.sticky .menu-item a {
    color: #676464;
    font-weight: 600;
}
.header.sticky .menu-item a:hover {
    color: #d11930;
}
.header.sticky .menu-item {
    padding: 15px 25px;
}

/*-----navigation start-----*/

.header .navigation .menu-item-has-children {
    position: relative;
}

.header .navigation .menu-item-has-children>a:after {
    content: "\f078";
    font-family: var(--thm-icon-font);
    margin-left: 10px;
}

.header .navigation .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.5s all;
    width: 215px;
    visibility: hidden;
    opacity: 0;
    background-color: var(--thm-color-one);
}

.header .navigation .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item {
    padding: 0;
    width: 100%;
    padding: 10px 10px;
    /* margin-bottom: 5px; */
    border-bottom: 1px solid;
    transition: 0.5s all;
    background-color: var(--thm-color-one);

}

.header .navigation .menu-item-has-children .sub-menu .menu-item>a {
/*    background-color: var(--thm-color-one);*/
    color: var(--thm-white);
    display: flex;
    font-size: 20px;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item:hover {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 52px;
}

.header .header_action {
    margin-left: 15px;
}

.header.sticky .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: -100%;
    top: 52px;
}

/*-----hamburger start------*/


.hamburger {
    display: none;

}
.hamburger-btn span{
    background: #fff;
    margin-bottom: 5px;
    display: flex;
    position: relative;
    width: 25px;
    height: 2px;
    transition: 0.5s all;
}
.hamburger-btn span:last-child {
    margin-bottom: 0;
}
.hamburger-btn.active span:first-child {
    transform: rotate(45deg);
    top: 4px;
}
.hamburger-btn.active span:nth-child(2) {
    display: none;
}
.hamburger-btn.active span:last-child {
    transform: rotate(-45deg);
    top: -3px;
}

/*-----hamburger end------*/


/*--------banner start------*/

    .top-chose {
    cursor: pointer;
    transition: 0.5s all;
}
    .top-chose:hover {
    color: #d11930;
}

.top-chose option {
    padding: 21px 31px;
}

.header.can-sticky.sfdh {
    position: absolute;
    top: 65px;
    left: 28%;
    z-index: 1;
}

.header.sticky .header-logo-sti{
    display: block;
}

.header.sticky .navigaation-warpper{
        display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-slider {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
}
.banner-pera {
    position: absolute;
    top: 223px;
    left: 25%;
    max-width: 55%;
    margin: 0 17px;
}
.banner-pera.text-center h3 {
    color: #fff;
    font-size: 72px;
}
.banner-pera.text-center p {
    color: #fff;
    /* max-width: 575px; */
    font-size: 24px;
/*    padding: 0 353px;*/
}
.banner-slid {
    position: relative;
}


/*--------banner end------*/


/*--------feture start-------*/

.feture-slider .slick-arrow.slick-prev:before {
    content: "\f060" !important;
    font-size: 25px;
    font-weight: 600;
}
.feture-slider .slick-arrow.slick-next:before {
    content: "\f061" !important;
    font-size: 25px;
    font-weight: 600;
}
.feture-slider .slick-prev.slick-arrow {
    position: absolute;
    top: 40%;
    left: 8%;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #d11930;
    font-size: 0;
    transition: 0.5s all;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feture-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: 8%;
    /* left: 0; */
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #d11930;
    font-size: 0;
    transition: 0.5s all;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feture-slider .slick-arrow.slick-prev:hover:before {
    color: #000;
}
.feture-slider .slick-arrow.slick-next:hover:before {
    color: #000;
}
.feture-slider .slick-arrow.slick-prev:focus:before {
    color: #000;
}
.feture-slider .slick-arrow.slick-next:focus:before {
    color: #000;
}

.slick-slide img {
    display: inline-block;
}
.btn-more {
    border: 1px solid #d11930;
    background: #d11930;
    padding: 5px 20px;
    transition: 0.5s all;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
a.btn-more:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: 0.5s all;
    background: #000;
    z-index: -1;
}
.btn-more:focus {
    color: #fff;
}
a.btn-more:hover:before {
    opacity: 1;
    transform: scale(1.5);
}


.btn-more:hover {
    border: 1px solid #fff;
    color: #fff;
}
.feture-padding {
    padding-bottom: 50px;
}
.feture-name span {
    font-size: 30px;
}
.feture-slider {
    text-align: center;
}
.feture-rate {
    color: #d11930;
}
.seller-image {
    width: 100%;
    height: 278px;
    background: #efefef;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s all;
    overflow: hidden;
}
.seller-box:hover .seller-image img {
    transform: scale(1.1);
}
.seller-image img {
    transition: 0.5s all;
}
.seller-now {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #d11930;
    color: #fff;
    padding: 5px 35px;
}
.seller-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: end;
    margin-bottom: 60px;
}
.seller-rating i {
    color: #ffc007;
}
.seller-rate span {
    font-size: 18px;
    display: flex;
}
.seller-price {
    color: #000;
    font-weight: 600;
}
.seller-box {
    margin-bottom: 25px;
    transition: 0.5s all;
}
.seller-hover {
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: 0;
    transition: 0.5s all;
}

.seller-box:hover .seller-hover {
    opacity: 1;
}
.seller-hover {
    display: flex;
}
.seller-cart:hover {
    background: #fff;
    color: #d11930;
    cursor: pointer;
    border: 1px solid;
}
.seller-cart:hover a{
    color: #d11930;
}
.seller-cart {
    background: #d11930;
    color: #fff;
    padding: 7px 15px;
    margin-right: 1px;
    transition: 0.5s all;
    border: 1px solid #d11930;
}
.seller-icon {
    width: 40px;
    background: #d11930;
     margin-right: 1px; 
    color: #fff;
/*    border-right: 1px solid ;*/
    transition: 0.5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.seller-icon:hover {
    background: #000;
}
.seller-icon.border-none {
    border: none;
}

/*--------feture end-------*/

/*----------offer-section start-----------*/


.offer-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    /* padding-bottom: 100px; */
    z-index: 0;
}
.offer-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.offer-contant h4 {
    color: #fff;
}
.offer-contant p {
    color: #d2cece;
}


/*----------offer-section end-----------*/

/*--------blog start-----*/

.blog-detail-headerimg.portpollo-image img {
    width: 100%;
}
.latest-box-image img {
    width: 100%;
}
.blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 60px;
    background: #d11930;
    text-align: center;
    z-index: 1;
}
.blog-date h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-date p {
    color: #d11930;
    background: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.blog-admin {
    color: #d11930;
}
.latest-blog-perra span {
    font-size: 14px;
    font-family: Dosis;
    font-weight: 600;
    margin: 0 3px;
}
.latest-blog-perra {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}
.latest-blog-perra p {
    margin-bottom: 10px;
    text-align: start;
}
.latest-blog-perra h5 {
    margin-bottom: 10px;
    text-align: start;
}
.latest-box.relative {
    margin-bottom: 25px;
}
.sec-slider .slick-next.slick-arrow:before {
    content: '\f061';
}
.sec-slider .slick-prev.slick-arrow:before {
    content: '\f060';
}
.sec-slider .slick-prev.slick-arrow {
    position: absolute;
    top: -16%;
    left: 2%;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #d11930;
    font-size: 0;
    transition: 0.5s all;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-slider .slick-next.slick-arrow {
    position: absolute;
    top: -16%;
    right: 2%;
    /* left: 0; */
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #d11930;
    font-size: 0;
    transition: 0.5s all;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-slider .slick-next.slick-arrow:hover:before {
    color: #000 !important;
}
.sec-slider .slick-prev.slick-arrow:hover:before {
    color: #000 !important;
}
.sec-slider .slick-next.slick-arrow:hover {
    color: #000 !important;
}
.sec-slider .slick-prev.slick-arrow:hover {
    color: #000 !important;
}

.blog-arrow .slick-prev.slick-arrow {
    top: -23%;
    left: 2%;
}
.blog-arrow .slick-next.slick-arrow {
    top: -23%;
    right: 2%;
}


.latest-box-image {
    position: relative;
    transition: 0.5s all;
    overflow: hidden;
}
.latest-box-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0, 0.5);
    transition: 0.5s all;
    z-index: 1;
    opacity: 0;
}
.latest-box-image:hover:before {
    opacity: 1;
}
.latest-box-image img{
    transition: 0.5s all;
}

.latest-box-image img:hover {
    transform: scale(1.1);
}

blockquote.blog-mediel-perra i {
    font-size: 40px;
    color: #d11930;
}

/*--------blog end-----*/


/*--------newsletter start-----*/

.new-product-padding {
    padding-bottom: 50px;
}
.newsletter-search input {
    width: 100%;
    background: #fff;
    border: 2px solid #ebe7e7;
    padding: 8px 15px;
    position: relative;
}
.newsletter-search {
    position: relative;
}
.subscribe {
    background: #d11930;
    padding: 10px 20px;
    position: absolute;
    right: 0px;
    transition: 0.5s all;
}
.subscribe:hover {
    background: #fff;
}
.subscribe:focus {
    color: #fff;
     background: #d11930;
}


/*--------newsletter end-----*/


/*--------footer start-----*/


.ft-follow h5 {
    margin-bottom: 10px;
}

.follow-icon i {
    width: 40px;
    height: 40px;
    border-right: 1px solid #dddbdb;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: 0.5s all;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.follow-icon i:hover {
    background-color: #d11930;
    color: #fff;
}

.ft-tittle {
    line-height: 2;
    border-right: 1px solid #ebe7e7;
    padding: 70px 0;
    height: 100%;
    width: 100%;
}
.follow-icon {
    width: 131px;
    border: 1px solid #dddbdb;
    color: #000;
}
.br-none {
    border: none !important;
}
.ft-tittle.br-none {
    border: 0;
}
.ft-tittle {
    border-right: 2px solid #ebe7e7;
}
.ft-tittle h5 {
    margin-bottom: 11px;
    line-height: 2;
}  
.footer-sec {
    justify-content: space-between !important;
    display: flex;
}
.ft-item li:hover {
    color: #d11930;
}
.ft-item li {
    transition: 0.5s all;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 500;
    color: #b7b7b7;
}
.ft-follow {
    padding-bottom: 14px;
}

/*--------footer end-----*/


/*back to top*/
#back-top {
    text-align: center;
    display: none;
}
#back-top a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: #d11930 solid 1px;
    color: #ffffff;
     background: #d11930; 
    transition-duration: 0.3s;
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    transition: 0.5s all;
}

#back-top a:hover {
    background: #fff;
    color: #d11930;
    transform: rotate(360deg);
}


/*---copyright----*/

.copyright-padding {
    padding: 20px 0;
    background: #000;
    color: #fff;
}
.copyright-hedding {
    display: flex;
    justify-content: space-between;
}
.terms {
    display: flex;
}
.terms li {
    padding-right: 20px;
    font-size: 13px;
}

.hedding-top {
    padding-top: 190px;
}
/*----subheader star----*/

.subheader {
    display: flex;
    align-items: center;
    z-index: 0;
}
.subheader:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.subheader-hedding h3 {
    color: #fff;

}



/*------blog-grid-start-----*/

.blog-grid-box {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    margin-bottom: 20px;
}
.search-name {
    border: 2px solid;
    padding: 10px 0;
    text-align: center;
    color: #d11930;
}
.blog-search-box input {
    width: 100%;
    padding: 7px 15px;
    border: 2px solid #eaeaea;
    background-color: #eaeaea;
}
.blog-search-box {
    display: flex;
}
.blog-ser-icon {
    width: 55px;
    height: 46px;
    background-color: #d11930;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.blog-category {
    justify-content: space-between;
    display: flex;
}
.popular-post {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
}
.popular-post span {
    padding-left: 18px;
}
.tags-line p {
    margin: 0;
    border: 2px solid;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 10px;
    transition: 0.5s all;
    cursor: pointer;
}
.tags-line p:hover {
    color: #d11930;
}
.popular-post img{
    transition: 0.5s all;
}
.popular-post img:hover {
    transform: scale(1.1);
    
}


/*------blog-grid-end-----*/


/*contact start*/

.contact-adderss {
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: 0.5s all;
    border-radius: 10px;
}
.contact-details {
    padding-top: 30px;
}
.contact-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d11930;  
      display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    transition: 0.5s all;
}
.contact-title {
    padding-top: 20px;
}
.contact-details h5 {
    font-weight: 800;
}
.contact-back-body {
    width: 500px;
    height: 450px;
    position: absolute;
    z-index: -1;
    left: 12%;
    top: 0px;
    background: #d11930;
}

.contact-adderss:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d11930;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s all;
}

.contact-adderss:hover:before {
    transform: scale(1.5);
}
.contact-adderss:hover .contact-icon i {
    background: #fff;
    color: #d11930;
    transition: 0.5s all;
}
.contact-adderss:hover .contact-title h6 {
    color: #fff;
}
.contact-details h6 {
    margin: 5px 0;
    font-size: 16px;
}


/*------blog post start-------*/

.post-offered {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-offered-list {
    max-width: 460px;
}
.comment-middial {
    padding-left: 133px;
}
.post-share {
    align-items: center;
}
.comment-title h5 {
    border-bottom: 1px solid #c1bdbd;
    display: inline-block;
    padding-bottom: 5px;
}
.post-share i {
    color: #d11930;
}
.post-share i{
    margin-right: 10px;
}
.post-share-icon ul {
    display: flex;
}
.post-share-icon {
    display: flex;
    justify-content: space-between;
}
.post-icon ul li {
    width: 30px;
    height: 30px;
    border: 1px solid #eaeaea;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #eaeaea none repeat scroll 0 0;
    transition: 0.5s all;
}
.post-icon ul li:hover {
    background: #d11930;
    color: #fff;
}
.post-border-b {
    border-bottom: 1px solid #dbd8d8;
    margin: 40px 0;
}
.comment {
    /* display: flex; */
    position: relative;
}
.comment-perra {
    padding-left: 75px;
}
.comment-image {
    position: absolute;
    left: 0;
    top: 0;
}
.comment-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-image img {
    border-radius: 50%;
}
.comment-date h6 {
    margin: 0;
}
.btn-comment i {
    padding-right: 5px;
}
.btn-comment {
    color: #d11930;
    background-color: #d9d0d0;
    padding: 5px 20px;
    border-radius: 30px;
    
}
.btn-comment:hover {
    color: #182946;
}
.form-group input {
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 10px;
    border: 1px solid #d5d0d0;
    border-radius: 5px;
}
 input:focus {
    border-color: #d11930;
}
.form-group textarea {
    width: 100%;
    height: 181px;
    padding: 6px 10px;
    border: 1px solid #d5d0d0;
    border-radius: 5px;
}
 textarea:focus {
    border-color: #d11930;
}



/*--------------------------*/

@media screen and (max-width: 767px) {
    
    .contact-back-body {
        display: none !important;
        opacity: 0;
    }
}

/*-----offcanvas start-----*/

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #d11930;
    color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}
.navi-btn button {
    padding-right: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    transition: 0.5s all;
}
.navi-btn button:hover {
    color: #000;
}
.navi-btn {
    border-bottom: 1px solid #f57070;
    padding-bottom: 25px;
}
.navi-btn a:hover {
    color: #000;
}
.body-detail {
    padding: 50px 0px;
}   
.off-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    cursor: pointer;
}
.off-details img:hover {
    transform: scale(1.1);
}
.off-details h6 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.off-details p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.off-more-btn {
    font-size: 14px;
    border: 2px solid #000;
    padding: 5px 18px;
    border-radius: 30px;
    transition: 0.5s all;
}

.off-more-btn:hover {
    color: #000;
    background: #fff;
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 450px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}
.body-detail {
    padding: 50px 0px;
    border-bottom: 1px solid #f57070;
}

.off-categories {
    padding: 40px 0px;
    border-bottom: 1px solid #f57070;
}

.off-categories h6 {
    color: #fff;
    border-bottom: 1px solid;
    display: inline-block;
}
.icon-offcanvas i {
    margin-right: 10px;
    transition: 0.5s all;
}
.icon-offcanvas i:hover {
    color: #000;
}
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    border: 2px solid #fff;
    color: #fff;
}


   .scrollbar
{
  margin-left: 30px;
  float: right;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow
{
  min-height: 450px;
}

#wrapper
{
  text-align: center;
  width: 500px;
  margin: auto;
}


/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 2px solid #555555;
}



/*---modal start----*/
.modal-backdrop.show {
    opacity: 0 !important;
}

.modal-content {
     background-color: transparent; 
    background-clip: padding-box;
    border: none;
    
}
.modal-body input {
    width: 100%;
    padding: 8px 15px;
    border-radius: 30px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
     border-bottom: none; 
    
}
.modal-backdrop {
    z-index: 0;
}

@media screen and (min-width: 850px){
    .modal-dialog {
    max-width: 850px;
    margin: 14.75rem auto;
}
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
     color: #fff; 
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
     opacity: 0.5; 
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    color: #fff !important;
    border: 1px solid;
}

.search-icon {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 40px;
    height: 40px;
    background: #d11930;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s all;
    cursor: pointer;
}

.search-icon:hover {
    background: #000;
}

.button-pre-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-pre-next i {
    color: #d11930;
    width: 40px;
    height: 40px;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s all;
    cursor: pointer;
}
.button-pre-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* top: 0; */
    left: 0;
    bottom: 85px;
}
.button-pre-next i:hover {
    color: #000;
    border: 2px solid;
}


/*-----modal-cart start-------------*/


.cart-main {
    background: #fff !important;
    width: 320px;
}
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cart-title {
    margin-bottom: 0;
}
.cart-btn-shopping {
    background: #d11930;
    padding: 10px 40px;
     border: 1px solid;
     transition: 0.5s all;
}
.cart-btn-shopping:hover {
    background: #fff;
    border: 1px solid;
    padding: 10px 40px;
}

/*-----modal-cart end-------------*/


/*-------login account start---------*/

.login-main {
    /* background: #f1dcdc; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tab-content>.active {
    display: block;
    padding: 30px;
}
.login-group input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #d4d1d1;
    border-radius: 5px;
}
.remender span {
    padding-left: 10px;
}
.remender input {
    /* padding-left: 10px; */
    width: 15px;
    height: 15px;
}
.btn-login {
    background: #d11930;
    /* width: 150px; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 0 40px; */
    margin: 20px 0;
    border: 2px solid #d11930;
    transition: 0.5s all;
}
.btn-login:hover {
    border: 2px solid;
    background: #fff;
}
.btn-login:focus {
    border: 2px solid;
    background: #fff;
}
.nav-link-1 {
    padding: 10px 25px;
}
.show-btn {
    position: absolute;
    right: 10px;
    top: 15px;
}
.login-group {
    position: relative;
}

.vis {
  display: none !important;
}

.active {
  display: block !important;
}


.account-main {
    background: #f1dcdc;
    padding: 30px !important;
}
.click-box {
    display: flex;
    justify-content: space-between;
}
.login-tab-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
}
.login-button.active {
    background: #fff;
     border: 2px solid transparent; 
}
.login-button {
    transition: 0.5s all;
    background: #f1dcdc;
    width: 207px;
    border: 2px solid transparent;
}
.down-line {
    color: #000;
    font-weight: 300;
}
.down-line span {
    padding: 0 10px;
    font-weight: 500;
    cursor: pointer;
}
.or {
    margin-top: 43px;
    border-top: 2px solid #f3e9e9;
    text-align: center;
}
.or span {
    display: inline-block;
    position: relative;
    top: -18px;
    padding: 0px 10px !important;
    text-align: center;
    color: #d11930;
}
.login-icon i {
    width: 35px;
    height: 35px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    margin-right: 8px;
    transition: 0.5s all;
}
.login-icon i:hover {
    background: #d11930;
    color: #fff;
    border: 2px solid #d11930;
}

.login-icon {
    text-align: center;
    margin-bottom: 20px;
}
.create-account {
    font-weight: 400;
}
.create-account span {
    font-weight: 600;
    padding-left: 10px;
    color: #d11930;
    cursor: pointer;
    transition: 0.5s all;
}
.create-account span:hover {
    color: #000;
}


/*-------login account end---------*/


/*---error start---*/


.error-hedding h3 {
    padding-top: 50px;
}   
.error-search input {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e0dcdc;
}

.error-search input:focus {
    border: 2px solid #d11930;
}
.error-search i {
    position: absolute;
    top: 5px;
    right: 0px;
    transition: 0.5s all;
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-search {
    position: relative;
}
.error-search i:hover {
    color: #d11930;
}
.back-home-btn {
    width: 235px;
    height: 50px;
    background: #d11930;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border: 2px solid #d11930;
    transition: 0.5s all;
}
.back-home-btn:hover {
    background-color: #fff;
    border: 2px solid;
}

/*----faq start----*/

.accordions {

width: 80%;

margin: 100px auto;

}

.accordions h3 {

text-align: left;

font-weight: bold;

font-family: “Roboto”, sans-serif;

}

.accordion-item {
    background-color: #fff;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 20px;
    border: 2px solid #d6d5da;
}

.accordion-item .accordion-title {

cursor: pointer;

padding: 20px;

transition: transform 0.4s ease-in-out;

}

.accordion-item .accordion-title.active-title {

background-color: #d11930;

color: #000;

}

.accordion-item .accordion-title h3 {

font-weight: 700;

margin: 0;

justify-content: space-between;

font-weight: bold;

font-size: 18px;

display: flex;

}

.accordion-item .accordion-title i.fa-chevron-down {

transform: rotate(0);

transition: 0.4s;

}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {

transform: rotate(-180deg);

color: #fff;

}

.accordion-item .accordion-content {

display: none;

line-height: 1.7;

color: #100e34;

padding: 20px;

background-color: #ffffff;

border-radius: 0 0 5px 5px;

}

.accordion-item .accordion-content.active {

display: block;

}

.accordion-item .accordion-content p {

margin: 0;

font-size: 16px;

font-family: “Nunito Sans”, sans-serif;

}

.details {

background: #dce1f2;

}

.details .detailed_info {

margin: 50px auto;

}

.details img {

margin: 0 auto;

display: block;

}

.details h3 {

font-weight: bold;

font-size: 20px;

font-family: “Poppins”, sans-serif;

}

.details p {

font-size: 16px;

line-height: 1.5em;

font-family: “Nunito Sans”, sans-serif;

}

.details ul li {

font-size: 16px;

line-height: 1.7em;

font-family: “Nunito Sans”, sans-serif;

}

/*----faq end----*/


/*-----t & c----*/

.perra-cheched i {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 35px;
    display: flex;
    background: #d11930;
    color: #fff;
    margin-right: 15px;
    margin-top: 8px;
}
.thm-btn.term-btn-one {
    border: 2px solid;
    color: #d11930;
    transition: 0.5s  all;
}   
.thm-btn.term-btn-two {
    border: 2px solid #d11930;
    background: #d11930;
    margin-left: 20px;
}
.thm-btn.term-btn-one:hover {
    background: #d11930;
    color: #fff;
    border: 2px solid #d11930;
}
.thm-btn.term-btn-one:focus {
    background: #d11930;
    color: #fff;
    border: 2px solid #d11930;
}
/*---------order star------------*/

.order-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #e7e7e7;
    padding: 15px;
    margin-bottom: 25px;
}
.order-onfo h6 {
    margin: 0;
    position: relative;

}
.order-onfo p {
    margin: 0;
}
.order-image img{
    width: 50%;
}
.order-image a {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.order-image p {
    margin: 0;
}
.order-image img {
    margin-right: 25px;
}
.order-onfo span i {
    padding-right: 15px;
    color: #e9d719;
}
.order-onfo {
    position: relative;
    text-align: left;
}

.order-onfo h6:before {
    position: relative;
    content: '';
    top: 0;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    margin-right: 10px;
}
.price-order {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.filter-group {
    margin-bottom: 10px;
}
.order-filter {
    border: 2px solid #e7e7e7;
    padding: 20px;
    position: relative;
}

.filter-details h6:after {
    position: absolute;
    content: '';
    background: #000;
    width: 3px;
    height: 55px;
    right: 0;
}
.filter-group span {
    padding-left: 7px;
}
.filter-group input {
    width: 25px;
    height: 15px;
}
.order-details {
    overflow: auto;
}
.order-tbody td {
    padding: 6px 3px;
}


/*----------cart start----------*/

.cart-hedding th {
    background-color: #f7f7f7;
    border: 0;
}
.cart-hedding {
    border: 1px solid #dadada;
}
input[type="number"] {
    padding-left: 10px;
    width: 60px;
    border: 1px solid #e2dede;
}
td.color-cart input {
    width: 30px;
    height: 26px;
}
.discount-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.discount-btn input {
    padding: 10px 20px;
    border: 2px solid #f7f7f7;
}
.apply {
    background-color: #000;
    padding: 11px 31px;
    position: absolute;
    top: 0;
    right: 0;
}
.cart-subtotle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.sub-total-price {
    color: #d11930 ;
}
.cart-right {
    border: 2px solid #e7e7e7;
    padding: 20px;
}
.cart-subtotle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e7e7e7;
}
.table-img-name {
    margin-left: 20px;
}

.cart-radio-btn {
    display: flex;
    justify-content: space-between;
}
.cart-radio-btn span input {
    padding-right: 18px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
.cart-option {
    border: 2px solid #f7f7f7;
    padding: 15px 10px;
    width: 100%;
}
.cart-option option {
   border: 1px solid #f7f7f7;
    padding: 15px 10px;
    width: 100%;
}
.postcode {
    width: 100%;
    padding: 8px 15px;
    margin-top: 20px;
    border: 2px solid #f7f7f7;
}
.update {
    width: 100%;
    background: #f7f7f7;
    /* color: #fff; */
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}
.total-two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.red-color {
    color: #d11930;
    font-weight: 600;
}
.total-two span {
    font-size: 20px;
}
a.btn-checkout {
    background: #000;
    width: 100%;
    padding: 20px 5px;
    text-align: center;
    font-weight: 500;
}

tbody tr td:hover {
    background-color: #f7f7f7;
}
tbody tr td {
    border: 0;
    transition: 0.5s all;
    padding: 35px 15px;
}
tbody tr {
    border: 2px solid #e7e7e7;
    margin-bottom: 20px;
}
.cart-hover-box tr:-hover {
     background-color: #dadada;
}
.checkout-option {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.checkout-option option {
    color: #000;
}
.cart-option option {
    color: #000;
}
.top-chose option {
    color: #000;
}



/*----------cart end----------*/

/*-----checkout start------*/

.coupan {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #d11930 ;
    color: #fff;
    margin-bottom: 30px;
}
.coupan-btn:hover {
    color: #000;
}

.order-checkout {
    border: 2px solid #e7e7e7;
    padding: 30px;
}
.checkout-order-hedding {
    border-bottom: 1px solid #dedada;
}
.checkout-order-hedding {
    margin-bottom: 10px;
}
.checkout-order-hedding h6 {
    margin-bottom: 10px;
}

.check-perra {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-order-hedding.Subtotal {
    display: flex;
    justify-content: space-between;
}
.shipping-input span {
    margin-left: 10px;
}
.shipping-input input {
    width: 18px;
    height: 18px;
}

.checkout-order-hedding.mb-5 p:before {
    float: left;
    content: "";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px;
}

thead th {
    border: 0;
}

thead tr {
    border: 2px solid #dedada;
}

.whislist-btn {
    background: #000;
    width: 150px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cart-details {
    overflow: clip;
}


/*===================end all pages=============================*/
