/*1.0 Version*/
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" ;
    font-size: 16px;
    height: 100%;
    width: 100%;
	background-color:#ffffff !important;
}
a, .a {

}
button , a{
    cursor: pointer;
}
a
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
/*custom checkbox css*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #e75647;
}
.styled-checkbox:hover + label:before {
}
.styled-checkbox:focus + label:before {
}
.styled-checkbox:checked + label:before {
    background: #e75647;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*custom checkbox css*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header-search>form:after  {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    color: #7c7c7c;
    top: 14px;
    left: 120px;
    position: absolute;
    pointer-events: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important ;
	background-color: #F03646;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
	background-color: #F03646 !important;
}

/*register page css start*/
.sign-up-page {
    max-width: 980px;
    width: 100%;
    margin: 40px auto 60px auto;
    background-color: #e7e7e7;
    padding: 30px 0;
}
.sign-up-page .form-field {
    max-width: 370px;
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 15px;
}
.register-heading {
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ea4c40;
    font-weight: bold;
}
.join-us {
    font-weight: bold;
    font-size: 35px;
}
.register-form-h {
    font-size: 18px;
    text-transform: uppercase ;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.register-btn {
    background-color: #ffbd1f;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.register-btn:hover {
 background-color: #ea4c40;
}
.register-lead {
    font-size: 20px;
}
.register-submit, .red-btn {
    background-color: #ea4c40;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    width: 100%;
    max-width: 360px;
    margin-bottom: 25px;
    cursor: pointer;
}
.register-submit:hover, .red-btn:hover {
    background: #7c7c7c;
    color: #fff;
}
.info-submit {
    background-color: #ea4c40;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    border: none;
    width: 100%;
    max-width: 320px;
    margin-bottom: 25px;
    padding: 10px 0;
    cursor: pointer;
}
.info-submit:hover {
    background-color: #7c7c7c;
}
.forgot-password {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;;
}
.social-btn button {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    width: 100%;
    max-width: 370px;
    margin-bottom: 25px;
    border: none;
}
.social-btn button:hover {
    background-color: #7c7c7c;
    color: #fff;
}
.social-btn .facebook-btn {
    background-color: #5b7bd5;
    padding: 5px 0;
}
.social-btn .google-btn {
    background-color: #3eb85f;
    padding: 5px 0;
}
/*register page css end*/


/*search bar start*/

.search {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateX(-10%) translateY(-50%);
    transform: translateX(-10%) translateY(-50%);
}
.search * {
    outline: none;
    box-sizing: border-box;
}
.search__wrapper {
    position: relative;
}
.search__field {
    width: 40px;
    height: 40px;
    background-color: #dcdcdc;
    color: transparent;
    font-size: 1.35em;
    padding: 0.35em 38px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search__field:focus {
    border-bottom-color: #ccc;
    width: 250px;
    color: #2b2b2b;
    cursor: default;
    font-size: 14px;
    padding: 0 10px;
}
.search__field:focus ~ .search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}
.search__icon {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ea4c40;
    width: 40px;
    height: 40px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
/*.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}*/
.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}


/*Search Bar End*/
.rating .fa {
    color: #fbc443;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #ea4c40 ;
}
h1,h2,h3,h4,h5,h6 {
    color: #000;
}
.text-regular {
    font-weight: 500;
    font-size: 14px;
}
.align-middle {
    vertical-align: middle;
}
.social-triangle {
    float: left;
}
.overflow-y {
    overflow-y: hidden
}
.top-edge-arrow {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 25px solid #ffffff;
    float: left;
}
.mute-text {
    color: #c9c9c9;
}
.font-11 {
    font-size: 11px;
    font-weight: 500;
}
.font-12 {
    font-size: 12px;
    font-weight: 500;
}
.font-15 {
    font-size: 15px;
}
.font-18 {
    font-size: 18px;
}
.align-social-bar {
    position: absolute;
    top: 10px;
    right: 0;
}
/*pgSlider CSS Start*/
.pgw-Social {
    position: absolute;
    right: 0;
    top: 10px;
}
.pgwSlider {
    position: relative;
}
.pgwSlider.wide > ul > li{
    height: 80px !important;
}
.pgwSlider.wide > ul > li.active{
    content: "";
    position: absolute;
    border: 7px solid yellow;
    border-top-color: #e74c3c;
    z-index: 9;
    bottom: -16px;
    right: 45%;
}
/*pgSlider CSS End*/
.top-edge-content {
    color: #fff;
    background-color: #ffffff;
    padding: 10px 0;
    float: left;
    width: 140px;
}
.top-edge-content > div .fa {
    padding: 0 5px;
    color: #000000;
}
.top-edge-content > div .fa:hover {
    color: #e74c3c;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
button:focus {
    outline: none;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    height: auto;
}
.red {
    color: #ea4c40 !important;
}
.red-link {
    color: #ea4c40 !important;
}
.red-link:hover {
    color: #152e42 !important;
}

.blue-link {
    color: #152e42 !important;
}
.blue-link:hover {
    color: #ea4c40 !important;
}
.white {
    color: #fff !important;
}
.custom-breadcrumb {
    padding: 0 5px;
    margin-bottom: 15px;
    color: #565656;
}
.custom-breadcrumb a:active, .custom-breadcrumb a:hover, .custom-breadcrumb a:first-child {
    font-weight: bold;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, ul, li {
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
    text-decoration: none;
}
p, a, h1, h2, h3, h4, h5, label {
    margin: 0;
}
a:hover {
    color: #00a451;
    text-decoration: none;
}
.pointer {
    cursor: pointer;
}
.text-bold {
    font-weight: bold;
}
.section-detail-btn {
    text-align: center;
}
.detail-Btn {
    background: #ea4c40;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
}
.detail-Btn:hover, .detail-Btn:active {
    background-color: #152e42;
}
.detail-Btn i {
    margin-right: 10px;
}
.detail-Btn:hover {
    color: #fff;
    text-decoration: none;
}
.next-Btn:hover {
    color: #fff;
    background: #152e42;
}
.next-Btn {
    background: #ea4c40;
    color: #fff;
    padding: 5px 15px 3px 15px;
    font-size: 16px;
    display: inline-block;
    margin: 0;
}

.top-header {
    padding: 0px;
}
.header-logo {
    display: inline-block;
    margin-right: 15px;
}
.header-logo .logo>img {
    width: 75%;
/*
    max-height: 85px;
    max-width: 115px;
*/
}
.header-search {
    display: inline-block;
    vertical-align: bottom;
    max-width: 460px;
    width: 100%;
}
.dropdown-search {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
}
.header-search>form , .dropdown-search form{
    position: relative;
}
.header-search form > .input, .dropdown-search form > .input {
    width: 100%;
    height: 40px;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    overflow: visible;
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 2px 10px;
}
.header-search>form .search-input {
    padding-left: 150px;
    padding-right: 45px;
}
.dropdown-search >form .search-input{
    padding-right: 45px;
}
.header-search>form .search-categories , .dropdown-search >form .search-categories{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 145px;
}
.header-search>form .search-btn, .dropdown-search >form .search-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: #ea4c40;
    color: #fff;
    border: none;
}
.header-btns {
    display: inline;
    float: left;
    padding-left: 12px;
    margin-top: 15px;
}
.userIcon {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    padding: 10px;
}
.header-Btn strong, .header-Btn span{
    display: block;
}
.header-btns span , .header-contact-btn span {
    font-size: 12px;
    font-weight: bold;
}
.header-btns strong {
    font-size: 12px
}
.header-btns .header-btns-icon{
    margin-right: 12px;
}
.cart-counter {
    position: absolute;
    top: -8px;
    left: 15px;
    background: #e74c3c;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
}
.header-btns-icon img {
    display: inline-block;
}
.lead-icon .header-btns-icon i.fa ,.lead-icon .nav-item .nav-link i.fa{
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
    color: #b2b2b2;
    margin-right: 5px;
    position: unset;
}
.lead-icon .header-btns-icon i.fa:hover ,.lead-icon .nav-item .nav-link i.fa:hover {
    color: #e75647;
    cursor: pointer;
}
.header-btns-icon ul {
    display: inline-block;
    vertical-align: middle;
}
.border-left {
    border-left: 1px solid #d9d9d9;
}
.header-nav-icon img {
    max-width: 30px;
    width: 100%;
}
.header-nav-icon .nav-item:last-child {
    margin-right: 0;
}
.header-nav-icon .nav-item .nav-link {
    padding: 5px 10px;
}
/*Top Header Css End*/

/*header CSS Start*/
header {
    background-color: #F03646;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.navbar {
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}
header .nav-item.active {
    background-color: #a48b56;
    padding: 0 15px;
}
.navbar-light .nav-item .active .focus .nav-link:hover {
    color: #000;
background-color: #f6e3b9;
}
.nav-bg img {
    margin-right: 10px;
    margin-bottom: 4px;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(175,175,175, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon {
    border-color: #000 !important;
}
.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.navbar-toggler {
    padding: 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
}
.dropdown-menu {
    position:absolute;
    transition:all 0.5s ease;
    height:0;
    display: block;
    opacity: 0;
    visibility:hidden;
    border: 0;
    padding: 0;
}
.nav-item {
    margin-right: 5px;
	margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.dropdown-item {
    display: block;
    padding: .25rem 1.0rem;
    clear: both;
    font-weight: normal;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
/*    background-color: transparent;*/
    border: 0;
    font-size: 15px;
	background-color:#ffffff;
	min-width: 150px;
}
.simple-dropdown-menu {
    width: auto;
    left: inherit;
    min-width: auto;
}
/*
.nav-link-bg {
    background-color: #000;
}
*/

li.dropdown:hover .dropdown-menu {
    opacity:1;
    height:auto;
    visibility: visible;
    margin: 0;
    background-color: #ffffff;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 10px 0;
	border-bottom: 4px solid #ffffff;
}
.dropdown-item.active, .dropdown-item:active , .dropdown-item.hover, .dropdown-item:hover{
    color: #ae152d;
	background-color:#ffffff;
	min-width: 150px;
}
.megamenu-li {
     position: static;
 }
.megamenu-li img {
    width: 15px;
    margin-bottom: 3px;
    margin-right: 5px;
}
.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
.mega-menu h4 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
    color: #000;
	margin-left: 10px;
}
/*Header CSS End*/
/*Banner CSS Start*/
.banner {
    position: relative;
}
.banner img {
	width: 100%;
}
.banner-breadcrumb {
    background: url("images/product-banner.jpg");
    background-repeat: no-repeat;
    min-height: 261px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}
.main-section {
    padding-top: 30px;
}
a.offerBtn.text-uppercase {
    background-color: #093d83;
    padding: 4px 10px;
    color: #fff;
    position: absolute;
    bottom: 10%;
    right: 15%;
}
a.offerBtn.text-uppercase:hover,.offerBtn:hover i {
    background: #ea4c40;
    color: #fff;
}
.offerBtn i {
    color: #fff;
    margin-left: 5px;
    font-size: 20px;
}

/*Section CSS Start*/
.section {
    margin-bottom: 25px;
}
.section-mb2 {
    margin-bottom: 20px;
}

.section30 {
    margin-bottom: 30px;
}

.section25 {
    margin-bottom: 25px;
}

.Blog-Banner .section-title {
    color: #fff;
}
.section-title {
    font-size: 33px !important;
    text-align: center !important;
	margin-bottom: 5px;
	border-bottom: 3px solid #e1c794;
}
.section-description {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: normal !important;
}
/*
.section-divider {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    border-top: 5px solid #e4ce9c;
    width: 80px;
    margin-bottom: 20px;
}
*/

.section-title02 {
    font-size: 26px !important;
	margin-bottom: 5px;
    text-align: center;
	border-bottom: 3px solid #e1c794;
}
/*Section CSS End*/
/*Featured Section Card CSS Start*/


/*Side barCSS Start*/

.fa-angle-down:after {
    transform: rotate(90deg);
}
.toggle-angle-down {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.sidebar-title {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    color: #fff;
    background-color: #ea4c40;
    display: inline-block;
    width: 100%;
 }
.sidebar-title i {
    margin-right: 13px;
}
.sidebar-list {
    background: #fff;
    border-left: 3px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.featured-card {
    background:#fff;
}
.left-widget-menu {
    cursor: pointer;
}
.custom-sidebar ul li{
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.custom-sidebar ul li:hover .sub-menu-item {
    display: block;
}
.custom-sidebar ul li:last-child {
    border: none;
}
.dropdown-toggle::after {
    display: none;
}
.sub-menu-item {
    position: absolute;
    left: 100%;
    z-index: 999;
    background: #fff;
    width: 245px;
    top: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    margin-left: 1px;
    border: 1px solid #ddd;
}
.custom-sidebar ul li a{
    font-size: 14px;
    cursor: pointer;
}
.custom-sidebar ul li a i{
    float: right;
    font-size: 22px;
    color: #e3e3e3;
}
.custom-sidebar ul li a img {
    margin-right: 1px;
    width: 25px;
}
.rotate { 
	transform: rotate(-90deg);
}
.sub-menu-item ul li {
    border: none;
    padding: 0;
    background-color: #fff;
    color: #000;
}
.custom-sidebar ul li a {
    display: block;
    padding: 10px;
}
.sidebar-bg {
    background-color: #ea4c40;
    color: #fff;
}
.new-updates-btn {
    display: inline-block;
    float: right;
    font-size: 10px;
    background: #ea4c40;
    padding: 2px 10px 4px 10px;
    color: #fff;
    border-radius: 2px;
}
.custom-sidebar ul li a:hover ,.custom-sidebar ul li a:active {
    color: #ea4c40!important;
}
.all-products-btn {
    text-decoration: underline;
    font-size: 16px;
    color: #ea4c40;
    padding-left: 40px !important;
}
.listing-Icon {
    padding: 0px 7px 2px 10px;
}
/*Side Bar CSS End*/

.featured-card , .new-item-card, .post-card {
    text-align: center;
    margin: 6px 2px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.featured-card:hover , .new-item-card:hover, .post-card:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(234, 76, 64, 0.8);
    -moz-box-shadow:0px 0px 8px 0px rgba(234, 76, 64, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(234, 76, 64, 0.8);
}

.product-card{
    text-align: center;
    margin: 6px 0px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.product-card:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(234, 76, 64, 0.8);
    -moz-box-shadow:0px 0px 8px 0px rgba(234, 76, 64, 0.8);
    box-shadow: 0px 0px 8px 0px rgba(234, 76, 64, 0.8);
}

.new-item-card .detail-Btn {
    font-size: 12px;
}
.carousel-item .row > div {

}
.featured-card-title, .starting-price-tag {
    font-size: 16px;
    color: #ea4c40;
    font-weight: bold;
}
.featured-card-body, .post-card-body {
    padding: 20px 0;
    font-family: 'Krub', sans-serif;
}
.featured-card-body p, .post-card-body p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
}
.featured-card-footer {
    margin-top: 15px;
}
.featured-card-footer i{
    padding: 0 10px;
    border-right: 1px solid #eee;
    font-size: 16px;
    cursor: pointer;
}
.featured-card-footer i:last-child {
    border: 0
}
.banner .carousel {
    padding: 0;
}
.carousel {
    margin-bottom: 0;
    padding: 0 20px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    bottom: -10px;
    text-align: center;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #ea4c40;
}
.featured-Section {
    position: relative;
    text-align: center;
}
.owl-prev, .owl-next {
    cursor: pointer;
}
.featured-Section .sliderControl .owl-prev, .featured-Section .sliderControl .owl-next {
    cursor: pointer;
}
.featured-Section .sliderControl .owl-prev {
    
}
.featured-Section .sliderControl .owl-next {
    
}
.featured-Section .owl-nav .sliderControl div {
    background-color: #ea4c40 !important;
    color: #fbe0de;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}
/*Featured Card Section CSS End*/

/*New Item Section Card CSS Start*/
.owl-dots button:hover {
    border: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.new-item-section .owl-nav {
    display: none;
}
.new-item-header {
/*
    background: url("images/newItemBGImg.png");
    background-repeat: no-repeat;
*/
    height: 245px;
    background-size: cover;
    position: relative;
}
.new-item-body {
    padding: 20px 0;
}
.new-item-body .item-name {
    font-size: 22px;
    margin-bottom: 10px;
	margin-top: 20px;
	color: #000;
}
.new-item-body {
    padding-bottom: 20px;
}
.item-price p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 22px;
    vertical-align: top;
}
.item-price {
    margin-bottom: 10px;
}
.price-currency{
    font-size: 18px;
    vertical-align: middle;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;

}
.price-dollar {
     font-size: 32px;
     font-weight: bold;
     vertical-align: top;
}
.price-penny {
    font-size: 18px;
    vertical-align: bottom;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}
/*New Item Section Card CSS End*/
/*promotion-card Section Card CSS start*/
.promotion-card-carousel .owl-dots{
    display: none;
}
.promotion-card-header {
/*    background: url("images/promotionBG.png");*/
    
/*    background-repeat: no-repeat;*/
    background-size: cover;
    margin-bottom: 10px;
	height: 255px;
}
.promotion-card-body {
    text-align: center;
}
.promotion-card-title, .product-title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}
.promotion-price {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.promotion-price .price-than {
    color: #d4d4d4;
}
.promotion-price strike {
   color: #b8b8b8;
}

.promotion-price .price-now {

}
.shop-now-btn , .add-address-btn {
    color: #ea4c40;
    border: 1px solid #ea4c40;
    padding: 5px 15px;
    display: inline-block;
    font-weight: bold;
}
.shop-now-btn {
    font-size: 14px;
}
.add-address-btn {
    font-size: 12px;
}
.shop-now-btn:hover, .add-address-btn:hover, .shop-now-btn:hover i ,add-address-btn:hover i {
    background: #ea4c40;
    color: #fff
}
.shop-now-btn i , .add-address-btn i{
 margin-right: 10px;
}

.shop-now-btn i:last-child {
    margin-right: 0;
    margin-left: 10px;
}
/*promotion-card Section Card CSS End*/
/*Blog Section Card CSS Start*/
.blog-card-carousel .owl-dots, .partner-carousel .owl-dots{
    display: none;
}
.Blog-Banner {
    background: url("images/blogBanner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 0 50px 0;
}
.blo-card-title {
    font-size: 25px;
    color: #ea4c40;
    font-weight: bold;
}
.post-card {

}
.post-card-header {
/*    background: url("images/postCardBG.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
}
.blog-card-icon {
    background: #fff;
    color: #152e42;
    border-bottom: 3px solid #ffbd1f;
    width: 156px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -32px;
}
.blog-card-icon i{
    cursor: pointer;
    padding: 6px 10px;
    border-right: 1px solid #eee;
    font-size: 16px;
}

.blog-card-icon i:hover{
    color: #ea4c40;
}

.blog-card-icon i:last-child {
    border: 0
}
.post-card-body {
    background: #fff;
    padding: 40px 10px 20px 10px;
    text-align: center;
}
.blog-description {
    height: 70px;
    overflow: hidden;
}
.social-grid i {
    display: inline-block;
    color: #152e42;
    margin-right: 5px;
}
.social-grid a {
    padding: 0 5px;
}
.social-grid i:hover {
    color: #ea4c40;
}
.social-grid i:last-child {
    margin-right: 0;
}
/*Blog Section Card CSS End*/
/*Category Section Card CSS start*/
.category-card-title {
    font-size: 16px;
    color: #ea4c40;
    font-weight: bold;
}
.arrow-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #007bff transparent transparent transparent;
}
.category-card-price label {
    font-size: 13px;
    font-weight: bold;
}
.category-card-price span {
    display: block;
    font-size: 30px;
}
.category-Tab .nav-tabs {
    border: none;
    margin-bottom: 30px;
}
.category-Tab .nav-tabs .nav-link.active {
    color: #e74c3c;
    background-color: #fff;
    border-color: #e74c3c;
    border-bottom: 3px solid #e74c3c;
}
.category-Tab .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top-color: #e74c3c;
    z-index: 9;
    bottom: -16px;
    right: 45%;
}
.category-Tab .nav-tabs .nav-link {
    border: 0;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

/*Category Section Card CSS End*/
/*Choose US Section Card CSS Start*/
.choose-us-section {
    margin-top: 10px;
}
.choose-us-section img {
    margin-bottom: 20px;
}
.choose-us-title {
    font-size: 18px;
    margin-bottom: 15px;
}
/*Choose US Section Card CSS End*/
/*Partner Section Card CSS Start*/
.partner-section {
    position: relative;
}
.partner-carousel {
    background: #fafafa;
    padding: 20px;
}
.partner-section-title {
    color: #132e42;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
}
.partner-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    display: inline-block !important;
    text-align: center;
}
.partner-carousel .owl-stage-outer .owl-stage .owl-item .item {
    text-align: center;
}
.partner-section .item img {
    max-width: 150px;
    width: 100%;
    padding: 10px;
}
.partner-section .partner-Control .owl-prev {
    position: absolute;
    left: -45px;
    top: 50%;
}
.partner-section .partner-Control .owl-next {
    position: absolute;
    right: -45px;
    top: 50%;
}
.partner-border {
    border-left: 4px solid #eee;
    border-right: 4px solid #eee
}
/*Partner Section Card CSS End*/


/*News Letter Section Start*/

/*News Letter Section start*/
.newLetter-Section {
    background: url("images/newslatterBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px 0;
}
.newsLetter-title {
    font-size: 30px;
    color: #fff;
}
.newsLetter-description {
    font-size: 17px;
}
.newLetter-Section {

}
.newLetter-Section input {
    padding: 10px 5px;
    border-radius: 0;
    border: none;
}
.newLetter-Section button {
    background: #ffbd1f;
    border: none;
    font-size: 17px;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 0;
}
.newLetter-Section .btn:hover {
    background: #e74c3c;
    color: #fff;
}
.newsLetter-social {
    padding: 7px 0;
}
.newsLetter-social i {
    background: #fff;
    color: #152e42;
    border-radius: 50%;
    font-size: 15px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 13px;
    margin-right: 5px;
}
.newsLetter-social i:hover {
    color: #e74c3c;
}

/*Partner Section Card CSS End*/

/*Product Section CSS Start*/
.product-card-body {
    padding: 20px;
}
.product-card-header {
/*
    background-image: url("images/product-Image.png");
    background-repeat: no-repeat;
*/
    background-size: cover;
    height:240px;
}
.printing-text p {
    font-size: 14px;
    color: #616161;
    margin-bottom: 30px;
}
hr.style1 {
    height: 6px;
    background: url(images/hr-11.png) repeat-x 0 0;
    border: 0;
    margin-bottom: 30px;
}
hr.style2 {
    height: 6px;
    background: url(images/hr-11.png) repeat-x 0 0;
    border: 0;
    margin-bottom: 0;
}
.div-align-right {
    text-align: left;
    display: inline-block;
}
/*Product Section Card CSS End*/

/*Calculator Section Card CSS Start */
.order-form {
    background-color: #eeeeee;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.order-form-head {
    margin-bottom: 35px;
    background-color: #f5f5f5;
    padding: 10px 25px;
    position: relative;
}
.form-heading {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.pgw-slider-description p {
    display: inline-block;
    margin-left: 5px;
    color: #404040;
    font-weight: 500;
    font-size: 15px;
}
.pgw-slider-description > div img {
    padding-bottom: 5px;
}
.section-left-divider {
    height: 0;
    overflow: hidden;
    border-top: 3px solid #ffbd1f;
    width: 110px;
    /*float: left;*/
    margin: 0;
}
.calculator-page .section-title , .cart-index-page .section-title, .post-description .section-title,
.artwork-page .section-title, .user-profile .section-title, .order-status-page .section-title, .payment-address-page .section-title{
    text-align: left;
    font-size: 30px;
    margin-bottom: 5px;
}
.post-description .section-title{
    text-align: left;
    font-size: 25px;
    margin-bottom: 5px;
}
.calculator-page .section-description {
    text-align: left;
    margin-bottom: 5px;
}
.form-price {
    background-color: #ea4c40;
    color: #fff;
    padding: 5px 5px;
    font-weight: 500;
    text-align: right;
    right: 5px;
    position: absolute;
    top: 5px;
}
.price-triangle {
    display: inline-block;
}
.order-form-body {
    padding: 0 20px;
}
.order-form-body .col-md-3 {
    padding-right: 0;
}
.item-grid {
    padding: 8px 0;
}
.form-label {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}
.form-input {
    width: 100%;
    color: #a1a1a1;
    padding: 8px;
    font-size: 15px;
    height: 38px;
    border-color: #e5e5e5;
    border-radius: 0px;
}
select.form-input {
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    background-image: url(images/sort-down.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 11px;
    border: 1px solid #d0d0d0;
}
select.form-input:focus, .select.from-lead:focus, select.form-input:active, .select.from-lead:active {
    box-shadow: none;
    outline: none;
    border: 1px solid #d0d0d0;
}
::placeholder {
    color: #a1a1a1;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a1a1a1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a1a1a1;
}
select.from-lead {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/sort-down.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 11px;
    height: 45px;
    border: 1px solid #d0d0d0;
    padding: 0 15px;
    color: #a1a1a1;
    text-transform: uppercase;
}
select > option {
    color: #a1a1a1;
}
.exclamation-icon {
    display: inline-block;
    background-color: #0f6fbd;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    color: #a1a1a1;
}
.exclamation-icon img {
    padding: 0 0px 7px 5px;
}
.item-grid.required .form-label:after {
    content:"*";
    color:#e74c3c;
}
.check-box  {
    padding-top: 15px;
}
.rating-counter span{
    color: #0f6fbd;
    margin-left: 5px;
}
.Write-review {
    color: #0f6fbd;
    float: right;
}
.Write-review:hover {
    font-weight: 600;
    color: #0f6fbd;
}
.order-form-footer {
}
.estimate-shipping {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    font-weight: bold;
}
.estimate-shipping [data-toggle="collapse"]{
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.estimate-shipping [data-toggle="collapse"]:after {
    position: absolute;
    content: '\f055';    
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    font-size: 18px;
    color: #e74c3c;
    line-height: 1;
}
.estimate-shipping [aria-expanded="true"] {
    margin-bottom: 10px;
}
.estimate-shipping [aria-expanded="true"]:after {
    content: '\f056';
}
.estimate-shipping .collapse {
    
}
.estimate-shipping , .estimate-price {
    background-color: #fff;
    padding: 10px 25px;
}
.estimate-shipping-icon {
}
.estimate-shipping p {
    font-weight: bold;
    margin-left: 25px;
    line-height: 18px;
}
.estimate-price {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 15px;
}
.estimate-price span:last-child {
    float: right;

    font-size: 22px;
}
.order-form-footer a {
    font-weight: bold;
    background: #e74c3c;
    display: block;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.order-form-footer a:hover {
    background-color: #7c7c7c;
}
.calculator-page-review .nav-tabs .nav-item.show .nav-link, .calculator-page-review .nav-tabs .nav-link.active {
    color: #152e42;
    border-top: 3px solid #e74c3c;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    background-color: #e6e6e6;
    font-size: 15px;
    font-weight: 600;
}
.calculator-page-review .nav-tabs {
    border-bottom: 3px solid #dee2e6;
}
.calculator-page-review .nav-tabs .nav-link:hover {
    border-color: #fff;
}
.calculator-page-review .nav-tabs .nav-link {
    color: #e74c3c;
    font-size: 15px;
    font-weight: 600;
}
.review-section {
    padding: 20px 15px;
}
.review-headline {
    font-size: 20px;
    font-weight: 500;
}
.review-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Krub', sans-serif;
    font-weight: bold;
}
.rating-score {
    border: 1px solid #eee;
    padding: 0 5px 2px 5px;
    border-radius: 4px;
    font-size: 15px;
}
.rating-counter-2 {
    font-size: 15px;
    font-weight: 600;
}
.Write-review-bg {
    background-color: #e74c3c;
    color: #fff;
    padding: 2px 10px 5px 10px;
}
.Write-review-bg:hover {
    color: #fff;
    background-color: #7c7c7c;
}
.review-table tbody tr td {
    width: 110px;
    font-size: 15px;
}
.review-table tbody tr td:first-child {
    font-weight: 500;
}
.services-rating label {
    font-size: 15px;
    font-weight: 500;
    width: 110px;
    margin-bottom: 2px;
}

.services-rating .rating-score {
    font-size: 12px;
}
.review-percentage span{
    font-size: 30px;
    font-family: 'Krub', sans-serif;
    color: #e74c3c;
    font-weight: 600;
}
.review-percentage img {
    vertical-align: sub;
    margin-right: 3px;
}
.review-percentage p{
    font-size: 11px;
    display: inline-block;
}
.review-sort-bar{
    background-color: #e6e6e6;
    padding: 6px 8px 10px 10px
}
.review-sort-bar h4 {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.review-sort-bar > div {
    float: right;
    font-weight: 500;
}
.review-sort-bar label {
}
.review-sort-bar select {
    width: 110px;
    height: auto;
    padding: 0px 8px;
    background-size: 10px;
}
.review-user-info {
    margin-bottom: 15px;
}
.review-user-info img {
    vertical-align: bottom;
}
.review-user-info .rating span {
    font-size: 18px;
}
.review-user-info label, .review-user-info span {
    font-size: 12px;
}
.review-user-info label {
    font-weight: bold;
}
.reviewer-status p {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}
.review-feedback label {
    font-size: 13px;
    font-weight: bold;
}
.review-feedback p {
    margin-bottom: 5px;
}
.like-btn a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px 25px;
    cursor: pointer;
    margin-bottom: 15px;
}
.like-btn a input {
    border: none;
    margin-left: 12px;
    display: inline-block;
    width: 20px;
}
.custom-progress-bar {
    display: inline-block;
}
.dot {
    width: 15px;
    display: inline-block;
    background-color: yellow;
    height: 5px;
}
.review-section-footer {
    padding: 0 20px;
}
    /*Calculator Section CSS End*/

/*Cart Index Page css Start*/
.wrapper-height-height {
    min-height: 100%;
    display: table;
}
.wrapper-inner {
    display: inline-block;
    height: 400px;
    vertical-align: top;
}
.cart-index-page, .shipping-info-page, .artwork-page, .user-profile, .order-status-page, .payment-address-page {
    padding-top: 30px;
    padding-bottom: 30px;
}
.right-btn-group {
    text-align: right;
}
.right-btn-group a {
    padding: 5px 9px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}
.right-btn-group a:hover {
    background-color: #7c7c7c;
    color: #fff;
}
.right-btn-group a img {
    margin-right: 5px;
}
.right-btn-group span {
    margin-top: 3px;
    display: inline-block;
}
.check-out-btn {
    background-color: #e74c3c;
    margin-left: 10px;
}
.keep-shopping {
    background-color: #152d45;
}
.job-card {
    margin-bottom: 25px;
}
.index-card-header {
    background-color: #f1f1f1;
    padding: 7px 25px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.index-card-header h3 {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}
.index-card-header input {
    padding: 5px 10px;
    max-width: 330px;
    width: 100%;
    font-size: 15px;
    color: #ccc;
    border: 1px solid #dcdcdc;
}
.index-card-header input[type='checkbox'] {
/*    width: inherit;*/
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: #fff;
    color: #152e42;
    border: 1px solid #000;
}

.jobs-card-body {
    border: 1px solid #dcdcdc;
}
.front-back {
    padding-top: 10px;
    padding-bottom: 10px;
}
.business-card-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.business-card-section h3 {
    font-size: 20px;
    color: #e74c3c;
}
.business-list-1 li span:first-child, .business-list-2 li span:first-child {
    font-weight: 600;
    margin-right: 5px;
    font-size: 15px;
}
.business-list-1 li span:last-child {
    color: #c9c9c9;
    font-size: 15px;
}
.business-list-2 li span:last-child {
    color: #87c5e4;
    font-size: 15px;
}
.business-card-price , .shipping-table tbody {
    font-size: 15px;
    padding: 20px 20px;
}
.business-card-price table , .shipping-table table {
    width: 100%;
}
.business-card-price table tbody tr , .shipping-table table tbody tr {
    border-bottom: 1px solid #cccccc;
}
.business-card-price table tbody tr:first-child td {
    padding-top: 0;
}
.business-card-price table tbody tr:last-child , .shipping-table table tbody tr:last-child  {
    border-bottom: none;
}
.business-card-price table tbody tr td {
    padding: 10px 0;
}
.business-card-price tr td:last-child , .shipping-table table tbody tr td:last-child {
    text-align: right;
}
.blog-header {
    position: relative;
}
.search-widget {
    position: relative;
}
.search-widget input {
    border: 1px solid #dcdcdc;
    padding: 10px 10px;
    width: 100%;
    background-color: #f1f1f1;
    color: #404040;
    font-size: 17px;
    font-weight: 500;
    outline: none;
}
.search-widget button {
    padding: 0 10px;
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: 0;
    color: red;
    background: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #dcdcdc;
    min-height: 35px;
}
.blog-section {
    padding: 60px 0;
}
.blog-section-detail {
    padding: 20px 0;
}
.outer-grid-bg {
    overflow: hidden;
    height: 370px;
    cursor: pointer;
}
.grid-bg {
    background-image: url("images/post-grid-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin-bottom: 60px;
    transition: all 0.5s ease;
    position: relative;
}
.grid-padding {
    padding: 0 5px;
}
.mas-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    z-index: 1;
}
.read-more-btn {
    background: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 15px 25px;
}
.read-more-btn:hover {
    background-color: #ea4c40;
    color: #fff;
    cursor: pointer;
}
.mas-details {
    margin-bottom: 20px;
}
.social-widget {
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px 20px;
}
.social-widget h3 {
    font-size: 17px;
    font-weight: bold;
}
.social-widget i {
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 13px;
    margin-right: 5px;
    color: #666666;
    border: #cacaca;
}
.social-widget i:hover {
    color: #ea4c40;
}
    /*cart-index-page CSS ENd*/


/*Blog Page css Start*/
.blog-search-btn {
    background-color: #ea4c40;
    color: #fff;
    border: none;
    padding: 5px 10px;
}
.post-excerpt {
    font-size: 17px;
    font-weight: 500;
}
.blog-post {
    padding: 5px;
    border: 1px solid #dcdcdc;
}
.read-btn {
    background: #ffbd1f;
    width: 120px;
    color: #fff !important;
    padding: 5px 15px;
    cursor: pointer;
}
.read-btn:hover {
    background-color: #e74c3c;
}
.author-info span {
    margin-right: 15px;
    display: inline-block;
    color: #8d8d8d;
}
.widget-heading {
    font-size: 17px;
    font-weight: bold;
}
.popular-project-widget {
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.popular-project-widget img {
    width: 100%;
    padding: 5px;
    border: 1px solid #dcdcdc;
    margin: 15px 5px 5px 5px;
}
.popular-item-tag {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.post-bg {
    background-image: url("images/post-bg.png");
    background-size: cover;
    height: 190px;
    position: relative;

}
.popular-posts-widget img {
    width: 100%;
    height: 190px;
}
.post-listing {
    margin-bottom: 50px;
}
.post-info {
    background: #e74c3c;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    font-weight: 600;
}
.post-info:hover {
    background-color: #7c7c7c;
}
.post-info span {
    margin-right: 10px;
}
.post-item {
    margin-bottom: 20px;
}
.post-item p {
    text-align: center;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
}
.loading-btn {
    border: 1px solid #e74c3c;
    border-radius: 50px;
    padding: 10px 20px;
    max-width: 380px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #6c6c6c;
}
.loading-btn:hover {
    font-weight: 600;
    color: #fff;
    background-color: #e74c3c;
}
/*Cart Index Page css End*/

/*Shipping Info Page css Start*/
.shipping-info, .payment-info {
    padding: 20px 20px;
}
.shipping-info ul {
    padding-left: 20px;
    font-size: 15px;
}
.shipping-info label {
    font-size: 15px;
    font-weight: bold;
}
.shipping-address {
    margin-bottom: 15px;
}
.blind-shipping {
    padding: 20px 15px;
    font-size: 15px;
}

                                        /*Arrow Progress Bar Css*/
/* Breadcrups CSS */
.arrow-steps {
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 20px;
}
.arrow-steps .step {
    font-size: 10px;
    text-align: center;
    color: #666;
    margin: 0 1px;
    padding: 8px 0px 8px 0px;
    min-width: 120px;
    position: relative;
    float: left;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 16px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}
.arrow-steps .step:last-child:after {
    border: none;
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #152e42;
}

.arrow-steps .step.current:after {
    border-left: 16px solid #152e42;
}
.arrow-form-widget {
    background-color: #eeeeee;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.arrow-form-heading {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #dedede;
    font-size: 17px;
    background-color: #f5f5f5;
    padding: 10px 0;
}
.arrow-form-header {
    margin-bottom: 40px;
}
.arrow-form-body {
    margin-bottom: 40px;
}
.arrow-form-body ul li {
     border-bottom: 1px solid #dedede;
    color: #152e42;
 }
.arrow-form-body ul li:last-child {
    border-bottom: none;
    font-weight: bold;
}
.arrow-form-body ul li span {
    display: inline-block;
    font-size: 15px;
    margin: 7px;

}
.arrow-form-body ul li span:first-child {
    text-align: left;
}
.arrow-form-body ul li span:last-child {
    float: right;
}
.arrow-form-btn {
    color: #fff;
    background: #e74c3c;
    padding: 7px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
.arrow-form-btn:hover {
    color: #fff;
     background-color: #7c7c7c;

}
                                        /*Arrow Progress Bar Css*/


/*Shipping Info Page css Info*/


/*Review Page Css Start*/
.success-notification {
    overflow: hidden;
    margin-bottom: 15px;
}
.success-notification .success-left , .success-notification .success-right {
    display: table-cell;
}
.success-notification .success-right {
    background-color: #4caf50;
    padding: 10px 10px;
    width: 100%;
    vertical-align: middle;
}
.success-right p {
    font-size: 12px;
    color: #fff;

}
.success-right h3 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.success-right h3 span {
    font-weight: normal;
    text-transform: initial;
}
.success-notification .success-left  {
    background-color: #388e3c;
    text-align: center;
    padding: 15px 15px;
    width: 75px;
}
.success-icon {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    padding: 7px 0;
}
.review-box {
    border: 1px solid #dcdcdc;
}
.review-box-header h3 {
    padding: 15px 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: #ea4c40;
    background-color: #f1f1f1;
}
.review-box-body table thead {
    background: #eee;
    border: 5px solid #fff;
}
.customer-info .customer-name {
    font-weight: bold;
    font-size: 15px;
}
/*Review Page Css End*/

.form-field {
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}
.form-field-title {
    background: #ededed;
}
.form-field-title label {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 10px;
}
.form-field input {
    border: none;
    width: 100%;
    border-left: 3px solid #ccc;
    color: #bfbfbf;
    font-size: 15px;
    padding: 7px;
}
.form-field input:focus {
    outline: none;
}

.select-style {
    overflow: hidden;
    width: 100%;
}
.select-bold-border {
    border-left: 3px solid #ccc;
}
.select-style select {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    color: #bfbfbf;
    font-size: 15px;
}
.select-style select.full-select {
    background: url(images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: 98% 15px;
}
.select-style select.half-select {
    background: url(images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: 95% 15px;
}
.select-thin-border {
    border-left: 1px solid #ccc;
}
.select-style select:focus {
    outline: none;
}
.specs-body {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.alert-message {
    background-color: #f1f1f1;
    padding: 10px;
    margin: 10px 0;
    font-size: 17px;
}
.upload-btn-Group button {
    display: inline-block;
    border: none;
    padding: 13px 0;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: bolder;
    max-width: 250px;
    width: 100%;
    cursor: pointer;
}
.upload-btn-Group button:hover, #file-upload-btn:hover {
    background-color: #7c7c7c;
    color: #fff;
}
.print-btn {
    background: #80af00;
    color: #fff;

}
.reupload-btn {
    background: #ea4c40;
    color: #fff;

}
.skip-upload-btn {
    background: #f1f1f1;
    color: #5b5b5b;
}
.upload-btn-Group p {
    font-size: 14px;
    padding: 0 30px;
}
.upload-btn-Group p span {
    color: #ea4c40;
}
.proof-option {
    padding: 20px 0;
}
.proof-option label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.proof-option p {
    font-size: 16px;
}

/*User Info Page Start*/

.info-container {
     max-width: 960px;
     width: 100%;
     margin: 30px auto 15px auto;
 }
/*.info-container .form-group {*/
    /*overflow: hidden;*/
    /*float: right;*/
    /*width: 100%;*/
/*}*/
.info-container .form-group input {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #a1a1a1;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
}
.info-container .form-group input:focus {
    outline: none;
}
.form-control:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
	
}
.form-group.required label:after {
    content:"*";
    color:red;
}
/*User Info Page End*/

/*Order status CSS Start*/
.jobs-search-bar {
    background-color: #ececec;
    padding: 15px 15px 0px 0;
    margin-bottom: 15px;
}
.jobs-search-bar .col-lg-3, .jobs-search-bar .col-lg-2 {
    padding-right: 0;
}
jobs-search-bar .col-lg-2:last-child {
    padding-right: inherit;
}
.job-form .full-input {
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 10px 7px;
    background-color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}
.job-form input {
    outline: none;
    border: none;
    display:block;
    line-height: 1.2em;
    font-size: 15px;
    color: #7c7c7c;
    text-transform: uppercase;
    width: 100%;
}
.job-form label {
    display: block;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.btn-jobs-search {
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 15px;
}
.btn-jobs-search:hover {
    background: #7c7c7c;
}
.jobs-table {
}
.jobs-table tr {
    border: 1px solid #dcdcdc;

}
.jobs-table thead th{
    background-color: #ececec;
    vertical-align: middle;
}
.jobs-table thead {
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    text-transform: uppercase;
}
.gfg {
    border-collapse:separate;
    border-spacing:0 15px;
}
.jobs-table td {
    vertical-align: middle;
}
.jobs-table .lead-first {
    background-color: #ececec;
    text-align: center;
}
.jobs-table .lead-first button {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Roboto;
    border: 1px solid #d1d1d1;
    background-color: #eaeaea;
    padding: 5px 5px;
}
.jobs-table .lead-first button:hover {
    background-color: #7c7c7c;
    color: #fff;
}
.jobs-table .lead-first label {
    font-size: 20px;
}
.jobs-table .lead-first p:last-child {
    text-transform: uppercase;
    color: #e74c3c;
    font-size: 12px;
    font-family: Roboto;
    font-weight: bold;
}
.jobs-table .lead-first span {
    font-size: 15px;
}
.jobs-table .lead-first span:first-child{
    font-weight: bold;
}
.dual-table-inner {
    width: 100%;
}
.dual-table-inner tbody tr, .dual-table-inner tbody td, .dual-table-inner thead tr, .dual-table-inner thead, .dual-table-inner thead th {
    border: 0;
}
.lead-third img:first-child {
    margin-right: 5px;
}
.lead-third img {
    padding: 5px;
    border: 1px solid #8c8c8c;
    width: 60px;
}
.lead-third.single-img {
    min-width: 175px;
}
.lead-third.single-img img {
    width: 80px;
    height: 60px;
}
.jobs-table .lead-fifth label {
    font-weight: bold;
}
.jobs-table .lead-fifth {
    font-size: 15px;
}
.jobs-table .lead-sixth button{
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 5px;
    display: block;
    cursor: pointer;
}
.jobs-table .lead-sixth button:hover {
    background-color: #7c7c7c;
}
.status-id {
    margin-bottom: 5px;
}
.jobs-table .lead-sixth p {
    font-size: 13px;
}
.track-btn {
    background: #f8ac40;
    border: none;
    color: #fff;
}
.approval-btn {
    background-color: #ffc600;
    color: #fff;
    border: none;
}
.progress-btn {
    background-color: #e74c3c;
    color: #fff;
    border: none;
}
.dotted-border {
    border-bottom: 1px dotted #cccccc !important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a {
    margin-left: 0;

    border-radius: 0;
}
.pagination>li:last-child>a {
    border-radius: 0;
    color: #777777;
}
.pagination>li>a:focus, .pagination>li>a:hover {
    background-color: #e75647;
    color: #fff;

}
.pagination>li>a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*Order status CSS End*/
.address-tab-header {
    background-color: #f1f1f1;
    padding: 7px 25px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.lead-form {
    background-image: url(images/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: 95% 15px;
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    max-width: 100px;
    font-size: 15px;
    background-color: #fff;
}
.lead-input {
    padding: 5px 10px;
    max-width: 180px;
    width: 100%;
    font-size: 14px;
    color: #ccc;
    border: 1px solid #dcdcdc;
}


/*Address Page Css Start*/
.address-table {
    margin-bottom: 30px;
}
.create-btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    background: #e74c3c;
    padding: 5px 10px;
}
.address-table table thead {
    background-color: #f5f5f5;
}
.address-table tbody tr td {
    font-size: 15px;
    color: #404040;
}
.address-table tbody tr td .fa {
    color: #e74c3c;
    font-size: 18px;
    padding: 5px;
}
/*Address Page Css End*/
/*Footer Section CSS Start*/
footer {
    padding: 30px 0;

}
.footerLocation > div , .mailSection > div {
    display: inline-block;
    font-size: 15px;
}
.footerLocation img , .mailSection img {
    vertical-align: top;
    margin-right: 10px;
}
.footer-listing label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-listing ul li {
    margin-bottom: 10px;
    font-size: 15px;
}
/*Footer Section CSS End*/


/*Footer Section CSS Start*/
footer {
    padding: 30px 0;

}
.footerLocation > div , .mailSection > div {
    display: inline-block;
    font-size: 15px;
}
.footerLocation img , .mailSection img {
    vertical-align: top;
    margin-right: 10px;
}
.footer-listing label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-listing ul li {
    margin-bottom: 10px;
    font-size: 17px;
}
/*Footer Section CSS End*/




/*footer-bottom CSS*/
.footer-bottom {
    background-color: #F03646;
	color: #ffffff;
	padding: 15px 0;
}
.footer-bottom p {
    padding: 15px 0;
}
.paymentIcon {
    padding: 10px 0;
}
/*footer-bottom CSS End*/
@media screen and ( max-width: 1024px ) {
    .arrow-steps {
        text-align: center;
    }
    .arrow-steps .step {
        cursor: default;
        margin: 0 1px;
        padding: 8px 0px 8px 0px;
        min-width: 95px;
        position: inherit;
        float: none;
        display: inline-block;
    }
    .dropdown-align-right {
        right: 0;
        left: auto;
    }
    .dropdown-align-left {
        right: auto;
        left: 0;
    }

    .nav-item .nav-link i {
        display: none;
    }
    .header-search {
        display: inline-block;
        max-width: 420px;
        width: 100%;
    }
    .max-1024-hide {
        display: none;
    }
    .header-nav-icon {
        margin-top: 11px;
    }
    .banner-breadcrumb {
        min-height: 180px;
    }
}
@media screen and ( min-width: 1025px ) {
    .min-1024-hide {
        display: none;
    }
    .product-description {
        text-align: left !important;
    }
}
@media screen and ( min-width: 769px ) {
	.nav-item {
/*        margin-right: 25px;*/
        text-transform: none;
        font-weight: bold;
        font-size: 17px;
    }
    .dropdown-item {
        text-transform: capitalize;
    }
    .service-rating-align {
        padding: 43px 0;
    }
    .review-feedback {
        text-align: right;
    }
    .side-menu-btn {
        display: none;
    }
    .custom-nav .dropdown {
        display: inline-block;
/*
        border-width:5px;
        border-top-style:solid;
*/

        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .custom-nav .dropdown:hover, .custom-nav .dropdown:active {
/*        border-top-style:solid;*/
/*        border-top-color: #a48b56;*/
        background-color: #f8e3b4;
		color: #000 !important;
    }

    .custom-nav .dropdown:hover::before {
        width: 100%;
    }
    .info-container .form-group .col-md-3 {
        text-align: right;
    }
}
@media screen and ( min-width: 768px ) {

    .header-nav-icon {
        float: right;
    }
}
@media screen and ( max-width: 768px ) {
    .calculator-page .section-title , .cart-index-page .section-title, .post-description .section-title,
    .artwork-page .section-title, .user-profile .section-title, .order-status-page .section-title, .payment-address-page .section-title{
        text-align: left;
        font-size: 26px;
        margin-bottom: 5px;
    }
    .lead-third img:first-child {
         margin-right: 0;
         margin-bottom: 5px;
     }
    .lead-input {
        padding: 5px 10px;
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        color: #ccc;
        border: 1px solid #dcdcdc;
    }
    .arrow-steps .step {
        cursor: default;
        margin: 0 1px;
        padding: 8px 0px 8px 0px;
        min-width: 90px;
        position: inherit;
        float: none;
        display: inline-block;
    }
    .arrow-steps {
        text-align: center;
    }
    .navbar-light .nav-item .nav-link i {
        position: absolute;
        right: 10px;
        display: inline-block;
        font-size: 20px;
    }
    .sign-up-page {
        margin: 15px auto 60px auto;
    }
    .section-title {
        font-size: 24px;
    }
    .partner-section-title {
        font-size: 18px;
    }
    .cart-index-page, .shipping-info-page, .artwork-page, .user-profile, .order-status-page, .payment-address-page {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .custom-nav .nav-item {
        margin-right: 0;
		margin-left: 0;
    }
    .header-logo .logo>img {
        width: 100%;
        max-height: 60px;
/*        max-width: 90px;*/
    }
    .header-search .search-categories {
        display: none;
    }

    .header-search {
        display: none !important;
    }
    .megamenu-li {
        display: none !important;
    }
    .header-search>form .search-categories {
        position: inherit;
        /* left: 0px; */
        /* top: 0px; */
        width: 100%;
    }
    .header-search>form .search-input {
        padding-left: 10px;
        padding-right: 45px;
    }
    .category-Tab .nav-tabs {
        border: none;
        margin-bottom: 15px;
    }
    .custom-nav {
        padding: 15px 0px;
    }
    .header-search {
        display: inline-block;
        max-width: 320px;
        width: 100%;
    }
    .header-nav-icon {
        margin-top: 5px;
        width: 100%;
    }
    .header-nav-icon ul {
        width: 100%;
    }
    .header-nav-icon img {
        max-width: 290px;
        width: 100%;
    }
    .dropdown-item {
        padding: 5px 10px;
        background-color: transparent;
        font-size: 14px;
    }
    .banner-breadcrumb {
        min-height: 125px;
    }
    .newLetter-Section button {
        background: #ffbd1f;
        border: none;
        font-size: 17px;
        font-weight: bold;
    }
    .max-md-hide {
        display: none;
    }
    .offerBtn {
        font-size: 10px;
        bottom: 3% !important;
        padding: 4px 5px !important;
    }
    .offerBtn i {
        font-size: 12px;
    }
    .side-menu {
        display: none;
    }
    .service-rating-align {
        padding: 15px 15px;

    }
    .review-feedback {
        margin-top: 10px;
    }

    .review-box {
        margin-bottom: 20px;
    }
    .blog-section {
        padding: 30px 0;
    }
	.blog-section-detail {
    padding: 20px 0;
}
	.sm-center {
        text-align: center;
    }
}
@media screen and ( max-width: 767px ) {

    .header-search>form {
        margin-top: 10px;
    }
    .header-nav-icon .nav-item {
        margin-right: 0;
    }
    .newLetter-Section {
        text-align: center;
    }
    .paymentIcon span {
        display: none;
    }
    .review-sort-bar h4 {
        margin-bottom: 5px;
    }
    .review-sort-bar > div {
        float: none;
    }
	.sm-center {
        text-align: center;
    }
}
@media screen and (max-width : 1642px ){
    .header-nav-icon .nav-item .nav-link {
        padding: 5px 5px;
    }
}
@media screen and ( min-width: 426px ) {

}
@media screen and ( max-width: 425px ) {
    .align-upload > div{
        padding-right: 30px;
    }
	
    .index-card-header input {
        max-width: 100%;
    }
    .lead-icon .header-btns-icon i.fa ,.lead-icon .nav-item .nav-link i.fa{
        font-size: 25px;
    }
    .post-description {
        padding: 0 10px;
    }
    .sm-center {
        text-align: center;
    }
    .choose-us-title {
        margin-bottom: 5px;
    }
    .choose-us-section {
        margin-bottom: 30px;
    }
    .category-Tab .nav-tabs .nav-link {
        font-size: 16px;
    }
    .banner-breadcrumb {
        min-height: 80px;
    }
    .paymentIcon {
        text-align: center;
    }
    .top-header .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .header-nav-icon .nav-link {
        display: block;
        padding: 5px 7px;
    }
    .index-card-header {
        padding: 7px 15px;
    }
    .right-btn-group a {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        margin-top: 10px;
    }
    .check-out-btn {
        margin-left: 0;
    }
}
.font-weight-bold {
	font-weight: bold !important;	
}
