
/* Listing Page Grid View CSS*/
.products-grid .product-item-info {
    padding: 20px !important;
    border-radius: 10px;
    border: 1px solid #FFB101;
    height: auto !important;
}
.products-grid strong.product.name.product-item-name {
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}
.products-grid strong.product.name.product-item-name a {
    line-height: 24px;
}
.products-grid .product-item-info .image-product {
    text-align: center;
}
.products-grid .product-item-details {
    padding: 0 !important;
    text-align: left !important;
}
.products-grid .product-item-details .stock-status {
    font-size: 14px;
    font-weight: 600;
    color: green;
    line-height: 15px;
    margin-bottom: 10px;
}
.products-grid .product-item-details .stock-status.stock-unavailable {
    color: #FF0000;
}
.products-grid .product-item-details .listing-prod-detail table tr td {
    padding: 4px 0 !important;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
.products-grid .product-item-details .listing-prod-detail table tr td:first-child {
	width: 33%;
}
.products-grid .product-item-details .listing_page_price {
    height: 65px;
    font-weight: 600;
    padding: 10px 15px;
    text-align: center;
    margin: 20px 0 10px;
    background: #F9F9F9;
}
.products-grid .product-item-details .listing_page_price .price {
    font-size: 24px;
    line-height: 24px;
}
.products-grid .product-item-details .listing_page_price .inc_vat .price {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
.products-grid .product-item-details .listing_page_price del {
    font-size: 18px;
    color: #FF0000;
}
.products-grid .product-item-details  .listing_page_price .call-us {
    color: #FF0000;
}
.products-grid .product-item-actions .actions-primary button:before {
    display: none !important;
}
.products-grid .product-item-actions {
    display: grid;
}
.products-grid .product-item-actions .actions-primary button {
    width: 100%;
    background: green !important;
    border: none !important;
    height: 40px !important;
    color: #fff !important;
    font-size: 16px !important;
}
.products-grid .product-item-actions .actions-primary button:hover {
    background: #008040 !important;
}
.products-grid .product-item-actions .actions-primary input.listing-quote-btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    background: #FF0000 ;
    border: none !important;
    height: 40px !important;
    color: #fff !important;
    font-size: 16px !important;
}
.products-grid .product-item-actions .actions-primary input.listing-quote-btn:hover {
    background: #C00000;
}
.filter-options .count {
    color: #222;
}
.product-type-list .product-item-details .price-box {
    margin-top: 15px !important;
}
.product-type-list .price-box .price {
    color: #000 !important;
}
/* Listing Page Grid View CSS*/

/* Listing Page List View CSS*/
.products-list .product-item-info {
    display: flex !important;
    width: 100%;
}
.products-list .image-product {
    width: 200px !important;
    border: none !important;
}
.products-list .product-item {
    border-top: 1px solid #FFB101;
    margin-bottom: 0 !important;
    padding: 15px 0;
}
.products-list .product-item-details {
    padding-left: 0px !important;
    display: flex;
    width: 100%;
}
.products-list .listing_product_main_info {
    width: 75%;
    padding: 0 20px;
}
.products-list .product-item-inner {
    width: 25%;
    text-align: center;
}
.products-list .listing_page_price {
    display: flex;
}

.products-list .listing_page_price .inc-price-text-line {
    color: #999;
    font-weight: 300;
    margin: 0 10px;
}
.products-list .listing_page_price .inc_vat .price {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    vertical-align: -webkit-baseline-middle;
}
.products-list .listing_page_price span {
    font-size: 24px;
    font-weight: 600;
}
.products-list .listing_page_price del {
    color: #FF0000;
    font-size: 18px;
}
.products-list .listing-prod-detail table {
    margin: 0 !important;
}
.products-list .listing-prod-detail table tr td {
    padding: 0;
}
.products-list .listing-prod-detail table tr td:first-child {
    width: 30%;
}
.products-list .product-item-name {
    margin-bottom: 10px !important;
}
.products-list .listing-prod-detail {
    border-top: 1px dashed #FFB101;
    padding: 10px 0;
}
.products-list .product-item-name a {
    line-height: 20px;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #333333 !important;
}
.products-list .listing_page_price span.call-us {
    color: #FF0000;
    font-size: 16px;
    padding-right: 10px;
    border-right: 1px solid #A7A9AC;
}
.products-list .listing_page_price span.call-num {
    font-size: 16px;
    padding-left: 10px;
}

.products-list .product-item-details .stock-status {
    font-size: 14px;
    font-weight: 600;
    color: #00BF67;
    line-height: 15px;
    padding: 10px 0;
}
.products-list .product-item-details .stock-status.stock-unavailable {
    color: #FF0000;
}
.products-list .product-item-actions .actions-primary button {
    width: 100%;
    border-radius: 0 !important;
    background: #3F9A59 !important;
    border: none !important;
}
.products-list .product-item-actions .actions-primary {
    width: 100%;
}
.products-list .product-item-actions .actions-primary input.listing-quote-btn {
    width: 100%;
    border-radius: 0;
    font-weight: 600;
    background: #FF0000;
    border: none !important;
    height: 35px !important;
    color: #fff !important;
    font-size: 14px !important;
}
.products-list .product-item-actions .actions-primary button {
    background: #3F9A59 !important;
    width: 100%;
    border-radius: 0;
    font-weight: 600;
    border: none !important;
    height: 35px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.products-list .product-item .price-box {
    display: none !important;
}
.product-labels .sale-label {
    background-color: #DD0000 !important;
}
/* Listing Page List View CSS*/

/* Details Page View CSS*/
span.label_product {
	border-radius: 5px;
	padding: 9px 15px;
	z-index: 1;
	position: absolute;
	margin: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background: #DD0000;
}
.page-layout-2columns-right .column.main {
    width: 80% !important;
}
.page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
    width: 18% !important;
}
.page-layout-2columns-right  .product.media{
    width: 406px !important;
}
.page-layout-2columns-right .product-info-main {
    width: 57% !important;
}
.product-info-main .page-title-wrapper .page-title {
	font-weight: 500 !important;
	font-size: 21px;
	line-height: 24px;
}
.product-info-main .product-info-price {
    padding: 7px 0;
    border-top: 1px dashed #A7A9AC;
    border-bottom: 1px dashed #A7A9AC;
    display: flex;
}
.chat-popup-text {
    line-height: 28px;
    font-weight: 600;
    margin-left: 172px;
    font-size: 14px;
}
.reviews-actions:before {
    font-family: 'icomoon' !important;
    font-size: 14px;
    color: #ffb400;
    letter-spacing: 3px;
    content: '\2605' '\2605' '\2605' '\2605' '\2605';
}
.product-info-main .product-detail {
    margin: 10px 0;
}
.product-info-main  .product-detail .detail-sec {
    width: 70%;
    padding: 10px 0 10px 0 !important;
}
.product-info-main .product-detail .detail-sec td {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
}
.product-info-main .product-detail .detail-sec td:first-child {
    width: 35%;
}
.product-info-main .product-detail .stock-status {
    font-size: 14px;
    font-weight: 600;
    color: green;
    line-height: 15px;
    margin-bottom: 10px;
}
.product-info-main .product-detail .stock-status.stock-unavailable {
    color: #FF0000;
}
.product-info-main .product-detail .detail_brand {
    padding: 0;
    text-align: center;
    border-left: 1px dashed #A7A9AC;
}
.product-detail-price {
    border-top: 1px dashed #A7A9AC;
    padding: 14px 0;
    display: flex;
    margin-bottom: 5px;
}
.product-detail-price .product_prices {
    background: #F3F3F3;
    padding: 10px 15px;
    width: 50%;
    height: 65px;
}
.product-detail-price .product_prices .price {
    font-size: 24px;
    line-height: 23px;
    font-weight: 700;
    margin-right: 5px;
}
.product-detail-price .product_prices .inc_vat .price {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
.product-detail-price .product_prices del {
    color: #FF0000;
}
.product-detail-price .product_prices .call-us {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
}
.product-detail-price .promo_product_details {
    padding: 10px 5px;
    text-align: center;
    height: 65px;
    width: 60%;
    margin-left: 10px;
    background: #fff;
    color: #000 !important;
    border: 1px #999 solid;
    font-size: 13px;
}
.product-add-form .fieldset:last-child {
    margin: 0 !important;
}
.product-info-main .product-add-form .box-tocart {
    max-width: unset !important;
}
.product-info-main .product-add-form .actions {
    width: 78%;
    margin: 0 !important;
    padding: 0 !important;
}
.product-info-main .product-add-form .box-tocart .field.qty {
    width: 20%;
    margin: 0 !important;
}
.product-info-main .product-add-form .box-tocart .field.qty.disable-qty {
    pointer-events: none;
    width: 40%;
    opacity: 0.7;
}
.product-info-main .product-add-form .box-tocart .field.qty .control .qty {
    height: 44px !important;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    margin: 11px 0 0 0;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-btn {
    width: 25px !important;
    height: 25px !important;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-btn:before {
    left: 9px !important;
    top: 12px !important;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-btn:after {
    left: 13px !important;
    top: 8px !important;
}
.product-info-main .product-add-form button#product-addtocart-button {
    background: green;
    color: #fff;
    font-weight: bold;
    height: 60px;
    border: none !important;
    width: 60%;
}
.product-info-main .product-add-form button#product-buynow-button {
    background: #FFCE00;
    color: #000;
    font-weight: bold;
    height: 60px;
    border: none !important;
    width: 40%;
}
.product-info-main .product-add-form input.detail-quote-btn {
    width: 60%;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    background: #FF0000;
    border: none !important;
    height: 60px !important;
    color: #fff !important;
    font-size: 18px !important;
}
.product-info-main .product-add-form input.detail-quote-btn:hover {
    background: #C00000;
}

.morgan_related_product .detail-product-slider .block-content {
    border: none !important;
}
.detail-product-slider .owl-carousel .owl-item img {
    display: inline-flex !important;
    width: unset !important;
}

.page-layout-2columns-right .sidebar-main {
    margin-bottom: 40px;
}
.product-detail-quote .co-features ul {
    padding: 0 !IMPORTANT;
    list-style: none;
    text-align: center;
    display: inline-flex;
    width: 100%;
    margin: 0;
}
.product-detail-quote .co-features ul li {
    color: #666666;
    width: 100%;
    background: #FFF8E9;
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 5px;
    margin: 2px;
}
.product-detail-quote .co-features ul:last-child li {
    background: #FFEEEE;
}
.productDetail-quote .quote-title {
    text-align: center;
    color: #DD0000;
    margin: 7px 0 5px 0 !important;
}
.productDetail-quote .quote-title p {
    font-size: 13px;
    line-height: 13px;
    color: #666666;
}
.product-qoute-form input, .product-qoute-form textarea {
    margin: 3px 0;
    height: 40px;
    border: 1px #aaa solid;
}
.product-qoute-form textarea {
    height: 67px;
    border: 1px #aaa solid;
}
.product-qoute-form button#btnSaveIt {
    background: #0063C5;
    width: 100%;
    height: 40px;
}


.sidebar-additional .block-content {
    padding: 20px !important;
    text-align: center;
}
.sidebar-additional .block-content li {
    padding: 10px 0;
}
.sidebar-additional .block-content .service-info {
    margin-left: 0;
    padding: 20px 0 0 0;
    display: block;
}
.sidebar-additional .block-content .service-info strong {
    font-size: 16px;
    line-height: 20px;
}

.generic-tec td:first-child {
    border-right: 1px #eee solid !important;
    width: 30%;
    font-weight: normal;
}
.generic-tec td {
    border-bottom: 1px #eee solid !important;
    padding: 10px 5px !important;
}
.vertical-style .resp-tab-content {
    min-width: 675px !important;
    height: 670px !important;
    overflow: auto;
}
/* Details Page View CSS */

.breadcrumbs .items > li, .breadcrumbs .items > li a {
    color: #222 !important;
}
/* Promtion page CSS */
.cms-promotion .toolbar-amount {
    line-height: 26px;
    margin-right: 12px;
}
.generic_title_promotion {
    margin: 10px 0;
    margin-top: -30px;
}
.generic_title_promotion h1 {
    font-size: 40px;
    margin: 10px 0;
}
.generic_title_promotion strong {
    font-size: 24px;
}
.generic_cms_title {
    margin: 10px 0;
}
.generic_cms_title strong {
    font-size: 24px;
}
.generic_cms_title strong span {
    color: #DD0000;
}
/* Promtion page CSS */

/* Brand page css*/

.gen-heading {
    width: 100%;
    display: block;
    float: left;
    background: linear-gradient(to bottom, transparent 49%, #000 52%, transparent 49%);
    margin-bottom: 10px;
    text-align: center;
}
.gen-heading h1 {
    background-color: #fff;
    padding: 0 25px;
    display: inline-block;
    color: #069a77;
    font-weight: 700;
    margin: 10px;
    font-family: "poppins semibold";
    font-size: 30px;
}
.page-top p {
    font-size: 16px;
    text-align: center;
}
.brands_grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px 10px;
    margin: 60px 0px;
}
.brands .brands-thumb .image {
   border-bottom: 1px #ddd solid !important;
}
.brands-thumb .brand-image img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 1s ease;
}
.brands .brands-thumb .link.brand-name {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.brands-thumb .brand-image img:hover {
    -webkit-filter: none;
    -webkit-transition: none;
}

.brand-cats {
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 50px 0;
}
.brandlist {
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #000;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    margin: 40px 0;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
}
.brandlist ul {
    margin: 0;
    padding: 0;
}
.brandlist ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 45px;
    display: block;
    outline: 0;
    float: left;
    border-right: 1px #ccc solid;
}
.brandlist ul li:last-child {
    border-right: none;
}
.brandlist ul li a {
    outline: 0;
    background: 0 0;
    text-decoration: none;
    display: block;
    color: #fff;
    height: 36px;
    line-height: 35px;
}
.brandlist ul li a:hover {
    text-decoration: none;
    outline: 0;
    color: #fff;
    background: #DD0000;
}
.brand_container {
    column-count: 4;
    width: 100%;
}
.brand_container h3 {
    width: 100%;
    display: block;
    padding: 5px 5%;
    float: left;
    color: #000;
    background-color: #f6f6f6;
    border-right: none;
    border-left: none;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.brand_container ul {
    padding: 0;
    float: left;
    margin-left: 20px;
}
.brand_container ul li {
    width: 100%;
    line-height: 12px;
    list-style: circle;
    float: left;
    margin: 0 1% 0 2%;
}
.brand_container ul li a {
    text-decoration: none;
    outline: 0;
    padding: 5% 0;
    display: block;
    color: #666;
    font-size: 15px !important;
    background: 0 0;
}
.brand_container ul li:hover {
    list-style: disc;
}
.brand_container ul li a:hover {
    color: #FFCE00 !important;
}
.quote-error-text {
    display: none;
}
.brands .brand-form {
    padding: 80px 0;
}
.brands .form_text p {
    text-align: center;
    font-size: 16px;
    padding: 30px 0;
}
.brands .quote-now-form {
    padding: 20px 70px;
    text-align: center;
    border: 1px solid #e8e2e4;
    background-color: #fff;
}
.brands .contact-form-info .bonus-content h4 {
    margin: 10px 0;
    text-align: right;
}
.brands .contact-form-info .bonus-content input {
    margin: 10px 0;
    height: 40px;
    background-color: #ededed;
    border: none;
}
.brands .quote-now-form .bonus-content button.brand-submit {
    background-color: #DD0000;
    font-size: 16px;
    border-radius: 5px;
}
.brands .contact-form-info .bonus-content textarea {
    margin: 10px 0;
    height: 110px;
    background-color: #ededed;
    border: none;
}
.brands .contact-form-info h4 span {
    color: red;
}


/*mega menu css*/
.desktop-menu .horizontal-block .sm_megamenu_menu > li > a#sm_megamenu_6 {
    animation: blink-text 1.3s infinite;
    color: #dd0000;
}
@keyframes blink-text {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.menu-items-title {
    font-size: 16px;
    padding-left: 5px!important;
    border-left: 4px solid #e41b21;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.menu-item-links {
    border-bottom: 1px solid #ecf4f7;
    line-height: 2.5;
    padding-left: 0!important;
}
.menu-prod-cat-col-2 {
    margin-top: 69px;
}
.menu-brand-img {
    text-align: center;
    border: 2px solid #ecf4f7;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.sm_megamenu_title a {
    font-size: 13px;
}
.mobile-col {
    margin: 5px 0;
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.menu-view-all {
    padding-left: 5px!important;
    color: #e41b21!important;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
}
.menu-view-all a {
    color: #e41b21 !important;
      font-size: 13px !important;
      font-weight: 600 !important;
}
.brands_icons {
    margin-bottom: 5%!important;
    padding-left: 5px!important;
}


/* sitemap */
.sitelist .sitemap-list {
    margin-bottom:10px;
}
.brand-cats {
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 50px 0;
}
.generic-center {
    text-align: center !important;
}

.brand-cats h3 {
    width: 100%;
    display: block;
    padding: 6px 4%;
    float: left;
    background-color: #fff;
    border: 1px #aaa dashed;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px 0;
    font-weight: normal;
    text-transform: capitalize;
    border-left: 2px #ff0000 solid;
}
.brand-cats h4 {
    width: 100%;
    display: block;
    padding: 0;
    float: left;
    background-color: #fff;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: normal;
}
/* sitemap */

/*contact-us-heading*/
.generic_title_contact {
    margin: 10px 0;
    margin-top: -30px;
}
.generic_title_contact h1 {
    font-size: 40px;
    margin: 10px 0;
}
.generic_title_contact strong {
    font-size: 24px;
}

/*  Footer CSS*/
.footer-top {
    background: #000 !important;
    color: #fff;
}
.footer-block {
    margin-bottom: 30px !important;
}
.footer-block .footer-block-title {
    color: #fff !important;
    margin-bottom: 20px !important;
}
.footer-block .footer-block-title:after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 10px;
}
.footer-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-block ul li {
    margin: 0;
}
.footer-block ul li a {
    color: #fff !important;
    font-size: 14px;
    line-height: 22px;
}
.footer-block .contact-info li {
    display: flex;
}

.add-icon img, .phone-icon img, .email-icon img {
    width: 24px;
    height: 24px !important;
    margin-right: 15px;
}

.row.footer_sec {
	margin: 30px 0 0 0;
}
.first_block {
    color: #fff !important;
    border: 1px #fff solid;
    padding: 20px 20px 10px 25px;
}
.first_block h3, .first_block h2 {
    margin-bottom: 0px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}
.first_block p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
.sec_block {
    border: 1px solid #fff;
    padding: 21px 15px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.sec_block img {
    float: left;
    margin-right: 15px;
}
.sec_block p {
    margin-bottom: 0px;
}
.sec_block strong {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
}
.sec_block span{
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
}
.footer-bottom {
    background: #000 !important;
    padding: 0 !important;
}
.footer-bottom .container {
    padding: 20px 0;
    border-top: 1px #fff dotted;
}
.footer-bottom .payment-footer {
    float: left;
}
.footer-bottom .payment-footer .bg-PAYMENT_Method{
    width: 154px; height: 44px;
    background: url('../images/css_sprites.webp') -10px -10px;
    display: inline-block;
}
.footer-bottom .social-block-list {
    padding-top: 10px;
    float: right;
    display: inline-flex;
}
.footer-bottom .social-block-list .footer-block-title {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    color: #fff;
}
.footer-bottom .copyright address {
    background-color: #000;
    color: #fff;
    margin: 0;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 13px 0;
    font-family: 'Open Sans';
    border-top: 1px #fff dotted;
}
.footer-bottom .copyright address span {
    color: #FFB101;
}
/* .social-block-list ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
} */
.social-block-list ul li {
    margin: 0 5px 0px 0 !important;
}
.social-block-list ul li a {
    color: #fff !important;
    background-color: #A7A9AC !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 35px !important;
}
.social-block-list ul li a .bg-linkedin {
    width: 20px; height: 20px;
    background: url('../images/css_sprites.webp') -10px -158px;
    display: inline-block;
}
.social-block-list ul li a .bg-twitter {
    width: 20px; height: 20px;
    background: url('../images/css_sprites.webp') -50px -158px;
    display: inline-block;
}
.social-block-list ul li a .bg-insta {
    width: 20px; height: 20px;
    background: url('../images/css_sprites.webp') -90px -158px;
    display: inline-block;
}
.social-block-list ul li a .bg-facebook {
    width: 20px; height: 20px;
    background: url('../images/css_sprites.webp') -130px -158px;
    display: inline-block;
}

.block-subscribe-footer {
    margin-top: 6px;
}
.block-subscribe-footer .newsletter-content {
    display: flex;
}
.block-subscribe-footer .input-box {
    width: 100%;
}
.block-subscribe-footer .action.subscribe.primary {
    background: #DD0000 !important;
    border-radius: 5px;
    border: none !important;
}
.block-subscribe-footer #newsletter-footer {
    border-radius: 5px !important;
}
.newsletter-footer {
    background: #E8EBF0 !important;
    padding: 40px 0 !important;
}
.newsletter-footer .align-content-center {
    padding: 0 60px;
}
.newsletter-footer p {
    color: #333333 !important;
    font-size: 16px !important;
}
.newsletter-footer .newsletter {
    display: flex;
    float: right;
    border-right: 1px solid #000000;
    padding: 20px 50px;
}
.newsletter-footer h2 {
    text-align: right;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}
.newsletter-footer .bg-envelope_1 {
    width: 58px;
    height: 64px;
    margin-left: 20px;
    background: url('../images/css_sprites.webp') -10px -74px;
    display: inline-block;
}
/*  Footer CSS*/

/* search bar css*/
.smsearch-autocomplete {
    right: unset !important;
    width: 600px !important;
}
.smsearch-autocomplete .product h3 {
    padding: 15px !important;
    margin: 0 !important;
    background: #f0f0f0;
}
.smsearch-autocomplete .product h3 a.see-all {
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.smsearch-autocomplete .product ul li .product-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 3%;
    text-align: left;
    width: 80%;
    margin-bottom: 10px;
}
.smsearch-autocomplete .product .product-image img {
    width: 100px;
}
.smsearch-autocomplete .product ul li .product-info .product-addtocart {
    display: inline-block;
    float: right;
}
.smsearch-autocomplete .product ul li .product-price {
    display: inline-block;
    margin-top: 15px;
}
/* search bar css*/
/* 404 page css*/
.four-zero {
    text-align: center;
    margin: 10px 0;
}
.four-zero .text-four-zero {
    color: #000;
    font-size: 75px;
    font-weight: 700;
}
.four-form-para {
    text-align: center;
    margin: 15px 0;
}
.four-form-heading {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.cms-not-found-404 .quote-form {
    margin: 10px auto 80px;
}
/* 404 page css*/
/* blog page css*/
.blog-page span.post-author-name {
    display: none;
}
.blog-cat-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-page-list .container.blog-banner {
    margin-top: 20px;
}
/* blog page css*/

.g-reviews-score {
    float: right;
    margin: 17px 0 17px 17px;
}
.customer-links.header_top_right-links:before {
    display: none !important;
}
.link.authorization-link:after {
    content: "|";
    margin: 0 5px;
    line-height: 36px;
    color: #666 !important;
    font-size: 18px;
    position: relative;
    top: -3px;
}

/* side bar css */
.sidebar .block.filter .block-content {
	background-color: #f1f1f1 !important;
	border: none !important;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
}
.sidebar .block .block-content, .sidebar .block .empty {
	border: 1px solid #e5e5e5 !important;
	background-color: #fff !important;
	padding: 22px 25px !important;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
}
.sidebar .block.filter .filter-options .filter-options-content ol li {
	margin: 0 !important;
}
.sidebar .block .block-title {
	margin: 10px 0 !important;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a::before {
	content: "";
	display: inline-block !important;
	vertical-align: middle !important;
	width: 14px !important;
	height: 14px !important;
	border: 1px solid #999 !important;
	background-color: #fff !important;
	position: relative !important;
	top: -1px !important;
	margin-right: 7px !important;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 1px !important;
}
.sidebar .block.filter .filter-options .filter-options-title {
	text-transform: uppercase !important;
	color: #000 !important;
	font-weight: bold !important;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:hover {
	color: red !important;
	transition: 0.4s all !important;
}
/* side bar css */

/* Landing Page Css*/

.cms-best-networking-switches .header-bottom, .cms-best-networking-switches .header-top , .cms-best-networking-switches .store_pointer {
    display: none;
}
.servers-landing-page .sales_end {
    background: #F6F6F6;
    text-align: center;
    padding: 10px;
}
.servers-landing-page .sales_end span {
    margin-left: 10px;
    letter-spacing: 4px;
    color: #333;
}
.servers-landing-page .our_services ul {
    list-style: none;
    display: flex;
    padding: 20px 0;
    margin: 0;
}
.servers-landing-page .our_services ul li {
    width: 25%;
    margin: 0 10px;
    text-align: center;
}
.servers-landing-page .our_services ul li:not(:last-child) {
    border-right: 1px solid #ccc;
}
.servers-landing-page .our_services ul li img {
    margin-right: 10px;
}
.servers-landing-page .featured_prodcuts {
    padding: 50px 0;
    background: #F1F1F1;
}
.servers-landing-page .block-title {
    color: #717171;
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 30px;
}

.servers-landing-page .block-title strong {
    color: #000;
    font-weight: bold;
}
.servers-landing-page .block-title p {
    text-align: left;
    margin: 15px 1%;
}
.servers-landing-page .quote-section {
    padding: 50px 0;
}

.server-deals li.product-item {
    padding: 0 5px !important;
}
.server-deals li.product-item .product-item-info {
    height: 340px !important;
    padding: 30px 10px 20px;
}
.server-deals li.product-item .product-item-name a {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	height: 38px;
	overflow: hidden;
	text-align: center;
}
.server-deals li.product-item span.product-image-wrapper {
    padding-bottom: 160px !important;
}
.server-deals li.product-item .product-item-info .image-product {
    padding: 0 !important;
}
.server-deals ol.products.list.items.product-items {
    margin: 0 !IMPORTANT;
}
.server-deals li.product-item .product-item-btn input {
	color: #0BA781;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #0BA781;
	padding: 5px 0;
	margin: 5px 0;
	width: 100%;
}
.server-deals li.product-item .listing-prod-detail tr td:first-child {
    padding: 0;
    font-weight: 600;
    width: 40%;
    text-align: right;
}
.server-deals li.product-item .listing-prod-detail tr td:last-child {
    width: 100%;
    padding: 0;
    text-align: left;
    padding-left: 5px;
}
.server-deals li.product-item .listing-prod-detail {
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 400 !important;
    height: 55px;
}
.server-deals li.product-item .listing_page_price {
    text-align: center;
    font-size: 13px;
}
.server-deals li.product-item .listing_page_price .price {
	color: #182051;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}
.server-deals li.product-item .listing_page_price p {
    font-size: 13px;
    margin: 0;
    line-height: 10px;
}
.server-deals li.product-item .listing_page_price p a {
    color: #DC4437;
}
.server-deals li.product-item .listing_page_price del {
    color: #DC4437;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #717171;
}
.servers-landing-page .timer_section .content {
    text-align: center;
    margin-top: -180px;
}
.servers-landing-page .timer_section .content p {
    letter-spacing: 2px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}
.servers-landing-page .slidershow-type-3 .owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
}
.servers-landing-page .deal-quoteform {
    display: flex;
}
.server-deals li.item.product.product-item {
    width: 16.666666666667% !important;
}
.servers-landing-page .deal-quoteform .custom_quote {
    width: 20%;
    background: #000;
    margin-top: 20px;
    border-radius: 5px;
    height: 180px;
    padding: 30px;
}
.servers-landing-page .deal-quoteform .custom_quote p.main-heading {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}
.servers-landing-page .deal-quoteform .custom_quote p.main-heading span {
    color: #FFDB5C;
}
.servers-landing-page .deal-quoteform .custom_quote p {
    color: #fff;
    font-style: italic;
    font-size: 14px;
}
.servers-landing-page .deal-quoteform .deals-form {
    width: 80%;
    margin-right: 20px;
}
.servers-landing-page .deal-quoteform .deals-form .fieldset .row {
    margin: 0;
}
.servers-landing-page .deal-quoteform .deals-form .fieldset .control {
    margin: 15px 0;
}
.servers-landing-page .deal-quoteform .deals-form .fieldset input {
    background: transparent;
    border: 1px solid #ACA5A5;
    border-radius: 5px;
    color: #000;
    height: 50px !important;
}
.servers-landing-page .deal-quoteform .deals-form .action-button {
    text-align: right;
    margin-top: -86px;
    margin-right: 8px;
}
.servers-landing-page .deal-quoteform .deals-form .action-button button {
    background: #17B255;
    width: 310px;
    height: 50px;
    font-weight: bold;
    border-radius: 5px;
}
.servers-landing-page .timer_section {
    margin-top: 50px;
    text-align: center;
}
.servers-landing-page  img.banner_mobile {
    display: none;
}
.servers-landing-page .about-why-us {
    margin-bottom: 50px;
    display: flex;
}
.servers-landing-page .about-why-us h3 {
    font-size: 30px !important;
    color: #fff;
    font-weight: 100;
    margin-bottom: 20px;
}
.servers-landing-page .about-why-us .why-us h3 {
    color: #000;
}
.servers-landing-page .about-why-us .why-us {
    background: #FFCE00;
    padding: 5%;
    width: 50%;
}
.servers-landing-page .about-why-us .about-us {
    padding: 5%;
    padding-right: 200px;
    background: url(../images/about_deals.png);
    width: 50%;
}
.servers-landing-page .about-why-us .about-us p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.servers-landing-page .about-why-us .why-us .panel-default {
    margin: 10px 0;
}
.servers-landing-page .about-why-us .panel-title {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
}

.servers-landing-page .about-why-us .panel-content {
    font-size: 15px;
    line-height: 20px;
    margin: 10px;
    color: #000;
}

.servers-landing-page .client-reviews {
    margin: 100px 0;
}
.servers-landing-page .client-reviews .block-content {
    margin: 50px 0;
}
.servers-landing-page .client-reviews .block-content .item {
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #BBBBBB;
    text-align: center;
    margin-bottom: 5px;
}
.servers-landing-page .client-reviews .block-content .item img {
    width: 60px !IMPORTANT;
    margin: 10px auto;
}
.servers-landing-page .client-reviews .block-content .item img.reviews {
    width: 80px !important;
    margin: 50px auto 25px;
}
.servers-landing-page .client-reviews .block-content .item strong {
    font-size: 20px;
    font-weight: 600;
}
.servers-landing-page .client-reviews .block-content .item 
 p.designation {
    font-size: 13px;
    color: #17B255;
}
.servers-landing-page .timer_section .deals-countdown {
    display: inline-flex;
    margin-top: 15px;
}
.timer_section .deals-countdown .deals-time {
    border: none !important;
}
.timer_section .deals-countdown .deals-time .num-time {
    display: flex;
}
.timer_section .deals-countdown .deals-time .num-time .digit-1, .timer_section .deals-countdown .deals-time .num-time .digit-2 {
    width: 40px;
    height: 70px;
    font-size: 48px;
    line-height: 70px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    margin: 0px 3px 10px;
}
.timer_section .deals-countdown .time-day .digit-1, .timer_section .deals-countdown .time-day .digit-2 {
    background: #DC4437 !important;
}
.timer_section .deals-countdown .deals-time .title-time {
    font-size: 16px;
    font-weight: 600;
}
.servers-landing-page .about-why-us .panel-title i.fa.fa-angle-down {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    display: inline-block;
    height: 10px;
    /* transform: rotate(44deg); */
    -webkit-transform: rotate(318deg);
    -ms-transform: rotate(45deg);
    width: 10px;
    margin-right: 5px;
    margin-top: 7px;
    float: right;
}
.servers-landing-page .about-why-us .panel-title[aria-expanded="false"] i.fa.fa-angle-down {
    transform: rotate(23deg);
    -webkit-transform: rotate(134deg);
    top: 5px !important;
}
.fetarued-product-view-more {
    text-align: center;
}

.qty-button-landing span.qty-btn.qty-plus {
    display: block;
    width: 38px;
    position: absolute;
    right: 62px;
    top: 49px !important;
    background-color: #D9D9D9;
    height: 38px;
    border-radius: 5px;
    font-size: 24px;
    padding-left: 13px;
    padding-top: 2px;
}

.qty-button-landing span.qty-btn.qty-minus {
    display: block;
    width: 38px;
    position: absolute;
    right: 21px;
    background-color: #D9D9D9;
    bottom: 21px;
    height: 38px;
    border-radius: 5px;
    font-size: 24px;
    padding-left: 15px;
}

.partners-logos {
    display: flex;
    flex-direction: column;
    gap: 5px; /* Space between rows */
}

.partners-row {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between logos */
}

.partners-row a img {
    width: 175px; /* Adjust size as needed */
    height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.partners-row a img:hover {
    transform: scale(1.1);
}
.servers-landing-page .deal-quoteform .deals-form .fieldset .qty-input-text {
    padding-right: 80px !important;
}
.servers-landing-page .block.brand-grid .block-content .item {
    border: 1px solid #e5e5e5 !important;
    margin-bottom: 15px !important;
}
/* Landing Page widget Css*/
.servers-landing-page .row.related_products_row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.related_products_6.selli {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.block.widget .product-item-info {
    border: 1px solid #f6f6f6;
    box-shadow: none !important;
    border-radius: 2px;
    height: 345px;
    padding: 5px 12px 0 12px;
    background: #fff;
}
.servers-landing-page .product-item-info {
    border: 1px solid #f6f6f6;
    box-shadow: none !important;
    border-radius: 2px;
    height: 345px;
    padding: 5px 12px 0 12px;
    background: #fff;
}
.servers-landing-page .brand-link {
    display: block;
    text-align: left;
    font-weight: 500;
    margin: 10px 0px;
    max-height: 33px;
    overflow: hidden;
    line-height: 16px;
    text-align: center;
}
.servers-landing-page .product-item-photo {
    display: block;
    margin-bottom: 5px;
}
.servers-landing-page .item-details-sec {
    font-size: 11px;
}
.servers-landing-page .listing-prod-detail.selling-template {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    color: #000000;
}
.servers-landing-page .listing-prod-detail.selling-template span {
    display: inline-block;
}
.servers-landing-page .selling-brand span a {
    color: #061B71;
}
.servers-landing-page .related_products .item-price-sec {
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    padding: 2px 46px;
}
.servers-landing-page .listing-prod-detail-price.selling-template {
    display: flex;
}
.servers-landing-page a.action.view-more.primary.widget-button.view-more-btn {
    margin-top: 3px;
    padding: 6px 63px;
    background-color: #fff;
    border-radius: 1px;
    border: #6AAE58 1px solid;
    color: #006933 !important;
    border-bottom: #6AAE58 2px solid;
}
.servers-landing-page span.view-more-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #006933 !important;
}
.servers-landing-page a.action.tocart.primary.widget-button {
    margin-top: 3px;
    padding: 6px 61px;
    background-color: #fff;
    border-radius: 1px;
    border: #6AAE58 1px solid;
    color: #006933 !important;
    border-bottom: #6AAE58 2px solid;
}
.servers-landing-page button.action.tocart.primary.widget-button span {
    font-family: Roboto;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: green;
    letter-spacing: 1px;
    padding: 5px 50px;
}
.servers-landing-page .block.widget .product-item-info {
    height: 370px !important;
}
.servers-landing-page .listing-prod-detail-price.selling-template .left-price {
    font-weight: 400;
    padding: 8px;
    text-align: center;
    font-size: 17px;
    line-height: 3px;
}
.servers-landing-page .listing-prod-detail-price.selling-template .right-price del {
    font-size: 13px;
    color: #FF0000;
}
/* Landing Page widget Css*/
/* Landing Page Css*/
.grid-banners {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}