/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 @font-face {
    font-family: 'LinkMX';
    src: url('../fonts/BARBARA.TTF') format('truetype');
}

@font-face {
    font-family: 'Best';
    src: url('../fonts/BEST.TTF') format('truetype');
}

@font-face {
    font-family: 'Jersey';
    src: url('../fonts/JERSEYM54.TTF') format('truetype');
}

@font-face {
    font-family: 'MXRacingSquare';
    src: url('../fonts/MxRacingType-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'MXRacingSquare';
    src: url('../fonts/MXRACINGSQUARE2015.ttf') format('truetype');
}
@font-face {
    font-family: 'MXRacingType';
    src: url('../fonts/MXRACINGTYPEREGULAR.OTF') format('opentype');
}

@font-face {
    font-family: 'Road rage';
    src: url('../fonts/ROADRAGE.OTF') format('opentype');
}

@font-face {
    font-family: 'Swipe';
    src: url('../fonts/SWIPERACEDEMO.ttf') format('truetype');
}

@font-face {
    font-family: 'Tahu';
    src: url('../fonts/TAHU.TTF') format('truetype');
}
@font-face {
    font-family: 'Bring';
    src: url('../fonts/Bring.otf') format('opentype');
}
@font-face {
    font-family: 'Manuscrite';
    src: url('../fonts/Manuscrite.ttf') format('truetype');
}
#component_steps_container.row .set-image-grid .dropdown-menu li {
    margin: 10px 0px;
}
#component_steps_container .set-image-grid span.idxroption_sale {
    top: 11px;
    right: 12px;
    border-top-right-radius: 8px;
}
div#component_steps_container div.dropdown-menu.open_toogle {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 0px;
    max-height: 210px !important;
    overflow: auto !important;
}
span.idxroption_sale {
    border-radius: 4px;
}
#component_steps_container.row .set-image-grid .dropdown-menu {
    width: 100%;
    left: auto;
}
div#component_steps_container.row div.dropdown-menu.open_toogle {
    z-index: 9999;
}
div#component_steps_container div.dropdown-menu.open_toogle ul.dropdown-menu {
    max-height: 200px !important;
    display: flex;
    flex-flow: wrap;
}

#myModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    background: #fff;
}

#myModal .modal-dialog .modal-content .modal-body {
    max-width: 800px;
    margin: auto;
    width: 100%;
}
.component_step button.btn-minified {
    outline-offset: unset;
    border-radius: 8px 8px 0px 0px;
    outline:unset !important;
}
.component_step .sel_min_block .step_title,.component_step .sel_text_block .step_title{
    border-bottom: 0;
}



.zoom-imagen {
    left: 0px;
    top: 0px;
}

.bootstrap-select.btn-group .dropdown-menu i.material-icons.zoom-imagen {
    display: none !important;
}

.bootstrap-select>.dropdown-toggle i.material-icons.zoom-imagen {
    display: none !important;
}
.modal-h-full{
    height: 100vh;
    margin: 0;
}
.idx-custom .modal-header .modal-title {
  margin:auto;
}
.idx-custom .modal-header .btn-close {
  margin: unset;
}
/* css for multistep form */

fieldset.msform {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}


/*Hide all except first fieldset*/

fieldset.msform:not(:first-of-type) {
  display: none;
}

.msform .action-button {
  width: 100px;
  background: #f6ff00;
  font-weight: bold;
  color: #333;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0;
  height: 38px;
  margin-top: 39px !important;
  margin-left: 10px;
  margin-right: 10px;
}

#progressbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    list-style-type: none;
    counter-reset: step;
    padding: 0;
    max-width: 500px;
    margin: auto;
}
#progressbar li {
    position: relative;
    text-align: center;
    flex: 1;
    color: gray;
}
#progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid gray;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    position: relative;
    z-index: 1;
}
#progressbar li.active::before {
    border-color: #f6ff00;
    background-color: #f6ff00;
    color: #333;
}
#progressbar li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: gray;
    top: 15px;
    left: 50%;
    /* z-index: -1; */
}

#progressbar li:last-child::after {
    content: none;
}
#progressbar li.active::after {
    background-color: #f6ff00;
}
.input-container {
    padding: 0 !important;
}
.card:nth-child(2) .title {
    border-top: 0;
}
.card:nth-child(3) .title {
    border-top: 0;
}



 .product-info-row {
    display: flex;
    align-items: flex-start;
}

#left-column {
    width: 50%;
    padding: 20px;
}

#right-column {
    width: 50%;
    padding: 20px;
    position: sticky;
    top: 0;
    overflow-y: auto;
    background: white; /* Optional */
}
i.fa.fa-trash-o {
    color: #000;
}

/* #component_step_2.active,
#component_step_3.active,
#component_step_4.active,
#component_step_5.active,
#component_step_6.active,
#component_step_7.active,
#component_step_8.active,
#component_step_9.active,
#component_step_10.active,
#component_step_11.active,
#component_step_12.active,
#component_step_13.active,
#component_step_14.active,
#component_step_15.active,
#component_step_16.active {
  display: block;
} */
 .component-step-hidden {
  display: none !important;
}

.component-step-visible {
  display: block !important;
}



/* component 44 layout changes start*/
[attribute-id^="image_perview_"] {
    padding: 0 1rem;
}
[attribute-id^="image_perview_"] label.step_title p {
    height: 10px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
}
[data-multivalue="multi_simple"]{
    width: 100%;
}
 [attribute-id^="image_perview_"] .bootstrap-select>.dropdown-toggle, 
 [color-attribute-id^="color_sel_color_"] .bootstrap-select>.dropdown-toggle,
 [data-multivalue="multi_simple"] .bootstrap-select>.dropdown-toggle,.sel_min_img_block.image_grid .bootstrap-select>.dropdown-toggle { 
    display: none;
}
[attribute-id^="image_perview_"] .dropdown-menu,[color-attribute-id^="color_sel_color_"] .dropdown-menu {
    display: flex;
    position: relative;
    border: 0;
    padding: 0;
}

[attribute-id^="image_perview_"] .bootstrap-select.btn-group .dropdown-menu.inner,[color-attribute-id^="color_sel_color_"] .bootstrap-select.btn-group .dropdown-menu.inner {
    flex-flow: unset;
    flex-wrap: wrap;
    padding: 0!important;
}
[attribute-id^="image_perview_"] .dropdown-menu li:first-child,[color-attribute-id^="color_sel_color_"] .dropdown-menu li:first-child, 
[data-multivalue="multi_simple"] .dropdown-menu li:first-child,.sel_min_img_block.image_grid .dropdown-menu li:first-child {
    display: none;
}

[attribute-id^="image_perview_"] .dropdown-menu li.selected::after,[color-attribute-id^="color_sel_color_"] .dropdown-menu li.selected::after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAAiElEQVQokaXPwQ3DMAgF0D9LVugKhItlxvBOHQBbynBeITm0qSKRpOAg/dvnCYDBYZXCml6j+wCAucnCTVauuZMmeobsqbmHLzPIHpXyK7FKIU1TFJmbLLb0+dlgMeTw8xFzIQDANXdT/GJuBABIE51iFzlFotgt4sVcyD8shFxhQ4jF8tu7swGui+otf3QUOQAAAABJRU5ErkJggg==);
    border-radius: 30px;
    bottom: -7px;
    color: #46a74e;
    content: " ";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    position: absolute;
    right: -9px;
    z-index: 1;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    border: 2px solid;
    background-color: #fff;
    background-position: center center;
}
.set-image-grid .dropdown-menu li.selected a .item-selected:before{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAAiElEQVQokaXPwQ3DMAgF0D9LVugKhItlxvBOHQBbynBeITm0qSKRpOAg/dvnCYDBYZXCml6j+wCAucnCTVauuZMmeobsqbmHLzPIHpXyK7FKIU1TFJmbLLb0+dlgMeTw8xFzIQDANXdT/GJuBABIE51iFzlFotgt4sVcyD8shFxhQ4jF8tu7swGui+otf3QUOQAAAABJRU5ErkJggg==);
	border-radius: 30px;
	color: #46a74e;
	content: " ";
	position: absolute;
	right: 0px;
	bottom: 35px;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	border: 2px solid;
	background-color: #fff;
	background-position: center center;
}
.sel_min_img_block.image_grid .dropdown-menu li.selected a .item-selected:before{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAAiElEQVQokaXPwQ3DMAgF0D9LVugKhItlxvBOHQBbynBeITm0qSKRpOAg/dvnCYDBYZXCml6j+wCAucnCTVauuZMmeobsqbmHLzPIHpXyK7FKIU1TFJmbLLb0+dlgMeTw8xFzIQDANXdT/GJuBABIE51iFzlFotgt4sVcyD8shFxhQ4jF8tu7swGui+otf3QUOQAAAABJRU5ErkJggg==);
	border-radius: 30px;
	color: #46a74e;
	content: " ";
	position: absolute;
	right: -10px;
    bottom: 35px;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	border: 2px solid;
	background-color: #fff;
	background-position: center center;
}
.sel_min_img_block.image_grid a{
    padding: 0;
}
.sel_min_img_block.image_grid .dropdown-menu {
    display: contents;
}
.sel_min_img_block.image_grid .dropdown-menu li {
    width: 133px !important;
    margin: 0px 10px;
    text-align: center;
}
.sel_min_img_block.image_grid .dropdown-menu li img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 2px solid #ccc;    
}
.set-image-grid .dropdown-menu li {
    width: 200px !important;
    margin: 20px 28px;
    text-align: center;
}
.set-image-grid .dropdown-menu li img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 2px solid #ccc;    
}
.set-image-grid .dropdown-menu {
    display: flex;
    position: relative;
    border: 0;
    width: 1024px;
    left: -8rem;
}
.set-image-grid .bootstrap-select.btn-group .dropdown-menu.inner,.sel_min_img_block.image_grid .bootstrap-select.btn-group .dropdown-menu.inner{
    flex-flow: unset;
    flex-wrap: wrap;
    padding: 0!important;
}

.set-image-grid .dropdown-menu li [id^="option_name_"],.sel_min_img_block.image_grid .dropdown-menu li [id^="option_name_"] {
    font-size: 11px;
    font-weight: 700;
}
.set-image-grid .dropdown-menu li span.idxroption_price, .sel_min_img_block.image_grid .dropdown-menu li span.idxroption_price {
     font-weight: bold;
}
.set-image-grid  .dropdown-menu li.selected a img, .sel_min_img_block.image_grid .dropdown-menu li.selected a img {
    border: 2px solid #46a74e;
    
}
.set-image-grid  .dropdown-menu li a, .sel_min_img_block.image_grid .dropdown-menu li a {
    background-color: unset;
}

.set-image-grid .dropdown-menu li a.idxcp_minified_option,.sel_min_img_block.image_grid .dropdown-menu li a.idxcp_minified_option {
    border-radius: 16px;
}
 .idxroption_wodisscount_price {
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 400;
}
.my-preview-box {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;

}
.my-preview-img {
    width: 100px;
    border-radius: 16px;
    border: 2px solid #ccc;
    padding: 1rem;
}
.my-delete-btn.btn {
    padding: 0 .36rem;
    font-size: 14px;
    margin: 1rem;
}
div#preview_container {
    margin-bottom: 2rem;
}

#component_step_45 .dropdown-menu li span.idxroption_price:before,
.set-image-grid  .dropdown-menu li span.idxroption_price:before {
    content: "+";
    padding-right: .2rem;
}
[id^="step_title_"] hr,[id^="step_title_"] hr {
    display: none;
}

[attribute-id^="image_perview_"] .dropdown-menu li,[color-attribute-id^="color_sel_color_"] .dropdown-menu li {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}
[attribute-id^="image_perview_"] .dropdown-menu li.selected,[color-attribute-id^="color_sel_color_"] .dropdown-menu li.selected {
    box-shadow: 0px 4px 20px 0px #00000029;
    border: 2px solid #46a74e;
}
[attribute-id^="image_perview_"] .dropdown-menu li .img-minified,
[color-attribute-id^="color_sel_color_"] .dropdown-menu li .img-minified {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    
}

[attribute-id^="image_perview_"] .dropdown-menu li img,[color-attribute-id^="color_sel_color_"] .dropdown-menu li img {
    float: left;
}
[attribute-id^="image_perview_"] .dropdown-menu li [id^="option_name_"],
[color-attribute-id^="color_sel_color_"] .dropdown-menu li [id^="option_name_"] {

    text-align: center;
    float: left;
    margin-top: 1rem;
    margin-left: 1rem;
}

[attribute-id^="image_perview_"] .dropdown-menu li span.idxroption_price,[color-attribute-id^="color_sel_color_"] .dropdown-menu li span.idxroption_price {
    font-weight: bold;
    float: right;
    margin-top: 1rem;
}

[attribute-id^="image_perview_"] .dropdown-menu li span.idxroption_price:before,
[color-attribute-id^="color_sel_color_"] .dropdown-menu li span.idxroption_price:before {
    content: "+";
    padding-right: .2rem;
}
#zoom_image img {
    width: 50%;
    border-radius: 30px;
    margin: 4%;
    padding: 0;
}
.modal-body #zoom_color_bike img {
	 width: 90%;
    border-radius: 30px;
    margin: 4%;
    padding: 0;
}
.minified_sel_font{
	width:100% !important;
}

.minified_sel_font button, .minified_sel_font button:hover, .minified_sel_font button:focus{
	background: #efefef;
	color:#333 !important;
	/* border-radius: 5px; */
}

.minified_sel_font .dropdown-menu.inner{
	padding:0px 20px !important;
}
.font-perview {
    font-size: 45px;
    line-height: 38px;
    color: #000;
    margin-top: 2rem;
    letter-spacing: 1px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    border-radius: 12px 12px 0px 0px;
}
span.filter-option.pull-left img {
    height: 30px;
    width: 30px;
}
.minified_text.form-control{
    color: #333;
}
#productscompdaas {
    display: contents;
}
/* component 24 layout changes end*/


/* start responsive css */
@media (min-width: 320px) and (max-width: 576px) {
	.ps-shoppingcart .cart-products-count-btn{
	top:-8px !important;
	}
}
@media (max-width: 770px){
	.ps-shoppingcart .cart-products-count-btn{
		right: -10px;
	}
	#right-column {
    width: 100%;
   
    }
	#left-column {
	    width: 100%;
	}
    .modal-body #zoom_image img,.modal-body #zoom_color_bike img {
        margin-top: 2%;
        padding: 1rem;
        border-radius: 30px;
        width: 100%;
        position: initial;
        background: none;
    
    }
    .set-image-grid .dropdown-menu{
        width: 100%;
        left: 0;
    }
    .sel_min_img_block.image_grid .dropdown-menu li{
        width: 46% !important;
        margin: 5px;
    }
    .set-image-grid .dropdown-menu li {
        width: 46% !important;
        margin: 5px 5px;
    }
    #next_btn_1, #next_btn_2, #next_btn_3, #next_btn_4, #next_btn_5, #next_btn_6, #next_btn_7, #next_btn_8, #next_btn_9, #next_btn_10,.modal-body .customproduct_send {
        margin-left: 4px !important;
        width: 45% !important;
    }
    #pervious_btn_1, #pervious_btn_2, #pervious_btn_3, #pervious_btn_4, #pervious_btn_5, #pervious_btn_6, #pervious_btn_7, #pervious_btn_8, #pervious_btn_9, #pervious_btn_10 {
        margin-left: 10px !important;
        width: 45% !important;
    }
    .loader-overlay {
        top: 0px!important;
    }
	.col-12.col-sm-6.col-md-6.product-line-grid-right.product-line-actions {
        padding-top: 1rem;
    }
	.set-image-grid .dropdown-menu li.selected a::before{
	    bottom: 35px !important;
        top: unset;
	}
	.sel_min_img_block.image_grid .dropdown-menu li.selected a .item-selected:before{
		right: -8px;
		bottom: 30px;
	}
}
@media (min-width: 320px) and (max-width: 375px) {
	.set-image-grid .dropdown-menu li.selected a .item-selected:before{
		bottom: 55px;
	}
}
@media (min-width: 320px) and (max-width: 420px) {
	.set-image-grid .option-title {
		font-size: 8px !important;
	}
	.set-image-grid .dropdown-menu li.selected a .item-selected:before {
		bottom:39px;
	}
}
@media (min-width: 360px) and (max-width: 420px) {
    [id^="sponsor_comp_"] {
        width: 145px !important;
    }

}
@media (min-width: 1548px) and (max-width: 1800px) {
   .cbp-horizontal .cbp-tab-title{
        font-size:.9rem;
    }
}

@media (min-width: 1438px) and (max-width: 1549px) {
	.cbp-horizontal .cbp-tab-title{
		font-size:.8rem;
	}
	#desktop-header-container .col.col-auto.col-header-left{
		width: 12%;
	}
	#desktop-header-container .col.col-auto.col-header-right{
		width: 15.5%;
	}
	header-top .header-btn-w .header-btn > .icon {
    	font-size: 1rem;
	}
}
@media (min-width: 1200px) and (max-width: 1438px) {
	.cbp-horizontal .cbp-tab-title{
		font-size:.64rem;
	}
	
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.cbp-horizontal .cbp-tab-title{
		font-size: .6rem;
	}
	#desktop-header-container .col.col-auto.col-header-left{
		width: 12%;
	}
	
	.col.col-auto.col-header-right{
		width: 18.5%;
	}
	.header-top .header-btn-w .header-btn > .icon{
		font-size:1rem;
	}
    #language_selector .lang-flag {
    max-width: 26px !important;
}
	.ps-shoppingcart .cart-products-count-btn{
		right: -10px;
		top:-8px;
	}
	#cbp-hrmenu .cbp-hrmenu-tab a{
		height: 35px;
	}
	#cbp-hrmenu .cbp-hrmenu-tab a.cbp-column-title.nav-link.cbp-category-title{
		height: auto;
	}
	#index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper{
		padding-top:0;
	}
}
@media (min-width: 771px) and (max-width: 991px) {
	.col.col-auto.col-mobile-btn {
        flex: auto;
    }
	#index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper{
		padding-top: 0rem;
	}
}
input#idxrcustomproduct_send {
    width: 100px;
    font-weight: bold;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0;
    height: 38px;
    margin-top: 39px !important;
    margin-left: 10px;
    margin-right: 10px;
}

#component_step_last .collapsed .fa-plus {
    display: block;
}

#component_step_last .fa-plus,div#component_step_last .collapsed .fa-minus {
    display: none;
}
#component_step_last a h4{
    display: inline;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: none;
    /* padding: 0; */
    /* margin: 0; */
}

#component_steps_container button.btn.next span,#component_steps_container button.btn.previous span,#component_steps_container #idxrcustomproduct_send span {
        pointer-events: auto;
}
.cart-overview.js-cart {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.cart-overview.js-cart  .cart-item{
    border: 0;
}
#cart .product-price {
    font-size: 18px;
}
#cart  .col.col-auto.col-md.unit-price {
    line-height: 26px;
    vertical-align: middle;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}
#product-customization:hover {
    background: #000;
    color: #fff;
}
.fa-1-5x {
    font-size: 1.5em
}
button.customproduct_send {
   width:170px;
   left: 0%;
   position: relative;
}
button#next_btn_0 {
    width: 170px;
    margin: auto;
}

#pervious_btn_1,#pervious_btn_2,#pervious_btn_3,#pervious_btn_4,#pervious_btn_5,#pervious_btn_6,#pervious_btn_7,#pervious_btn_8,#pervious_btn_9,#pervious_btn_10{
    width: 170px;
    margin-left: 217px;
    margin-right: 15px;
}

#next_btn_1, #next_btn_2,#next_btn_3,#next_btn_4,#next_btn_5,#next_btn_6,#next_btn_7,#next_btn_8,#next_btn_9,#next_btn_10 {
    width: 170px;
    margin: 0;
}

.loader-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 59%); /* optional overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  color: #fff;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #e0e0e0;
  border-top: 5px solid #007bff; /* Blue color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.col-3.cbp-menu-column.cbp-menu-element.menu-element-id-5 a {
    text-transform: uppercase;
    font-weight: 600;
}
span.js-mobile-menu__tab-title {
    font-weight: 700;
}



/*menu*/

/*.container.iqitmegamenu-submenu-container{ max-width:873px !important; }

.cbp-horizontal > ul{margin-top: 4px;max-width: 1200px;}*/


/* === Center mega menu under header container === */
.iqitmegamenu-wrapper {
  position: relative; 
}

#cbp-hrmenu .cbp-hrsub{ right:0; }



.header-top{ padding-top:4px; }

.dropdown-menu.show{ min-width:32px !important; }


#middle-menu{ padding-left:5%; margin-top:4px; }
[id^="cartPersonalized_"] .modal-header {position:relative;}
[id^="cartPersonalized_"] .modal-header button.btn-close {position:absolute;right:18px;}

@media (max-width: 1391px) {
#header .header-btn-w {
    padding: 0 3px !important;
}
}

@media (max-width: 1230px) {
  #middle-menu {
    padding-left: 0 !important;
  }
}


@media (max-width: 1088px) {
 .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link{
    padding-left: 10px !important;
        padding-right: 10px !important;
 }
}
