@charset "utf-8";
span{ margin:0; padding:0}
body {
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif !important;
    font-size:16px;
    color: #000 !important;
	}
@font-face {
font-family: 'MyriadPro-Light';
src: url('fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), 
url('fonts/MyriadPro-Light.woff') format('woff'), 
url('fonts/MyriadPro-Light.ttf') format('truetype'), 
url('fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadWebPro-Bold';
src: url('fonts/MyriadWebPro-Bold.eot?#iefix') format('embedded-opentype'), 
url('fonts/MyriadWebPro-Bold.woff') format('woff'), 
url('fonts/MyriadWebPro-Bold.ttf') format('truetype'), 
url('fonts/MyriadWebPro-Bold.svg#MyriadWebPro-Bold') format('svg');
font-weight: normal;
font-style: normal;
}

.redTitle {
background-color: #000;
}
.redTitle  h2{
color: #aeaeae !important;    font-weight: normal;
}
.redTitle p{
color: #aeaeae !important;
}

#footer ul:not(.social-links) li a {
    color: #888;
    font-size: 15px;
}
#footer address, #footer .store-switcher label, #footer .form-language label, #footer .form-currency label {
    font-size: 0.8em;
}

.OnePageDraw img{ }
.OnePageDraw { max-width: 1200px !important; }
.OnePageSlider {
    max-width: 1400px !important;
	    margin: 0 auto;
}
.price-strip{  background-color:#f3f3f5;      padding: 8px 8px 6px 8px;}
.price-strip {  list-style:none;     padding:10px 0 5px;}
.price-strip  span strong{ font-size:46px; letter-spacing: -4px; font-family: 'MyriadWebPro-Bold'; color:#000}
.price-strip  span{ font-size:21px;     color: #000; padding:0 5px;}
.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.paddingLeft{ padding-left:15px !important; padding-top:0 !important; padding-bottom:0 !important; padding-right:0  !important}
.paddingRight{  padding-left:0 !important; padding-top:0 !important; padding-bottom:0 !important; padding-right:15px !important }
.paddingCenter{ padding-left:7px; padding-top:0; padding-bottom:0; padding-right:7px }
.testCenter{ text-align:center}
.testCenter h2{     font-size: 20px;
    color: #1d1d1b;
    font-weight: bold;
    margin-top: 15px; }
.testCenter a{ color:#006db0;     padding-bottom: 3px;border-bottom: 1px solid #006db0; }

.greyOne{ 

	background: gray; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(WhiteSmoke , white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(WhiteSmoke , white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(WhiteSmoke , white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(WhiteSmoke , white); /* Standard syntax (must be last) */


}

.greyOne p{ font-size:18px; color:#1d1d1b; text-align:center;     padding-top: 25px;padding-bottom: 15px;}
.carousel-indicators li {
    background-color:#969696 !important;
       border: none !important;
	   box-shadow:inset 1px 1px 3px #000;
   -moz-box-shadow:inset 1px 1px 3px #000;
   -webkit-box-shadow:inset 1px 1px 3px #000;
   width: 12px !important;
    height: 12px !important;
	margin:0 !important
}
.carousel-indicators .active{background-color:#73a66c !important; }
.carousel-indicators { bottom: -58px !important;}
.videoRow1{ background-color:#f7f7f7; }
.videoRow2{ }
.videoRow1 div{ padding-top:25px; padding-left:25px; padding-right:25px; }
.youtube-container {
		display: block;
		width: 100%;
	}
	.youtube-player {
		display: block;
		width: 100%;
		height:684px;
		overflow: hidden;
		position: relative;
		width: 100%;
		cursor: hand;
		cursor: pointer;
	}
	.youtube-player-small {
		display: block;
		width: 100%;
		height:330px;
		overflow: hidden;
		position: relative;
		width: 100%;
		cursor: hand;
		cursor: pointer;
	}
	.youtube-player-small2 {
		display: block;
		width: 100%;
		height:330px;
		overflow: hidden;
		position: relative;
		width: 100%;
		cursor: hand;
		cursor: pointer;
	}
	img.youtube-thumb {
		bottom: 0;
		display: block;
		left: 0;
		max-width: 100%;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		height: auto
	}
	#youtube-iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;

		left: 0;
	}
.videoleft{ padding-left:25px;}	
.videoright{ padding-right:25px;}	
.testCenter p {
    padding: 0 50px;
	font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;

    line-height: 1.5;
    color: #000;
}
.rowBox {position: relative;
}
.rowbox1 {
    position: relative;
}
.rowbox2 {
    position: absolute;
    top: 0;
    z-index: 1001;
    width: 100%;
}
.doubleTop {
    border-top: 4px solid #f6f6f7;
    margin:-8px 0;
    width: 100%;
    float: left;
}
.whiteText h2{ color:#e9e9e9}
.whiteText p{ color:#e9e9e9}
.features-table {
    width: 100%;
    border-spacing: 0 2px;
}
.features-table tr {
    font-size: 13px;
    font-family: 'MyriadWebPro', sans-serif;
}
.features-table .ft_subtitle {
    font-family: 'MyriadWebPro-Bold', sans-serif;
    width: 50%;
}
.features-table td {
    border-bottom: 1px solid #CCC;
    text-align: left;
    padding: 8px 5px;
    vertical-align: top;
    line-height: 28px;
    border-top: 1px solid #CCC;
}
.features-table .ft_subtext {
    width: 50%;
}
.features-table th {
    border-bottom: 2px solid #000;
    text-align: left;
    padding: 20px 0 8px 0;
    font-size: 18px;
    font-style: italic;
    font-family: 'MyriadWebPro', sans-serif;
    font-weight: bold;
}
.featuresBsk {
    font-family: 'MyriadWebPro-medium', sans-serif;
    font-weight: 600;
    line-height: 40px;
    margin-top: 0;
	border-bottom:4px solid #ccc;
}
.gridBg{ background:url(gridBg.png) top left no-repeat; min-height:127px}
.gridText{ padding-left:110px !important; padding-top:20px !important; }
.gridText h4{ font-size:20px;}
.gridText span{ font-size:15px;}
.gridText a{ color:#006db0}
.addList li{ list-style:none; float:left; width:282px}
.leftzero{}
.saleOneBtnRed{background: #e13c42;
    background: -moz-linear-gradient(top, #e13c42 0%, #da373d 100%);
    background: -webkit-linear-gradient(top, #e13c42 0%, #da373d 100%);
    background: linear-gradient(to bottom, #e13c42 0%, #da373d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13c42', endColorstr='#da373d', GradientType=0 );
    border-radius: 6px;
    width: 140px;
    height: 32px;
    cursor: pointer;
    letter-spacing:0;
    outline: none;
    border: none;
    color: #fff;
    font: 600 16px 'MyriadWebPro', sans-serif;
    text-shadow: 2px 2px #bf2228;
    margin: 5px 0 0 0px !important;}
.saleOneBtnGray{background: #9d9d9d;
    border-radius: 6px;
    width: 140px;
    height: 32px;
    cursor: pointer;
    letter-spacing:0;
    outline: none;
    border: none;
    color: #fff;
    font: 600 16px 'MyriadWebPro', sans-serif;
    text-shadow: 2px 2px #8a8a8a;
    margin: 5px 0 0 0px !important;}
.saleOneBtnRed:hover{
    background: -moz-linear-gradient(top, #da373d 0%, #da373d 100%);
    background: -webkit-linear-gradient(top, #da373d 0%, #da373d 100%);
    background: linear-gradient(to bottom, #da373d 0%, #da373d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da373d', endColorstr='#da373d', GradientType=0 );}
.liGray{ float:left; width:100%; background-color:#f6f6f7; margin-top:4px; padding:18px 0;height: 129px;}
.liGray span{ padding:16px}
.liGray span a{ font-weight:bold; text-decoration:none; border-bottom:1px solid;}
.liGray span a:hover{}
.liGray h4{ text-align:center;padding: 0 10px;height: 36px;
    font-size: 17px;}
.nav-tabs {
    border-bottom:none !important;
    margin-left: 160px;
}
.tabbsk{ padding: 5px 20px;
    background-color: #73a66c;
    color: #fff;
    font-family: 'MyriadWebPro', Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    margin: 50px 0;}
.tab-pane div{ }
.tab-pane div img{margin-top: 36px;
    margin-bottom: 45px;
    margin-left: 10px; }
.tabBox {
    padding: 0 30px;
    text-align: left;
    display: flex;
    min-height: 358px;
    justify-content:top;
    flex-direction: column;
    text-align: left; 
	    margin-left: 23px;   
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 !important;
    background-color: #f6f6f7 !important;
	padding:0 !important
}
ul.topmenu li.level0 a.level-top {
   
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #73a66c !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs {
  
    margin-left: 180px;
}
.tabTitle {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
	    padding-top: 20px;
}
.videoRow2 {
    
     padding-bottom:0; 
    padding-top:0; 
}

.saleOneBtnOne {
    background: #568f51;
    background: -moz-linear-gradient(top, #98c090 0%, #568f51 100%);
    background: -webkit-linear-gradient(top, #98c090 0%, #568f51 100%);
    background: linear-gradient(to bottom, #98c090 0%, #568f51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c090', endColorstr='#568f51', GradientType=0 );
    border-radius: 3px;
    width: 100%;
    height: 56px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    border: none;
    color: #fff;
    font: 700 24px 'MyriadWebPro', sans-serif;
    text-shadow: 2px 2px #568f51;
	    margin: 0 !important;
}
.saleOneBtnOne:hover {
    
    background: -moz-linear-gradient(top, #568f51 0%, #98c090 100%);
    background: -webkit-linear-gradient(top, #568f51 0%, #98c090 100%);
    background: linear-gradient(to bottom, #568f51 0%, #98c090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568f51', endColorstr='#98c090', GradientType=0 );
    border-radius: 6px;
    color: #fff;
    text-shadow: 2px 2px #72a636;
}

.textBox p {
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
}

.tabBox p {
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
}
.whiteText p{ color: #fff;}

.ok{      width: 85%;
    float: left;
    background-color: #e60000;
    padding: 0 20px;
    color: #fff;
    font-size: 121.38%;
    font-weight: 700;
    float: left;
    height: 54px;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    display: flex;
	    text-shadow: 2px 2px #d80303;
		    letter-spacing: 0px;
			line-height: 21px;
    }
.right-arrow {
    border-color: transparent #e60000;
    border-style: solid;
    border-width: 30px 0px 24px 30px;
    height: 0px;
    width: 0px;
    float: left;}

.priceCenter {
    text-align: center;
}
.onePage-p p{ color:#000 !important;  margin:0 !important}
@font-face{
font-family: 'AbakuTLSymSansRegular';
src: url('abakutlsymsans.eot') ,
url('abakutlsymsans.eot?#iefix') format('embedded-opentype'),
url('abakutlsymsans.woff') format('woff'),
url('abakutlsymsans.ttf') format('truetype'),
url('abakutlsymsans.svg#AbakuTLSymSansRegular') format('svg');
font-style: normal;
font-weight: normal;
}
.TL:before{
font-family: "AbakuTLSymSansRegular", serif;
content:"t";
padding-right:3px;
    font-size: 27px;
}
.rowMarginOne {
    margin-top: 0;
    margin-bottom: 0;
}
.priceRed{ background-color:#d91c23 !important; }
.priceRed p{ font-size:22px; color:#fff; text-align:center}
.priceRed span{ color:#fff !important}
.saleOneBtn {
	background: #3c5fa3;
	background: -moz-linear-gradient(top, #8db84e 0%, #72a636 100%);
	background: -webkit-linear-gradient(top, #8db84e 0%, #72a636 100%);
	background: linear-gradient(to bottom, #8db84e 0%, #72a636 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8db84e', endColorstr='#72a636', GradientType=0 );
	border-radius: 6px;
	width: 225px;
	height: 53px;
	cursor: pointer;
	letter-spacing: 1px;
	outline: none;
	border: none;
	color: #fff;
	font: 700 24px 'MyriadWebPro', sans-serif;
	text-shadow: 2px 2px #72a636;
	margin: 10px 0 0 0px !important;
}
.saleOneBtn:hover {
	text-shadow: 0.5px 0.5px #fff;
	color: #000;
	background: none;
	border: 1px solid #72a636;
	border-radius: 6px;
}
.titleOnepage{ background:url(/media/wysiwyg/bresserpirsch_com/EN/titleOnepage-bg.png) top left repeat-x; height:68px; text-align:center}
.titleOnepage img{ width:208px !important}
.nbs-flexisel-inner {
    height: 150px !important;
    padding: 25px 0 !important;
}
.saleOneBtnOther {
	background: #3c5fa3;
	background: -moz-linear-gradient(top, #8db84e 0%, #72a636 100%);
	background: -webkit-linear-gradient(top, #8db84e 0%, #72a636 100%);
	background: linear-gradient(to bottom, #8db84e 0%, #72a636 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8db84e', endColorstr='#72a636', GradientType=0 );
	border-radius: 6px;
	width: 358px;
	height: 53px;
	cursor: pointer;
	letter-spacing: 1px;
	outline: none;
	border: none;
	color: #fff;
	font: 700 24px 'MyriadWebPro', sans-serif;
	text-shadow: 2px 2px #72a636;
	margin: 10px 0 0 0px !important;
}
.saleOneBtnOther:hover {
	text-shadow: 0.5px 0.5px #fff;
	color: #000;
	background: none;
	border: 1px solid #72a636;
	border-radius: 6px;
}
sup {
    top: -1em !important;
    font-size: 21px !important;
    margin-left: 5px;

}
.textBox {
    padding: 0 70px;
    text-align: left;
    display: flex;
    min-height:358px;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.priceCenter{ text-align:center}
.row-align{ 
  flex-flow: row wrap;
  justify-content:space-between;}
  
.desktopimage{ display:block;}
.mobilimage{ display:none;}

@media(max-width:991px){
    .desktopimage{ display:none;}
    .mobilimage{ display:block;}
    .testCenter img{ margin: 0 auto;}
    .Outdoor-Sports.mobilimage embed{ margin: 0 auto;}
}

@media (max-width:1024px) and (min-width: 100px)
{
	.fytMbl{ margin:0 !important; padding:0 !important}
	.price-strip  span strong {
    font-size: 37px;}
	.price-strip  span {
    font-size: 13px;}
}
@media (max-width:1024px) and (min-width: 100px)
{
.mult-p p span{ color:#fff }
.textBox{height:auto !important; margin:20px 0 !important;min-height: 0;}
.OneWhiteList li{ width:100% !important}
}

.tableTop{ margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 30px; }

@media (max-width: 1000px) and (min-width: 100px){
.rowbox2 {
    position: relative;
    top: auto;
}
.nav-tabs { margin-left:0px !important;}
.whiteText h2{ color:#000}
.whiteText p{ color:#000}
.gridText{ padding-left:50px !important; padding-top:10px !important; }
.leftzero{ padding-left:0 !important}
.tab-pane div{ min-height:100px; width:25% }


.security{ width:100% !important; float:left}
.emergency{ width:100% !important; float:left}
.daily-use{ width:100% !important; float:left}
.tabBox{ width:100% !important; float:left;  padding:0}
.mobilCenter{ text-align:center !important}
.nav-tabs>li {width: 180px;}
.tabbsk{ margin:0}	
.mobilLeft{      padding-right: 15px !important; padding-left:0 !important}
.tab-pane div img {
    margin-top: 0px;
}
.pre-order-now{width: 350px; }
.nav>li>a>img{width: 180px; }
.rowbox1{ margin-top:30px}
.ifr{     width:464px;    height: 300px; }	
.liLeft{ margin-left:0 !important}

}



@media (max-width:900px) and (min-width: 100px)
{
.mult-p p span{ color:#fff }
.textBox{ min-height:100px !important; margin:20px 0 !important; padding:0 30px !important}
.ok { width:100%}
.row-align{ display:flex; }
.box-first{ order: 1;}
.box-second{ order: 2;}
}

@media (max-width:900px) and (min-width:700px){
.videoRow .col-md-6 {
    position: relative;
    padding-bottom: 75.25% !important;
    padding-top: 35px !important;
    height: 0;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
        padding-left: 0 !important;
    padding-right: 0 !important;
}
.youtube-player { height:495px !important}
.youtube-player-small2 { height:490px !important}
.youtube-player-small { height:490px !important}
.videoleft{ padding-left:25px; padding-right:25px;}	
.videoright{ padding-right:25px; padding-left:25px;}
.right-arrow { display:none}	
.ok { width:100%;    text-align: center;}
}
@media (max-width:701px) and (min-width:500px){
.videoRow .col-md-6 {
    position: relative;
    padding-bottom: 75.25% !important;
    padding-top: 35px !important;
    height: 0;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
        padding-left: 0 !important;
    padding-right: 0 !important;
}
.youtube-player { height:315px !important}
.youtube-player-small2 { height:400px !important}
.youtube-player-small { height:400px !important}
.videoleft{ padding-left:25px; padding-right:25px;}	
.videoright{ padding-right:25px; padding-left:25px;}
.right-arrow { display:none}
.ok { width:100%}
}
@media (max-width: 480px) and (min-width: 100px){
	
	.topBtnFxd{    margin-left: 20px !important;
    margin-top: 116px !important;     position: absolute !important;  top: -239px !important;right: 60px;
    }

.saleOneBtnOne{ margin-bottom:20px}
.tooltip_img{ display:none}
.mobilRight{ padding-left:-10px !important}

.marginTopMobil{
    margin-top: -87px !important;
}
 .featuresBsk{font-size: 19px;}
 .liLeft{ margin-left:0 !important}
.videoRow .col-md-6 {
    position: relative;
    padding-bottom: 75.25% !important;
    padding-top: 35px !important;
    height: 0;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
        padding-left: 0 !important;
    padding-right: 0 !important;
}
.youtube-player { height:206px !important}
.youtube-player-small2 { height:200px !important}
.youtube-player-small { height:200px !important}
.videoleft{ padding-left:25px; padding-right:25px;}	
.videoright{ padding-right:25px; padding-left:25px;}
.ifr{     width: 100%;
    height: 250px;}	

.testCenter {
    text-align: left;
}
.testCenter p {
    padding:0px;
}

.paddingLeft{ padding-left:0 !important}


.right-arrow { display:none}
.ok { width:100%}


}
@media (max-width: 414px) and (min-width: 100px){
.gallery_preview {
   
    height: 293px !important;}
.gallery_preview a {
  
    min-height: 293px !important;
  
}
.ok { font-size: 120.38%; width:100%}
.right-arrow { display:none}
.row-align{  display:flex;}
.box-first{ order: 1;}
.box-second{ order: 2;}
.textBox {
 
    padding: 0 !important;
}
.desktopimage{ display:none;}
.mobilimage{ display:block;}
}


@media (max-width: 320px) and (min-width: 100px){
.ifr {
    width: 100%;
    height: 190px;
}
.youtube-player-small {
    height: 152px !important;
}
.textBox {
    
    padding: 0 !important;
}
.right-arrow { display:none}
.ok {
    font-size: 88.38%;
    width: 100%;
}
.row-align{ display:flex;}
.box-first{ order: 1;}
.box-second{ order: 2;}
.desktopimage{ display:none;}
.mobilimage{ display:block;}
.Outdoor-Sports embed {     height: 500px !important;}
}

.main-navigation ul li a, .main-navigation ul li> a{
    color: #747474 !important;
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
    font-size: 17px !important;
}
.entry-header h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    font-family: 'Montserrat-UltraLight', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
}

a {
    color: #333;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 14px !important;
    font-family: 'Montserrat-UltraLight', Arial, Helvetica, sans-serif !important;
}
li{ list-style: none !important;}
.saleOneBtn:hover {
    text-shadow: 0.5px 0.5px #fff;
    color: #000;
    background: none;
    border: 1px solid #72a636;
    border-radius: 6px;
}
/* iletişim */

.contact_bg{ max-width: 1000px; margin: 0 auto;}
.contact_title{ padding:22px 0 5px 0;
    color: #000;
    font-family: 'Montserrat-UltraLight', sans-serif;
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    border-bottom-style: double;
    border-color: #d2d2d2;
    margin: 0 20px;
    width: 95%;}
.contact_block{ background-color:#fafafa;     margin-bottom: 20px; float:left;     clear: both;
    width: 100%;}
.contact_txt{color: #575757; font-family: 'Montserrat-UltraLight', sans-serif; font-size: 17px; line-height: 18px; text-align: left; font-weight: normal; padding-top:30px;  }
.contact_txt li{ list-style:none; width:90%;     float: left; list-style:none !important; 
    border-bottom: 1px solid #d8d8d8;
    padding: 9px 0;}
.contact_txt span{ margin-right:10px; float:left}
@media ( max-width:460px) and (min-width:100px)
{
.contact_txt{ padding-top:0px !important;}
.contact_title {padding: 10px; font-size: 15px !important;}
.contact_txt{ padding-right:0px;     font-size: 14px !important;}
.contact_txt li{ width: 257px;}
.contact_title{ width: 92% !important;}
.x_icon{ width:18px}

}
.contact_txt p{
    line-height: 26px;
    margin-bottom: 0;
}

@media(max-width:600px)
{
    .xzr{
        padding-right: 0 !important;
    padding-left: 0;
    margin-bottom: 20px;
    }
    .main-navigation ul li a, .main-navigation ul li> a {
        color: #747474 !important;
        font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
        font-size: 17px !important;
        padding: 8px;
        border-bottom: 1px solid #ddd ;
    }
}

.site-header-cart .cart-contents {
    font-size: 17px !important;
}
.panel.panel-default .panel-title {
    font-family: 'Montserrat-SemiBold';
    color: #222;
    padding-bottom: 0.5em;
    font-weight: normal;
    line-height: 1.5;
}
.panel.panel-default .panel-heading a, .panel.panel-default .panel-heading a i.fa {
    color: inherit;
    font-size: 16px !important;
    text-transform: initial;
    font-weight: 900;
}

.main-navigation ul {
    margin-bottom: 0;
    
}

.moblgalery .carousel-control span{position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;}

button:focus{
outline: none;
}
/*checkout */
.woocommerce-billing-fields h3 {
    color: #404040;
    margin: 0;
}
.woocommerce-billing-fields h3 {
    text-indent: 77px;
    padding: 12px 1px;
    float: left;
    width: 100%;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.woocommerce-billing-fields h3 {
    background-color: #91c63b !important;
    background: url(/en/wp-content/uploads/2022/01/billing_title.png) center left no-repeat #91c63b;
}

.woocommerce-billing-fields {
    float: left;
    width: 99%;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 40px;
}
.woocommerce-form-coupon-toggle{    display: none; }
.woocommerce-billing-fields label {
    font-weight: 600;
}
.woocommerce-billing-fields input, .address-information select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
    border: 1px solid #e1e1e1;
}
.woocommerce-billing-fields .select2-container .select2-selection--single {
  
   height: auto; }

   .woocommerce-billing-fields   .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 5px;
    width: 20px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.woocommerce-shipping-fields h3 span{
    text-indent: 77px;
    padding: 12px 1px;
    float: left;
    width: 100%;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.woocommerce-shipping-fields h3 {
    background-color: #91c63b !important;
    background: url(/en/wp-content/uploads/2022/01/billing_title.png) center left no-repeat #91c63b;
    height: 42px;
}

.woocommerce-shipping-fields {
    float: left;
    width: 99%;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding:20px 40px 0;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 44% !important;
    right: 12px !important;
    transform: translateY(-50%);
    margin-right: 0;
}
.woocommerce-checkout-review-order{
    background-color: #f0f0f0 !important;
    padding-top: 20px;
   
}

#order_review_heading {
    background-color: #91c63b !important;
    background: url(/en/wp-content/uploads/2022/01/order_title.png) center left no-repeat #91c63b;
    height: 44px;
    text-indent: 77px;
    padding: 12px 1px;
    float: left;
    width: 100%;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
    margin-top: 40px;
}
#payment .place-order .button {
    font-size: 1.41575em;
    width: 100%;
    white-space: pre-wrap;
    background: #5979b2 !important;
    border-color: #5979b2 !important;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0!important;
}
#order_review .shop_table {
    margin-bottom: 0 !important;
}
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #91c63b !important;
}
.woocommerce-privacy-policy-link{  color: #ffa96a !important;     font-weight: 600 !important;
    font-size: 15px !important;}


    .woocommerce-shipping-fields  .address-information select {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-background-clip: padding-box!important;
        -webkit-background-clip: padding-box!important;
        background-clip: padding-box!important;
        border: 1px solid #e1e1e1;
    }
    .woocommerce-shipping-fields .select2-container .select2-selection--single {
      
       height: auto; }
    
       .woocommerce-shipping-fields   .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0.6180469716em;
        background-color: #f2f2f2;
        color: #43454b;
        border: 0;
        -webkit-appearance: none;
        box-sizing: border-box;
        font-weight: 400;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
    }
    
    .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 11px;
        right: 5px;
        width: 20px;
    }
    .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: none;
        border-radius: 4px;
    }
    .woocommerce-shipping-fields label {
        font-weight: 600;
    }
    .woocommerce-additional-fields__field-wrapper label {
        font-weight: 600;
    }
    #payment .place-order {
        padding: 1.41575em;
        margin-bottom: 0;
        float: none;
        width: 100%;
        margin-top: 0 !important;
    }

    /*cart*/
    .wc-proceed-to-checkout a{
        background: #5979b2 !important;
        border-color: #5979b2 !important;
        text-transform: uppercase;
        font-size: 1.41575em;
      
    }
  .cart_totals h2 {
        background-color: #91c63b !important;
        background: url(/en/wp-content/uploads/2022/01/order_title.png) center left no-repeat #91c63b;
        height: 44px;
        text-indent: 77px;
        padding: 12px 1px;
        float: left;
        width: 100%;
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        margin-left: 0;
        margin-bottom: 30px;
        letter-spacing: 1px;
        font-size: 17px !important;
    }
    .shop_table td, .shop_table th {     
        border-bottom: 1px solid #e0e0e0 !important;
    }
    .shop_table  .coupon{ display: none !important;}
    .woocommerce-cart-form__cart-item td{     padding: 10px !important;
        vertical-align: middle;}
        .size-woocommerce_thumbnail {
            margin: 0 auto;
            max-width: 8.706325903em !important;
            height: auto;
        }

      .shop_table  .actions{
        border-top:0 !important;
        }
    @media(max-width:600px)
    {
        .woocommerce-shipping-fields h3 {
            background-color: #91c63b !important;
            background: url(/en/wp-content/uploads/2022/01/billing_title.png) top left no-repeat #91c63b;
            height: 52px;
            text-align: center;
        }
        .woocommerce-shipping-fields {
            float: left;
            width: 99%;
            margin-bottom: 15px;
            background: #fff;
            border: 1px solid #ebebeb;
            padding: 10px 10px 0;
            position: relative;
        }
        #ship-to-different-address .woocommerce-form__input-checkbox {
            position: absolute;
            right: 14px !important;
            transform: translateY(-50%);
            margin-right: 0;
            top: 54px !important;
        }
        .woocommerce-billing-fields {
            float: left;
            width: 99%;
            margin-bottom: 15px;
            background: #fff;
            border: 1px solid #ebebeb;
            padding: 20px;
        }
        .woocommerce-shipping-fields h3 span {
            text-indent: 27px;
            padding: 12px 1px;
            float: left;
            width: 100%;
            font-weight: 900;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
            margin-left: 0;
            margin-bottom: 0 !important;
            letter-spacing: 1px;
        }
    }

    button:focus{ outline: none !important;}