@font-face {
	font-family: "Industry font";
	src: url("../Industry-Black.woff2") format("woff2"), 
url("../Industry-Black.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Archivo",sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto !important;
    top: unset;
    width: 100%;
    height: 100%;
    /* background: #f11313; */
}

ul {
    list-style: none;
    padding: 0
}

a {
    text-decoration: none
}

p,ul {
    margin: 0
}

a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.body_overlay {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0
}

.body_transform {
    -webkit-transform: translateX(-310px);
    -moz-transform: translateX(-310px);
    -ms-transform: translateX(-310px);
    -o-transform: translateX(-310px);
    transform: translateX(-310px)
}

.body_fixed {
    position: fixed !important
}

.hidden {
    display: none
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 111;
    top: -100px;
    transition: transform 0.5s;
    transform: translateY(100px);
    box-shadow: 0 0 20px -6px #000000
}

.scroll_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 111
}

.scroll_top i {
    color: #ffffff;
    background-color: #f11313;
    font-size: 30px;
    font-size: 1.875rem;
    padding: 15px 19px;
    border: 1px solid #000000
}

.btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    max-width: 150px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: relative
}

.btn-primary {
    color: #000000;
    background: #f11313;
    border-color: #f11313;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.btn-primary:hover {
    background: #ffffff;
    border-color: #f11313;
    color: #000000
}

.btn-primary:focus {
    background: #ffffff;
    border-color: #f11313;
    color: #000000;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    -moz-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    -ms-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    -o-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5)
}

.btn-secondary {
    background: #111;
    color: #ffffff;
    text-transform: uppercase;
    border-color: #111;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.btn-secondary:hover {
    background: #f11313;
    color: #ffffff;
    border-color: #f11313
}

.btn-secondary:focus {
    background: #f11313;
    color: #ffffff;
    border-color: #f11313;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    -moz-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    -ms-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    -o-box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5);
    box-shadow: 0 0 0 0.25rem rgba(250,181,46,0.5)
}

.page-main-heading {
    color: #000000;
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

.page-heading-after {
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px
}

header {
    background: #000000
}

header .main-logo {
    width: 80%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .main-logo img {
    width: 100%
}

header .top-bar {
    background: #000;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    border-bottom: 1px solid #523c0f
}

header .top-bar .top-left,header .top-bar .top-right {
    padding: 16px 0
}

header .top-bar .top-welcome-text {
    color: #f11313
}

header .top-bar .top-info {
    display: flex;
    flex-direction: row-reverse
}

header .top-bar .top-email p,header .top-bar .top-phone p {
    display: inline-block
}

header .top-bar .top-email span,header .top-bar .top-phone span {
    padding-right: 2px
}

header .top-bar .top-email strong,header .top-bar .top-phone strong {
    font-weight: 400
}

header .top-bar ul {
    display: flex;
    align-items: center
}

header .top-bar li {
    display: inline-block
}

header .top-bar li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #b2b2b2
}

header .top-bar a {
    color: #f11313
}

header .top-bar a:hover {
    color: #f11313
}

header .top-bar .top-social-icons a:not(:last-child) {
    padding-right: 10px
}

header .top-bar .top-language select {
    border: 0;
    background: transparent;
    color: #f11313;
    cursor: pointer;
    margin: 0
}

header .top-bar .top-language select:focus-visible {
    border: 0;
    outline: 0
}

header .top-bar .top-language .goog-te-gadget {
    height: 20px;
    overflow: hidden
}

header .top-bar .top-language .goog-logo-link {
    display: none
}

header .middle-bar {
    padding: 31px 0
}

header .middle-bar .main-nav {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    justify-content: space-between
}

header .middle-bar .main-nav .list,header .middle-bar .main-nav .search-basket {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

header .middle-bar .main-nav .list-item {
    position: relative
}

header .middle-bar .main-nav .list-item .sub-menu {
    position: absolute;
    z-index: 111;
    background: #f11313;
    min-width: 310px;
    -webkit-box-shadow: 0 0 5px 0 #f00;
    -moz-box-shadow: 0 0 5px 0 #111;
    -ms-box-shadow: 0 0 5px 0 #111;
    -o-box-shadow: 0 0 5px 0 #111;
    box-shadow: 0 0 5px 0 #f00;
    padding: 20px 10px;
    left: 0;
    margin-left: -10px;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear
}

header .middle-bar .main-nav .list-item .sub-menu>li {
    display: block;
    border-bottom: 1px solid #0000006b;
}

header .middle-bar .main-nav .list-item .sub-menu>li:hover>a {
    background: #f11313;
    color: #000000
}

header .middle-bar .main-nav .list-item .sub-menu a {
    display: block;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

header .middle-bar .main-nav .list-item .sub-menu .list-item2 {
    position: relative
}

header .middle-bar .main-nav .list-item .sub-menu .list-item2 .sub-menu2 {
    position: absolute;
    z-index: 1;
    background: #f11313;
    min-width: 306px;
    -webkit-box-shadow: 0 0 5px 0 #111;
    -moz-box-shadow: 0 0 5px 0 #111;
    -ms-box-shadow: 0 0 5px 0 #111;
    -o-box-shadow: 0 0 5px 0 #111;
    box-shadow: 0 0 5px 0 #111;
    padding: 20px 10px;
    top: 0;
    left: 100%;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    display: none;
    /* top: -2px; */
}

header .middle-bar .main-nav .list-item .sub-menu .list-item2 .sub-menu2 a:hover {
    background: #f11313;
    color: #000000
}

header .middle-bar .main-nav .list-item .sub-menu .list-item2:hover .sub-menu2 {
    display: block
}

header .middle-bar .main-nav .list-item .sub-menu .list-item2:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

header .middle-bar .main-nav .list-item .sub-menu .list-item2:hover.drop-caret:after {
    color: #000000
}

header .middle-bar .main-nav .list-item .sub-menu .list-item2.drop-caret:after {
    content: '\f105';
    font-family: "FontAwesome";
    color: #f11313;
    font-size: 13px;
    font-size: .8125rem;
    position: absolute;
    right: 10px;
    top: 5px
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3 {
    position: relative;
    border-bottom: 1px solid #00000047;
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3 .sub-menu3 {
    position: absolute;
    z-index: 1;
    background: #000000;
    min-width: 220px;
    -webkit-box-shadow: 0 0 5px 0 #111;
    -moz-box-shadow: 0 0 5px 0 #111;
    -ms-box-shadow: 0 0 5px 0 #111;
    -o-box-shadow: 0 0 5px 0 #111;
    box-shadow: 0 0 5px 0 #111;
    padding: 20px 10px;
    top: 0;
    left: 100%;
    display: none;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3 .sub-menu3 a:hover {
    background: #f11313;
    color: #000000
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3:hover .sub-menu3 {
    display: block
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3:hover.drop-caret:after {
    color: #000000
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3:hover>a {
    background: #f11313;
    color: #000000
}

header .middle-bar .main-nav .list-item .sub-menu .list-item3.drop-caret:after {
    content: '\f105';
    font-family: "FontAwesome";
    color: #f11313;
    font-size: 13px;
    font-size: .8125rem;
    position: absolute;
    right: 10px;
    top: 5px
}

header .middle-bar .main-nav .list-item:before {
    content: '';
    position: absolute;
    width: 113%;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #f11313;
    bottom: -3px;
    left: -5%;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
}

header .middle-bar .main-nav .list-item:hover .sub-menu {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

header .middle-bar .main-nav .list-item:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

header .middle-bar .main-nav .list-item:hover.drop-caret:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

header .middle-bar .main-nav .list-item.drop-caret {
    padding-right: 15px
}

header .middle-bar .main-nav .list-item.drop-caret:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #fdfdfd;
    font-size: 13px;
    font-size: .8125rem;
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

header .middle-bar .main-nav .list-item:not(:last-child) {
    margin-right: 32px
}

header .middle-bar .main-nav a {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

header .middle-bar .main-nav .cart-btn {
    margin-right: 18px !important
}

header .middle-bar .main-nav .cart-btn a {
    margin: 0;
    color: #e3e3e3;
}

header .middle-bar .main-nav .cart-btn a:hover {
    color: #f11313
}

header .middle-bar .main-nav .cart-btn .cart-count {
    position: absolute;
    top: -2px;
    right: -21px;
    background: #f11313;
    color: #ffffff;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    font-family: "Poppins",sans-serif
}

header .middle-bar .main-nav .cart-btn:before {
    display: none
}

header .middle-bar .main-nav .search-btn {
    margin-right: 13px !important
}

header .middle-bar .main-nav .search-btn .search-field {
    margin: 0;
    color: #ffffff;
    text-align: center
}

header .middle-bar .main-nav .search-btn .search-field:hover {
    color: #f11313
}

header .middle-bar .main-nav .search-btn:before {
    display: none
}

header .middle-bar .search-box-desktop {
    right: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
    max-width: 250px;
    width: 100%
}

header .middle-bar .search-box-desktop .search-input {
    background: #f11313;
    outline: none;
    border: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

header .middle-bar .search-box-desktop .search-input::placeholder {
    color: #ffffff
}

header .middle-bar .search-box-desktop button {
    border: none;
    outline: none;
    position: absolute;
    right: 15px;
    top: 13px;
    background: transparent
}

header .middle-bar .search-box-desktop button i {
    color: #ffffff
}

header .middle-bar .mobile-nav {
    display: none
}

header.sticky .main-logo {
    width: 35%
}

header.sticky .top-bar {
    display: none
}

header.sticky .middle-bar {
    padding: 18px 0
}

.mobile-menu {
    background: #ffffff;
    width: 310px;
    height: 100%;
    position: fixed;
    z-index: 111111;
    top: 0;
    right: 0;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: translateX(310px);
    -moz-transform: translateX(310px);
    -ms-transform: translateX(310px);
    -o-transform: translateX(310px);
    transform: translateX(310px);
    overflow: scroll
}

.mobile-menu .mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    border-bottom: 1px solid #f11313
}

.mobile-menu .mobile-header p {
    text-transform: uppercase;
    color: #f11313;
    font-weight: 600
}

.mobile-menu .mobile-header i {
    color: #f11313;
    font-size: 18px;
    font-size: 1.125rem
}

.mobile-menu .m_ul-menu {
    padding: 5px 10px
}

.mobile-menu .m_ul-menu .list-item {
    position: relative
}

.mobile-menu .m_ul-menu .list-item a {
    color: #000000;
    text-transform: capitalize;
    display: block;
    padding: 5px 0;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: .875rem
}

.mobile-menu .m_ul-menu .list-item.drop-caret:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #000000;
    font-size: 11px;
    font-size: .6875rem;
    position: absolute;
    right: 0;
    top: 11px
}

.mobile-menu .m_ul-menu .list-item .sub-menu {
    display: none;
    background: #f11313;
    padding: 5px
}

.mobile-menu .m_ul-menu .list-item .sub-menu li {
    position: relative
}

.mobile-menu .m_ul-menu .list-item .sub-menu li a {
    color: #ffffff;
    font-size: 13px;
    font-size: .8125rem
}

.mobile-menu .m_ul-menu .list-item .sub-menu li .sub-menu2 {
    display: none;
    background: #ffffff
}

.mobile-menu .m_ul-menu .list-item .sub-menu li .sub-menu2 a {
    color: #f11313;
    padding: 5px;
    font-weight: 700
}

.mobile-menu .m_ul-menu .list-item .sub-menu li .sub-menu2 li.drop-caret:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #f11313;
    font-size: 11px;
    font-size: .6875rem;
    position: absolute;
    right: 10px;
    top: 8px
}

.mobile-menu .m_ul-menu .list-item .sub-menu li .sub-menu3 {
    display: none;
    background: #f11313
}

.mobile-menu .m_ul-menu .list-item .sub-menu li .sub-menu3 a {
    color: #ffffff;
    padding: 5px;
    font-weight: 700
}

.mobile-menu .m_ul-menu .list-item .sub-menu li.drop-caret:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 11px;
    font-size: .6875rem;
    position: absolute;
    right: 0;
    top: 11px
}

.top-main-banner {
    background: url("../images/main-banner-bg.jpg") center/cover no-repeat;
    padding: 55px 0 40px;
    position: relative
}

.top-main-banner .top-banner-head {
    text-align: center;
    margin-bottom: 55px
}

.main-cat {
    margin: -49px 0 35px;
    position: relative;
    z-index: 11
}

.main-cat .cat-inner {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px 1px #eba927;
    -moz-box-shadow: 0px 5px 10px 1px #eba927;
    -ms-box-shadow: 0px 5px 10px 1px #eba927;
    -o-box-shadow: 0px 5px 10px 1px #eba927;
    box-shadow: 0px 5px 10px 1px #eba927
}

.main-cat .cat-inner .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    height: auto
}

.main-cat .cat-head {
    background: #f11313;
    margin-bottom: 0;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px 0 13px;
    -webkit-border-top-right-radius: 50%;
    -moz-border-top-right-radius: 50%;
    -ms-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-bottom-right-radius: 50%;
    -ms-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.main-cat .main-cat-slider {
    overflow: hidden;
    padding: 0 10px
}

.main-cat .list-box-head {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.main-cat .list-box-img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.main-cat .cat-list-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 25px 0
}

.main-cat .cat-list-box:hover .list-box-head {
    color: #f11313
}

.main-cat .cat-list-box:hover .list-box-img {
    filter: drop-shadow(0 0 10px #f11313)
}

.main-cat .btn {
    max-width: 180px;
    margin-right: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.departments {
    padding: 35px 0 60px
}

.departments .box {
    background: #000000;
    border-bottom: 3px solid #e11a36;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    max-height: 215px;
    height: 100%;
    margin: 13px 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 60px;
    -moz-border-top-right-radius: 60px;
    -ms-border-top-right-radius: 60px;
    border-top-right-radius: 60px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.departments .box .box-head {
    color: #f11313;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px
}

.departments .box .box-list-item {
    color: #d9d9d9;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.departments .box .box-list-item:before {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    font-size: .625rem
}

.departments .box .box-list-item:hover {
    color: #f11313
}

.departments .box .dept-icon {
    position: absolute;
    right: 15px;
    bottom: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.departments .box:hover {
    -webkit-box-shadow: 0 0 10px 1px #9f6900;
    -moz-box-shadow: 0 0 10px 1px #9f6900;
    -ms-box-shadow: 0 0 10px 1px #9f6900;
    -o-box-shadow: 0 0 10px 1px #9f6900;
    box-shadow: 0 0 10px 1px #9f6900
}

.departments .box:hover .dept-icon {
    filter: brightness(1.5)
}

.feat-prod .page-main-heading {
    margin-bottom: 10px
}

.feat-prod .para-after-main-head {
    margin: 0 auto 20px
}

.feat-prod .prod-img {
    overflow: hidden
}

.feat-prod .prod-img img {
    display: block;
    margin: auto;
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.feat-prod .prod-head {
    margin-top: 21px;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.feat-prod .prod-art {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    text-transform: capitalize
}

.feat-prod .prod-box {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
    margin: 18px 0;
    text-align: center
}

.feat-prod .prod-box:hover {
    border-color: #f11313
}

.feat-prod .prod-box:hover .prod-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.who-we-are {
    padding: 60px 0 40px
}

.gallery {
    padding: 40px 0 60px
}

.gallery .gallery-slider {
    margin-top: 45px
}

.gallery .gallery-slider .owl-item:nth-child(odd) {
    margin-top: 50px
}

.abt_top {
    padding: 50px 0px;
    background: #000000
}

.abt_top .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px
}

.abt_top .box .icon {
    margin-right: 15px
}

.abt_top .box .text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #f11313;
    margin-bottom: 4px
}

.abt_top .box .text h6 {
    color: #d9d9d9;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0
}

.social-wall {
    padding: 40px 0 60px
}

footer {
    background: #111;
    font-family: "Poppins",sans-serif
}

.top-footer {
    padding: 60px 0
}

.top-footer .inner-link h2 {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    padding-bottom: 15px;
    text-transform: capitalize
}

.top-footer .inner-link p {
    font-size: 13px;
    font-size: .8125rem;
    color: #ffffff;
    padding-right: 30px;
    padding-bottom: 20px
}

.top-footer .inner-link p i {
    padding-right: 5px;
    color: #ffffff
}

.top-footer .inner-link a {
    font-size: 13px;
    font-size: .8125rem;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block
}

.top-footer .inner-link a i {
    padding-right: 5px;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.top-footer .inner-link a:hover {
    color: #f11313;
    letter-spacing: 1px
}

.top-footer .inner-link a:hover i {
    color: #f11313
}

.top-footer .inner-link ul li {
    list-style-type: none
}

.top-footer .inner-link ul li a {
    margin-bottom: 8px
}

.top-footer .inner-link ul li a i {
    font-size: 10px;
    font-size: .625rem
}

.top-footer .inner-link .pad_right {
    padding-right: 0
}

.top-footer .inner-link form {
    position: relative
}

.top-footer .inner-link form input {
    height: 57px;
    line-height: 57px;
    padding-left: 10px;
    background: #ffffff;
    border: none;
    color: #2a2a2a;
    font-size: 13px;
    font-size: .8125rem;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.top-footer .inner-link form input:focus {
    -webkit-box-shadow: 0 0 0 3px #f11313;
    -moz-box-shadow: 0 0 0 3px #f11313;
    -ms-box-shadow: 0 0 0 3px #f11313;
    -o-box-shadow: 0 0 0 3px #f11313;
    box-shadow: 0 0 0 3px #f11313
}

.top-footer .inner-link form button {
    float: right;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.top-footer .inner-link form button:hover {
    color: #f11313
}

.bottom-footer {
    padding: 35px 0px;
    border-top: 1px solid #2a2a2a
}

.bottom-footer .copy_right {
    margin-top: 10px
}

.bottom-footer .copy_right p {
    font-size: 13px;
    font-size: .8125rem;
    color: #ffffff;
    margin: 0;
    display: inline-block
}

.bottom-footer .copy_right p a {
    color: #ffffff
}

.bottom-footer .copy_right p a:hover {
    color: #f11313;
    letter-spacing: 1px
}

.bottom-footer .copy_right p:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #707070
}

.bottom-footer .last-design {
    text-align: right
}

.bottom-footer .last-design .footer-social ul {
    font-size: 0
}

.bottom-footer .last-design .footer-social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 6px
}

.bottom-footer .last-design .footer-social ul li a {
    font-size: 14px;
    font-size: .875rem;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    display: block;
    background: #1b1b1b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.bottom-footer .last-design .footer-social ul li a:hover {
    background: #f11313;
    color: #ffffff
}

.cm-page-bg {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 659px;
    height: 100%
}

.cm-page-bg .cm-page-head {
    color: #ffffff;
    font-size: 55px;
    font-size: 3.4375rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 100px
}

.cm-page-bg .cm-page-list {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.cm-page-bg .cm-page-list li:not(:last-child) {
    margin-right: 45px
}

.cm-page-bg .cm-page-list a {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize
}

.cm-page-bg .cm-page-list a:hover {
    color: #f11313
}

.cm-page-bg.raw-materials {
    background-image: url("../images/r-m-first.jpg")
}

.cm-page-bg.embellishment {
    background-image: url("../images/estb-first.jpg")
}

.cm-page-bg.pattern-making {
    background-image: url("../images/pattern-making-main.jpg")
}

.cm-page-bg.stitches-type {
    background-image: url("../images/types-stitches-main.jpg")
}

.cm-page-bg.packing-dispatch {
    background-image: url("../images/packing-dispatch-main.jpg")
}

.cm-page-bg.quality-check {
    background-image: url("../images/quality-check-main.jpg")
}

.cm-page-bg.human-resources {
    background-image: url("../images/human-resource-main-bg.jpg")
}

.cm-page-data {
    margin-top: 50px;
    text-align: center
}

.cm-page-data.last {
    margin-bottom: 50px
}

.cm-page-data .cm-sec-head {
    color: #000000;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center
}

.cm-page-data .cm-sec-para {
    color: #404040;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 25px auto;
    text-align: center;
    width: 80%
}

.cm-page-data img {
    margin: 20px auto 0
}

@media (max-width: 1399.98px) {
    header .main-logo {
        width:93%
    }

    header.sticky .main-logo {
        width: 40%
    }
}

@media (max-width: 1199.98px) {
    header .top-bar li:not(:last-child) {
        padding-right:15px;
        margin-right: 15px
    }

    header .middle-bar {
        padding: 18px 0
    }

    header .middle-bar .main-nav a {
        font-size: 13px;
        font-size: .8125rem
    }

    header .middle-bar .main-nav .list-item:not(:last-child) {
        margin-right: 20px
    }

    header.sticky .main-logo {
        width: 49%
    }

    .cm-page-bg .cm-page-head {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

@media (max-width: 991.98px) {
    .page-main-heading {
        font-size:25px;
        font-size: 1.5625rem
    }

    header .top-bar .top-left,header .top-bar .top-right {
        padding: 10px 0
    }

    header .top-bar .top-left strong,header .top-bar .top-right strong {
        display: none
    }

    header .top-bar .top-language select {
        width: 62px
    }

    header .main-logo {
        width: 100%
    }

    header .middle-bar {
        padding: 10px 0
    }

    header .middle-bar .main-nav {
        display: none
    }

    header .middle-bar .mobile-nav {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    header .middle-bar .mobile-nav li {
        display: inline-block
    }

    header .middle-bar .mobile-nav a {
        display: block;
        background: #f11313;
        font-size: 15px;
        font-size: .9375rem;
        position: relative;
        height: 35px;
        width: 35px;
        color: #ffffff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        padding-top: 5px
    }

    header .middle-bar .mobile-nav a .cart-count {
        position: absolute;
        background: rgba(0,0,0,0.5);
        display: block;
        top: 2px;
        right: 3px;
        color: #ffffff;
        height: 17px;
        width: 17px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 12px;
        font-size: .75rem
    }

    header.sticky .main-logo {
        width: 68%
    }

    header.sticky .middle-bar {
        padding: 12px 0
    }

    .main-cat .cat-inner {
        display: block
    }

    .main-cat .cat-head {
        height: auto;
        padding: 10px 0;
        display: block;
        text-align: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }

    .main-cat .cat-list .list-box-head {
        font-size: 12px;
        font-size: .75rem
    }

    .main-cat .btn {
        margin: 0 auto 10px
    }

    .who-we-are {
        padding: 10px 0 40px
    }

    .top-footer {
        padding: 40px 0
    }

    .top-footer .inner-link h2 {
        margin-top: 20px
    }

    .bottom-footer .copy_right {
        margin-top: 5px
    }
}

@media (max-width: 767.98px) {
    .page-main-heading {
        font-size:20px;
        font-size: 1.25rem
    }

    header.sticky .main-logo {
        width: 100%
    }

    .cm-page-bg .cm-page-head {
        font-size: 35px;
        font-size: 2.1875rem
    }

    .cm-page-bg .cm-page-list {
        font-size: 17px;
        font-size: 1.0625rem
    }

    .cm-page-data .cm-sec-head {
        font-size: 26px;
        font-size: 1.625rem
    }

    .cm-page-data .cm-sec-para {
        width: 100%
    }

    .top-footer {
        padding: 20px 0
    }

    .bottom-footer {
        padding: 10px 0px
    }

    .scroll_top {
        bottom: 15px;
        right: 15px
    }

    .scroll_top i {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 10px 13px
    }
}

@media (max-width: 575.98px) {
    header .top-bar li:not(:last-child) {
        padding-right:10px;
        margin-right: 10px
    }

    .top-main-banner {
        padding: 25px 0 20px
    }

    .top-main-banner .top-banner-head {
        margin-bottom: 25px
    }

    .main-cat {
        margin: 35px 0
    }

    .main-cat .cat-inner {
        border: 1px solid #ffffff
    }

    .main-cat .cat-list {
        flex-wrap: wrap
    }

    .departments .box {
        max-height: none;
        height: auto
    }

    .cm-page-bg {
        max-height: 310px
    }

    .cm-page-bg .cm-page-head {
        font-size: 25px;
        font-size: 1.5625rem
    }

    .cm-page-bg .cm-page-list li:not(:last-child) {
        margin-right: 25px
    }

    .cm-page-bg .cm-page-list a {
        font-size: 14px;
        font-size: .875rem
    }

    .cm-page-data {
        margin-top: 30px
    }

    .cm-page-data .cm-sec-head {
        font-size: 20px;
        font-size: 1.25rem
    }

    .cm-page-data .cm-sec-para {
        font-size: 14px;
        font-size: .875rem;
        margin: 15px auto
    }

    .top-footer .inner-link h2 {
        margin-top: 10px
    }

    .bottom-footer {
        text-align: center
    }

    .bottom-footer .copy_right {
        margin-bottom: 5px
    }

    .bottom-footer .last-design {
        text-align: center
    }

    .scroll_top {
        bottom: 15px;
        right: 15px
    }

    .scroll_top i {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 10px 13px
    }
}

/*# sourceMappingURL=layout.css.map */
.ctmtheader {
    padding: 15px 0px;
}



/*about us*/
.about-us-home {
    background-color: #fff;
    /*background-image: url('../images/bg.png');*/
    padding: 101px 0px;
    color: black;
}

.about-us-home h3 {
    font-weight: 500;
    color: #F11313;
    font-size: 16px;
}

.about-us-home h4 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 0px;
    font-family: 'Industry font';
}

.about-us-home .iint {
    margin-top: 24px;
    margin-bottom: 55px;
}

.about-us-home .iint p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 400;
}

.about-us-home .values {
}

.about-us-home .single-val {
    position: relative;
    overflow: hidden;
    margin-bottom: 38px;
}

.about-us-home .icon-box {
    position: absolute;
    width: 50px;
}

.about-us-home .text-content-box {
    margin-left: 70px;
}

.about-us-home .text-content-box h3 {
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-us-home .text-content-box p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    font-size: 17px;
}
.departmentsss{
    
}
.departmentsss .sigle-depart{
    position: relative;
    background-color: #3c3c3c;
    border-radius: 15px;
    border-bottom: 10px solid #F11313;
    padding: 20px;
    height: 100%;
}
.departmentsss .sigle-depart h3{
    color: white;
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Industry font';
}
.departmentsss .sigle-depart ul{
    margin: 0px;
    padding: 0px;
}
.departmentsss .sigle-depart ul li{
    display: block;
    list-style-type: none;
}
.departmentsss .sigle-depart ul li a{
    color: white;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ese-in-out;
}
.departmentsss .sigle-depart ul li a:hover{
    color: #F11313;
}
/*about us*/


/*how we work*/
.how-we-work {
    background-color: black;
    padding: 99px 0px;
}

.iconarow {
    margin-top: 50px;
    margin-left: -30px;
}

.how-we-work h4 {
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 26px;
    font-size: 20px;
    font-family: 'Industry font';
}

.how-we-work p {
    text-align: center;
    color: white;
    /* letter-spacing: 0.09rem; */
    margin-top: 12px;
    margin-bottom: 120px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.3;
}

.how-we-work .dfdd {
    margin-bottom: 0px;
}

.hwework {
    text-align: center;
    color: #F11313;
    font-size: 58px;
    font-family: 'Industry font';
    margin-bottom: 70px;
}

/*how we work*/

/*why choose us*/
.why-choose-use{
    background-color: white;
    padding: 80px 0px;
}
.why-choose-use .main-head{text-align: center;font-weight: bold;font-size: 39px;color: #F11313;margin-bottom: 16px;font-family: 'Industry font';}
.why-choose-use .why-iro{
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 400;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.why-choose-use .main-feats{
    margin-top: 41px;
}
.why-choose-use .singl-feat{
    padding: 10px;
    text-align: center;
}
.why-choose-use .singl-feat .fetico{
    
}
.why-choose-use .singl-feat h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Industry font';
}
.why-choose-use .singl-feat p{
    
}
.gtyt{
    border-right: 1px solid #24242480;
}
/*why choose us*/

/*footer*/
#main-footer {
    background-color: black;
    padding: 70px 0px;
    /* border-top: 1px solid #F11313; */
}

#main-footer .ftr-logo {
    margin-bottom: 15px;
}

#main-footer .ftr-txt {
    margin-bottom: 25px;
}

#main-footer .ftr-txt p {
    color: white;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 0px;
}

#main-footer .ftr-social {
    margin: 0px;
    padding: 0px;
}

#main-footer .ftr-social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}

#main-footer .ftr-social li a {
    display: inline-block;
    border: 2px solid #a6a6a6;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    line-height: 38px;
}

#main-footer .ftr-social li a:hover {
    background-color: #F11313;
    color: black;
}

#main-footer .brd-right {
    position: relative;
    padding: 0px 25px;
}

.brd-right-D {
    padding: 0px 25px;
}

#main-footer .brd-right::after {
    content: " ";
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #F1131352;
    position: absolute;
    top: 0px;
    right: 0px;
}

#main-footer .ftrhed {
    font-weight: bold;
    color: white;
    position: relative;
    font-family: 'Industry font';
}

#main-footer .ftrhed::after {
    content: " ";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #F11313;
    margin-top: 12px;
}

#main-footer .ftnv {
    margin-top: 30px;
}

#main-footer .ftnv li {
    margin-bottom: 10px;
}

#main-footer .ftnv li a {
    font-size: 14px;
    color: #f2f2f2;
}
#main-footer .ftnv li a:hover{
    color: #F11313;
}

.credit-bar {
    text-align: center;
    background-color: black;
    padding: 17px 0px;
    border-top: 1px solid #F1131352;
    color: #d8d8d8;
    font-size: 14px;
}

.credit-bar a {
    color: white;
    text-decoration: none;
}

/*footer*/


/* products*/


.products  .fhead {
    color: #00022C;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.products  .prod-img {
    overflow: hidden;
}

.prod-img img {
    display: block;
    margin: auto;
    width: 100%;
    transition: all 0.3s ease-in;
}
.feat-prod .sdfsdf {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}
.feat-prod:hover .sdfsdf{
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.products  .prod-head {
    margin-top: 21px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}

.products  .prod-art {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.products  .prod-box {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
    margin: 18px 0;
    text-align: center;
}

.products  .prod-box:hover {
    border-color: #00022C;
}

.products  .prod-box:hover .prod-img img {
    transform: scale(1.1);
}

/* products*/


.woocommerce-products-header, .woocommerce-breadcrumb, .woocommerce-tabs.wc-tabs-wrapper, .price, .entry-title{
    display: none;
}
.wc-block-cart-items thead th:nth-child(3){
    display: none;
}
.wc-block-cart-items thead th:nth-child(3){
    display: none;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper, .wp-block-woocommerce-cart-order-summary-totals-block, .wc-block-components-totals-wrapper{
    display: none;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
    background-color: #f11313;
    color: white;
    font-weight: bold;
}

.selectors img{
    width: 100px !important;
}
.related.products{
    clear: both;
    float: none;
    position: relative;
    overflow: hidden;
}
.product_title.entry-title{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
}
.ctcku{
    color: #f11313;
    font-weight:bold;
}
.woocommerce .quantity .qty{
    width: 80px;
    height: 50px;
}
.woocommerce div.product form.cart .button{
    height: 50px;
    padding: 0px 30px;
    background-color: #f11313;
}
.desctadb{
    padding: 5px 0px;
    line-height: 1.5;
}
.desctadb table{
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    border: 1px solid #00000036;
}
.desctadb table td{
    border: 1px solid #00000036;
}
.product_meta a{
    color: #0000007a;
}

/* breadcrump */
.breadcrumpd{
    background-color: #e5e5e5;
    padding: 30px 0px;
    text-align: center;
    margin-bottom: 30px;
}
.breadcrumpd h1{
    font-weight: bold;
}
.breadcrumpd span{
    padding: 0px 5px;
    color:#F11313;
}
.breadcrumpd span:last-child{
    color: #00000087;
}
.breadcrumpd a{
    color: black;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.breadcrumpd a:hover{
    color:#F11313;
}
/* breadcrump */




.cm-page-list{
    margin: 0px;
    padding: 0px;
}
.cm-page-list li{
    list-style-type: none;
    display: inline-block;
}
.cm-page-list li a{
    color: white;
    font-weight: bold;
    margin-right: 25px;
    font-size: 20px;
    text-shadow: 3px 1px 8px black;
}

.ccvcvc{
    margin-top: -30px;
}
.ccvcvc .entry-header{
    display: none !important;
}
.ct-hme-hero{
    margin-top: -30px;
    position: relative;
    z-index: 9999;
}
.ct-hme-hero .dfd-main{
    background-color: #de1118;
    border-radius: 15px;
    padding: 15px;
}
.ct-hme-hero .dfd-main h3{
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
    
}
.ct-hme-hero .dfd-main span{
    display: inline-block;
    background-color: white;
    height: 5px;
    width: 50px;
}
.ct-hme-hero .cat-list-box{
    text-align: center;
    display: block;
}
.ct-hme-hero .cat-list-box img{
    width: 89px !important;
    display: inline-block !important;
    
}
.ct-hme-hero .cat-list-box h2{
    font-size: 17px;
    color: white;
    margin-top: 15px;
}
.ct-hme-hero .cat-list-box:hover img{
    filter: drop-shadow(0 0 10px #000000);
    transition: all 0.5s ease-in-out;
}
.wpcf7 span, .wpcf7 label, .wpcf7-text{
    width: 100% !important;
    display: block;
}
.wpcf7-text{
    height: 35px;
}
.wpcf7 label{
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
}
.wpcf7-textarea{
    width: 100%;
}
.wpcf7-submit{
    background-color: #de1118;
    padding: 5px 10px !important;
    display: inline-block !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
}


.elementor-page .entry-header{
    display: none;
}
.page-id-11  .elementor-button{
    width: 100% !important;
}
.sdfsdf{
    background-color: #000000;
}
.sfsdfsdf img{
    width: 130px
}



@media screen and (max-width: 600px) {
    
    .icon-p{
        max-width: 100%;
    }
}

.tsdfdsfdsa{
    padding-top: 40px;
}
.tsdfdsfdsa .hytsd{
    text-align: center;
}
.tsdfdsfdsa .hytsd img{
    width: 130px;
    display: inline-block;
}
.ctpage{
    padding: 50px 0px;
}

/*Detail Page*/
#single-product{
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.app-figure{
     margin-bottom: 50px;
}
#single-product .cart-side-page{
    margin-bottom: 50px;
}
#single-product .cart-side-page h1{
    
    display: block;
    color: #000000;
    margin: 14px 0 18px;
    font-size: 60px;
    line-height: .96em;
    letter-spacing: -.02em;
    font-weight: 500;
}
#single-product .cart-side-page .tag_small{
    
    color: #000000;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
}
#single-product .cart-side-page p{
    
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 1.7;
}
#single-product .cart-side-page form{
    position: relative;
    overflow:hidden;
}
#single-product .cart-side-page .modal-size{
    float:left;
    width: 50%;
}
#single-product .cart-side-page .modal-size h4{
    font-size: 15px;
    margin-bottom: 0px;
}
#single-product .cart-side-page .modal-size select{
    width: 90% !important;
    display: block;
    height: 30px;
}
.quick-add-to-cart{
    position: relative;
}
.quick-add-to-cart label{
    display: none;
}
.quick-add-to-cart input{
    width: 20%;
    float: left;
    margin-top: 20px;
    height: 50px;
}
.quick-add-to-cart button{
    float: left;
    height: 50px;
    margin-top: 20px;
    border: 0px;
    background-color: #000;
    
    color: white;
    font-size: 15px;
    padding: 0px 25px;
}
/*Detail Page*/

/*Cart*/
#add-cart{
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}
.OrdHisTop {background:#1f1f1f;/* float:left; *//* margin-top:15px; */width: 98%;ma;margin-left: 12px; }
.OrdHisTop ul { margin:0px; padding:0px;}
.OrdHisTop li {display:inline-block;font-size: 14px;font-weight:bold;color:#fff;border-right:1px solid #2C3137;padding:5px 0px;width:17%;text-align:center;list-style:none;}
.OrdHisTop li:first-child { width:25px;}
.OrdHisTop li:last-child { border:none; width:145px;}
.EmptyCart { margin:20px 0px; text-align:center; font-size:14px; font-weight:bold;}
.EmptyCart a { color:#F00;} .EmptyCart a:hover { text-decoration:none;}
.BasketCon {padding:10px 0px;border: 1px solid #2C3137;float:left;width: 98%;mar;/* margin-lef;/* border-width:0px 1px 1px; */px 1px;/* margin-bottom:15px; */margin-left: 12px;}
.BasketImg { width:115px; float:left; border-right:1px solid #2C3137;}
.BasketDetails { float:left; width:47%; padding:0 3px; display:block}
.BasketDetails p {border-bottom:1px solid #2C3137;padding-bottom:3px;margin-bottom:8px;font-size: 14px;font-weight:bold;color:#424242;}
.BasketQty { width:17%; float:left; padding:0 3px;}
.BasketCon .txt_id { background:#f1f1f1; border:1px solid #666; text-align:center; margin-bottom:8px;}
.BasketRate { width:13%; float:left; text-align:center; font-size:14px;}
.BasketTotal { width:13%; float:left; text-align:center; padding:0 3px;}
.BasketTotal p { font-size:14px; margin-bottom:10px;}
.BasketTotal a { color:#F00;} .BasketTotal a:hover { text-decoration:none}
.TotalCon { float:right; margin-top:15px;   margin-right:10px;}
.TotalQA { background:#f1f1f1; border:1px solid #ccc; padding:5px;}
.TotalQA label {font-weight:bold;color:#000;float:left;margin-right:10px;}
.TotalQA span { float:right; font-size:14px; font-weight:bold; color:#900}
.TotalCon p { margin-top:8px; margin-bottom:15px; }
.TotalCon p a {background:#1f1f1f;color:#fff;font-weight:bold;padding:7px;}
.TotalCon p a:hover { text-decoration:none;}
.UpdateBtn {background:#000;padding: 3px 22px;font-size: 13px;color:#fff;font-weight:bold;border:none;cursor:pointer;}
.UpdateBtn:hover { background:#666; color:#fff;}
.QuoteForm { margin:15px;}
.SubmitText { font-size:18px; font-weight:bold;   color:#060; padding-top:30px; text-decoration:underline; min-height:250px;}

/*Cart*/

/**quote page*/*/
#quotation-request{
    padding: 50px 0px;
}
.qoutatoin-inner label{
/*    font-family: 'Oxanium', cursive;*/
    font-size: 14px;
    color: #000;
    width: 100%;
}
.qoutatoin-inner input, .qoutatoin-inner select{
/*    font-family: 'Oxanium', cursive;*/
    width: 100%;
    height: 30px;
    font-size: 13px;
    margin-bottom: 15px;
}
.qoutatoin-inner textarea{
/*    font-family: 'Oxanium', cursive;*/
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
}
/*quote page*/