/* googel font Libre Franklin */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

/*----------------------------------------*/
/* 1. Theme Default CSS
/*----------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    color: #323232;
    font-size: 16px;
    background: #fff;
    line-height: 1.25em;
    font-display: swap;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
}

button {
    border: none;
    background: none;
}

.clear {
    clear: both
}

.fix {
    overflow: hidden;
}

label {
    margin-bottom: 0.5rem;
}


.order-frg-btn a,
.white-color a,
.transparent-btn a {
     background: rgb(77, 87, 207);
    background: linear-gradient(90deg, rgba(77, 87, 207, 1) 0%, rgba(209, 105, 190, 1) 50%, rgba(253, 200, 114, 1) 100%);
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF !important;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px !important;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 150px;
    margin-top: 10px;
}

.white-color a:hover {
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
    transition-duration: .1s;
  }

/* --End Here-- */
.white-color a::before,
.transparent-btn a::before,
.crimson-btn_color a:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 8px;
}

/* ---Transparent Button--- */
.transparent-btn a,
.grey-border a,
.white-border a {
    background-color: transparent;
    border: 2px solid rgb(50, 50, 50);
    color: rgb(50, 50, 50);
}

.transparent-btn a:hover {
    background-color: rgb(50, 50, 50);
    color: #ffffff;
}

/* --Border Color-- */
.grey-border a {
    border: 2px solid #e0e0e0;
}

.grey-border a:hover {
    background: #c1b17e;
    border-color: #c1b17e;
}

.white-border a {
    border-color: #ffffff;
    color: #ffffff;
}

.tooltip-inner {
    padding: 2px 12px 6px;
    font-size: 14px;
}

.section-title {
    padding-bottom: 15px;
}

.section-title.deal-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-bottom: 0;
}

.section-title.deal-header p {
    margin: inherit;
}

.section-title h3 {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.section-title p {
    letter-spacing: 1px;
    line-height: 24px;
    max-width: 560px;
    margin: auto;
}

.section-title p span {
    font-size: 28px;
    font-weight: 600;
}

/* ---Section Title Two--- */
.section-title-2 h2 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
}

/* ---Section Title Three--- */
.section-title-3 h2 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

/* ---Section Title Four--- */
.section-title-4 h2 {
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.section-title-4 p {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 35px;
    color: #777;
}

.section-title-4 p:before {
    content: "";
    background-color: #db8678;
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-title-4 .categorie-tabs-list li a {
    text-transform: uppercase;
    color: #777;
}

/*----------------------------------------*/
/* 1.2 Template Color Variation
/*----------------------------------------*/
/* ---Template Color One--- */

/* ---Header Area--- */
.template-color-1 .header-top-left ul>li:hover>a,
.template-color-1 .header-top-right ul>li:hover>a,
.template-color-1 .wish-compare-items li a:hover {
    color: #fdc772;
}

.template-color-1 .header-bottom-list>li>ul.ht-dropdown li:hover>a,
.template-color-1 .header-top-right>ul>li>ul.ht-dropdown li:hover>a {
    color: #21080a;
}


/* ---Makali Button Color Variation--- */
.template-color-1 .order-frg-btn a:hover {
    background: rgb(77,87,207);
    background: linear-gradient(90deg, rgba(77,87,207,1) 0%, rgba(209,105,190,1) 50%, rgba(253,200,114,1) 100%);
    color: #ffffff;
}

/* ---Slider Area--- */
.template-color-1 .owl-nav div:hover {
    background: #cf4d4d;
    color: #fff;
}

.template-color-1 .owl-dots .owl-dot.active {
    background: #cf4d4d;
}

/* ---Rating Area--- */
.template-color-1 .rating i {
    color: #cf4d4d;
}

.template-color-1 .rating-pro i,
.template-color-1 .review-list i {
    color: #cf4d4d;
}

/* ---Categories Of Product--- */
.template-color-1 .cat-content a:hover,
.template-color-1 .multi-banner .cat-content a:hover {
    background: #cf4d4d;
    color: #fff;
}

/* ---Product Tab Area--- */

/* ---Footer Area--- */
.template-color-1 .footer-list li a:hover,
.template-color-1 .footer-menu li a:hover,
.template-color-1 .footer-copyright p a:hover {
    color: #cf4d4d;
}


.template-color-1 .subscribe-box button {
    background: #cf4d4d;
    color: #ffffff;
}

.template-color-1 .subscribe-box button:hover {
    background: #323232;
    color: #f319b9;
}

/*----------------------------------------*/
/* 2. Newsletter Popup CSS
/*----------------------------------------*/
.popup_wrapper {
    
    height: 100%;
    opacity: 0;
    position: fixed;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
}

.test {
    bottom: 0;
    height: 390px;
    left: 0;
    margin: auto;
    max-width: 790px;
    position: absolute;
    right: 0;
    top: 0;
}

.popup_off {
    background: #666666 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: -26px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 75px;
}

.popup_off:hover {
    background: #1a1a1a none repeat scroll 0 0;
}

.subscribe-form-group {
    margin-top: 15px;
}

.subscribe-form-group input {
    background: #eaeaea none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    height: 41px;
    line-height: 20px;
    padding: 0 20px;
    width: 380px;
}

.subscribe-bottom label {
    font-size: 14px;
    margin: 0;
    vertical-align: middle;
}

.subscribe-bottom input {
    vertical-align: middle;
}

.subscribe-form-group button {
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    margin: 20px auto;
    padding: 2px 20px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.subscribe-form-group.subscribe-form-style-two button {
    background: #61c0bf;
}

.subscribe-form-group.subscribe-form-style-three button {
    background: #ffb400;
}

.subscribe-form-group.subscribe-form-style-four button {
    background: #35a875;
}

.subscribe-form-group button:hover {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
}

.subscribe_area h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

/*----------------------------------------*/
/* 3.01 Header Top CSS
/*----------------------------------------*/
.header-top {
    background: #302aaf;
}

.header-middle {
    background-color: #ffffff
}

.header-top-left ul li a img {
    margin-right: 5px;
}

.social-icon li a {
    font-size: 14px;
    padding-right: 15px;
    color: #ffffff;
}

.header-top-left>ul>li,
.header-top-right>ul>li {
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

.drop-icon::after {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
}

.header-top-left>ul>li>a,
.header-top-right>ul>li>a {
    font-size: 14px;
    color: #ffffff;
}

.header-top-left>ul>li>a i {
    font-size: 13px;
    margin-right: 5px;
}

.header-top-right>ul>li img {
    margin-right: 5px;
}

.header-top-right>ul>li>a {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: capitalize;
}

.header-top-right>ul>li:not(:first-child) {
    margin-left: 15px;
}

.header-top-left>ul>li {
    position: relative;
}

.header-top-left>ul>li:not(:last-child) {
    margin-right: 38px;
}

.social-icon li {
    display: inline-block;
}

.ht-dropdown {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 170px;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.header-top-left>ul>li:hover ul.ht-dropdown,
.header-top-right>ul>li:hover ul.ht-dropdown,
.cart-box>ul>li:hover .ht-dropdown,
.vertical-menu-list>li:hover ul.ht-dropdown,
.header-bottom-list li:hover ul.ht-dropdown {
    opacity: 1;
    visibility: visible;
    -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-top-left ul>li:hover ul.ht-dropdown li {
    padding: 0;
}

.header-top-left ul>li ul.ht-dropdown li a {
    color: #2c2c2c;
    font-size: 13px;
    line-height: 30px;
}

.categorie-search-box {
    left: auto;
    padding: 0;
    right: 0;
    width: 400px;
}

.categorie-search-box form {
    color: #a9a9a9;
    padding: 0;
    position: relative;
    width: 100%;
}

.categorie-search-box input,
.subscribe-box input {
    background: #fafafa none repeat scroll 0 0;
    color: #323232;
    font-size: 13px;
    height: 45px;
    padding: 10px 45px 10px 15px;
    width: 100%;
    border: none;
}

.categorie-search-box button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 45px;
    line-height: 55px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 45px;
}

.categorie-search-box button span {
    font-size: 25px;
}

.categorie-search-box button:focus {
    border: none;
}

.categorie-search-box .form-group {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    width: 150px;
}


.cart-box>ul {
    -moz-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-box>ul>li {
    position: relative;
    padding: 2px 0;
    line-height: 1;
}

.cart-box>ul>li>a>span {
    font-size: 25px;
    padding: 12px;
    background-image: linear-gradient(90deg, rgba(65, 105, 225, 1) 1%, rgba(211, 34, 42, 1) 100%);
    border-radius: 10px;
    color: white;
    font-weight: 600;
}

.cart-box ul li a {
    color: #000000;
    margin-right: 10px;
}

.sticky .cart-box ul li a {
    color: #21080a;
    margin-left: 20px;
}

.cart-box>ul>li>a span+span.total-pro {
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 18px;
    left: 32px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 18px;
}

/*----------------------------------------*/
/* 3.02 Header Bottom CSS
/*----------------------------------------*/
.header-sticky.sticky {
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    left: 0;
    position: fixed;
    right: 0;
    top: 0px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    z-index: 1049;
}

.sticky {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header-bottom-list>li {
    margin-right: 5px;
    position: relative;
}

/* header bottom dropdown menu css start */
.header-bottom-list>li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 20px 30px 0;
    position: relative;
    text-transform: capitalize;
    color: #21080a;
}

.header-bottom-list>li>ul.ht-dropdown li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 20px 30px 0;
    position: relative;
    text-transform: capitalize;
    color: #21080a;
}

.header-bottom-list>li>ul.ht-dropdown li a,
.header-top-right>ul>li>ul.ht-dropdown li a,
.cart-box-right ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: capitalize;
    text-align: left;
}

.header-top-right>ul>li>ul.ht-dropdown li a {
    font-size: 13px;
}

.header-top-right>ul>li>ul.ht-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #f2f2f2;
}

.header-top-right ul>li>ul.ht-dropdown {
    width: 155px;
}

.header-top-right ul>li>ul.ht-dropdown {
    left: auto;
    right: 0;
}

.menu-title {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/* header bottom dropdown menu css end */
.header-bottom-list>li:hover>a {
    color: #cf4d4d;
}

.header-right i {
    font-size: 23px;
    margin-right: 15px;
    vertical-align: middle;
}

.header-helpline {
    font-size: 15px;
    font-weight: 600;
}

/* header bottom megamenu  css end */
.megamenu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e3;
    padding: 20px 25px;
}

.header-bottom-list ul.ht-dropdown.megamenu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-bottom-list ul.ht-dropdown.megamenu li a {
    padding-left: 0;
}

.header-bottom-list ul.ht-dropdown.megamenu-two {
    width: 400px;
}

.header-bottom-list ul.ht-dropdown.megamenu-three>li:last-child {
    margin-right: 0;
}

.header-bottom-list ul.ht-dropdown.megamenu-two>li {
    width: 50%;
}

.header-bottom-list ul.ht-dropdown.megamenu-three {
    width: 550px;
}

.header-bottom-list ul.ht-dropdown.megamenu-three>li {
    width: 50%;
}

.header-bottom-list ul.ht-dropdown.megamenu-two {
    width: 460px;
}

.header-bottom-list ul.ht-dropdown.megamenu-two>li {
    width: 50%;
    margin-right: 30px;
}

/* ---Search Form Area--- */
.header-middle .hm-form_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ---Category Menu--- */
.category-menu {
    position: relative;
}

@media (max-width: 991px) {
    .category-menu {
        width: 100%;
    }
}


/*----------------------------------------*/
/* 5. Slider CSS
/*----------------------------------------*/
.slide.align-center-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fullscreen {
    padding: 200px 0;
    width: 100%;
}

.slider-content,
.slider-style-three.slider-style-four .slider-content {
    width: 540px;
    max-width: 100%;

}

.slider-content p.short-desc {
    max-width: 60%;
    font-size: 16px;
}

@media (max-width: 992px) {
    .header-sticky.sticky {
        top: -2px;
    }
}
@media (max-width: 479px) {
    .slider-content p.short-desc {
        font-size: 14px;
    }
}

.slider-content p.short-desc-2 {
    max-width: 70%;
}

.slider-style-three .slider-content {
    width: 500px;
    max-width: 100%;
    height: 220px;
    max-height: 260px;
}

/* ---HT Slider Text Center--- */
.slider-area .slider-text_center {
    margin: 0 auto;
    width: 590px;
    text-align: center;
}

.slider-area .slider-text_center p.short-desc-2 {
    margin: 0 auto;
}

/* ---End Here--- */

/* ---Align Upper Center--- */
.align-upper_center {
    display: flex;
}

.align-upper_center .slider-text_center {
    position: relative;
    top: 20%;
}

/* ---Text Center Right--- */
.text-center_right {
    position: relative;
    left: 20%;
}

/* ---Align Center Right--- */
.align-center_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.align-center_right .slider-content {
    left: 60% !important;
    position: relative;
}
.slider-style-three .fullscreen {
    padding: 150px 0;
    width: 100%;
}

.slider-content h3 {
     font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    background:  -webkit-linear-gradient(90deg, rgba(77, 87, 207, 1) 0%, rgba(209, 105, 190, 1) 50%, rgba(253, 200, 114, 1) 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
}

.slider-content h4 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
    margin-top: 0;
    text-transform: capitalize;
    color: #f1f1f1;
    text-shadow: 1px 3px 5px #000;
}

.slider-style-two .slider-content {
    left: 60px;
    position: relative;
}

.slider-style-three .slider-content h1,
.slider-style-three .slider-content h2,
.slider-style-three .slider-content p,
.slider-style-three .slider-content span {
    color: #fac277;
}

/* ---Pet Slider Style--- */
.text-color_white span,
.text-color_white h1,
.text-color_white h2,
.text-color_white p {
    color: #ffffff;
}

/* --End Here-- */
/* animation-style-01 */
.owl-item.active .animation-style-01 .slider-content .slide-img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
    animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
}

.owl-item.active .animation-style-01 .slider-content span {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-01 .slider-content h1 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-01 .slider-content h2 {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1600ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-01 .slider-content p {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-01 .slider-content .slide-btn {
    -webkit-animation: 2500ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 2500ms ease-in-out 0s normal none 1 running zoomInRight;
}

/* animation-style-02 */
.owl-item.active .animation-style-02 .slider-content .slide-img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
    animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
}

.owl-item.active .animation-style-02 .slider-content span {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-02 .slider-content .product-offer {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content h3 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content h4 {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content p {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content .slide-btn {
    -webkit-animation: 2500ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 2500ms ease-in-out 0s normal none 1 running zoomInUp;
}

/* All Sliding Css */
.owl-nav div {
    background: rgba(245, 40, 145, 0.4);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 40px;
    left: 0;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 40px;
    z-index: 8;
}

.slider-activation:hover .owl-nav div,
.blog-activation:hover .owl-nav div,
.our-pro-active:hover .owl-nav div,
.daily-deal-active:hover .owl-nav div,
.categorie-pro-active:hover .owl-nav div{
    opacity: 1;
}

.slider-activation:hover .owl-nav div.owl-prev {
    left: 10px;
}

.our-pro-two-active:hover .owl-nav div.owl-prev {
    left: 0;
}

.our-pro-two-active:hover .owl-nav div.owl-next {
    right: 0;
}

.slider-activation:hover .owl-nav div.owl-next {
    right: 10px;
}

.owl-nav div.owl-next {
    right: 0;
    left: auto;
}

.categorie-append_arrow .owl-nav div {
    background: transparent none repeat scroll 0 0;
    color: #303030;
    height: auto;
    line-height: 0;
    opacity: 1;
    top: -67px;
    width: auto;
}

.categorie-append_arrow .owl-nav div.owl-prev {
    left: auto;
    right: 20px;
}

/* ---Space Between Arrow Area--- */
.space-between_arrow .owl-nav div.owl-prev {
    left: -60px;
}

.space-between_arrow .owl-nav div.owl-next {
    right: -60px;
}

@media (max-width: 1500px) {
    .space-between_arrow .owl-nav div.owl-prev {
        left: 0px;
    }

    .space-between_arrow .owl-nav div.owl-next {
        right: 0px;
    }
}

/* ---Append Arrow Section--- */
.pro-inner-title.append-arrow_section:after {
    width: 90%;
}

.categorie-append_arrow .owl-nav div {
    top: -41px;
}

/* default pagination dot css */
.owl-dots {
    bottom: 15px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 12;
}

.owl-dots .owl-dot {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 10px;
    margin: 0 4px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 10px;
    z-index: 8;
}

.owl-dots .owl-dot.active {
    width: 32px;
}

/* product css */
.dual-pro .single-makal-product:first-child {
    margin-bottom: 55px;
}

.pro-img {
    position: relative;
}

.pro-img img {
    width: 100%;
}

.pro-content {
    padding: 10px 0 0;
    position: relative;
}

.rating i {
    font-size: 25px;
}

.pro-title {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
}

.pro-title a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}
.textNoWrap a{
    white-space: normal;
}
.pro-content p {
    line-height: 1.4;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.actions-secondary {
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


#list-view .single-makal-product:hover .pro-content p {
    opacity: 1;
}

.quick-view-pro {
    display: flex;
    justify-content: center;
}


.quick-view {
    font-family: "Pe-icon-7-stroke";
    font-size: 18px;
    background: rgba(245, 40, 145, 0.8);
    border-radius: 5%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 44px;
    width: 150px;
    opacity: 0;
    position: absolute;
    bottom: 15px;
    text-align: center;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    z-index: 99;
}
.single-makal-product:hover .quick-view {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.quick-view01 {
    font-family: "Pe-icon-7-stroke";
    font-size: 18px;
    background: rgba(245, 40, 145, 0.8);
    border-radius: 5%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 44px;
    width: 150px;
    position: absolute;
    bottom: 15px;
    text-align: center;
    z-index: 99;
}

/* --End Here-- */

/*----------------------------------------*/
/* 9. Categorie Product CSS
/*----------------------------------------*/
.categories-of-pro .container-fluid,
.hero-banner-area .container-fluid,
.slider-style-four {
    padding: 0 35px;
}

.banner-area .single-banner {
    position: relative;
    /* height: 100%; */
}

/* --Banner Category Wrap-- */
.banner-area .single-banner h2.banner-category,
.banner-area .single-banner .banner-category_wrap {
    position: absolute;
    padding: 14px 20px;
    cursor: pointer;
    left: 25px;
    bottom: 25px;
    margin-bottom: 0;
    font-size: 25px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.banner-area .single-banner .banner-category_wrap {
    cursor: text;
}

.banner-area .single-banner .banner-category_wrap h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.banner-area .single-banner .banner-category_wrap p {
    color: #666666;
    margin-bottom: 0;
}

/* --Text Upper Left-- */
.banner-area .single-banner .text-upper_left {
    left: 25px;
    top: 25px;
}

.banner-area .single-banner .text-upper_left h4,
.banner-area .single-banner .text-upper_left p {
    color: #ffffff;
}

/* --End Here-- */
.single-categorie .cat-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #cf4d4d;
    border-radius: 10px;
}

.single-categorie .cat-img img {
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 100%;
    height:350px;
}

.single-categorie:hover .cat-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cat-content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 90%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cat-content a {
    background: rgba(223, 16, 16, 0.8);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 33px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    border-radius: 10px;
}

.multi-banner .cat-content a {
    background: #323232 none repeat scroll 0 0;
    color: #fff;
    text-transform: uppercase;
}

.multi-banner .cat-content {
    bottom: 35px;
    top: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
/*----------------------------------------*/
/* 10. Blog & Blog Details CSS
/*----------------------------------------*/
.blog-area.blog-border {
    border-bottom: 1px solid #ededed;
}

.single-blog img {
    width: 100%;
}

.blog-content {
    padding: 10px 10px;
}

.blog-content p {
    font-size: 14px;
}

.blog-content h4 a {
    color: #292929;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.meta-box {
    margin: 15px 0;
}

.meta-box li {
    display: inline-block;
}

.meta-box li {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 20px;
    text-transform: capitalize;
}

.meta-box li i {
    margin-right: 5px;
}

.meta-box li a {
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    margin-right: 20px;
    text-transform: capitalize;
}

.blog-img,
.blog-hero-img {
    position: relative;
    overflow: hidden;
}

.single-blog .blog-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entry-meta {
    left: 10px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 55px;
}

.entry-meta .date {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
}

.date span {
    color: #343434;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.date p {
    color: #343434;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
}

.pagination-blog {
    text-align: center;
}

.pagination-blog li a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 40px;
}

.pagination-blog li {
    display: inline-block;
    margin-right: 1px;
}

.pagination-blog li.active a,
.pagination-blog li a:hover {
    background: #21080a none repeat scroll 0 0;
    color: #ffffff;
    border-color: #21080a;
}

.newsletter-box.blog-details-box form {
    position: relative;
}

.newsletter-box.blog-details-box .subscribe {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #666;
    font-size: 13px;
    height: 47px;
    line-height: 47px;
    margin-top: 0;
    padding: 11px 135px 10px 20px;
    width: 100%;
}

.newsletter-box.blog-details-box .submit {
    background: #292929;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 47px;
    line-height: 50px;
    margin-top: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.newsletter-box.blog-details-box .submit:hover {
    background: #21080a;
}

/* --Flower Blog Area End Here-- */

.meta-box.meta-blog {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    margin-top: 13px;
    padding-bottom: 15px;
}

.blogquote.blockquote {
    background: #f1f1f1 none repeat scroll 0 0;
    margin: 40px 0;
    padding: 45px;
    border-left: 3px solid #21080a;
}

.blogquote.blockquote p {
    font-size: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

.blockquote-footer {
    font-size: 83%;
    font-weight: 500;
}

.blog-dtl-header {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}
.tags-social {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.t-list {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.tags-social li a {
    color: #4865d8;
    font-size: 14px;
    margin-left: 5px;
    text-transform: capitalize;
}

.tags-social li a:hover,
.pagination li a:hover {
    color: #21080a;
}

.pagination li a {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.pagination li a i.fa-long-arrow-left {
    margin-right: 5px;
}

.pagination li a i.fa-long-arrow-right {
    margin-left: 5px;
}

.submit-review .form-group input,
.submit-review textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #eee;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 14px;
    color: #323232;
    padding-left: 0;
}

.submit-review .form-group {
    margin-bottom: 45px;
}

.submit-review textarea {
    height: 150px;
}

.submit-review .form-group input:focus,
.submit-review textarea:focus {
    border-color: #21080a;
}

.single-comment {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments-area .single-comment:not(:last-child) {
    margin-bottom: 70px;
}

.reply-comment {
    margin-left: 135px;
}

.author .single-comment {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 40px;
}

.comment-img {
    margin-right: 20px;
}

.comment-desc h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.author h6 {
    margin-bottom: 10px;
}

.comment-desc h6 a {
    font-size: 15px;
    font-weight: 500;
}

.comment-title span {
    display: inline-block;
    font-size: 13px;
    margin: 5px 0 4px;
}

.comment-reply a {
    color: #303030;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.comment-reply a:hover,
.comment-desc h6 a:hover {
    color: #21080a;
}

.sidebar-header {
    border-bottom: 4px double #303030;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 35px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.categorie-list a::before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

.categorie-list li a {
    background: #fff none repeat scroll 0 0;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
    text-transform: capitalize;
}

.categorie-list li span {
    background: #fff none repeat scroll 0 0;
    float: right;
    padding-left: 20px;
}

.categorie-list li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.all-recent-post .single-recent-post:not(:last-child) {
    margin-bottom: 30px;
}

.single-recent-post {
    overflow: hidden;
}

.recent-img {
    float: left;
    margin-right: 15px;
    width: 90px;
}

.recent-img img {
    width: 100%;
}

.recent-desc {
    overflow: hidden;
}

.recent-desc span {
    display: inline-block;
    font-size: 13px;
}

.recent-desc h6 a {
    color: #303030;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.recent-desc h6 a:hover,
.categorie-list li a:hover {
    color: #21080a;
}

.tag-list {
    margin: 0 -6px;
}

.tag-list li a {
    background-color: #303030;
    border: 1px solid #efefef;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 6px 10px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.tag-list li a:hover {
    background: #21080a;
}

/*----------------------------------------*/
/* 11. Testmonial CSS
/*----------------------------------------*/
.cl-testmonial h2 {
    color: #fff;
}

.cl-testmonial p {
    color: #fff;
    font-size: 25px;
}

.testmonial-content>p {
    color: #fff;
    margin: auto auto 30px;
    width: 31%;
}
.testmonial-active .testmonial-content img {
    width: auto;
    margin: auto;
}

.t-author {
    color: #fff;
    display: inline-block;
    margin: 25px 0;
    text-transform: capitalize;
}
.testmonial-active .owl-dots {
    bottom: -18px;
    position: static;
}

.testmonial-active .owl-dots .owl-dot.active {
    width: 10px;
}

/*----------------------------------------*/
/* 12. Multi Setction With Sidebar CSS
/*----------------------------------------*/
.mini-title h4,
.semi-title h2 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 1199px) {

    .mini-title h4,
    .semi-title h2 {
        font-size: 18px;
    }
}

/* ---Semi Section Two Area--- */
.new-arrival_content .semi-title-2 {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .new-arrival_content .semi-title-2 {
        display: block;
        text-align: center;
    }

    .new-arrival_content .semi-title-2 h3 {
        padding-bottom: 25px;
    }

    .new-arrival_content ul.categorie-tabs-list {
        justify-content: center;
    }

    .new-arrival_content ul.categorie-tabs-list li a {
        line-height: 28px;
    }

    .new-arrival_content ul.categorie-tabs-list li:first-child a {
        margin-left: 0;
    }

    .new-arrival_content p.additional-stuff {
        margin: 0 auto 30px;
        text-align: center;
    }
}

.new-arrival_content .semi-title-2 h3 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1;
    text-transform: capitalize;
}

.new-arrival_content p.additional-stuff {
    font-weight: 600;
    margin-bottom: 30px;
}


.mini-title {
    padding-bottom: 14px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}


.horizontal-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.semi-title h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: capitalize;
}

.categorie-tabs-list li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 40px;
    position: relative;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .categorie-tabs-list li a {
        margin-left: 20px;
    }
}

@media (max-width: 479px) {
    .categorie-tabs-list li.nav-item {
        display: flex;
        width: 100%;
        justify-content: center;
        padding-bottom: 10px;
    }

    .categorie-tabs-list li.nav-item a {
        margin: 0 !important;
    }
}

/*----------------------------------------*/
/* 13. Footer CSS
/*----------------------------------------*/
.footer-middle,
.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 80%);
}

/* footer middle css */
.footer-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-list li {
    font-size: 14px;
    line-height: 30px;
}

.footer-list li i {
    margin-right: 8px;
    font-size: 18px;
}

.footer-list li a {
    display: block;
    color: #d7d7d7;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.footer-content p {
    font-size: 14px;
    color: #d7d7d7;
}

.footer-copyright p {
    font-size: 13px;
    line-height: 1;
}

.subscribe-box {
    position: relative;
}

.subscribe-box input {
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 80px);
    padding: 10px 25px 10px 15px;
}

.subscribe-box button {
    border: 2px solid #eee;
    border-radius: 5px;
    font-size: 24px;
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
    width: 75px;
}

/* --Organic Footer Style-- */
.organic-footer_style .single-footer .footer-content ul li,
.organic-footer_style .single-footer .footer-content ul li a,
.organic-footer_style .single-footer .footer-content p,
.organic-footer_style .single-footer h4.footer-title {
    color: #ffffff;
}

.organic-footer_style .footer-copyright p,
.organic-footer_style .footer-copyright a {
    color: #ffffff;
}

.organic-footer_style .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.organic-footer_style .single-footer .footer-content ul>li:hover>a,
.organic-footer_style .footer-copyright a:hover {
    color: #292929 !important;
}

/* --Autopart Footer Style-- */
.autopart-footer_style .single-footer .footer-content ul li,
.autopart-footer_style .single-footer .footer-content ul li a,
.autopart-footer_style .single-footer .footer-content p,
.autopart-footer_style .single-footer h4.footer-title {
    color: #ffffff;
}

.autopart-footer_style .footer-copyright p,
.autopart-footer_style .footer-copyright a {
    color: #ffffff;
}

.autopart-footer_style .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.autopart-footer_style .single-footer .footer-content ul>li:hover>a,
.autopart-footer_style .footer-copyright a:hover {
    color: #fab115 !important;
}

/* --Fashion Footer Style-- */
.fashion-footer_style .footer-middle .single-footer h4.footer-title,
.fashion-footer_style .footer-middle .single-footer .footer-content ul li,
.fashion-footer_style .footer-middle .single-footer .footer-content ul li a {
    color: #ffffff;
}

.fashion-footer_style .footer-middle .single-footer .footer-content ul li:hover a,
.fashion-footer_style .footer-bottom .footer-copyright p a:hover {
    color: #f53737;
}

.fashion-footer_style .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fashion-footer_style .footer-bottom .social-icon li a,
.fashion-footer_style .footer-bottom .footer-copyright p,
.fashion-footer_style .footer-bottom .footer-copyright p a {
    color: #ffffff;
}

.fashion-footer_style .opening-time_info .footer-content ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.fashion-footer_style .opening-time_info .footer-content ul li span {
    font-size: 13px;
}

/* --Bicycle Footer Style-- */
.bicycle-footer_style .footer-middle .single-footer .footer-content ul li:hover a,
.bicycle-footer_style .footer-bottom .footer-copyright p a:hover {
    color: #389c3c;
}

/* --Bicycle Footer Style-- */
.barber-footer_style .footer-middle .single-footer .footer-content ul li:hover a,
.barber-footer_style .footer-bottom .footer-copyright p a:hover {
    color: #fab115;
}

/* ---Pet Footer Style--- */
.pet-footer_style .payment-method_area h3.title {
    font-size: 14px;
    text-transform: capitalize;
}

.pet-footer_style .footer-menu ul li {
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
}

.pet-footer_style .footer-menu ul li:not(:last-child) {
    border-right: 1px solid #777;
}

.pet-footer_style .footer-menu ul li:last-child {
    padding-right: 0;
}

.pet-footer_style .footer-menu ul li a {
    font-size: 13px;
}

/* ---Toy Footer Style--- */
.toy-footer_style .opening-time_info .footer-content ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.toy-footer_style .opening-time_info .footer-content ul li span {
    font-size: 13px;
}

/* --Kitchenware Footer Style-- */
.kitchenware-footer_style .footer-middle .single-footer h4.footer-title {
    color: #ffffff;
}

.kitchenware-footer_style .footer-middle .single-footer .footer-content ul li,
.kitchenware-footer_style .footer-middle .single-footer .footer-content ul li a {
    color: #999;
}

.kitchenware-footer_style .footer-middle .single-footer .footer-content ul li a:hover,
.kitchenware-footer_style .footer-bottom .footer-copyright p a:hover {
    color: #ee8e12;
}

.kitchenware-footer_style .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kitchenware-footer_style .footer-bottom .social-icon li a,
.kitchenware-footer_style .footer-bottom .footer-copyright p,
.kitchenware-footer_style .footer-bottom .footer-copyright p a,
.kitchenware-footer_style .footer-content p {
    color: #999;
}

.kitchenware-footer_style .opening-time_info .footer-content ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.kitchenware-footer_style .opening-time_info .footer-content ul li span {
    font-size: 13px;
}

.kitchenware-footer_style .subscribe-box button {
    border: 0;
}

/* --Sportwear Footer Style-- */
.sportwear-footer_style .footer-middle .single-footer .footer-content ul>li a:hover,
.sportwear-footer_style .footer-bottom .footer-copyright p a:hover {
    color: #389c3c;
}

/*----------------------------------------*/
/* 14. Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb-area {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 20px 0;
}

.breadcrumb-area .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.breadcrumb-item a,
.breadcrumb-item {
    color: #505050;
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumb-item a:hover,
.breadcrumb-item.active {
    color: #21080a;
}

/*----------------------------------------*/
/* 15. Shop Page CSS
----------------------------------------*/

/* shop sidebar css */
.sidebar .form-check {
    padding-left: 0;
}

.sidebar-title {
    border-bottom: 1px solid #ededed;
    color: #2c2c2c;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 25px;
    position: relative;
    text-transform: capitalize;
}

.sidebar-title::after {
    background: #21080a none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100px;
}

/* price slider css end */

.sidbar-style li {
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.sidebar.shop-sidebar {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 15px;
}

.sidbar-style .form-check label {
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sidebar li.form-check:not(:last-child) {
    margin-bottom: 12px;
}

.sidebar .form-check {
    padding-left: 0;
}
/* shop page css */
.border-default {
    padding: 15px;
    border: 1px solid #ebebeb;
}

.single-makal-product.border-none {
    border-right: none !important;
}

.grid-list-top .tabs-area>li {
    margin-left: 0;
    margin-right: 10px;
}

.grid-list-view .tabs-area li a {
    border-radius: 4px;
    display: block;
    font-size: 20px;
    padding: 0;
    text-align: center;
}

.grid-list-view .tabs-area li a.active {
    color: #21080a;
}

.grid-list-top .tabs-area>li span,
.toolbar-sorter label,
.show-items {
    color: #3e3e3e;
    font-size: 13px;
}

.grid-list-top.border-default {
    padding: 15px;
}

.grid-list-view span {
    padding-left: 40px;
}

.toolbar-sorter label {
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 15px;
    width: 65px;
}

.toolbar-sorter {
    width: 355px;
}

.main-toolbar-sorter .nice-select {
    height: 35px;
    line-height: 32px;
    z-index: 55;
}

#grid-view .single-makal-product {

    margin-bottom: 30px;
}

#list-view .single-makal-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#list-view .single-makal-product .pro-img {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-right: 15px;
}

#list-view .single-makal-product .pro-content {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding-left: 15px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

#list-view .single-makal-product .pro-actions {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    position: static;
    opacity: 1;
}

#list-view .single-makal-product .pro-actions .actions-primary,
#list-view .single-makal-product .pro-actions .actions-secondary {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#list-view .single-makal-product .pro-title {
    margin-bottom: 0;
}

#list-view .single-makal-product .rating {
    margin: 9px 0 10px;
}

#list-view .single-makal-product .pro-content>p {
    line-height: 24px;
}

#list-view .single-makal-product .pro-content p+p {
    border-top: 1px solid #ebebeb;
    margin-top: 18px;
    padding-top: 15px;
}

#list-view .single-makal-product {
    margin-bottom: 30px;
}

.shop-breadcrumb-area.border-default {
    padding: 20px;
}

.pfolio-breadcrumb-list li {
    display: inline;
}

.pfolio-breadcrumb-list li a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
}

.pfolio-breadcrumb-list li.active a {
    color: #7b7b7b;
}

.pfolio-breadcrumb-list li i {
    font-size: 16px;
}

.pfolio-breadcrumb-list li.prev a i {
    margin-right: 8px;
}

.pfolio-breadcrumb-list li.next a i {
    margin-left: 8px;
}

.pfolio-breadcrumb-list li:hover a {
    color: #21080a;
}

/*----------------------------------------*/
/* 16. Product Details CSS
----------------------------------------*/
.main-product-thumbnail .tab-content img,
.product-thumbnail .thumb-menu div img {
    width: 100%;
}

.thumb-menu {
    border: 0;
}

.thumb-menu.owl-carousel .owl-item button {
    border: 1px solid #ededed;
    display: block;
    border-radius: 0;
    margin: 2px;
}

.thumb-menu.owl-carousel .owl-item button:hover {
    border-color: #21080a;
}

#product-window .close {
    position: relative;
    top: -10px;
    right: -5px;
}

.modal-content .modal-header {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.modal-content .modal-body {
    padding: 0 40px 40px;
}

.modal-content .social-sharing ul li a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    color: #323232;
}

.quick-thumb-content .modal-lg {
    max-width: 970px;
    margin: 70px auto;
}

.product-thumbnail .thumb-menu .nav-link {
    padding: 0;
}

.main-product-thumbnail .tab-content {
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

.thumb-bg .tabs-area {
    border-bottom: medium none;
}

.thumb-menu .owl-stage-outer {
    margin: 0 -1px;
}

.thumb-menu .owl-nav div {
    border-radius: 0;
    font-size: 15px;
    height: 35px;
    left: -10px;
    line-height: 36px;
    width: 35px;
}

.thumb-menu .owl-nav div.owl-next {
    right: -10px;
    left: auto;
}

.thumb-menu:hover .owl-nav div {
    opacity: 1;
}

.product-header {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.rating-pro i,
.review-list i {
    font-size: 16px;
}

.rating-summary li a {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
}

.rating-summary li {
    display: inline-block;
    margin-right: 8px;
}

.rating-summary li.write-review::before {
    color: #555;
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-right: 6px;
}

.rating-summary li.write-review:before {
    content: "\f040";
}

.pro-desc-details {
    font-size: 14px;
    line-height: 25px;
    border-top: 1px solid #dedede;
    padding: 25px 0;
    margin-top: 25px;
    border-bottom: 1px solid #dedede;
}

.pro-thumb-price span:not(:last-child) {
    margin-right: 15px;
}

.pro-thumb-price .price {
    font-size: 18px;
    font-weight: 500;
}

.pro-thumb-price .prev-price {
    color: #555;
    font-size: 18px;
    font-weight: 500;
}


.saving-price {
    background: #343434 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    line-height: 31px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.product-size .nice-select {
    padding-right: 40px;
}

.product-size .nice-select .option {
    padding-right: 36px;
}

.thubnail-desc label,
.social-sharing ul li label {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.product-size select,
.quantity {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    color: #7a7a7a;
    width: 70px;
}

.quantity {
    padding: 11px;
}

.color-list li {
    display: inline-block;
    margin-right: 7px;
    padding-left: 1px;
}
.color-list li a {
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    display: block;
    height: 22px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 22px;
}

.quatity-stock ul li:first-child {
    margin-bottom: 10px;
}

.quatity-stock ul li:not(:last-child) {
    margin-right: 25px;
}

.pro-cart {
    background: #343434 none repeat scroll 0 0;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    padding: 14px 30px;
    text-transform: uppercase;
}


.in-stock {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.in-stock i {
    font-size: 16px;
    margin-right: 5px;
}

.social-sharing ul li a {
    background: white none repeat scroll 0 0;
    border: 1px solid #777;
    border-radius: 100%;
    color: #4b4b4b;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.social-sharing ul li {
    display: inline-block;
}

.social-sharing ul li:not(:last-child) {
    margin-right: 10px;
}
.tab-content.thumb-content {
    padding: 30px 15px;
}

.border-default {
    border: 1px solid #ededed;
    border-radius: 3px;
    padding-bottom: 30px;
}

.universal-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.customer-btn,
.return-customer-btn {
    background: #21080a none repeat scroll 0 0;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 30px 8px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.customer-btn:hover {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
}

.return-customer-btn {
    background: #303030;
}

.return-customer-btn:hover {
    background: #21080a;
}

/*----------------------------------------*/
/* 19. Cart & Wish List CSS
/*----------------------------------------*/

.product-thumbnail img {
    width: 100%;
}

/*----------------------------------------*/
/* 23. Register Account & Contact Form CSS
/*----------------------------------------*/
.goole-map .map-size {
    min-height: 600px;
    width: 100%;
}

.register-form p {
    font-size: 16px;
    margin-bottom: 20px;
    font-size: 15px;
}

.register-form a {
    color: #303030;
    font-size: 16px;
}

.register-form a:hover {
    color: #21080a;
}

.register-form .form-group {
    margin-bottom: 0.5rem;
}

.register-form {
    padding: 40px;
}

.contact-form input {
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    max-width: 100%;
    border: 1px solid #ebebeb;
    background: #ebebeb;
}

.send-email input {
    background: #303030 none repeat scroll 0 0;
    margin-bottom: 0;
}

.contact-form textarea {
    height: 200px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
}

.register-contact {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.form-message.error {
    color: red;
}
.form-message.success {
    color: green;
}


/* Fixed Social media */

.fixed-social-media {
  position: fixed;
  top: 40%;
  z-index: 999;
  left: -115px;
}

.fixed-social-media ul li {
  display: block;
  margin: 2px;
  background: #cf4d4d;
  width: 150px;
  text-align: right;
  padding: 5px;
  border-radius: 0 30px 30px 0;
  transition: all 1.5s;
  cursor: pointer;
}

.fixed-social-media ul li:hover {
  transform: translate(100px, 0);
  background: #d55454;
  transition: all 1.5s;
}

.fixed-social-media ul li:hover a {
  color: white;
}

.fixed-social-media ul li:hover i {
  color: #e21b33;
  background: white;
  transform: rotate(360deg);
  transition: all 1.5s;
}

.fixed-social-media ul li i {
  margin-left: 10px;
  color: #fff;
  background: #cf4d4d;
  padding: 7px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  text-align: center;
  font-size: 15px;
}

@media (max-width: 676px) {
  .fixed-social-media ul li i {
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 5px;
  }
  .fixed-social-media ul li:hover {
    transform: translate(80px, 0);
  }
  .fixed-social-media ul li a {
    font-size: 12px;
  }
  .fixed-social-media {
    left: -95px;
  }
  .fixed-social-media ul li {
    width: 120px;
  }
}