/*
==  THEME DETAILS  ============================================================
   	Theme Name: Trophydirect
   	Theme URI: https://www.trophydirect.nl/
    Description: Stylesheet voor Trophydirect
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--off-white: #F8F9FA;
		--black: #2B2A29;
        --red: #D42E12;
        --light-red: #F5E6E4; 
		--green: #2E7D53;
        --dark-grey: #555453;
        --grey: #A6A6A6;
        --light-grey: #BABBBC;
        --lighter-grey: #E3E4E5;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "tt-commons-pro", sans-serif;
		font-size: 0.8rem;
	  	line-height: 1.75rem;
		font-weight: 400;
		color: var(--black);
		background: var(--off-white);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		transition: all 0.3s ease-in-out;
		text-decoration: none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--red);
	}

	a:hover {
		color: var(--black);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
        font-family: 'Square721 BT';
		font-weight: inherit;
		line-height: 1.5;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.75rem;
	}
	
	h4, .h4 {
		font-size: 1.5rem;
	}

    h5, .h5 {
		font-size: 1.25rem;
	}

    .fs-xl {
        font-size: 1.2rem;
        line-height: 1;
    }

    .fs-lg {
        font-size: 0.9rem;
        line-height: 2.25rem;
    }

    .fs-sm {
        font-size: 0.75rem;
    }

	.ff-square721 {
        font-family: 'Square721 BT';
	}

    .fw-semibold {
        font-weight: 500;
    }

	.fw-bold , strong {
		font-weight: 700 !important;
	}

	.rounded {
		border-radius: 20px !important;
	}

    .box-shadow {
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
		figure.scale-image {
			overflow: hidden;
			position: relative;
			display: block;
			cursor: pointer;
		}
		figure.scale-image img {
			transition: transform 0.4s linear;
		}
		figure.scale-image:hover img,
		.item-categorie:hover figure.scale-image img ,
        .item-blog:hover figure.scale-image img {
			transform: scale(1.05);
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

    @media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
	}

    @media all and (max-width: 576px) {
    	html {
			font-size: 16px;
		}
        body {
		    font-size: 0.95rem;
        }
        h1, .h1 {
		    font-size: 1.8rem;
	    }
        h2, .h2 {
            font-size: 1.65rem;
	    }
        h3, .h3 {
		    font-size: 1.4rem;
	    }
        h4, .h4 {
            font-size: 1.2rem;
        }
        h5, .h5 {
            font-size: 1rem;
        }
    }


/* Font -------------------------------------- */
    @font-face {
        font-family: 'Square721 BT';
        src: url('fonts/Square721BT.eot');
        src: url('fonts/Square721BT.eot') format('embedded-opentype'),
             url('fonts/Square721BT.woff2') format('woff2'),
             url('fonts/Square721BT.woff') format('woff'),
             url('fonts/Square721BT.ttf') format('truetype'),
             url('fonts/Square721BT.svg#Square721BT') format('svg');
    }

/* Icomoon -------------------------------------- */
	@font-face {
      font-family: 'icomoon';
      src:  url('fonts/icomoon.eot?282pc');
      src:  url('fonts/icomoon.eot?282pc#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?282pc') format('truetype'),
        url('fonts/icomoon.woff?282pc') format('woff'),
        url('fonts/icomoon.svg?282pc#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon-cart:before {
      content: "\e900";
    }
    .icon-user:before {
      content: "\e901";
    }


/* Buttons -------------------------------------- */
	.btn {
        font-family: 'Square721 BT';
		font-size: 0.8rem;
		line-height: 1rem;
		padding: 1rem 1.5rem;
		border-radius: 5px;
		border: none;
	}
    
    .btn-md {
        font-size: 0.75rem;
        padding: 0.75rem 1.4rem;
    }

	.btn-primary {
		color: var(--white) !important;
		background: var(--red) !important;
	}

    .btn-primary:hover {
		color: var(--red) !important;
		background: var(--white) !important;
	}

	.btn-secondary {
		color: var(--white) !important;
		background: var(--black) !important;
	}

    .btn-secondary:hover {
		color: var(--white) !important;
		background: var(--red) !important;
	}

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.5rem !important;
	}

	.content-block h2 {
		margin-bottom: 1.25rem;
	}

    .content-block ul ,
    .term-description ul {
        padding-left: 0;
        list-style: none;
    }

    .content-block ul li ,
    .term-description ul li {
        line-height: 2rem;
        font-weight: 600;
        position: relative;
        padding-left: 1.5rem;
    }

	.content-block ul li::before ,
    .term-description ul li::before {
		font-family: "Font Awesome 7 Pro";
		content: "\f058";
		font-weight: 900;
		color: var(--green);
		position: absolute;
    	left: 0;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-black {
		background: var(--black) !important;
	}

	.bg-red {
		background: var(--red) !important;
	}

	.bg-light-red {
		background: var(--light-red) !important;
	}

    .bg-green {
		background: var(--green) !important;
	}

    .bg-dark-grey {
		background: var(--dark-grey) !important;
	}

	.bg-grey {
		background: var(--grey) !important;
	}

    .bg-light-grey {
		background: var(--light-grey) !important;
	}

	.text-black {
		color: var(--black) !important;
	}

	.text-red {
		color: var(--red) !important;
	}

    .text-light-red {
		color: var(--light-red) !important;
	}

	.text-green {
		color: var(--green) !important;
	}

    .text-dark-grey {
		color: var(--dark-grey) !important;
	}

	.text-grey {
		color: var(--grey) !important;
	}

    .text-light-grey {
		color: var(--light-grey) !important;
	}

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
    .py-80 {
        padding: 4rem 0;
    }

    .pb-80 {
        padding-bottom: 4rem;
    }

    .pt-40 {
        padding-top: 2rem;
    }   

/*---------------------------------------------- 
	1.5 Swiper
------------------------------------------------*/
    .swiper-progress-bar-wrapper {
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        border-radius: 10px;
        width: 270px;
        height: 4px;
        background: var(--white);
        z-index: 10;
    }

    .swiper-progress-bar {
        width: 100%;
        height: 100%;
        background: var(--red);
        transform: scaleX(0);
        transform-origin: left center;
    }

    .swiper-button-next, 
	.swiper-button-prev {
		font-size: 1.1rem;
		height: inherit;
		display: inline-block;
	}

	.swiper-navigation svg {
		display: none;
	}

	.swiper-button-next, 
	.swiper-button-prev {
		color: var(--white);
		background: var(--red);
        font-size: 0.8rem;
		line-height: 2.25rem;
		height: 2.25rem;
		width: 2.25rem;
		text-align: center;
		position: relative;
		top: 0 !important;
		margin: 0;
		border-radius: 100%;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}

/*---------------------------------------------- 
	1.6 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 0.8rem !important;
		line-height: 2.25rem !important;
		text-align: center;
		color: var(--white);
		background: var(--red);
		width: 2.25rem;
		height: 2.25rem;
		border-radius: 100%;
		display: block;
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem !important;
	}

	.social-media li a:hover {
        color: var(--red);
		background: var(--black);
	}

/*---------------------------------------------- 
	1.7 Item Blog  
--^---------------------------------------------*/
	.item-blog::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--black);
        background: linear-gradient(180deg,rgba(26, 26, 46, 0) 0%, rgba(26, 26, 46, 0.3) 100%);
        z-index: 8;
	}	

    .item-blog__title {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1.5rem;
        z-index: 9;
    }

    @media all and (max-width: 576px) {
        .item-blog__title {
            padding: 1rem;         
        }
        .item-blog__title span {
            font-size: 1rem;   
        }
    }

/*---------------------------------------------- 
	1.8 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: inherit !important;
		font-weight: 700 !important;
		margin: 0 0 0.5rem 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		font-size: inherit !important;
		font-weight: 400;
		padding: 10px 20px !important;
		background: var(--white) !important;
		height: 2.75rem;
        color: var(--black) !important;
		border: 0.25px solid var(--grey) !important;
		width: 100% !important;
		border-radius: 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 8.75rem !important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1.5rem 0 0 0 !important;
		padding: 0 !important;
		justify-content: flex-end;
	}

	.gform_wrapper.gravity-theme .gform_footer .btn {
		margin: 0 !important;
	}

	.gform_confirmation_message {
		margin-top: 1rem !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio {
		display: flex;
		align-items: center;
	}

	.gform_wrapper.gravity-theme .gfield_radio .gchoice + .gchoice {
		margin-left: 0.75rem;
	}

	.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 0.7rem !important;
	}

	.gform_wrapper.gravity-theme .gform_field  {
		grid-row-gap: 1.25rem !important;
	}

	.gform_required_legend {
		display: none !important;
	}

	.gform_wrapper .gform_validation_errors>h2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	.gform_wrapper .gfield_checkbox label {
		font-size: 0.5rem !important;
		padding-left: 0.25rem;
	}

	.gform_wrapper ::placeholder {
		color: var(--black);
        opacity: 0.3;
	}

/*---------------------------------------------- 
	1.9 Modal
------------------------------------------------*/
	.modal .modal-content {
		border: none;
		border-radius: 20px;
	}

	.modal .modal-content .modal-header {
		padding: 1.75rem 2rem;	
	}

	.modal .modal-content .modal-header .btn-close {
		color: var(--blue);
		opacity: 1;
		background: none !important;
		width: inherit !important;
		height: 1.75rem;
		margin: 0 0 0 auto !important;
		padding: 0 !important;
	}

	.modal .modal-content .modal-header .btn-close i {
		font-size: 1.25rem;
	}

	.modal .modal-content .btn-close:hover {
		color: var(--black);	
	}

	.modal .modal-content .modal-body {
		padding: 1.5rem 2rem;
	}

	body.modal-open {
		padding-right: 0 !important;
	}

	.modal-open {
		overflow: auto !important;
	}

	.modal__head {
		padding: 0 0 1.5rem 0;
	}

	.modal.show {
		padding-left: 15px !important;
	}

	@media all and (max-width: 767px) {
		.modal .modal-content .modal-header {
			padding: 1.25rem 1rem;	
		}	
		.modal .modal-content .modal-body {
			padding: 1.5rem 1rem;
		}
	}

/*---------------------------------------------- 
	1.10 Tiered Pricing
------------------------------------------------*/
    .tiered-pricing-table tbody tr[data-tiered-quantity="1"] {
        display: none;
    }

    /* Padding voor leesbaarheid */
    table.tiered-pricing-table th,
    table.tiered-pricing-table td {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

/*---------------------------------------------- 
	2.1 Header Top
------------------------------------------------*/
    .header-top__contactgegevens li a {
        margin-left: 0.3rem;
    }

    .header-top__contactgegevens li a ,
    .header-top__menu li a {
        color: var(--black);
    }
        
    .header-top__menu li a {
        padding: 0;    
    }

    .header-top__contactgegevens li a:hover ,
    .header-top__menu li a:hover {
       color: var(--red);     
    }

    .header-top__menu li + li {
        margin-left: 1.25rem;
    }

    @media all and (max-width: 767px) {
        .header-top__contactgegevens li a {
            margin-left: 0.1rem;
        }
    }

/*---------------------------------------------- 
	2. Header
------------------------------------------------*/
	.header {
		padding: 2rem 0 2.25rem 0;	
	}

    .header__brand {
        width: 17.25rem;
    }

    .header__cart i {
        font-size: 1.5rem;
        color: var(--black);
    }   

    .header__cart-count {
        font-size: 0.5rem;
    	line-height: 0.75rem;
		font-weight: 700;
		width: 0.75rem;
		height: 0.75rem;
		background: var(--red);
		color: var(--white);
		display: inline-block;
		text-align: center;
		border-radius: 100%;
		position: absolute;
		top: -3px;
		right: -5px;
	}

    @media all and (max-width: 767px) {
        .header {
		    padding: 1.5rem 0 1.75rem 0;	
	    }    
    }

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
    .navigation {
      will-change: transform;
    }

    .navigation.nav--hidden {
        transform: translateY(-100%) !important;
    }

    .navigation__menu li a {
        font-family: 'Square721 BT';
		font-size: 0.8rem;
		line-height: 1.25rem;
		font-weight: 500;
		color: var(--black);
		padding: 0.75rem 0;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.4rem;
	}

    .navigation__menu li a::before {
        font-family: "Font Awesome 7 Pro";
        font-weight: 900;
        color: var(--white);
    }

    .navigation li a:hover,
	.navigation li.active a {
    	color: var(--red);
	}

    .navigation li + li {
        margin-left: 1.25rem;
    }

    .navigation__login a {
        color: var(--black);
    }	

    .navigation__login a:hover {
        color: var(--white);
    }
    
    .navigation__menu li.sportprijzen a::before {
        content:  "\f091";       
    }
   
    .navigation__menu li.medailles a::before {
        content:  "\f5a2";       
    }

    .navigation__menu li.graveerplaatjes a::before  {
        content:  "\e5d2";       
    }

    .navigation__menu li.erelintjes a::before {
        content:  "\f4d6";       
    }
    
    .navigation__menu li.rozetten a::before {
        content:  "\f559";       
    }

    .navigation__menu li.bronzen-beelden a::before {
        content:  "\e59d";       
    }
    
    .navigation__menu li.los-product a::before {
        content:  "\f132";       
    }

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
     .navigation-mobile {
        padding: 1rem 0;
        z-index: 1050;
    }

	.navigation-mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0 !important;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.5rem;
		height: 2.5rem;
		width: 2.5rem;
		background: var(--black) !important;
		color: var(--white) !important;	
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
	}

	 .navigation-mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation-mobile .cd-dropdown-content a {
        font-family: 'Square721 BT';
		font-size: 1rem;
		font-weight: 500;
		color: var(--black);
		text-align: left !important;
	}

	.navigation-mobile .current-menu-item a {
		color: var(--red);
	}

	.navigation-mobile .cd-dropdown {
		background: var(--lighter-grey);
		z-index: 999;
	}
	
	.navigation-mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	.navigation-mobile ul {
		padding-left: 0;
	}
	
	.navigation-mobile .cd-dropdown-content a, 
	.navigation-mobile .cd-dropdown-content ul a {
		border-top-width: 0.25px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--white);
    	border-style: solid;
	}

	.navigation-mobile .cd-dropdown-content li:last-of-type > a, 
	.navigation-mobile .cd-dropdown-content ul li:last-of-type > a {
		border-bottom-width: 0.25px;;
	}
	
	.navigation-mobile .cd-dropdown-content .go-back a {
		color: var(--black);
		background: var(--white);
	}

	.navigation-mobile .cd-secondary-dropdown > a,
	.navigation-mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: var(--white);
	}

	.navigation-mobile .has-children > a::before, 
	.navigation-mobile .has-children > a::after {
		background: var(--red) !important;
	}

	.navigation-mobile .cd-dropdown .cd-close::after, 
	.navigation-mobile .cd-dropdown .cd-close::before {
		background: var(--red) !important;
	}

	.navigation-mobile .go-back a::before, 
	.navigation-mobile .go-back a::after {
		background: var(--red) !important;	
	}

	.navigation-mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

    .navigation-mobile__login {
		position: absolute;
		bottom: 1.5rem;
		left: 1.5rem;
	}

    .navigation-mobile__login a {
        font-size: 1rem;
        color: var(--black);
    }	

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
    .frontpage-hero .container-fluid {
        max-width: 1720px;
    }

    .frontpage-hero__item {
        height: 40rem;
        padding: 1.5rem 2.75rem;
    }
    
    .frontpage-hero__item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: var(--black);
        background: linear-gradient(180deg,rgba(26, 26, 46, 0) 0%, rgba(26, 26, 46, 0.3) 100%);
    }

    .frontpage-hero__content {
        max-width: 28.25rem;
    }    

    .frontpage-hero__title {
        font-size: 2.75rem;
        line-height: 1.45;
    }

    .frontpage-hero__title strong {
        color: var(--red);
    }

    @media all and (max-width: 992px) {
        .frontpage-hero__item {
            height: 35rem;
        }
        .frontpage-hero__title {
            font-size: 2.25rem;
        }
    }

    @media all and (max-width: 767px) {
        .frontpage-hero__item {
            height: 30rem;
            padding: 1.5rem 1.5rem;
        }
        .frontpage-hero__title {
            font-size: 1.75rem;
        }
    }


/*---------------------------------------------- 
	3.2 Frontpage Intro
------------------------------------------------*/
    .frontpage-intro {
        padding: 5.5rem 0 8.75rem 0;
        border-bottom: 0.25px solid var(--black);
    }

    .frontpage-intro h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .frontpage-intro__image {
        max-width: 28.25rem;
    }

    .frontpage-intro__badge {
        position: absolute;
        top: -2rem;
        right: -1.5rem;
    }

    .frontpage-intro__badge img {
        width: 6.7rem;
    }

    .frontpage-intro__image-inset {
        position: absolute;
        bottom: -5.5rem;
        right: -3rem;
    }

    .frontpage-intro__image-inset img {
        max-width: 13.5rem;
    }

    @media all and (max-width: 992px) {
        .frontpage-intro {
            padding: 3.5rem 0 5.75rem 0;
        }
        .frontpage-intro__image-inset {
            bottom: -2.5rem;
        }
    }

    @media all and (max-width: 767px) {
       .frontpage-intro__image-inset {
            right: 1rem;
        }  
        .frontpage-intro__image-inset img {
            max-width: 10rem;
        }
    }

/*---------------------------------------------- 
	3.3 Frontpage Werkwijze
------------------------------------------------*/
    .frontpage-werkwijze {
        padding: 4rem 0 7rem 0;
    }

    .frontpage-werkwijze__column:nth-child(-n+3)::after {
        content: "";
        position: absolute;
        bottom: -1rem;
        right: 0;
        transform: translateX(50%);
        width: 158px;
		height: 88px;
        background-image: url("../images/lines.svg");  
    }

/*---------------------------------------------- 
	4.1 Hero
------------------------------------------------*/
    .hero hr {
        margin: 2.5rem 0 0 0;
        border-color: var(--black);
        border-width: 0.25px;
        opacity: 1;
    }

     .hero__badge {
        position: absolute;
        top: -1.5rem;
        right: -1rem;
    }

    .hero__badge img {
        width: 6.7rem;
    }

/*---------------------------------------------- 
	5.1 Module Contact
------------------------------------------------*/
    .module-contact__block {
        padding: 2rem 1.75rem;
    }

    .module-contact__block ul li i {
        line-height: 2rem;
        text-align: center;
        height: 2rem;
        width: 2rem;
        background: var(--dark-grey);
        border-radius: 100%;
    }

    .module-contact__block ul li ,
    .module-contact__block ul li a {
        line-height: 1.25rem;
    }

    .module-contact__block ul li a {
        color: var(--white);
    }


/*---------------------------------------------- 
	6. FAQ
------------------------------------------------*/
    .faq__wrapper {
        padding: 3rem 0 4.5rem 0;
    }

    .faqm-letter-heading {
        color: var(--red);
    }

    .faqm-letter-link:hover, 
    .faqm-letter-link:focus {
        background: var(--red);
        border-color: var(--red);
    }

    .faqm-overview .accordion .accordion-button .accordion-button__arrow i {
        color: var(--red);
    }

    .faqm-product-faq-title {
        display: none;
    }

    @media all and (max-width: 767px) {
       .faq__wrapper {
           padding: 2.5rem 1.5rem 4rem 1.5rem;;
        }  
    }    

/*---------------------------------------------- 
	7 Footer 
------------------------------------------------*/
	.footer {
		padding: 6.25rem 0 6.5rem 0;
	}

    .footer__block {
        padding: 2rem 1.75rem;
    }

    .footer__block ul li i {
        line-height: 2rem;
        text-align: center;
        height: 2rem;
        width: 2rem;
        background: var(--dark-grey);
        border-radius: 100%;
    }

    .footer__block ul li ,
    .footer__block ul li a {
        line-height: 1.25rem;
    }

    .footer__block ul li a {
        color: var(--white);
    }

    .footer__block ul li a:hover {
        color: var(--red);
    }

    .footer__block-contact li + li {
        margin-top: 0.5rem;
    }

    .footer__menu li a {
        line-height: 2rem;
        color: var(--black);
	}

	.footer__menu li a:hover ,
    .footer__base a:hover {
		color: var(--red);
	}

    .footer__payments li img {
        height: 1.4rem;
    }

    .footer__base ul li ,
    .footer__base span ,
    .footer__base a {
        font-size: 0.7rem;
        color: var(--black);
    }

    @media all and (max-width: 767px) {
        .footer {
		  padding: 4.25rem 0 4.5rem 0;
	    }
    }
