/* 
 * Rigtec Home & Common Styles
 */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&display=swap');

/* General Styles */
body {
    background-color: #000000;
}

body p, body li, body span, body a {
	font-family: "Manrope", sans-serif !important;
}

body p, body li, body span {
  	font-size: 20px;
  	line-height: 35px;
}

body h1, body h2, body h3, body h4, body h5, body h6, body label {
	font-family: "Barlow", sans-serif !important;
}

.page-title-bar {
	background-color: #7f7f7f;
  	min-height: 100px;
  	display: flex;
}

.page-title-bar span, .page-title-bar h1, .page-title-bar .breadcrumb-item.active {
  	color: #ffffff;
  	text-align: center;
}

.page-title-bar .custom-breadcrumb {
	display: flex;
  	column-gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-title-bar span a {
  	color: #BA141F;
  	text-decoration: none;
}

/* Header Styles */

.site-header .navbar {
	background-color: #0C0C0C;
}

.site-header .custom-logo-link img {
    height: 50px;
  	width: auto;
  	object-fit: contain;
  	
}

.site-header .navbar-toggler {
	border: 1px solid red;
}

.site-header #navbarNav .menu-item .nav-link {
	color: #ffffff;
  	font-family: "Barlow", sans-serif !important;
}

.site-header #navbarNav .menu-item.current-menu-item .nav-link, 
.site-header #navbarNav .menu-item .nav-link:hover {
	color: #BA141F;
}

.site-header #navbarNav .custom-contact-btn a {
    color: #BA141F;
  	font-family: "Barlow", sans-serif !important;
    font-weight: 600;
    font-size: 20.221px;
}


/* Footer Styles */

footer {
	background-color: #464646;
}

footer a {
	text-decoration: none;
  	color: #ffffff;
}

footer a:hover {
  	color: #BA141F;
}

footer .custom-logo-link img {
	height: 153px;
  	width: auto;
  	object-fit: contain;
  	max-width: 100%;
}

footer .vc_message_box {
	background-color: #464646;
  	border-color: #464646;
  	margin-bottom: 10px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 2em !important;
    position: relative;
}

footer .vc_message_box .vc_message_box-icon {
	color: #BA141F;
  	margin-left: -20px;
  	bottom: 0;
    font-size: 1em;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 4em;
}

footer .vc_message_box .vc_message_box-icon svg {
	font-style: normal;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .vc_message_box .vc_message_box-icon p {
	margin-bottom: 0;
}

footer h5 {
	font-size: 24px;
  	font-weight: 700;
}

footer p, footer li, footer a {
	font-size: 16px;
  	font-weight: 400;
  	line-height: 27px;
  	font-family: "Manrope", sans-serif !important;
}

footer span {
	font-size: 15px;
	font-weight: 400;
  	font-family: "Barlow", sans-serif;
}

/* Home */

.home .site-content {
	overflow: hidden;
}

#home-main-div .home-blur-div {
	position: relative;
  	z-index: 1;
	backdrop-filter: blur(12.5px);
  	margin: 0 10px;
}

#home-second-div {
	padding: 15px;
  	overflow: hidden;
}

#home-second-div .vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 10px;
}

#home-second-div .vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
	font-family: "Barlow", sans-serif;
    font-size: 37.108px;
    font-weight: 700;
}

#home-second-div .vc_tta-panel-title span {
	font-weight: 700;
}

#home-second-div .vc_tta-tabs .vc_tta-tab a {
	color: #000000;
}

#home-second-div .vc_tta-tabs .vc_tta-tab.vc_active a {
	color: #ffffff;
  	background-color: #000000;
  	border-color: #000000;
}

#home-third-div img {
	width: 358px;
	height: 458px;
  	border-radius: 16px;
  	border: 5px solid #BA141F;
  	object-fit: cover;
}

#home-fourth-div .vc_btn3-container a {
	padding: 10px 40px;
  	font-family: "Manrope", sans-serif !important;
  	font-size: 16px;
  	border-radius: 0;
}

#contact-us, #home-fourth-div, #home-third-div, #home-second-div {
	margin: 0 10px;
}

#contact-us .vc_message_box {
	background-color: #000000;
  	border-color: #000000;
}

#contact-us .vc_message_box .vc_message_box-icon {
	color: #BA141F;
  	margin-left: -20px;
}

#contact-us .vc_message_box .vc_message_box-icon i {
	font-size: 20px;
}

#contact-us .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
  	background-color: transparent;
}

#contact-us .wpb_gmaps_widget .wpb_map_wraper {
	border-radius: 10px;
    overflow: hidden;
}

#contact-us p {
	font-size: 18px;
}

#contact-us a {
	text-decoration: none;
  	color: #ffffff;
}

#home-fifth-div a:hover {
	color: #BA141F;
}

#contact-us .wpforms-container {
	margin-top: 0;
}

#contact-us .wpforms-container .wpforms-field label {
	font-weight: 400;
  	font-size: 16px;
  	margin-bottom: 3px;
}

#contact-us .wpforms-container .wpforms-field {
  	padding-bottom: 5px;
}

#contact-us .wpforms-container .wpforms-submit-container button {
	font-family: "Barlow", sans-serif;
  	padding: 12px 24px;
  	border-radius: 0;
}

/* Responsive */
@media (min-width: 576px) { 
  	#contact-us, #home-fourth-div, #home-third-div, #home-second-div, #home-main-div .home-blur-div {
		margin: 0;
	}
}

@media (min-width: 768px) {
	#home-second-div {
  		padding: 20px 0 20px 20px;
  	}

    #home-second-div .vc_tta-tabs .vc_tta-tabs-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
  
    #home-second-div .vc_tta-tabs .vc_tta-tab a {
      	border-radius: 10px 0px 0px 10px;
    }
  
    #home-second-div .vc_tta-panel .vc_tta-panel-body h2 {
      	width: fit-content;
    }
}

@media (min-width: 992px) {
    .page-title-bar {
      	min-height: 150px;
    }
  
  	.site-header .custom-logo-link img {
        height: 80px;
    }
  
    .site-header #navbarNav .custom-contact-btn {
        padding: 30px 60px;
        background: #BA141F;
    }
  
  	#home-second-div {
  		padding: 50px 0 50px 50px;
  	}
}

@media (min-width: 1200px) {
  	.site-header #navbarNav .menu-item .nav-link {
    	padding: 0 25px;
  	}
  
  	#home-second-div .vc_tta-tabs .vc_tta-tabs-container {
  		margin-left: 190px;
  	}
  
  	#home-second-div .vc_tta-tabs .vc_tta-tab a {
    	padding: 53px 60px;
  	}
}

@media (min-width: 1400px) {

}

@media (max-width: 768px) {
  	#home-third-div, #home-main-div .home-blur-div {
		padding: 10px !important;
    }
  
  	#home-fourth-div {
  		padding: 40px 10px !important;
  	}
}

@media (max-width: 992px) {
  
}

@media (max-width: 1200px) {
    .site-header #navbarNav .menu-item {
  		font-size: 18px;
  	}
  
	#home-second-div .vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
  		font-size: 14px;
  	}
}

/* Woo customisation */

.woocommerce-account .woocommerce, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout{
	background-color:#fff;
	border-radius:10px;
	padding:40px;
	margin-bottom:50px !important;
	margin-top:50px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    font-size: 12px !important;
}

.wc-block-components-radio-control__label-group span {
    font-size: 15px !important;
    line-height: 15px !important;
}

span.wc-block-components-checkbox__label {
    font-size: 15px !important;
}

.wc-block-components-title.wc-block-components-title {
    color: #ba141f;
    font-weight: 800;
    margin-bottom: 15px !important;
}
.wc-block-components-checkbox label {
    align-items: center !important;
}

.woocommerce-account .woocommerce a , .wp-block-woocommerce-cart a{
	color:#BA141F;
	text-decoration:none !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #fbecef !important;
    border: 1px #bc2e34 solid !important;
    border-radius: 5px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background-color: #bc2e34 !important;
    border: 1px #bc2e34 solid !important;
    border-radius: 5px !important;
	color:#fff !important;
}

.wc-block-components-checkout-place-order-button{
    background-color: #fbecef !important;
    border: 1px #bc2e34 solid !important;
    border-radius: 5px !important;
}

.wc-block-components-checkout-place-order-button{
    background-color: #bc2e34 !important;
    border: 1px #bc2e34 solid !important;
    border-radius: 5px !important;
	color:#fff !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e9e9e9;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 18px;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #fcecee;
    color: #BA141F;
    padding-left: 24px;
}

.woocommerce-MyAccount-navigation ul li a:before {
    font-family: "Dashicons";
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    color: #BA141F;
}

.woocommerce-MyAccount-navigation-link.is-active a:before {
    color: #fff;
}

.woocommerce-MyAccount-navigation-link.is-active > a {
    background: #BA141F;
    color: #fff !important;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation-link.is-active > a:hover {
    background: #a01219;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li a {
    border-left: 4px solid transparent;
}

.woocommerce-MyAccount-navigation-link.is-active > a {
    border-left: 4px solid #000;
}

.woocommerce-account .woocommerce a:hover{
	color:#ff2f3d;
	text-decoration:none !important;
}

.wp-block-woocommerce-cart-order-summary-block {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 22px;
    font-weight: 700;
    color: #BA141F;
    margin-bottom: 20px;
    border-bottom: 2px solid #BA141F;
    padding-bottom: 8px;
}

.wc-block-components-totals-wrapper {
    padding: 12px 0;
    border-bottom: 1px solid #efefef;
}

.wc-block-components-totals-wrapper:last-child {
    border-bottom: none;
}

.wc-block-components-totals-item__label {
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.wc-block-components-totals-footer-item {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 2px solid #BA141F;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 18px;
    font-weight: 700;
    color: #BA141F;
}

.wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount {
    font-size: 20px;
    font-weight: 700;
    color: #BA141F;
}

.wc-block-components-totals-footer-item-tax {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.wc-block-components-panel__button {
    background: #fbecef;
    border: 1px solid #BA141F;
    padding: 12px 15px !important;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #BA141F;
}

.wc-block-components-panel__button:hover {
    background: #BA141F;
    color: #fff;
    border-color: #BA141F;
}

.wc-block-components-panel__button-icon path {
    fill: #BA141F;
}

.wc-block-components-panel__button:hover .wc-block-components-panel__button-icon path {
    fill: #ffffff;
}

.wc-block-components-totals-wrapper:hover {
    background: rgba(186, 20, 31, 0.03);
}

.woocommerce-info {
    border-top-color: #ba141f !important;
}

.woocommerce-info::before {
    color: #ba141f !important;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.wc-block-components-order-summary-item__quantity span {
    font-size: 12px !important;
}

.wc-block-components-product-metadata__description p {
    font-size: 14px !important;
}

..aws-search-result .aws_result_content span {
	font-size: 16px !important;
}