/*-----------------------------------------------------------------------------------

    Template Name: Sinrato - mefashop eCommerce Bootstrap 4 Template
    Version: 1.0


     CSS INDEX
    ===================
    
    01. Theme default CSS
    02. Header
        02.1 Header top
        02.2 Breadcrumb
    03. Category
    04. Hero
        04.1 Slider one
        04.2 Slider two
        04.3 Slider three
        04.4 Slider four
    05. Banner
        05.1 Sidebar banner
        05.2 Double banner
        05.3 Single wide banner
        05.4 wide text banner
    06. Featured service
    07. Product Slider
        07.1 Horizontal
        07.2 Tab horizontal
        07.3 Two column horizontal
    08. Product
        08.1 Horizontal slider product
        08.2 latest product
        08.3 Related product
        08.4 Shop page grid product
        08.5 Shop page list product
    09. Product non slider
    10. Brand
    11. Subscribe
    12. Section title
    13. Page
    14. About page
    15. Contact page
    16. Single product page
    17. Shop page
    19. Cart page
    20. Compare page
    21. Checkout page
    22. Login -  Register Page
    24. Blog
    25. Blog Sidebar
    26. Footer
        26.1 Footer top
        26.2 Footer bottom


-----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------
                        Start Default Settings
--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900");

body {
    padding: 0;
    margin: 0;
    color: #444;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*--------------------------------------------------------------------
                        Typography Settings
--------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 46px;
}

h3 {
    font-size: 18px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}

p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/*--------------------------------------------------------------------
                        alignment css
--------------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

.no-gutter > [class*="col-"] {
    padding: 0;
}

.slick-slide:focus {
    outline: none;
}

.plr-none {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------------
                        All Transition Settings
--------------------------------------------------------------------*/
a,
img,
.pro-nav button.slick-arrow,
.owl-dot-style .owl-dot,
.main-menu ul li ul.dropdown,
.main-menu ul li ul.dropdown li ul.dropdown,
.main-menu ul li ul.mega-menu,
.categorie-menus li ul.cat-submenu,
.product-item,
.sec-img,
.action-links a,
.ratings,
.price-box,
.btn-cart,
.product-layout-two,
.product-module-four-item,
.product-countdown,
.blog-thumb-active.owl-carousel .owl-nav div,
.newsletter-btn,
.footer-useful-link li a,
.filter-attribute-container ul li a::after,
.img-view {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------------
                        Common class
--------------------------------------------------------------------*/
.fix {
    overflow: hidden;
}

.section {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------------
                        Slider Navigation style
--------------------------------------------------------------------*/
/* slick slider dot style */
.slick-dot-style .slick-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.slick-dot-style .slick-dots li button {
    background: transparent;
    border: 2px solid #e2e1dd;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    padding: 0;
    text-indent: -9999px;
    width: 15px;
}

.slick-dot-style .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dot-style .slick-dots li.slick-active button {
    background: #e8e7e4;
}

.slick-slide:focus {
    outline: none;
}

/* ---slick arrow style--- */
.pro-nav button.slick-arrow {
    background: transparent;
    border: 1px solid #296094;
    cursor: pointer;
    height: 30px;
    left: 5px;
    color: #296094;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: visible;
}

.pro-nav button.arrow-next {
    left: auto;
    right: 0;
}

.slick-slider:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Slick vertical slider arrow */
.pro-nav1 button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #296094;
    cursor: pointer;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.pro-nav1 button i {
    color: #296094;
}

.pro-nav1 button.arrow-next {
    bottom: 0;
    top: auto;
}

.pro-nav1:hover button {
    opacity: 1;
    visibility: visible;
}

/* ------Owl carosel nav style------ */
.owl-arrow-style .owl-nav {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: -54px;
}

.owl-arrow-style .owl-nav div {
    display: inline-block;
    padding: 0 8px;
}

/* dot style */
.owl-dot-style .owl-dots {
    bottom: 20px;
    left: 9%;
    position: absolute;
}

.owl-dot-style .owl-dot {
    background: #296094 none repeat scroll 0 0;
    border: 2px solid #296094;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 15px;
}

.owl-dot-style .owl-dot.active {
    background: #fff;
}

/*--------------------------------------------------------------------
                        Start Header section
--------------------------------------------------------------------*/
/*----Start header top css----*/
.header-top-left > ul {
    padding: 12px 0;
}

.header-top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.header-top-left span {
    color: #aaa;
    margin-right: 5px;
}

.header-top-left li::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.header-top-left li:last-child::before {
    display: none;
}

.box.box-right {
    float: right;
}

.box-right li {
    display: inline-block;
    position: relative;
}

.box-right li button,
.box-right li a {
    color: #fff;
    display: inline-block;
    padding: 12px 15px;
    background-color: transparent;
    border: none;
}

.box.box-right li button span,
.box-right li a span {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
    vertical-align: middle;
}

.box-right li:hover > button,
.box-right li:hover > a {
    color: #296094;
}

.box-dropdown {
    background: #296094;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    right: 0;
    position: absolute;
    top: 100%;
    width: 150px;
    z-index: 99;
    padding: 10px 0;
    display: none;
}

.box-dropdown li {
    display: block;
}

.box-dropdown li a {
    color: #444;
    padding: 8px 15px;
}

/*----End header top css----*/

/*----Start header Middle css----*/
.header-middle {
    padding: 0 0;
    background-color: #dce0e400;
}

.top-cat .nice-select {
    background: #f0f0f0;
    border: medium none;
    border-radius: 0;
    height: 52px;
    width: 150px;
    text-align: center !important;
    padding: 0 24px;
    border-radius: 6px 0 0 6px;
    z-index: 9;
}

.nice-select .list {
    z-index: 999;
}

.top-cat .nice-select .current {
    color: #296094;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}

input.top-cat-field {
    border: 1px solid #08335c;
    color: #08335c;
    font-size: 13px;
    height: 52px;
    padding: 0 10px;
    width: calc(100% - 300px);
    float: left;
}

.top-search-btn {
    background: #1515131a;
    border: medium none;
    border-radius: 0 6px 6px 0;
    color: #296094;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    padding: 0 30px;
    width: 150px;
}

/* header style 2 */
.home-header2 .nice-select {
    background: #fff;
}

.home-header2 input.top-cat-field {
    border: medium none;
}

.home-header2 .top-search-btn {
    background: #111111;
    color: #fff;
}

.home-header2 .top-search-btn:hover {
    color: #296094;
}

.home-header2 .mini-cart-option li a,
.home-header2 .mini-cart-option li button,
.home-header2 .mini-cart-option li:hover a,
.home-header2 .mini-cart-option li:hover button {
    color: #111;
}

.home-header2 .mini-cart-option .count {
    background: #111;
    color: #fff;
}

.header-top-menu.menu-style2 {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

/* header style 2 end */
.mini-cart-option {
    float: right;
}

.mini-cart-option li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.mini-cart-option li span.lnr {
    color: #296094;
    font-size: 28px;
    font-weight: 500;
    padding-right: 10px;
}

.mini-cart-option li a,
.mini-cart-option li button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #296094;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    max-width: 112px;
    position: relative;
    border: none;
    padding: 0;
    background-color: transparent;
}

.mini-cart-option li:hover a,
.mini-cart-option li:hover button {
    color: #9c9b98;
}

.mini-cart-option .count {
    background: #296094;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 20px;
    left: 35px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 20px;
}

.mini-cart-option .cart-h4 .count {
    left: 10px;
}

.mini-cart-drop-down {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    padding: 20px;
    display: none;
    z-index: 9999999999;
    background: #fff;
    border-bottom: 2px solid #296094;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.mini-cart-drop-down > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    color: #111;
    font-weight: 500;
}

.cart-img {
    margin-right: 20px;
    width: 60px;
}

.cart-border {
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 22px;
}

.mini-cart-drop-down a.cart-button {
    background: #111 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 40px;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 10px;
}

.mini-cart-drop-down a.cart-button:hover {
    color: #111;
    background: #296094;
}

a.cart-button.hm2 {
    color: #fff !important;
}

.mini-cart-drop-down li a {
    color: #0b88ee;
    font-size: 15px;
    margin-bottom: 5px;
    max-width: 100%;
    font-weight: 400;
}

.cart-info h4:hover a {
    color: #296094;
}

.cart-info span {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.cart-info span span {
    color: #7e7e7e;
}

.subtotal-price > span {
    color: #296094;
}

/*------ End header middle style css ------ */

/* ------Start header main menu css------ */

.top-main-menu {
    float: left;
    position: relative;
    width: 100%;
}

.main-menu {
    float: left;
}

.main-menu li {
    float: left;
    position: relative;
}

.main-menu li > a {
    color: #111;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 32px;
    text-transform: uppercase;
}

.main-menu li:hover a::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li span.lnr {
    font-size: 9px;
    margin-left: 10px;
}

/*dropdown menu css*/
.main-menu ul li ul.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #296094;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    background-color: #08223a;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.dropdown li {
    margin: 0;
    float: none;
    position: relative;
}

ul.dropdown li span {
    float: right;
    padding-top: 7px;
}

.main-menu ul li ul.dropdown li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: capitalize;
}

.main-menu ul li ul.dropdown li:hover > a {
    color: #296094;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    left: 100%;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-bottom: 2px solid #296094;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li > a i {
    font-size: 14px;
    padding-left: 5px;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    font-size: 10px;
    margin-top: 8px;
}

/*mega menu css*/
.main-menu ul li.static {
    position: static;
    padding-top: 15px;
}

.main-menu ul li ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #296094;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.mega-menu.mega-full {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    background-color: #08223a;
}

.main-menu ul li ul.mega-menu li {
    width: 25%;
    float: left;
    margin: 0;
}

.main-menu ul li ul.mega-menu li a {
    padding: 10px 0 20px;
}

.main-menu ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu ul li ul.mega-menu li ul li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: capitalize;
}

.main-menu ul li ul.mega-menu li ul li:hover a {
    color: #296094;
}

/* -----Start header main menu css------ */

/* ------categories menu css here------ */
.categories-menu-bar {
    float: left;
}

.categories-menu-btn {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
    width: 254px;
    text-align: center;
    text-transform: capitalize;
}

.categories-menu-btn span {
    margin-left: 15px;
}

.left {
    float: left;
}

.left i {
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}

.right {
    float: right;
}

.right i {
    font-size: 10px;
    margin-right: 15px;
    vertical-align: middle;
}

.categories-menu-btn span.lnr {
    font-size: 14px;
    padding: 0 18px;
    vertical-align: middle;
}

.categories-menu-btn,
.categorie-menus {
    display: block;
}

.categorie-menus {
    background: #fff;
    min-width: 254px;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9;
}

.categorie-menus li {
    position: relative;
}

.categorie-menus li span.lnr {
    float: right;
    font-size: 10px;
    margin-top: 8px;
    vertical-align: middle;
}

.categorie-menus li a {
    color: #111;
    display: block;
    line-height: 25px;
    padding: 10px 25px;
}

.categorie-menus li:hover > a {
    background: #296094;
    color: #111;
}

.more-btn::before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 10px;
}

.more-btn.minus::before {
    content: "\f068";
}

/* categories sub menu css */

.categorie-menus li ul.cat-submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 235px;
    padding: 15px 0;
}

.categorie-menus li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu > li a {
    color: #444;
    padding: 4px 25px;
}

.categorie-menus li ul.cat-submenu li:hover > a {
    color: #296094;
    background: transparent;
}

.categorie-menus li ul.cat-submenu li ul.cat-submenu {
    top: 30px;
    opacity: 0;
    visibility: hidden;
}

.categorie-menus li ul.cat-submenu li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu.category-mega {
    width: 600px !important;
}

.cat-submenu.category-mega > li {
    width: 33.33%;
    float: left;
}

.cat-mega-title > a {
    font-weight: 600;
}

.category-mega li ul li a {
    color: #444;
    padding: 3px 25px;
}

.cat-mega-menu li ul li:hover a {
    color: #296094;
    background: transparent;
}

/* categories style 2 */

.categories-menu-bar.cat-menu-style2 {
    position: relative;
    width: 100%;
}

.cat-menu-style2 .categories-menu-btn {
    width: 100%;
}

.cat-menu-style2 .categorie-menus {
    width: 100%;
    display: block;
}

/* header call action css */
.header-call-action {
    float: right;
}

.header-call-action p {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 0;
}

.header-call-action strong {
    font-weight: 600;
}

.header-call-action span.lnr {
    font-size: 18px;
    padding-right: 10px;
}

/* sticky menus css  */
.header-top-menu.sticker.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    animation: fadeInDown 0.9s cubic-bezier(0.2, 1, 0.22, 1);
}

.header-top-menu.sticker.sticky .categories-menu-bar {
    display: none;
}

.header-top-menu.sticky4.sticker.sticky {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 15px 0 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

/* slick nav style */
.slicknav_menu {
    background: #fff;
    display: none;
}

.slicknav_nav * {
    padding: 0 !important;
    margin: 0 !important;
}

.slicknav_nav li {
    border-radius: 0px;
}

.slicknav_nav li a {
    color: #111 !important;
    border-radius: 0px;
    padding: 10px !important;
}

.slicknav_nav li a a {
    padding: 0 !important;
}

.slicknav_nav > li:hover > a,
.slicknav_nav > li > a > a:hover,
.slicknav_nav > li > a:hover {
    background-color: #296094 !important;
    border-radius: 0px !important;
}

.slicknav_nav ul {
    margin-left: 20px !important;
}

.slicknav_nav ul li a:hover {
    background-color: transparent !important;
    color: #296094 !important;
}

.slicknav_nav .lnr-chevron-right {
    display: none;
}

/* header style 4 */
.header-style4 input.top-cat-field {
    width: calc(100% - 300px);
}

.header-middle.header-style4 {
    -webkit-box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
}

.categories-menu-btn.bg-4.ha-toggle {
    background: #296094 none repeat scroll 0 0;
    color: #111;
}

.top-main-menu.menu-style4 .main-menu {
    float: right;
}

/* header style three */
.header-top.hstyle3 {
    border-bottom: 1px solid #296094;
    background-color: #296094;
}

.hstyle3 .header-top-left li,
.hstyle3 .box-right li button,
.box-right li a {
    color: #e3d8d8;
}

.main-menu.menu-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    background-color: #d8dce000;
}

nav.m-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.main-menu.menu-style3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-main-menu .main-menu.menu-style3 li {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 0 0 auto;
}

.top-main-menu .main-menu.menu-style3 li:last-child {
    border-right: none;
}

.main-menu.menu-style3 li > a {
    padding: 12px 16px;
    text-align: center;
    text-transform: capitalize;
}

.main-menu.menu-style3 li span i {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.main-menu.menu-style3 li ul.dropdown li {
    width: 100%;
}

.main-menu.menu-style3 li span {
    display: inline-block;
    line-height: 18px;
    margin-left: 8px;
    max-width: 110px;
    text-align: left;
    vertical-align: middle;
}

.main-menu.menu-style3 ul li ul.dropdown li {
    border-right: medium none;
}

.main-menu.menu-style3 ul li ul.dropdown li a {
    text-align: left;
}

.main-menu.menu-style3 ul li ul.mega-menu li {
    border-right: none;
    width: 16.66%;
}

.main-menu.menu-style3 ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu.menu-style3 ul li ul.mega-menu li a {
    text-align: left;
}

.mean-nav li a span.lnr {
    display: none;
}

/* --------Slider area css here-------- */
.single-slider {
    background-position: center center;
    background-size: cover;
    height: 325px;
    width: 100%;
}

.slider-text h1 {
    color: #111;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
}

.slider-text p {
    font-size: 22px;
    margin-bottom: 55px;
    margin-top: 20px;
}

.btn-1.home-btn {
    background: #d8d7d2;
    border-radius: 6px;
    color: #111;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    padding: 0 24px;
    text-transform: capitalize;
}

.btn-1.home-btn:hover {
    background: #111;
    color: #fff;
}

.slick-current .slider-text h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.slick-current .slider-text p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.slick-current .home-btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* hero style 2 */
.hero-style-2 .single-slider {
    height: 518px;
}

.hero-style-2 .slider-text h1 {
    font-size: 54px;
    line-height: 60px;
}

.hero-style-2 .slider-text p {
    margin-bottom: 30px;
}

.hero-style-2 .slider-text {
    padding: 0 20px;
}

/* slider three */
.single-slider.slider3{
    height: 325px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.gaming-slide-content{
    position: absolute;
    top: 30px;
    left: 40px;
}

.gaming-slide-content h2{
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #8f8e98;
    margin: 0;
    letter-spacing: 2px;
}

.gaming-slide-content h1{
    font-size: 55px;
    line-height: .9;
    font-weight: 900;
    text-transform: uppercase;
    color: #766a6a;
    margin: 5px 0 15px;
    letter-spacing: 1px;
}

.gaming-slide-content p{
    font-size: 15px;
    line-height: 1.7;
    color: #0a0732;
    font-weight: 500;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px){

    .single-slider.slider3{
        height: 280px;
    }

    .gaming-slide-content{
        top: 20px;
        left: 20px;
    }

    .gaming-slide-content h2{
        font-size: 26px;
    }

    .gaming-slide-content h1{
        font-size: 40px;
    }

    .gaming-slide-content p{
        font-size: 11px;
        line-height: 1.5;
    }

}

/* Mobile */
@media (max-width: 767px){

    .single-slider.slider3{
        height: 230px;
    }

    .gaming-slide-content{
        top: 15px;
        left: 15px;
    }

    .gaming-slide-content h2{
        font-size: 28px;
        letter-spacing: 1px;
    }

    .gaming-slide-content h1{
        font-size: 36px;
        margin: 0 0 8px;
    }

    .gaming-slide-content p{
        font-size: 14px;
        color: rgba(183, 40, 173, 0.881);
        line-height: 1.4;
    }

}

.windows-slide-content{
    position: relative;
    width: 100%;
    height: 325px;
}

/* LEFT TEXT */
.windows-left-text{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.windows-left-text h2{
    font-size: 36px;
    line-height: 1.15;
    font-weight: 400;
    color: #111111;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* RIGHT TEXT */
.windows-right-text{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.windows-right-text h2{
    font-size: 36px;
    line-height: 1.15;
    font-weight: 400;
    color: #111111;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* TABLET */
@media (max-width: 991px){

    .single-slider.slider3{
        height: 280px;
    }

    .windows-slide-content{
        height: 280px;
    }

    .windows-left-text{
        left: 20px;
    }

    .windows-right-text{
        right: 20px;
    }

    .windows-left-text h2{
        font-size: 28px;
    }

    .windows-right-text h2{
        font-size: 26px;
    }

}

/* MOBILE */
@media (max-width: 767px){

    .single-slider.slider3{
        height: 230px;
        background-position: center;
    }

    .windows-slide-content{
        height: 230px;
    }

    .windows-left-text{
        left: 12px;
    }

    .windows-right-text{
        right: 12px;
    }

    .windows-left-text h2{
        font-size: 16px;
        line-height: 1.2;
    }

    .windows-right-text h2{
        font-size: 15px;
        line-height: 1.2;
    }

}
.brand-slider-content{
    padding: 20px 0 0 90px;
}

/* TOP LOGOS */
.top-brand-logos{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.top-brand-logos img{
    height: 42px;
    width: auto;
    object-fit: contain;
}

.top-brand-logos span{
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.25);
}

/* MAIN TEXT */
.brand-main-text h2{
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px;
}

.brand-main-text .blue-text{
    color: #0e295b;
}

.brand-main-text p{
    font-size: 16px;
    line-height: 1.7;
    color: #d5d5d5;
    margin-top: 18px;
}


/* TABLET */
@media (max-width: 991px){

    .single-slider.slider3{
        height: 280px;
    }

     .brand-slider-content{
        padding: 15px 0 0 55px;
    }

    .brand-slider-content{
        padding: 15px;
    }

    .top-brand-logos img{
        height: 30px;
    }

    .brand-main-text h2{
        font-size: 28px;
    }

    .brand-main-text p{
         display: none;
    }

    .brand-features{
        gap: 18px;
        margin-top: 18px;
        flex-wrap: wrap;
    }

    .feature-item i{
        font-size: 20px;
    }

    .feature-item h4{
        font-size: 12px;
    }

    .feature-item span{
        font-size: 11px;
    }

}

/* MOBILE */
@media (max-width: 767px){

    .single-slider.slider3{
        height: 230px;
    }

   
        .brand-slider-content{
        padding-bottom: 100px;
    }
    

    .top-brand-logos{
        gap: 10px;
        margin-bottom: 10px;
    }

    .top-brand-logos img{
        height: 18px;
    }

    .top-brand-logos span{
        height: 18px;
    }

    .brand-main-text h2{
        font-size: 28px;
        line-height: 1.2;
    }

    .brand-main-text p{
         display: none;
    }

    .brand-features{
        gap: 10px;
        margin-top: 12px;
        flex-wrap: wrap;
    }

    .feature-item{
        gap: 5px;
    }

    .feature-item i{
        font-size: 12px;
    }

    .feature-item h4{
        font-size: 9px;
    }

    .feature-item span{
        font-size: 8px;
    }

}

.gaming-banner-wrapper{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* TOP TEXT BOX */
.gaming-banner-text{
    display: inline-block;
    padding: 22px 45px;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.08);
    box-shadow:
        0 0 25px rgba(140, 92, 255, 0.7),
        0 0 40px rgba(0, 217, 255, 0.35);
    margin-bottom: 50px;
}

.gaming-banner-text h1{
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gaming-banner-text p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* LAPTOPS */
.gaming-laptop-group{
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gaming-laptop{
    position: relative;
    max-width: 100%;
    object-fit: contain;
    transition: 0.4s ease;
}

/* LEFT LAPTOP */
.laptop-left{
    width: 34%;
    transform: rotate(-8deg);
    margin-right: -70px;
    z-index: 1;
}

/* CENTER LAPTOP */
.laptop-center{
    width: 40%;
    z-index: 3;
    transform: translateY(20px);
}

/* RIGHT LAPTOP */
.laptop-right{
    width: 34%;
    transform: rotate(8deg);
    margin-left: -70px;
    z-index: 1;
}

/* HOVER EFFECT */
.gaming-laptop:hover{
    transform: translateY(-10px) scale(1.03);
}

/* TABLET */
@media(max-width: 992px){

    .slider3{
        min-height: 700px;
        padding: 80px 0;
    }

    .gaming-banner-text h1{
        font-size: 48px;
    }

    .gaming-banner-text p{
        font-size: 20px;
    }

    .gaming-laptop-group{
        min-height: 350px;
    }

    .laptop-left,
    .laptop-right{
        width: 36%;
    }

    .laptop-center{
        width: 44%;
    }
}

/* MOBILE */
@media(max-width: 767px){

    .slider3{
        min-height: auto;
        padding: 70px 0 40px;
    }

    .gaming-banner-text{
        padding: 10px 20px;
        margin-bottom: 45px;
    }

    .gaming-banner-text h1{
        font-size: 16px;
    }

    .gaming-banner-text p{
        font-size: 12px;
    }

    .gaming-laptop-group{
        flex-direction: column;
        align-items: center;
        min-height: auto;
        gap: 15px;
    }

    .laptop-left,
    .laptop-center,
    .laptop-right{
        width: 90%;
        margin: 0;
        transform: none;
    }
}

.ai-slider-content{
    text-align: center;

    position: absolute;
    left: 50%;
    bottom: 25px;

    transform: translateX(-50%);

    width: 100%;
}

.ai-slider-content h1{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;

    background: linear-gradient(90deg, #7dffb3, #38d9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 120px;
}

.ai-slider-content p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 50px;
    transform: translateY(-120px);
}

/* Tablet */
@media (max-width: 991px){

    .single-slider.slider3{
        height: 280px;
    }

    .ai-slider-content h1{
        font-size: 24px;
        letter-spacing: 3px;
    }

    .ai-slider-content p{
        font-size: 15px;
    }

}

/* Mobile */
@media (max-width: 767px){

    .single-slider.slider3{
        height: 230px;
    }

    .ai-slider-content{
        bottom: 15px;
        padding: 0 15px;
    }

    .ai-slider-content h1{
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 2px;
    }

    .ai-slider-content p{
        font-size: 12px;
    }

}

/* -----features area css start----- */
.feature-inner {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 5px;
}

.feature-inner .col {
    position: relative;
    padding: 0;
    width: 20%;
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-content {
    margin-left: 18px;
}

.feature-content h4 {
    color: #111;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.feature-content p {
    font-size: 12px;
    line-height: 20px;
}

/* -----features area css end----- */

/* -----product wrapper area css start----- */
/* section title start */
.section-title {
    position: relative;
    margin-top: 54px;
    margin-bottom: 22px;
}

.section-title h3 {
    background: #fff none repeat scroll 0 0;
    color: #296094;
    display: inline-block;
    font-size: 26px;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}

.section-title span {
    font-weight: 600;
}

.section-title.module-three {
    position: relative;
}

.section-title::after {
    background: #f0f0f0;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.hm-1 .section-title.module-three {
    margin-top: 40px;
    margin-bottom: 35px;
}

.boxx-tab {
    left: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.nav.my-tab {
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
}

.nav.my-tab li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.my-tab li:last-child {
    margin-right: 0;
}

.nav.my-tab li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.my-tab li:last-child::after {
    display: none;
}

.nav.my-tab button {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    border: none;
    background-color: transparent;
}

.nav.my-tab li button:hover,
.nav.my-tab li button.active {
    color: #111;
}

/* section title start */
.pro-module-title h3 {
    background: #fff;
    color: #111;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    padding-right: 30px;
    position: relative;
    vertical-align: middle;
    text-transform: capitalize;
}

.pro-module-title span {
    font-weight: 600;
}

.product-item {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    border-color: #296094;
}

.product-item:hover .action-links a {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    height: 220px; /* same image size for all cards */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
    background: #fff;
}

.product-thumb a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* full image visible */
}

.product-short .nice-select .list {
    right: 0;
    left: auto;
}

.sec-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.product-caption {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.label-product {
    background: #83b71c;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 12px;
    line-height: 22px;
    min-width: 46px;
    padding: 0 9px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: 3;
}
.product-name h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 48px; /* fixed height for 2 lines */
}
.label-product:nth-child(1) {
    top: 20px;
}

.label-product:nth-child(2) {
    top: 47px;
}

.label_sale {
    background: #296094;
    color: #111;
}

.label-product span {
    display: block;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.action-links {
    position: absolute;
    right: 10px;
    top: 20px;
}

.action-links a {
    background: #e9e9e9;
    border-radius: 50%;
    color: #111;
    display: block;
    font-size: 16px;
    height: 36px;
    margin-bottom: 10px;
    text-align: center;
    width: 36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.action-links a i {
    line-height: 36px;
}

.quick-view-btn {
    margin-top: 30px;
}

.action-links a:hover::before,
.action-links a:hover::after {
    opacity: 1;
    visibility: visible;
}

.action-links a:hover {
    background: #296094;
}

.product-caption {
    position: relative;
    padding: 22px 15px 26px;
}

.manufacture-product a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.product-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
}

.product-name h4 a {
    color: #111;
}

.product-name h4:hover a {
    color: #296094;
}

.ratings {
    padding: 8px 0;
}

.ratings span i {
    font-weight: 900;
}

span.yellow {
    color: #296094;
}

.regular-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.old-price {
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.regular-price .special-price {
    color: #423d3b;
}

.btn-cart {
    background: #296094;
    border: medium none;
    border-radius: 25px;
    color: #111;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 25px;
    text-transform: capitalize;
}

.btn-cart:hover {
    color: #fff;
    background: #111;
}

.product-caption .btn-cart {
    bottom: 37px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.product-item:hover .btn-cart {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .ratings,
.product-item:hover .price-box {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

.product-gallary-wrapper .owl-stage {
    margin-top: 15px;
}

/* home2 product-wrapper  */
.section-title.product-spacing.home2-tab-spacing {
    margin-bottom: 50px;
}

.section-title.product-spacing.home2-tab-spacing .boxx-tab {
    top: 54px;
}

.home2-tab-spacing .nav.my-tab button {
    font-size: 14px;
}

.product-gallary-active2.product-spacing .owl-nav {
    top: -85px;
}

/* home2 product-wrapper  */

/* tab problem fix css */
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/* -----product wrapper area css end----- */

/* --------home banner statics-------- */
.single-banner-statics:hover img {
    opacity: 0.7;
}

.pro-gallary-banner {
    margin-top: 15px;
}

/* ----home featured categories area start---- */

.product-layout-two {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.product-layout-two:hover {
    border-color: #296094;
}

.product-layout-thumb {
    min-width: 130px;
    width: 36%;
    text-align: right;
}

.product-layout-thumb:hover img {
    opacity: 0.7;
}

.product-layout-info {
    padding: 15px;
}

.product-layout-two h4.pro-name {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.product-layout-two h4.pro-name a {
    color: #111;
}

.product-layout-two h4.pro-name:hover a {
    color: #296094;
}

.total-items {
    color: #666;
    line-height: 20px;
    margin: 5px 0 5px;
    text-transform: capitalize;
}

a.shop-btn {
    color: #111;
    line-height: 22px;
    text-transform: capitalize;
}

a.shop-btn:hover {
    color: #296094;
}

/* ----home featured categories area end---- */

/*-----product module three start-----*/
.box-tab-style {
    position: relative;
}

.box-tab-style::before {
    background: #e9e9e9;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.tab-style2 {
    background: #fff;
    display: inline-block;
    position: relative;
}

.nav.tab-style2 > li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.tab-style2 > li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.tab-style2 li a {
    color: #868686;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 15px;
}

.nav.tab-style2 li a.active {
    color: #111;
}

.custom-seven-column {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-seven-column > .col {
    max-width: 14.28%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14.28%;
    flex: 1 0 14.28%;
}

.custom-seven-column > .col-2 {
    max-width: 28.56%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28.56%;
    flex: 1 0 28.56%;
}

/* home2 module three */
.section-title.module-three.module-three-spacing {
    margin-bottom: 60px;
}

.section-title.module-three.module-three-spacing .boxx-tab {
    top: 50px;
}

.section-title.module-three.module-three-spacing .boxx-tab .nav.my-tab {
    padding: 0 15px;
}

.module-three-spacing2.owl-arrow-style .owl-nav {
    top: -92px;
}

.module-three-spacing .nav.my-tab li a {
    font-size: 14px;
}

/*----product module four css here----*/
.product-module-four-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-module-four-item:hover {
    border-color: #296094;
}

.product-module-caption {
    padding: 8px 20px;
}

.product-module-caption .manufacture-com a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.manufacture-com a:hover {
    color: #111;
}

.product-module-caption .product-module-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
}

.product-module-caption .product-module-name a {
    color: #111;
}

.product-module-caption .product-module-name a:hover {
    color: #296094;
}

.product-module-caption .ratings {
    padding: 8px 0;
}

.product-module-caption .regular-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.product-module-caption .regular-price .special-price {
    color: #fe4f19;
}

.product-module-caption .old-price {
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.product-module-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
}

.owl-carousel .owl-item .product-module-thumb img {
    width: 100%;
}

/* home2 module 4 */
.pro-home2 .product-module-caption {
    padding: 8px 12px;
}

.pro-home2 .product-module-thumb {
    max-width: 130px;
}

/* home module 4 */
.product-module-thumb.thumb4 {
    max-width: 110px;
}

.thumb4 .label-product {
    left: 200px;
}

/*----product module four css end----*/

/* ----brand sell area css start---- */
.nav.brand-active {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 17px 0;
}

.nav.brand-active {
    margin-bottom: 25px;
}

.single-brand {
    display: block;
}

.brand-thumb {
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.brand-area li {
    text-align: center;
}

.sale-nav .owl-nav {
    top: -190px;
}

/* ---brand home--- 2 */
.single-brand-logo {
    text-align: center;
}

.brand2-slider-wrapper {
    border: 1px solid #f0f0f0;
    padding: 25px;
}

.single-brand-logo img {
    opacity: 0.7;
}

.single-brand-logo:hover img {
    opacity: 1;
}

/* ----brand sell area css end---- */

/* ----featured categories home 2 start---- */
.featured-home2 .section-title {
    margin-top: 24px;
}

.featured-home2-wrapper {
    border: 1px solid #f0f0f0;
}

.featured-home2-active {
    padding: 10px;
}

.featured-home2-single-item {
    text-align: left;
}

.featured-home2-thumb {
    text-align: center;
}

.featured-home2-thumb:hover img {
    opacity: 0.7;
}

.featured-home2-conteny h4 {
    margin-bottom: 13px;
    margin-top: 20px;
    text-transform: capitalize;
}

.featured-home2-conteny h4 a {
    color: #111;
}

.featured-home2-conteny h4 a:hover {
    color: #296094;
}

.sub-featured-categories li {
    margin-bottom: 6px;
}

.sub-featured-categories li a {
    color: #444;
    display: block;
}

.sub-featured-categories li:hover a {
    color: #296094;
    padding-left: 5px;
}

.featured-home2-conteny > a {
    color: #296094;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.featured-home2-conteny > a:hover {
    color: #111;
}

/* ----featured categories home 2 end---- */

/* ----home 2 sidebar start---- */
.banner-area > .container-fluid > .row > .col-lg-3 {
    max-width: 285px;
}

.banner-area > .container-fluid > .row > .col-lg-6 {
    max-width: calc(100% - 570px);
}

.banner-area > .container-fluid > .row > .col-lg-9 {
    max-width: calc(100% - 285px);
}

.banner-right-thumb.mb-30 img {
    width: 100%;
}

.home2-main-wrapper > .container-fluid > .row > .col-lg-3 {
    max-width: 285px;
}

.home2-main-wrapper > .container-fluid > .row > .col-lg-9 {
    max-width: calc(100% - 285px);
}

/* flash sale area */
.section-title.flash-title {
    margin-top: 0;
}

.product-item:hover .count-style .ratings,
.product-item:hover .count-style .price-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-countdown {
    display: inline-block;
    text-align: center;
}

.single-countdown__time {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    background: #296094;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    border-radius: 5px;
}

.single-countdown__text {
    display: block;
    font-size: 12px;
    color: #444;
    margin-top: 5px;
}

.product-item:hover .product-countdown {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

/* end flash css */
.sidebar-static-thumb:hover img {
    opacity: 0.7;
}

/* latest product css */
.latest-single-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-radius: 5px;
}

.latest-single-item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.latest-thumb {
    max-width: 110px;
}

.latest-pro-content h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.latest-pro-content h4 a {
    color: #111;
}

.latest-pro-content h4 a:hover {
    color: #296094;
}

/* ---latest blog area css--- */
.blog-area-wrapper {
    padding-top: 40px;
}

.blog-thumb.blog--hover img {
    width: 100%;
}

.blogg-thumb img {
    width: 100%;
}

.single-blogg-item iframe {
    width: 100%;
}

.blogg-thumb {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.blogg-thumb:hover img {
    opacity: 0.7;
}

.blogg-content {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 20px;
}

.post-date {
    background: #296094 none repeat scroll 0 0;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 13px;
    padding: 3px 5px;
    margin-bottom: 10px;
}

.blogg-content h5 {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 27px;
    position: relative;
}

.blogg-content h5 a {
    color: #111;
}

.blogg-content h5:before {
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    background: #f0f0f0;
}

.blogg-content h5 a:hover {
    color: #296094;
}

.blog-tag-line > a {
    border: 1px solid #f0f0f0;
    color: #111;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

.blog-tag-line > a:hover {
    background: #296094;
}

.blog-wrapper-inner.column5 .row .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.blogg-content blockquote {
    margin: 15px;
}

.blogg-content blockquote p {
    border-left: 5px solid #296094;
    color: #777;
    font-size: 16px;
    font-style: italic;
    padding: 0 10px;
}

.blogg-meta {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    color: #444;
    font-size: 13px;
    padding: 17px 0;
    text-align: left;
    text-transform: uppercase;
}

.blogg-meta a {
    color: #444;
}

.blogg-meta a:hover {
    color: #296094;
}

.blogg-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.author-thum {
    height: 65px;
    margin-right: 20px;
    width: 65px;
}

.author-info h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-info h3 a {
    color: #444;
    padding-left: 5px;
    text-transform: capitalize;
}

.author-info h3 a:hover {
    color: #111;
}

.author-info > p {
    color: #444;
}

.related-product-area .section-title {
    margin-top: 25px;
}

.blog-related-post > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.single-blogg-post h4 {
    margin-top: 20px;
}

.single-blogg-post h4 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-blogg-post h4 a:hover {
    color: #296094;
}

.blogg-post-date {
    color: #959595;
    font-family: lato;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-social-sharing h3 {
    color: #111;
}

.blog-social-sharing li {
    display: inline-block;
}

.blog-social-sharing li a {
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.blog-social-sharing li:hover a {
    color: #111;
    background: #296094;
}

.blog-thumb-active.owl-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 30px;
    left: 50px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    width: 30px;
}

.blog-thumb-active.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

.blog-thumb-active.owl-carousel:hover .owl-nav > div {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

/*---blog comment area css---*/
.blog-comment-wrapper h3 {
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 18px;
    text-transform: uppercase;
}

.blog-comment-wrapper > p {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.comment-post-box label {
    color: #111;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.comment-post-box textarea {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.coment-field {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #959595;
    padding: 8px 10px;
    width: 100%;
}

/* ---latest blog area css end--- */

/* pagination css */
.pagination-box li {
    display: inline-block;
}

.pagination-box li a {
    color: #111;
    padding: 10px;
}

.pagination-box li:hover a {
    color: #296094;
}

.pagination-box li.active a {
    color: #296094;
}

.paginatoin-area {
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
}

.pagination-style-2 {
    text-align: right;
}

/* ---testimonial area start--- */
.testimonial-single-item {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 25px 25px 45px;
}

.testimonial-single-item:hover {
    border-color: #296094;
}

.testimonial-avater {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-author {
    margin-left: 25px;
}

.testimonial-author h6 {
    color: #111;
    font-size: 15px;
    margin-bottom: 5px;
}

.testi-quote {
    background-image: url("../img/icon/icon_ttm.png");
    background-repeat: no-repeat;
    margin-top: 35px;
    padding: 35px 0;
}

.testi-quote a {
    color: #444;
    display: block;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

/* ---testimonial area end--- */

/* ----home 2 sidebar end---- */

/* -----footer area css start----- */
/* ----newsletter area start---- */
.newsletter-group {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 36px 0;
}

.newsletter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.newsletter-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsletter-title {
    padding: 10px 0;
}

.newsletter-title > h3 {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.newsletter-title > p {
    font-size: 16px;
}

.email-box {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #a6a6a6;
    display: inline-block;
    font-size: 14px;
    height: 56px;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
    width: 450px;
}

.newsletter-btn {
    background: #296094 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #111;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    padding: 0 23px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
}

.newsletter-btn:hover {
    color: #fff;
    background: #111;
}

.link-follow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right;
    width: 25%;
}

.link-follow a {
    background: #fff;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    margin-left: 13px;
    text-align: center;
    width: 56px;
}

.link-follow a:hover {
    color: #296094;
}

/* ----newsletter area end---- */

/* -----footer top area css start----- */
.footer-top {
    padding-bottom: 53px;
    padding-top: 58px;
    background-color: #296094;
}

.widget-body > p {
    margin-bottom: 35px;
    color: #f3eaea;
}

.payment-method > h4 {
    color: #111;
    font-size: 18px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.widget-title > h4 {
    color: #e7e1e1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer-useful-link li {
    margin-bottom: 10px;
    color: #f3eaea;
}

.footer-logo.mb-30 {
    margin-bottom: 15px;
}

.footer-useful-link li a {
    color: white;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-useful-link li:hover a {
    color: #b9bdc0;
    margin-left: 10px;
}

.footer-useful-link span {
    color: #f3eaea;
}

.footer-useful-link strong {
    color: #f3eaea;
    font-size: 20px;
    font-weight: 500;
}

.twitter-text {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    line-height: 24px;
    margin-bottom: 65px;
    padding: 20px;
    position: relative;
}

.twitter-text a {
    color: #296094;
}

.twitter-text::after {
    border-color: #f8f8f8 transparent transparent #f8f8f8;
    border-style: solid;
    border-width: 14px 13px;
    bottom: -25px;
    content: "";
    left: 42px;
    position: absolute;
    z-index: 1;
}

.tweet-time {
    bottom: -60px;
    display: block;
    left: 20px;
    position: absolute;
}

.tweet-time i {
    color: #296094;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.tweet-time > a {
    color: #444;
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
}

/* -----footer top area css end----- */

.footer-bottom-content {
    border-top: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-copyright p {
    color: #666;
    font-size: 13px;
    line-height: 30px;
}

.footer-copyright a {
    color: #296094;
}

.footer-custom-link a {
    color: #444;
    display: inline-block;
    line-height: 30px;
    margin-left: 33px;
    position: relative;
    vertical-align: top;
}

.footer-custom-link a::after {
    background: #444;
    content: "";
    height: 13px;
    margin-top: -6.5px;
    position: absolute;
    right: -19px;
    top: 50%;
    width: 1px;
}

.footer-custom-link a:last-child::after {
    display: none;
}

.footer-custom-link a:hover {
    color: #296094;
}

/* -----footer area css end----- */

/* ---breadcrumb area css start--- */
.breadcrumb-area {
    background: #f0f0f0;
    padding: 12px 0;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 20px 0;
}

.breadcrumb-item > a {
    color: #111;
}

.breadcrumb-item > a:hover {
    color: #444;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    padding: 0 15px;
    font-family: fontawesome;
}

/* ---breadcrumb area css end--- */
.single-sidebar:last-child {
    margin-bottom: 0;
}

.shop-sidebar-inner {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    padding: 21px 22px;
}

.shop-baner-img img {
    width: 100%;
}

.sidebar-inner-title {
    overflow: hidden;
}

.sidebar-inner-title.mb-25 {
    margin-bottom: 15px;
}

.sidebar-inner-title h3 {
    color: #111;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}

.sidebar-inner-title h3::after {
    background: #f0f0f0;
    content: "";
    height: 2px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
}

/* ---price filter css start--- */
.ui-widget-content {
    background: #d9d9d9;
    border: medium none;
    border-radius: 0;
    height: 4px;
    margin: 35px 0;
}

.ui-widget-content .ui-state-default {
    background: #ffffff;
    border: 2px solid #296094;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    height: 18px;
    width: 18px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-widget-content .ui-state-default:hover {
    background: #296094;
}

.ui-widget-content .ui-slider-range:last-child {
    background: #296094;
}

.filter-price-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-price-cont .input-type input {
    border: medium none;
    font-size: 14px;
    font-weight: 400;
    width: 55px;
}

/* ---price filter css end--- */

/* sidebar categories css start */
.filter-attribute-container li {
    margin-bottom: 10px;
}

.filter-attribute-container ul li a {
    color: #444;
    padding-left: 20px;
    position: relative;
}

.filter-attribute-container ul li a::before {
    content: "\f096";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}

.filter-attribute-container ul li a::after {
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filter-attribute-container ul li:hover a,
.filter-attribute-container ul li a.active {
    color: #296094;
}

.filter-attribute-container ul li:hover a::after {
    opacity: 1;
    visibility: visible;
}

.filter-attribute-container ul li a.active::after {
    opacity: 1;
    visibility: visible;
}

.sidebar-thumb:hover {
    opacity: 0.7;
}

/* ----sidebar categories css end---- */

/* ---product view mode change css start--- */
.shop-product-wrap.list .product-item {
    display: none;
}

.shop-product-wrap.grid .product-item {
    display: block;
}

.shop-product-wrap.grid .sinrato-list-item {
    display: none;
}

.product-view-mode,
.shop-product-wrap.list .sinrato-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-product-wrap.row.column_3 .sinrato-list-item {
    display: none;
}

.product-view-mode a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 48px;
    border-radius: 5px;
}

.product-view-mode a span {
    display: block;
    height: 16px;
    text-indent: -5000px;
    width: 16px;
    background-image: url(../img/icon/3col.png);
}

.product-view-mode a:nth-child(2) span {
    width: 22px;
    background-image: url(../img/icon/4col.png);
}

.product-view-mode a:nth-child(3) span {
    width: 20px;
    height: 14px;
    background-image: url(../img/icon/list.png);
}

.product-view-mode a:hover,
.product-view-mode a.active {
    border-color: #296094;
    background: #296094;
}

.product-view-mode a:hover span,
.product-view-mode a.active span {
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.top-bar-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-bar-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.per-page {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}

.product-short {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-page {
    margin-left: 50px;
}

.product-shop-main-wrapper .shop-product-wrap.column_3.row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.shop-top-bar .nice-select {
    border: 1px solid #f0f0f0;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.shop-top-bar .per-page p,
.shop-top-bar .product-short p {
    margin-right: 10px;
}

.product-shop-main-wrapper.mb-50 {
    padding-top: 5px;
}

.pagination-area.pt-35.pb-20 {
    padding-bottom: 13px;
    padding-top: 30px;
}

/* ---product view mode change css end--- */

/* ----product list item css start---- */
.sinrato-list-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 15px;
}

.sinrato-list-item:hover {
    border-color: #296094;
}

.sinrato-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    flex: 1 0 auto;
    position: relative;
}

.sinrato-list-item .pri-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sinrato-thumb .sec-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sinrato-list-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.sinrato-list-item:hover .pri-img {
    opacity: 0;
    visibility: hidden;
}

.sinrato-list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: left;
}

.sinrato-product-name h4 {
    font-size: 20px;
    margin: 10px 0;
    text-transform: capitalize;
}

.sinrato-product-name h4 a {
    color: #111;
}

.sinrato-product-name h4 a:hover {
    color: #296094;
}

.sinrato-ratings span {
    color: #666;
    opacity: 0.5;
}

.sinrato-box-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 250px;
    flex: 1 0 auto;
}

.sinrato-box-action .regular-price {
    font-size: 20px;
}

.sinrato-box-action .btn-cart {
    line-height: 46px;
    font-size: 16px;
}

.action-links.sinrat-list-icon {
    margin-top: 20px;
    position: static;
}

.action-links.sinrat-list-icon a {
    display: inline-block;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    margin-bottom: 0;
}

.shop-product-wrap.row.list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ----product list item css end---- */

/* ---product details style css start--- */
.product-details-main-wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
}

.product-details-main-wrapper .product-gallery-active .owl-nav {
    display: none;
}

.pro-large-img {
    padding: 1px;
    position: relative;
    cursor: move;
}

.pro-large-img img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.pro-nav {
    margin: -5px;
    margin-right: 0px;
}

.pro-nav-thumb {
    padding: 5px;
    cursor: pointer;
}

.pro-nav-thumb img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.pro-nav-thumb.slick-slide.slick-current.slick-active.slick-center img {
    border-color: #296094;
}

/* product details content css */
.pro-details-name.mb-10 > h3 {
    color: #111;
    font-size: 20px;
    font-weight: 400;
}

.pro-details-review li {
    display: inline-block;
    margin-right: 10px;
}

.pro-details-review li a {
    color: #444;
    padding-right: 10px;
    position: relative;
}

.pro-details-review li:hover a {
    color: #296094;
}

.pro-details-review li a::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
}

.pro-details-review li:last-child a:before {
    display: none;
}

.pro-details-review span i {
    color: #ddd;
}

.product-detail-sort-des {
    border-bottom: 1px solid #f0f0f0;
}

.pro-details-list li {
    margin-bottom: 5px;
}

.pro-details-list li span {
    color: #111;
    font-weight: 500;
    margin-right: 10px;
}

.pro-details-list li a {
    color: #83b71c;
}

.product-availabily-option > h3 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.color-optionn h4 {
    color: #111;
    font-size: 14px;
    margin: 8px 0 15px;
    text-transform: capitalize;
}

.color-optionn sup {
    color: #f00;
    font-size: 16px;
    margin-right: 2px;
    top: 0;
}

.color-optionn li {
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
}

.color-optionn li a {
    display: block;
    height: 30px;
    width: 30px;
}

.c-red {
    background: red;
}

.c-gray {
    background: gray;
}

.c-blue {
    background: blue;
}

.c-brown {
    background: brown;
}

.c-black {
    background: black;
}

.qty-boxx label,
.tag-line label,
.pro-social-sharing label,
.product-size label {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: capitalize;
}

.qty-boxx > input {
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-align: center;
    width: 80px;
}

.btn-cart.lg-btn {
    font-size: 16px;
    line-height: 42px;
    padding: 0 30px;
}

.useful-links li {
    display: inline-block;
    margin-right: 20px;
}

.useful-links li a {
    color: #444;
    text-transform: capitalize;
}

.useful-links li a i {
    color: #296094;
    font-size: 16px;
    margin-right: 5px;
}

.tag-line > a:hover,
.useful-links li:hover a {
    color: #296094;
}

.pro-social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pro-social-sharing li.list-inline-item a {
    border-radius: 3px;
    color: #fff;
    height: 20px;
    padding: 3px 10px;
    width: 80px;
}

.bg-facebook {
    background: #365899;
}

.bg-twitter {
    background: #1b95e0;
}

.bg-google {
    background: #e04b34;
}

/* product details page reviews area css start */

.product-info.mt-half ul.nav.nav-pills {
    background: #f3f3f3;
    padding: 20px 0;
    margin-bottom: 30px;
}

.product-info.mt-half li.nav-item button {
    background: transparent;
    color: #ababab;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
}

.product-info.mt-half li.nav-item button.active {
    color: #111;
}

.table-striped tr td {
    width: 50%;
}

.ratting li {
    margin-right: 8px;
}

.review-form h2 {
    color: #111;
    font-size: 27px;
    margin-bottom: 10px;
}

.btn-cart.rev-btn {
    background: #111;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.btn-cart.rev-btn:hover {
    background: #296094;
}

/* product details page reviews area css end */
label {
    margin-bottom: 0;
}

.slider-boxx .product-detail-sort-des p {
    padding: 0 200px;
}

.slider-boxx .pro-social-sharing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-inner.pro-tab-one {
    padding-left: 30px;
}

/* ---product details style css end--- */

/* -----Layout Shopping Cart----- */
.cart-accordion-wrapper h3 {
    color: #111;
}

.shopping-cart-wrapper .table {
    text-align: center;
}

.shopping-cart-wrapper .table thead td {
    color: #111;
    font-weight: 600;
    padding: 0.75rem;
    border-bottom-color: #dee2e6 !important;
}

.shopping-cart-wrapper .table td,
.shopping-cart-wrapper .table th {
    border-width: 1px;
}

.shopping-cart-wrapper .table td,
.table-bordered td,
.table-bordered th {
    vertical-align: middle;
}

.shopping-cart-wrapper .table td a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.shopping-cart-wrapper .table img {
    max-width: 120px;
}

.shopping-cart-wrapper .table span {
    display: block;
    font-size: 12px;
}

.shopping-cart-wrapper .table .cart-input {
    margin-right: 10px;
}

.shopping-cart-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.shopping-cart-wrapper .table .btn-primary:hover,
.shopping-cart-wrapper .table .btn-primary:focus {
    background-color: #286090;
    border-color: #204d74;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping-cart-wrapper .table .btn-danger:hover,
.shopping-cart-wrapper .table .btn-danger:focus {
    background-color: #296094;
    border-color: #296094;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping-cart-wrapper .table button {
    height: 40px;
}

.shopping-cart-wrapper .table button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -2px;
}

.shopping-cart-wrapper .table .input-group {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.shopping-cart-wrapper strong {
    font-weight: 500;
}

.shopping-cart-wrapper input,
.shopping-cart-wrapper .nice-select {
    height: 40px;
    line-height: 25px;
}

.shopping-cart-wrapper .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-wrapper .accordion-item {
    margin-bottom: 5px;
    border: none;
}

.shopping-cart-wrapper .accordion-body {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shopping-cart-wrapper .accordion-body input[type="button"] {
    margin-left: 10px;
}

.shopping-cart-wrapper .accordion-header {
    padding: 0;
}

.shopping-cart-wrapper .accordion-header i {
    float: right;
}

.shopping-cart-wrapper .accordion-button {
    color: #111;
    display: block;
    padding: 7px 15px;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.shopping-cart-wrapper .accordion-button.collapsed {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shopping-cart-wrapper .card-header button:not([aria-expanded="false"]) i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-amount-wrapper {
    margin-top: 40px;
}

.cart-amount-wrapper .table td span {
    font-weight: 600;
    font-size: 13px;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-secondary.cart-pg {
    padding: 0 20px;
}

.cart-select .nice-select {
    width: 100%;
}

.nice-select.form-control {
    line-height: 30px;
    height: calc(2.25rem + 2px);
    width: 100%;
}

.wishlist-style .table thead td {
    color: #111;
    font-weight: 500;
    border-bottom-color: #dee2e6 !important;
}

.price > strong {
    color: #296094;
}

.wishlist-wrapper .table tr td a {
    color: #111;
    font-weight: 500;
}

.wishlist-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-right: 5px;
}

.wishlist-wrapper .table .btn-danger {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.wishlist-wrapper .table .btn-danger:hover {
    background: #296094;
    border-color: #296094;
}

/* ------Layout Checkout css start ------*/
.section-title.left-aligned {
    margin-top: 10px;
}

.checkout-wrapper .user-actions h3 {
    border-top: 3px solid #296094;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 15px 55px;
    text-transform: capitalize;
    line-height: 1.4;
    position: relative;
}

.checkout-wrapper .user-actions h3::before {
    content: "\f007";
    display: inline-block;
    font-family: "fontawesome";
    left: 20px;
    font-size: 25px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    position: absolute;
}

.checkout-wrapper .user-actions h3 span {
    cursor: pointer;
    color: #111;
    font-weight: 500;
}

.checkout-wrapper .display-content {
    border: 1px solid #ebebeb;
    display: none;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 4px;
}

.checkout-wrapper .user-login .login-info p:not(.lost-password) {
    font-size: 14px;
    margin-bottom: 20px;
}

.checkout-wrapper .user-coupon h3::before {
    content: "\f0e0";
    font-size: 22px;
}

.checkout-wrapper .user-coupon input {
    height: 40px;
    margin-top: 5px;
}
.checkout-wrapper .user-coupon .btn {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.checkout-wrapper .checkout-form .form-check {
    padding-left: 0;
}

.checkout-wrapper .new-account-info,
.checkout-wrapper .ship-box-info {
    display: none;
}

.checkout-wrapper .form-check-label {
    color: #111;
    cursor: pointer;
}

.checkout-wrapper .order-summary .product-container {
    background-color: #f4f4f4;
    padding: 20px;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 40px;
}

.checkout-wrapper .order-summary .product-list {
    margin-bottom: 30px;
}

.checkout-wrapper .order-summary .product-list h5 {
    color: #111;
    font-size: 16px;
}

.checkout-wrapper .order-summary .product-list img {
    max-width: 120px;
    border: 4px solid #f0f0f0;
}

.checkout-wrapper .order-summary .product-list .product-quantity {
    color: #111;
    margin-bottom: 5px;
}

.checkout-wrapper .order-summary .product-list .product-final-price {
    font-size: 16px;
    color: #111;
    font-weight: 500;
}

.checkout-wrapper .order-summary .table th,
.checkout-wrapper .order-summary .table td {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
}

.checkout-wrapper .order-summary .table td {
    vertical-align: middle;
}

.checkout-wrapper .checkout-payment {
    padding: 20px;
    border: 1px solid #ddd;
}

.checkout-wrapper .checkout-payment .custom-radio {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.checkout-wrapper .checkout-payment label {
    color: #111;
    font-size: 16px;
    line-height: 25px;
}

.checkout-wrapper .checkout-payment .payment-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.checkout-wrapper .checkout-payment .form-check {
    margin-bottom: 30px;
    padding-left: 0;
}

.checkout-wrapper .checkout-payment .form-check a {
    color: #296094;
}

.checkout-wrapper .checkout-payment .form-check label {
    font-size: 13px;
}

.checkout-wrapper .checkout-payment .form-check .checkmark {
    top: 3px;
}

.btn-secondary {
    background: #111 none repeat scroll 0 0;
    line-height: 35px;
    padding: 0 0.7rem;
    text-transform: capitalize;
}

.btn-secondary:hover {
    background-color: #296094;
    border-color: #296094;
    color: #111;
}

/* Components Custom Inputs */
.custom-checkbox label {
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 20%;
    left: 0;
}

.custom-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
    z-index: -1;
}

.custom-checkbox .checkmark::after {
    content: "";
    opacity: 0;
    left: 0;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark::after {
    left: 7px;
    opacity: 1;
}

.custom-radio {
    display: block;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dedede;
    z-index: -1;
}

.custom-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 8.5px;
    left: 0;
    width: 8px;
    height: 8px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    height: 25px;
}

.custom-radio input[type="radio"]:checked ~ .checkmark::after {
    left: 8.5px;
    display: block;
}

.cart-input {
    width: 76px;
    text-align: left;
}

.cart-input-box {
    border: 1px solid #ddd;
    height: 46px;
    text-align: center;
    width: 48px;
}

.custom-radio .checkmark,
.custom-radio .checkmark::after {
    border-radius: 50%;
}

.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox .checkmark,
.custom-checkbox .checkmark::after,
.custom-radio input[type="radio"] {
    position: absolute;
}

.custom-checkbox:hover input:checked ~ .checkmark,
.custom-checkbox input:checked ~ .checkmark,
.custom-radio input[type="radio"]:checked ~ .checkmark {
    background-color: #296094;
}

.custom-radio .checkmark::after {
    background: #ffffff;
}

.form-row .nice-select {
    width: 100%;
}

.form-control {
    color: #444;
    font-size: 14px;
}

.form-control:focus {
    border-color: #296094;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lost-password a {
    color: #444;
}

.lost-password a:hover {
    color: #296094;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #296094;
}

/* quantity box style css */
.table.pro-table {
    display: block;
    max-width: 400px;
    padding: 17px 0;
}

.product-qty {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100px;
}

.product-qty input {
    border: medium none;
    height: 100%;
    padding: 0 20px;
    width: 100%;
}

.product-qty span {
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.product-qty span.dec {
    border-left: 1px solid #ccc;
    bottom: 0;
    padding-top: 2px;
    right: 0;
}

.product-qty span.inc {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    right: 0;
    top: 0;
}

.pro-table td {
    width: 33.33%;
    vertical-align: middle;
}

.pro-table td a {
    color: #444;
    line-height: 40px;
}

.table-bordered {
    border: none;
}

/* product details layout css */
.pro-details-gallery-thumb {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pro-details-gallery-thumb:hover .img-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-view {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.img-popup {
    background: #296094;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.img-popup i {
    color: #111;
    font-size: 18px;
}

/* compare page style css start */
.table td,
.table th {
    padding: 0.75rem;
}
.compare-style table {
    min-width: 540px;
}
.compare-style.table thead td {
    border-bottom-width: 2px;
    border-bottom-color: #dee2e6 !important;
}

.compare-style thead td strong {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.compare-style tbody td.product-title {
    color: #111;
}

.compare-style tbody tr td a strong {
    color: #111;
    font-size: 16px;
    font-weight: 500;
}

.product-ratings .rating li {
    color: #296094;
    margin: 0 3px;
}

.text-color {
    color: #296094;
}

.compare-style tbody td span {
    color: #296094;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

/* my account css here */
.user-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.user-info [class*="col-"]:not(:last-child) .single-info {
    border-right: 1px solid #ebebeb;
}

.user-info .single-info {
    padding: 0 20px;
    min-height: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.user-info .single-info p a {
    color: #111;
}

.user-info .user-name span {
    font-size: 15px;
    font-weight: 500;
}

.user-info .user-name::before {
    color: #555;
    content: "\f2bd";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 10px;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.user-info p {
    line-height: 1.65;
}

.dashboard-list {
    padding: 3px 15px;
    border: 1px solid #ebebeb;
}

.dashboard-content p a {
    color: #111;
}

.dashboard-list li > a,
.dashboard-list li > button {
    color: #111;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    text-transform: capitalize;
    position: relative;
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.dashboard-list li > a.active,
.dashboard-list li > button.active {
    font-weight: 500;
}

.dashboard-list li > a.active::after,
.dashboard-list li > button.active::after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 10px;
    font-size: 16px;
    top: 48%;
    right: -35px;
    margin-top: -10px;
    position: absolute;
}

.dashboard-list li:not(:last-child) > a,
.dashboard-list li:not(:last-child) > button {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding: 30px;
}

.dashboard-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.dashboard-content p {
    line-height: 24px;
}

.dashboard-content table > thead {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content table > thead > tr > th {
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.dashboard-content table > tbody > tr > td {
    border: 0;
    vertical-align: middle;
}

.dashboard-content table .btn-secondary {
    height: 35px;
    line-height: 35px;
    text-transform: capitalize;
}

.billing-address {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.register-form {
    padding: 40px;
    border: 1px solid #ebebeb;
}

.login-form .form-group .col-form-label {
    color: #111;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
    height: 40px;
    padding-top: 5px;
}

.login-form .pass-show-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    right: 15px;
    top: 0;
    position: absolute;
    text-transform: capitalize;
    border-radius: 0;
    background: #878787;
    border: 1px solid #878787;
    color: #fff;
    cursor: pointer;
}

.login-form .pass-show-btn:hover,
.login-form .pass-show-btn:focus {
    background: #333;
}

.login-form .form-check label {
    font-size: 13px;
}

/* Layout Login / Register */

.login-wrapper .login-form {
    padding: 50px 50px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.login-box p a {
    color: #111;
}

.top-bordered {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 0 0;
}

.registration-form p a {
    color: #111;
}

/*-----contact page 2 css-----*/
.contact-two-area {
    background: #f6f6f6;
}

.contact2-title h2 {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-icon {
    background: #2a2a2a;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin-bottom: 26px;
    width: 80px;
}

.contact-icon i {
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}

.contact-icon:hover {
    background: #296094;
}

.contact-single-info h3 {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-single-info.text-center > p {
    margin-top: 20px;
}

.contact-message input,
.contact-message textarea {
    background: #fff;
    border: medium none;
    color: #838383;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}

.contact-message textarea {
    height: 140px;
}

.contact-btn .btn.btn-secondary {
    padding: 4px 20px;
}

.form-messege.success {
    color: #fff;
    font-size: 16px;
    background: #222;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
}

/*-------scroll to top-------*/
.scroll-top {
    background: #111;
    border-radius: 50%;
    bottom: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9;
    line-height: 50px;
    border: 2px solid #ddd;
}

.scroll-top i {
    line-height: 44px;
    color: #fff;
    font-size: 24px;
}

.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

.pro-large-img:hover .img-view {
    opacity: 1;
    visibility: visible;
}

.product-gallary-active {
    margin-right: -1px;
    width: auto;
}

/*------slick arrow style for slider start------*/
.slider-arrow-style.slick-slider .slick-arrow {
    top: 50%;
    width: 56px;
    height: 56px;
    color: #333c4a;
    font-size: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #ffffff;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #296094;
}

.slider-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/*------slick arrow style for slider end------*/

.modal .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    border: none;
    background: transparent;
    margin-left: auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
}

.table-bordered > :not(caption) > * > * {
    border: 1px solid #dee2e6;
}
input.form-control,
select.form-control {
    height: calc(2.25rem + 2px);
}
.top-features {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.feature-item {
    padding: 55px;
    position: relative;
    text-align: left;
}

/* Icon */
.feature-item .icon {
    font-size: 28px;
    color: #2a7de1;
    margin-right: 15px;
}

/* Text */
.feature-item h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.feature-item p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

/* Vertical Divider (ONLY DESKTOP) */
@media (min-width: 992px) {
    .feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: #ddd;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .feature-item {
        border-bottom: 1px solid #ddd;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .feature-item {
        text-align: center;
    }

    .feature-item .d-flex {
        flex-direction: column;
    }

    .feature-item .icon {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.icon svg {
    width: 40px;
    height: 40px;
    stroke: #2a7de1;
}

.shop-category {
    background: #f8f8f8;
}

.shop-category h2 {
    font-weight: 700;
}

/* Each column */
.category-item {
    padding: 25px;
    position: relative;
}

/* Vertical divider (desktop only) */
@media (min-width: 992px) {
    .category-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background: #ddd;
    }
}

/* Image */
.category-img {
    width: 120px;
    margin-right: 20px;
}

/* Content */
.category-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.category-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-content ul li {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    cursor: pointer;
}

.category-content ul li:hover {
    color: #2a7de1;
}

/* Tablet */
@media (max-width: 991px) {
    .category-item {
        border-bottom: 1px solid #ddd;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .category-item {
        text-align: center;
    }

    .category-item .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .category-img {
        margin: 0 0 15px 0;
    }
}

.partners-section {
    padding: 50px 0;
    background: #f5f5f5;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.partner-card {
    height: 100px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.partner-card img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
}

.sale-section {
    padding: 40px 0;
    background: #f8f8f8;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sale-products {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
}

/* Hide scrollbar */
.sale-products::-webkit-scrollbar {
    display: none;
}

.product-card {
    min-width: 220px;
    background: transparent;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
}

.product-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    margin-bottom: 10px;
}

.product-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.stars {
    color: #f5a623;
    font-size: 14px;
    margin-bottom: 8px;
}

.price {
    font-size: 20px;
    font-weight: 600;
    color: #1a5fb4;
}
.tr-section {
    padding: 40px 20px;
    background: #fff;
}

.tr-container {
    max-width: 1200px;
    margin: auto;
}

.tr-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.tr-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.tr-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}

.tr-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tr-img-wrapper {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-img-wrapper img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

/* HOVER BUTTON */
.tr-hover-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #0071dc;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    opacity: 0;
    transition: 0.3s;
}

.tr-card:hover .tr-hover-btn {
    bottom: 20px;
    opacity: 1;
}

.tr-content {
    padding: 15px;
}

.tr-content h4 {
    font-size: 15px;
    line-height: 1.4;
    height: 45px;
    overflow: hidden;
}

.tr-rating {
    color: #f5a623;
    margin: 8px 0;
}

.tr-price {
    font-size: 20px;
    font-weight: 500;
    color: #296094;
}
@media (max-width: 1200px) {
    .tr-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .tr-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .tr-grid {
        grid-template-columns: 1fr;
    }
}

html {
    scroll-behavior: smooth;
}

/* Fake Page */
.tr-page {
    min-height: 100vh;
    padding: 60px 20px;
    background: #fff;
    border-top: 1px solid #eee;
}

/* Layout */
.tr-page-content {
    max-width: 1000px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
}

.tr-page-content img {
    width: 350px;
}

/* Back button */
.tr-back {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #0071dc;
    font-weight: 600;
}
/* PAGE WRAPPER */
.pd-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #fff;
}

/* PRODUCT TITLE */
.pd-container h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

/* PRODUCT IMAGE */
.pd-container img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    margin: 20px auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: #f9f9f9;
    padding: 20px;
}

/* PRICE */
.pd-container p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
    color: #e63946;
    margin: 10px 0;
}

/* DESCRIPTION */
.pd-container p:nth-of-type(2) {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* BACK BUTTON */
.pd-container a {
    display: inline-block;
    padding: 10px 18px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

.pd-container a:hover {
    background: #333;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .pd-container {
        margin: 30px 15px;
    }

    .pd-container h1 {
        font-size: 24px;
    }

    .pd-container img {
        max-width: 100%;
        padding: 15px;
    }
}

.tr-container {
    max-width: 1300px;
    margin: auto;
    padding: 40px 20px;
}

.tr-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* GRID */
.tr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

/* CARD */
.tr-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: block;
}

.tr-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 10px;
}

.tr-card h3 {
    font-size: 14px;
    margin: 5px 0;
}

.tr-card .price {
    color: #1e73ff;
    font-weight: 700;
}

/* HOVER EFFECT */
.tr-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* MOBILE */
@media (max-width: 768px) {
    .tr-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .tr-grid {
        grid-template-columns: 1fr;
    }
}

.container {
    max-width: 1200px; /* or 1140px depending on your layout */
    margin: 0 auto; /* center it */
    padding: 0 15px;
}
.wishlist-icon {
    font-size: 18px;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 🔥 Force RED when added */
.fa-solid.wishlist-icon {
    color: red !important;
}

/* default */
.fa-regular.wishlist-icon {
    color: #333 !important;
}
.second-slide-content {
    margin-right: 80px;
}
.first-slide-content {
    margin-left: 60px;
}
/* Category links black */
.category-content ul li a {
    color: #000 !important;
    text-decoration: none;
}

/* Optional hover effect */
.category-content ul li a:hover {
    color: #000 !important;
}

.product-gallery {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.thumbnail-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.thumb-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

.main-image-box {
    flex: 1;
}

.main-product-img {
    width: 100%;
    max-width: 500px;
    height: 500px;
    object-fit: contain;
}

.product-description ul {
    padding-left: 20px;
}

.product-description li {
    margin-bottom: 8px;
}
.product-features {
    padding-left: 22px !important;
    margin: 0;
    list-style: disc !important;
}

.product-features li {
    display: list-item !important;
    list-style: disc !important;
    margin-bottom: 12px;
    color: #222;
    font-size: 18px;
    line-height: 1.7;
}
.product-features-preview {
    padding-left: 20px;
}

.product-features-preview li {
    margin-bottom: 8px;
    font-size: 15px;
}

.header-top-menu .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-top-menu .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-top-menu [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* All Categories main text */
.static > span {
    color: white !important;
}

/* Category names inside mega menu */
.mega-menu .mega-title > a {
    color: white !important;
}

/* Subcategories */
.mega-menu li ul li a {
    color: white !important;
}

/* Dropdown icon */
.static i {
    color: white !important;
}
/* Top menu category names */
.main-menu ul li > a,
.main-menu ul li > a span,
.main-menu ul li > a i {
    color: #0d0b0b !important;
}

/* Dropdown submenu text */
.main-menu ul li .dropdown li a {
    color: white !important;
}
/* My Account dropdown text */
.box-dropdown li a {
    color: white !important;
}

/* If there are icons inside links */
.box-dropdown li a i {
    color: white !important;
}

.main-menu ul {
    display: flex;
    align-items: center;
}

.main-menu ul li a {
    display: flex;
    align-items: center;
    height: 60px; /* same height for all */
    gap: 8px;
}

.main-menu ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.main-menu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.main-menu ul li a span {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* MAIN MENU ITEMS */
.main-menu.menu-style3 > nav > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 25px;
}

/* ALL CATEGORIES IMAGE */
.main-menu.menu-style3 > nav > ul > li.static > a img {
    width: 22px;
    height: 22px;
    display: flex;

    position: relative;
    top: -3px; /* important */
}

/* TEXT */
.main-menu.menu-style3 > nav > ul > li > a span {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    margin: 0;
}
.logo img {
    width: 140px; /* adjust as needed */
    height: auto;
}

.slider-text h1,
.slider-text a {
    color: white;
}
/* =========================================
SHOP CATEGORY SECTION
========================================= */

.pc-category-section {
    width: 100%;
    background: #fff;
    padding: 35px 20px 40px;
}

.pc-category-title {
    font-size: 30px;
    font-weight: 600;
    color: #082548;
    margin-bottom: 25px;
    line-height: 1.1;
}

/* =========================================
GRID
========================================= */

.pc-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

/* =========================================
EACH BOX
========================================= */

.pc-category-box {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 28px 20px;
    background: #fff;
    min-height: 100px;
}

/* =========================================
INNER FLEX
========================================= */

.pc-category-inner {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    height: 100%;
}

/* =========================================
IMAGE
========================================= */

.pc-category-image {
    flex: 0 0 110px;
}

.pc-category-image img {
    width: 110px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* =========================================
CONTENT
========================================= */

.pc-category-content {
    flex: 1;
}

.pc-category-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #365981;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* =========================================
LIST
========================================= */

.pc-category-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-category-content ul li {
    margin-bottom: 10px;
}

.pc-category-content ul li:last-child {
    margin-bottom: 0;
}

.pc-category-content ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #163f6a;
    line-height: 1.5;
    transition: 0.3s ease;
}

.pc-category-content ul li a:hover {
    color: #0b57b7;
    padding-left: 4px;
}

/* =========================================
TABLET
========================================= */

@media (max-width: 991px) {
    .pc-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pc-category-title {
        font-size: 28px;
    }

    .pc-category-box {
        min-height: auto;
        padding: 25px 18px;
    }

    .pc-category-inner {
        gap: 18px;
    }

    .pc-category-image {
        flex: 0 0 90px;
    }

    .pc-category-image img {
        width: 90px;
    }

    .pc-category-content h3 {
        font-size: 22px;
    }

    .pc-category-content ul li a {
        font-size: 16px;
    }
}

/* =========================================
MOBILE
========================================= */

@media (max-width: 767px) {
    .pc-category-section {
        padding: 25px 15px 30px;
    }

    .pc-category-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .pc-category-grid {
        grid-template-columns: 3fr;
    }

    .pc-category-box {
        padding: 22px 15px;
    }

    .pc-category-inner {
        flex-direction: column;
        gap: 15px;
    }

    .pc-category-image {
        flex: none;
    }

    .pc-category-image img {
        width: 100px;
    }

    .pc-category-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .pc-category-content ul li {
        margin-bottom: 8px;
    }

    .pc-category-content ul li a {
        font-size: 15px;
    }
}

.product-page-wrapper {
    padding: 40px 0 80px;
    background: #fff;
}

.main-product-image {
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.main-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-thumbnails {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.thumb-item {
    width: 95px;
    height: 95px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.active-thumb {
    border: 2px solid #000;
}

.product-right-wrapper {
    position: sticky;
    top: 40px;
}
.product-item 
.product-brand {
    font-size: 15px;
    color: #08335c;
}

.product-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 250;
    color: black;
    margin-bottom: 25px;
}

.product-price {
    font-size: 22px;
    font-weight: 400;
    color: black;
    margin-bottom: 30px;
}

.product-features-box ul {
    padding-left: 28px;
    margin: 0;
    list-style: disc !important;
}

.product-features-box li {
    list-style: disc !important;
    display: list-item !important;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
    color: #08335c;
}

.add-cart-btn {
    width: 350px; /* reduce width here */
    height: 40px;
    border: none;
    border-radius: 50px;
    background: #08335c;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

.add-cart-btn:hover {
    background: #1665d8;
}

.product-specifications {
    margin-top: 80px;
}

.specification-header {
    margin-bottom: 40px;
}

.specification-header h2 {
    font-size: 26px;
    font-weight: 300;
    color: #101010;
}

.spec-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 30px;
    padding: 28px 0;
    border-bottom: 1px solid #ececec;
}

.spec-title {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.spec-value {
    font-size: 16px;
    line-height: 1.8;
    color: black;
}

.related-products-section {
    padding: 80px 0;
}

.related-heading {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #08335c;
}

.related-product-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}

.related-product-card:hover {
    transform: translateY(-5px);
}

.related-image {
    height: 250px;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.related-content h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
    color: #111;
}

.related-price {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .product-title {
        font-size: 34px;
    }

    .product-price {
        font-size: 24px;
    }

    .main-product-image img {
        height: 450px;
    }

    .specification-header h2 {
        font-size: 40px;
    }

    .spec-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.sale-products-section {
    padding: 80px 0;
    background: #fff;
}

.sale-section-title {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 35px;
}

.sale-products-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sale-product-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 22px;
    transition: 0.3s;
    overflow: hidden;
}

.sale-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.sale-product-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    margin-bottom: 18px;
}

.sale-product-title {
    font-size: 15px;
    line-height: 1.7;
    color: #111827;
    margin-bottom: 12px;
    min-height: 75px;
    font-weight: 500;
}

.sale-product-stars {
    color: #f59e0b;
    font-size: 15px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.sale-product-price {
    font-size: 20px;
    font-weight: 500;
    color: #296094;
}

/* TABLET */
@media (max-width: 991px) {
    .sale-products-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .sale-products-section {
        padding: 60px 0;
    }

    .sale-section-title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .sale-products-wrapper {
        gap: 16px;
    }

    .sale-product-card {
        padding: 16px;
        border-radius: 18px;
    }

    .sale-product-card img {
        height: 160px;
    }

    .sale-product-title {
        font-size: 14px;
        min-height: auto;
    }

    .sale-product-price {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .cart-text {
        display: none;
    }

    .mobile-search {
        margin: 0 12px;
    }

    .mobile-search a {
        color: #fff;
        font-size: 22px;
        display: flex;
        align-items: center;
        height: 100%;
    }
}
/* ===== ALL CATEGORIES MEGA MENU ===== */

.menu-style3 .mega-menu.mega-full {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;

    gap: 35px !important;

    padding: 15px 25px !important;
}

/* Each category column */
.menu-style3 .mega-menu.mega-full > li {
    width: auto !important;
    max-width: unset !important;
    min-width: 180px !important;

    float: none !important;
    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Category heading */
.menu-style3 .mega-menu.mega-full > li > a {
    display: block !important;

    font-size: 18px !important;
    font-weight: 600 !important;

    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    line-height: 1.1 !important;
}

/* Subcategory UL */
.menu-style3 .mega-menu.mega-full > li > ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

/* IMPORTANT: removes vertical gaps */
.menu-style3 .mega-menu.mega-full > li > ul > li {
    margin: 0 !important;
    padding: 0 !important;

    min-height: auto !important;
    line-height: normal !important;
}

/* Subcategory links */
.menu-style3 .mega-menu.mega-full > li > ul > li > a {
    display: block !important;

    padding: 3px 0 !important;
    margin: 0 !important;

    font-size: 15px !important;
    line-height: 1.1 !important;

    min-height: auto !important;
}

.genuine-about-page {
    padding: 40px 0 0;
}

/* SECTION 1 */
.section-one {
    margin-bottom: 50px;
}

.about-content-box h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #23208b;
    line-height: 1.2;
}

.about-content-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.about-store-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* SECTION 2 */
.section-two {
    background: #005fa3;
    padding: 70px 50px;
    border-radius: 0;
}

.circle-store-image img {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid rgba(255, 255, 255, 0.15);
}

.white-content p {
    color: white;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.white-content h3 {
    color: white;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.white-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.white-content ul li {
    color: white;
    font-size: 16px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 35px;
}

.white-content ul li:before {
    content: "◎";
    position: absolute;
    left: 0;
}

/* MOBILE */
@media (max-width: 991px) {
    .about-content-box h2 {
        font-size: 34px;
    }

    .about-content-box p {
        font-size: 18px;
    }

    .section-two {
        padding: 40px 25px;
    }

    .circle-store-image {
        margin-bottom: 40px;
    }

    .circle-store-image img {
        width: 280px;
        height: 280px;
    }

    .white-content h3 {
        font-size: 28px;
    }

    .white-content ul li {
        font-size: 17px;
    }
}
.about-breadcrumb {
    background: #f8f8f8;
    padding: 60px 20px;
    margin-bottom: 50px;
}

.about-breadcrumb h1 {
    font-size: 48px;
    font-weight: 700;
    color: #cac4c4;
    margin-bottom: 15px;
}

.breadcrumb-links {
    font-size: 18px;
    color: #666;
}

.breadcrumb-links a {
    color: #145583;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-links span {
    margin: 0 6px;
}

/* MOBILE */
@media (max-width: 768px) {
    .about-breadcrumb {
        padding: 40px 15px;
    }

    .about-breadcrumb h1 {
        font-size: 32px;
    }

    .breadcrumb-links {
        font-size: 16px;
    }
}

/* Header menu hover color */
.header-top .box ul li a {
    color: wheat;
    transition: 0.3s ease;
}

.header-top .box ul li a:hover {
    color: white !important; /* change to your color */
}

/* Dropdown hover */
.header-top .box-dropdown li a:hover {
    color: white !important;
}

/* Logout button hover */
.header-top .box ul li form button:hover {
    color: white !important;
    transition: 0.3s ease;
}
.category-page {
    padding: 25px;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.category-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.add-btn {
    text-decoration: none;
    background: #2563eb;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.add-btn:hover {
    background: #1d4ed8;
    color: #fff;
}

.table-responsive {
    overflow-x: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.category-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.category-table th {
    background: #111827;
    color: #fff;
    padding: 16px;
    text-align: left;
    font-size: 14px;
}

.category-table td {
    padding: 15px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
    font-size: 14px;
    color: #374151;
}

.category-table tr:hover {
    background: #f9fafb;
}

.category-table img {
    border-radius: 8px;
    object-fit: cover;
}

.edit-btn {
    text-decoration: none;
    background: #10b981;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    margin-right: 8px;
    border: none;
}

.delete-btn {
    background: #ef4444;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

.edit-btn:hover,
.delete-btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .category-page {
        padding: 15px;
    }

    .category-header h2 {
        font-size: 22px;
    }
}
/* ============================= */
/* DASHBOARD FORM PAGE STYLE    */
/* ============================= */

.page-header {
    margin-bottom: 20px;
}

.page-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
}

/* form container (NOT centered card) */
.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

/* grid layout */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* full width field */
.form-grid .full {
    grid-column: span 2;
}

/* form row */
.form-row {
    display: flex;
    flex-direction: column;
}

.form-row label {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
}

.form-row input,
.form-row select {
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
}

.form-row input:focus,
.form-row select:focus {
    border-color: #3b82f6;
}

/* buttons */
.form-actions {
    grid-column: span 2;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-secondary {
    background: #e5e7eb;
    color: #111827;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-secondary:hover {
    background: #d1d5db;
}
/* image preview */
.preview-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-top: 5px;
}

/* reuse same page header */
.page-header {
    margin-bottom: 20px;
}

.page-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
}

/* form container (admin panel style, not centered) */
.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

/* grid layout */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

/* full width */
.form-row.full,
.form-actions.full {
    grid-column: span 2;
}

/* form fields */
.form-row {
    display: flex;
    flex-direction: column;
}

.form-row label {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
}

.form-row input,
.form-row select {
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    transition: 0.2s;
}

.form-row input:focus,
.form-row select:focus {
    border-color: #3b82f6;
}

/* actions */
.form-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

/* buttons */
.btn-primary {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-secondary {
    background: #e5e7eb;
    color: #111827;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-secondary:hover {
    background: #d1d5db;
}
/* ============================= */
/* MODERN DASHBOARD TABLE UI    */
/* ============================= */

.page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.page-head h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
}

.btn-primary:hover {
    background: #1d4ed8;
}

/* wrapper */
.custom-table-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

/* table */
.custom-table {
    width: 100%;
    border-collapse: collapse;
}

/* header */
.custom-table thead {
    background: #111827;
    color: #fff;
}

.custom-table th {
    padding: 14px;
    font-size: 13px;
    text-align: left;
}

/* rows */
.custom-table td {
    padding: 14px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
    font-size: 14px;
}

/* product cell */
.product-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-box img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    object-fit: cover;
}

.no-img {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 10px;
    font-size: 10px;
}

/* name */
.product-box h4 {
    margin: 0;
    font-size: 15px;
}

.product-box p {
    margin: 0;
    color: #16a34a;
    font-weight: 600;
}

/* specs */
.specs-col span {
    display: block;
    font-size: 12px;
    color: #6b7280;
}

/* badges */
.badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.badge.success {
    background: #dcfce7;
    color: #16a34a;
}

.badge.danger {
    background: #fee2e2;
    color: #dc2626;
}

/* actions */
.action-col {
    display: flex;
    gap: 8px;
}

.edit-btn {
    background: #f59e0b;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
}

.delete-btn {
    background: #ef4444;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
}

/* empty */
.empty {
    text-align: center;
    padding: 20px;
    color: #6b7280;
}

/* ============================= */
/* RESPONSIVE (MOBILE STACK UI) */
/* ============================= */

@media (max-width: 768px) {
    .custom-table thead {
        display: none;
    }

    .custom-table,
    .custom-table tbody,
    .custom-table tr,
    .custom-table td {
        display: block;
        width: 100%;
    }

    .custom-table tr {
        margin-bottom: 15px;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
    }

    .custom-table td {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        border: none;
        border-bottom: 1px solid #f3f4f6;
    }

    .custom-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #374151;
    }

    .action-col {
        justify-content: flex-end;
    }
}
/* ============================= */
/* INVOICE STYLE ORDER PAGE     */
/* ============================= */

.invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.invoice-header h2 {
    font-size: 24px;
    font-weight: 700;
}

.invoice-header p {
    color: #6b7280;
}

/* layout */
.invoice-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
}

/* box */
.invoice-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px;
}

.invoice-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

/* summary */
.summary .summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
}

.total {
    font-size: 18px;
    font-weight: bold;
    color: #16a34a;
}

/* products */
.product-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-row {
    display: grid;
    grid-template-columns: 70px 1fr 100px 100px;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #f3f4f6;
    border-radius: 10px;
}

.p-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.no-img {
    width: 60px;
    height: 60px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 8px;
}

.p-info h4 {
    margin: 0;
    font-size: 14px;
}

.p-info p {
    font-size: 12px;
    color: #6b7280;
}

/* status */
.status-form {
    display: flex;
    gap: 10px;
}

.status-form select {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
}

.status-form button {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
}

.status-form button:hover {
    background: #1d4ed8;
}

/* badge */
.badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.badge.pending {
    background: #fef3c7;
    color: #92400e;
}
.badge.processing {
    background: #dbeafe;
    color: #1d4ed8;
}
.badge.delivered {
    background: #dcfce7;
    color: #16a34a;
}
.badge.cancelled {
    background: #fee2e2;
    color: #dc2626;
}

/* responsive */
@media (max-width: 768px) {
    .invoice-layout {
        grid-template-columns: 1fr;
    }

    .product-row {
        grid-template-columns: 50px 1fr;
    }

    .p-price,
    .p-total {
        display: none;
    }
}
.genuine-about-page {
    padding-bottom: 80px;
}

.checkout-page {
    background: #f5f5f5;
    padding: 60px 0;
}

.checkout-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #111;
}

.checkout-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.checkout-left {
    flex: 1;
}

.checkout-right {
    width: 380px;
}

.checkout-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.checkout-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #222;
}

.form-control {
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 15px;
}

textarea.form-control {
    height: 120px;
    padding-top: 15px;
    resize: none;
}

.order-summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
}

.summary-total {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
}

.place-order-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 8px;
    background: #ffd814;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    transition: 0.3s;
}

.place-order-btn:hover {
    background: #f7ca00;
}

.payment-option {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991px) {
    .checkout-wrapper {
        flex-direction: column;
    }

    .checkout-right {
        width: 100%;
    }
}
.pro-nav .slick-track {
    margin-left: 0 !important;
}

.pro-nav-thumb img {
    width: 100%;
}
.qty-boxx input[type="number"]{
    width: 70px !important;
    height: 35px;
    text-align: center;
    flex: unset !important;
}

.specification-table th{
    width: 35%;
    background: #f8f9fa;
    font-weight: 600;
    white-space: nowrap;
}

.specification-table td{
    background: #fff;
}

@media(max-width: 767px){

    .specification-table th,
    .specification-table td{
        font-size: 14px;
        padding: 10px;
    }

}
.specification-wrapper {
    width: 100%;
}

.specification-group {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
    align-items: flex-start;
}

.spec-title {
    width: 220px;
    font-size: 34px;
    font-weight: 700;
    color: #111;
    flex-shrink: 0;
}

.spec-table {
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.spec-row {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-label {
    width: 320px;
    padding: 24px 30px;
    background: #f7f7f7;
    font-weight: 700;
    color: #111;
}

.spec-value {
    flex: 1;
    padding: 24px 30px;
    color: #444;
    background: #fff;
}


/* MOBILE */

@media (max-width: 991px) {

    .specification-group {
        flex-direction: column;
        gap: 15px;
    }

    .spec-title {
        width: 100%;
        font-size: 26px;
    }

    .spec-row {
        flex-direction: column;
    }

    .spec-label {
        width: 100%;
        padding: 15px 20px;
    }

    .spec-value {
        padding: 15px 20px;
    }
}
.specification-table th
 {
    text-align: center;
    vertical-align: middle;
}

