
/* gerneral after */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:middle;
    background:transparent;
}
html,body{
	height:100%;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul{
    list-style: none;
}

/*----END RESET CSS----*/
body {
    font-family: 'Lato', sans-serif;
}

#page,header,footer, .body{
    position: relative;
    overflow: hidden;
}

header .myshp_wrapper div.top-head{
    background-color: #6b1831;
    color: white;
    font-size: 14px;
    text-align: right;
}

.top-head ul{
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
}

.tophead-image{
    display: inline-block;
	height: 50px;
    float: right;
    line-height: 50px;
}

.payment-icon, .myshp_block_language{
	display:inline-block;
	float:left;
	height: 100%;
}

div.payment-icon ul{
	line-height:normal;
	height: auto;
}

.myshp_block_language .myshp_box a{
	display: inline-block;
}

.myshp_block_language .myshp_box, .payment-icon .myshp_box{
	display:inline-block;
	vertical-align: middle;
}

ul.lang{
    margin-right: 0px;
}

.top-head ul li{
    float:left;
    display: block;
}

.topbar li a{
    color: white;
}
.topbar li{
    display: block;
    margin-right: 25px;
}

.payment li,.lang li{
    display: block;
    margin-right: 5px;
}

.lang li a,.payment li a{
    display: block;
    padding-top: 8px;
}

.topbar li:last-child,.payment li:last-child, .lang li:last-child{
    margin-right: 0;
}

.header{
    background-color: #9f1631;
}

.logo,.logo-title{display:inline-block;height: 100%;float:left;margin: 0;}

.logo-title{
    font-family: "Open Sans",sans-serif;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

.logo-title p:first-child{
    font-size: 34px;
    color: white;
    margin-bottom: 5px;
}

.logo-title p:first-child span{
    color: #fbdcb0;
}

.title-content{
    margin-top: 20px;
}

.right-header{
    text-align: right;
}

#myshp_form_quicksearch,.shopping-cart{
    display: inline-block;
}

.left-header,.right-header{
    height: 95px;
    display: table;
}

.left-content{
    display: table-cell;
    vertical-align: middle;
}

#myshp_form_quicksearch{
    margin-right: 20px;
}

#myshp_form_quicksearch #search{
    font-size: 16px;
    padding:10px;
    border: none;
	border-radius: 0;
    box-sizing: border-box;
    width: auto;
    display: inline-block;
	height: 40px;
    float: left;
}

#myshp_form_quicksearch .myshp_button.myshp_quicksearch.myshp_side_search__button{
    background-image: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.search-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: 0;
    background-color: #6b1831;
    padding: 20px;
    margin-left: -5px;
	width: auto;
    display: inline-block;
    border-radius: 0;
}

.count-products{
    background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.shopping-cart.png') bottom center no-repeat;
    display: inline-block;
    color: white;
    position: absolute;
    padding:16px;
    left: 0;
    top: -10px;
}

.shopping-cart{
    float:right;
    position: relative;
}

.total{
    color:white;
    font-size: 16px;
    text-align: center;
    margin-left: 55px;
}

.total span{
    display: block;
}
.total span:first-child{
    margin-bottom: 5px;
}

header .navbar{
    height: 60px;
    margin:0;
    background: #fff;
    font-size: 13px;
    color: #6d6e71;
    border-color: transparent;
    text-transform: uppercase;
}

div.navbar nav.navbar-default .navbar-nav > li > a{
    color: #6d6e71;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
}

div.navbar nav.navbar-default .navbar-nav > li > a#myshp_menuitem1.myshp_tabOn, div.navbar nav.navbar-default .navbar-nav > li > a#myshp_menuitem1.myshp_tabOn:hover,div.navbar nav.navbar-default .navbar-nav > li > a#myshp_menuitem1.myshp_tabOn:focus {
    color: #ac1331;
    background-color: transparent;
	background-image: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.nav-headline.png');
    background-repeat: no-repeat;
}

div.navbar nav.navbar-default .navbar-nav > li > a.myshp_tabOn.myshp_tab, div.navbar nav.navbar-default .navbar-nav > li > a.myshp_tabOn.myshp_tab:hover,div.navbar nav.navbar-default .navbar-nav > li > a.myshp_tabOn.myshp_tab:focus {
    color: #ac1331;
    background-color: transparent;
	background-image: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.nav-headline.png');
    background-repeat: no-repeat;
	background-position: 15px 0;
}

div.navbar nav.navbar-default .navbar-nav > li > a:hover,div.navbar nav.navbar-default .navbar-nav > li > a:focus {
    color: #ac1331;
    background-color: transparent;
}

header .navbar-default .navbar-nav > .open > a,header .navbar-default .navbar-nav > .open > a:hover,header .navbar-default .navbar-nav > .open > a:focus {
    color: #ac1331;
    background-color: transparent;
}

div.navbar nav.navbar-default .navbar-nav > li > a{
    margin: 12px 5px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 0;
}

div.navbar nav.navbar-default .navbar-nav > li > a:before{
	background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.nav-icon.png') top left no-repeat;
	width: 11px;
	height: 11px;
	content: "";
	display: inline-block;
	padding-right: 15px;
}

div.navbar nav.navbar-default .navbar-nav > li:first-child > a:before{
	background: none;
	width: 0px;
	height: 0px;
	padding:0;
}

.navbar.navbar-default .container-fluid{
    padding:0;
}

div.navbar nav.navbar-default {
	padding: 0px 15px;
	background-color: transparent;
	border: none;
}

.myshp_container_wrapper div.navbar{
	 background-color: #f2f4f5;
}

.myshp_box.myshp_side_basket__box span a,.myshp_box.myshp_side_basket__box span a:hover{
	color: #fff;
}

.banner{
    height: 500px;
}

.banner-content{
    width: 550px;
    float: right;
    margin-top: 50px;
    background-color: rgba(255,255,255,0.7);
    padding: 35px 30px;
}

.banner-content h3{
    font-size: 31px;
    color: #ac1331;
    margin-bottom: 40px;
}

.banner-main-content{
    color: #818385;
    font-size: 22px;
    margin-bottom:40px;
}
.button{
    padding:15px 25px ;
    border-radius: 3px;
    background-color: #ac1331;
    color: white;
    font-size:19px;
}

.button:hover{
    color:white;
}

.banner-content p{
    position: relative;
}

.banner-content p a:last-child{
    padding:15px 17px;
    margin-left: 10px;
}

.content{
    padding: 50px 0 0;
}

.content-sidebar{
    border-bottom: 1px solid #d6d8d9;
    margin-bottom: 25px;
    padding-bottom: 25px;
    color: #6d6e71;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}

.content-sidebar:last-child{
    border:none;
    overflow: visible;
}

.title,h3,.product-list-title{
	text-transform:uppercase;
    font-size: 17px;
    color: #373535;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-sidebar > h3{
	text-transform:uppercase;
    font-size: 17px;
    color: #373535;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-contact-sidebar{
    margin-bottom:20px;
}

.content-sidebar .button{
    padding:5px 10px;
    border-radius: 0;
    margin-right: 10px;
}

.sidebar-contact-phone{
    color:#ac1331;
    font-size: 19px;
}

.content-sidebar .list >li{
	display: block;
	margin-bottom:10px;
	position:relative;
}

.list >li > .list-icon{
	border: 1px solid #d7d8d9;
	width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
	position: absolute;
	top:0;
}

.content-sidebar .list-content > span{
    font-size:13px;
    display: inline-block;
	width: 86%;
    float: right;
}

.list-content{
	margin-bottom:15px;
}

.list-content:last-child{
	margin-bottom:0;
}

.follow li >a{
    width: 43px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    padding: 11px 0;
}

.follow li{float: left;margin-right:10px;}
.follow li:last-child{margin-right:0;}

.faq.list li .list-icon{
    border: none;
    width: auto;
    height: auto;
}

.faq.list li .list-content{
    padding-left:15px;
}

.faq li a{
	font-size:14px;		
	color: #6d6e71;
}

.faq-end-link a{
	text-decoration: underline;
	color: #ac1331;
	font-size:14px;
}

.main-content{
	color: #6d6e71;
}

.lastest-post{
	position:relative;
	overflow:hidden;
}

.myshp_block.lastest-post .myshp_box{
	padding-left:0;
}

.lastest-post h3, .our-product h3,.product-list-title div{
	font-size:26px;
	padding: 15px 0;
	background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.pagetitle-headline.png') no-repeat top left;
}

.lastest-post {
	border-bottom: 1px solid #d6d8d9;
	margin-bottom: 45px;
}

.content-lastest div{
	padding-left: 0;
	padding-right: 0;
}

.content-lastest div:first-child p{
    padding-right: 30px;
}

.lastest-post .myshp_box span, .lastest-post .myshp_box .mw-read-more-text{
	font-size: 18px;
	position:relative;
	text-align: justify;
	line-height:22px;
	display:block;
}

.lastest-post .myshp_box .mw-read-more, .lastest-post .myshp_box .mw-read-less{
	display:inline-block;
	font-size:18px;
	background-color: white;
	border-radius: 0;
	border: 1px solid #d7d8d9;
	color: #6d6e71;
	padding: 15px 25px;
	margin: 30px 0;
}

.main-content .myshp_pad >form{
	position:relative;
	overflow:hidden;
}

.show-our-product{
	position:relative;
	overflow:hidden;
}

.pd-img{
	position: relative;
        z-index: 10;
}

.pd-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top:0;
    transition: all 0.5s ease-in-out;
}

.pd-hover .btn-pd-hover{
    width: 33px;
    padding: 11px 0;
    display: inline-block;
    margin-right: 10px;
    border-radius: 0;
    transition: all 0.5s ease-in-out ;
    opacity:0;
}

.pd-hover .box-inner{
    position: absolute;
    width: 100%;
    top: 45%;
}

.pd-hover .btn-pd-hover:last-child{
	margin-right:0;
}

.pd-inner{
    margin-bottom: 35px;
}

.pd-inner .pd-img > a > img{
	width:100%;
}

.myshp_list_product_box:hover .pd-hover .btn-pd-hover{
	opacity:1;
        z-index: 20;
}

.myshp_list_product_details,.myshp_list_product_details .myshp_list_product_image_box,.myshp_basket_related .myshp_list_product_image,.myshp_basket_related .myshp_basket_related_product_image{
	position: relative;
	height: 225px;
	overflow:hidden;
	text-algin: center;
}

.myshp_list_product_details .myshp_list_product_image_box a,.myshp_list_product_details .myshp_list_product_image_box a img,.myshp_basket_related .myshp_basket_related_product_image a{
	height:100%;
	max-width:none;
	display: inline-block;
}

.myshp_basket_related .myshp_basket_related_product_image a img,.myshp_list_product_details .myshp_list_product_image_box a img{
	float:none;
    display: inline-block;
    vertical-align: middle; 
}

.myshp_basket_related .myshp_basket_related_product_image a:before,.myshp_list_product_details .myshp_list_product_image_box a:before,.myshp_block_language:before, .payment-icon:before{ 
    content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
}

.myshp_list_product_box:hover .pd-hover{
    background-color: rgba(214,216,217,0.57);
    z-index: 2;
}

.myshp_list .myshp_list_product_box{
    font-family: "amaranth",sans-serif;
    text-align: center;
}

.myshp_list .myshp_list_product_box .myshp_list_product_title a{
        font-size: 19px;
		color: #373535;
		display: inline-block;
		padding: 15px 0px 0px 0;
		font-weight: normal;
		overflow: hidden;
		height: 4.5em;
		line-height: 1.5em;
		box-sizing: content-box;
}

.myshp_list .myshp_list_product_box .myshp_list_product_title a:hover{
	color:rgb(172, 19, 49);
}

.myshp_list .myshp_list_product_box .myshp_list_product_price, .price-box, .myshp_basket_related_features_value{
    font-size: 24px;
    color: #ac1331;
	text-align:center;
}

.myshp_checkout td.myshp_basket_related_field input{
	display:inline-block;
}

.myshp_checkout td.myshp_basket_related_features_value, .myshp_checkout td.myshp_basket_related_field{
	text-align:center;
}

.myshp_basket_related .myshp_basket_related_product_image{
    display: block;
    margin: 10px auto;
	width: auto;
}

.myshp_basket_related{
	margin-top: 45px;
}

.myshp_basket_related > h3:first-child{
	background-color: #f4f5f6;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
}

.pre, .next{
	border: 1px solid #d8d9d8;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
	padding: 10px 8px;
}

.related-nav{
	float: right;
    margin-right: 15px;
	margin-top: 10px;
}

.price-box .myshp_info_price_value{
	margin: 15px 0 20px;
	font-family:amaranth, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

.myshp_list .myshp_list_product_box{
	border:none;
	margin-bottom:25px;
	position: relative;
	min-height: 315px!important;
}

.myshp_list .myshp_list_product_box .myshp_button.myshp_button_moreinfo, .myshp_button.myshp_info_order{
	display:inline-block;
    padding:10px 20px;
    background-color: #ac1331;
    color: white;
    font-size:16px;
	text-transform:capitalize;
	font-family:"Lato",sans-serif;
	margin: 10px 0 0;
}

a.myshp_button.myshp_info_order{
	padding: 7px 10px;
    height: 33px;
	display:block;
	margin:0;
}

a.myshp_button.myshp_info_order::before{
	content:'';
	padding:10px;
	background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.btn-buy.png') no-repeat center;
}

.myshp_list .myshp_list_product_box .myshp_button.myshp_button_moreinfo:hover{
    color:white;
}

.myshp_list_product_box h3{
	font-weight: normal;
}

body .lof-slidecontent{
	border: none;
}

body .lof-slidecontent .lof-main-outer{
	float:right;
}

body .myshp_poweredby{
	display:none;
}

/*----footer----*/
footer{
    font-size: 15px;
    color: #6d6e71;
    line-height: 22px;
    padding-top: 30px;
    background-color: #f2f4f5;
	position: fixed;
    bottom: 0;
    width: 100%;
}

footer .title{
    font-size: 19px;
    color: #010101;
    font-weight: normal;
}

.footer-content ul.list li{
    margin-top:15px;
    position: relative;
}

.footer-content ul.list li span.list-content{
    font-size: 15px;
    color: #6d6e71;
}

.footer-icon{
    display: inline-block;
}
.copyright{
    margin-top: 35px;
    background-color: #dcdedf;
    color: #6c7376;
    text-align: center;
}

.copyright .container >div{
	padding: 15px 45px 15px 0;
    font-size: 14px;
}

.copyright .container >div a{
	color:#ac1331;
	text-decoration: underline;
}

.clear{ clear: both; } 
.myshp_container_wrapper{
	padding:0;
}
/*--override----*/
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.myshp_top_menu.top-head{
    float: none;
    margin-top: 0;
}

body a,body a:visited{
	color:#6d6e71;
}


body a:hover{
	color:#ac1331;
}

.myshp_block.myshp_breadcrumb_block .last{
	color:#ac1331;
}

.top-head ul a, .top-head ul a:visited{
	color: white;
}

h3.myshp_list_product_title{
	margin-bottom:0;
	text-transform: Capitalize;
}

.content-sidebar.faq .myshp_box >div >p >img{
	display: inline-block;
    float: left;
    margin-top: 13px;
}

.content-sidebar.faq .myshp_box >div >p >a, .content-sidebar.faq .myshp_box >a{	
	display: inline-block;
	font-size: 14px;
	line-height:25px;
	width:95%;
	float:right;
}

.content-sidebar.faq .myshp_box >a{
	margin-left: 0;
}

.content-sidebar.faq .myshp_box >a:hover{
	text-decoration:underline;
}

.footer-column{
	margin-bottom:30px;
}

.unclickable{
       pointer-events: none !important;
       cursor: default;
}

.mail-link.clickable{
	display: flex;
	text-transform:none;
}

.mail-link,.phone-link,.location-first{
	height:27px;
	line-height: 27px;
	display:flex;
	margin-top: 15px;
}

.mail-link::before,.phone-link::before, .location-first:before{
	border: 1px solid #d7d8d9;
    width: 27px;
    height: 27px;
	display: inline-block;
	margin-right: 13px;
}

.mail-link::before{
	content:'';
	background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.footer-mail.png') no-repeat center;
}

.phone-link::before{
	content:'';
	background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.phone.png') no-repeat center;
}

.location-first::before{
	content:'';
	background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.location.png') no-repeat center;
}

.clickable{      
	text-transform: capitalize;
	display: block;
	margin-top: 15px;
}

.clickable::first-child{
	margin-top:0;
}

.first-transfer{
	margin-top:15px;
	display:block;
}

.location{
	display:block;
	padding-left:40px
}

.order-block{
	text-align:center;
	margin-bottom: 20px;
}

.main-order{
	display:inline-block;
}

.increase,.decrease{
	display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #d8d9d8;
	cursor: pointer;
	font-weight:bold;
	float:left;
}

.detail-product-img{
	text-align: center;
}

.detail-product-img .myshp_info_row{
	display:inline-block;
	float:left;
}

.detail-product-img .myshp_info_row input{
	height: 33px;
	width:46px;
	border-radius: 0;
	border-left: none;
    border-right: none;
}

.myshp_basket_related .myshp_list_product{
	float: none;
	width:100%;
}

.myshp_basket_related .myshp_list_product_image{
	position:relative;
	overflow: hidden;
}

.info_features h1.detail-title{
	font-size: 18px;
	font-weight:bold;
	line-height: 17px;
	background: url('https://myshop.s3-external-3.amazonaws.com/shop5339702.images.pdTitle-headline.png') no-repeat top left;
	color: #373535;
	padding:10px 0;
	letter-spacing: 1px;
    text-transform: uppercase;
}

.info_features,.info_description_long{
	color:#c3c4c5;
	font-size:12px;
}

.info_features tr:first-child td{
	padding:0;
}

.info_features tr td{
	font-size: 16px;
	color: #6d6e71;
	line-height: 24px;
	padding: 15px 0;
	vertical-align: baseline;
}

.info_features tr:first-child{
	border-bottom: none;
}

.info_features tr{
	border-bottom: 1px solid #d6d8d9;
}

.payment-icon .myshp_box img{
	padding-right:5px;
}

.myshp_list_product{
	float:left;
}

.myshp_block.myshp_breadcrumb_block{
	font-size:15px;
	text-align: right;
	position: absolute;
    right: 15px;
    top: 28px;
}

.banner-content p a.button{
	display: inline-block;
	float: left;
	color:white;
}

.banner-content .myshp_box >p{
	margin-top:20px;
	overflow: hidden;
}

.myshp_info_footer_bottom{
	text-align:center;
}

.myshp_basket_related .myshp_basket_related_table > tbody > tr .myshp_control_buttons a,.myshp_basket_product_controls a{
	margin-right: 10px;
	color: #ac1331;
}

.myshp_basket_related_product_row.myshp_basket_related_product_features{
	vertical-align: middle;
	padding-left: 20px;
}

/*div.myshp_checkout_products table tr.myshp_basket_product td span{
	float:none;
}*/

.myshp_basket_terms_conditions a, .myshp_checkout_basket_empty p,.myshp_checkout_breadcrumb{
	font-size:16px;
	line-height: 26px;
}

.myshp_checkout_breadcrumb{
	display:none;
}

div.myshp_checkout_payment .myshp_checkout_payment_cell_label >label{
	display: block;
	padding:10px;
    line-height: 25px;
}

.myshp_checkout_payment_cell_label >label:not(:first-child){
	font-weight: normal;
	line-height:24px;
}

.myshp_checkout_container >h2{
	text-align: center;
    font-size: 22px;
}

div.myshp_checkout_approval .myshp_checkout_block table tr td, div.myshp_checkout_confirmation .myshp_checkout_block table tr td{
	padding: 10px 0 10px 5px;
	line-height:24px;
}

div.myshp_checkout_approval .myshp_checkout_block table tr td > .myshp_block >h3, .myshp_checkout_confirmation .myshp_checkout_block table tr td > .myshp_block >h3{
	margin-bottom:10px;
	color: #6B1831;
} 

.myshp_info_footer_bottom{
	margin-bottom:15px;
}

.myshp_checkout .myshp_button.myshp_button_nextstep span span,
.myshp_checkout .myshp_button.myshp_button_prev span span,.myshp_checkout .myshp_button.myshp_button_continueshopping span span, .myshp_checkout .myshp_button.myshp_button_continueshopping:hover span span ,
.myshp_checkout_info_block span{
    vertical-align: baseline;
}

.myshp_checkout_info_block span, .myshp_control_buttons, .myshp_basket_related_table td h4,.myshp_checkout_info,.myshp_checkout_info_block{
	line-height:25px;
}

.myshp_basket_related_table td h4{
	font-size:18px;
}

div.myshp_checkout_products table tr.myshp_basket_product td.myshp_checkout_payment_cell_label span {
	float:none;
	padding-right:0;
}

div.myshp_checkout_products table tr.myshp_basket_product td span select{
	width:auto;
}

.myshp_checkout_products_table td.myshp_basket_product_quantity input.form-control,.myshp_basket_related input.form-control{
	width:auto;
	text-align:right;
}

.myshp_basket_related input.form-control{
	margin-top:8px;
}

.myshp_checkout_products_table td.myshp_basket_product_quantity{
	text-align:center;
}

.myshp_checkout_products_table td.myshp_basket_product_quantity input{
	display:inline-block;
}

.myshp_checkout.myshp_checkout_payment .myshp_block.myshp_checkout_products>table tr.myshp_basket_product{
	font-size:14px;
}

.myshp_checkout.myshp_checkout_payment .myshp_block.myshp_checkout_products>table tr.myshp_basket_product:nth-child(odd) > td{
	background-color:#F2F2F2;
}

.left-flag > div{
	padding: 0 0 25px;
    margin-bottom: 25px;
}

.myshp_info_navigation{
	margin-bottom:30px;
}

.myshp_info_navigation a, .myshp_info_navigation a:visited,.myshp_info_navigation a:hover{
	padding: 7px 10px;
    color: #fff;
    background-color: #6b1831;
    border-radius: 2px;
	vertical-align:top;
	display:inline-block;
}

.myshp_info_navigation>div:last-child{
	text-align:right;
}

.myshp_info_navigation>div:last-child a{
	margin-left:10px;
}

.owl-carousel{
	overflow:hidden;
}

.myshp_checkout_customerdata_shipping td{
	font-size:15px;
}

/*-----responsive------*/
@media screen and (min-width:768px){
	.myshp_checkout  .myshp_control_buttons .myshp_button_prev,.myshp_checkout  .myshp_control_buttons .myshp_button_nextstep,.myshp_checkout .myshp_button.myshp_button_continueshopping,.myshp_checkout .myshp_button.myshp_button_help{
		padding:7px 10px;
		color: #fff;
		background-color: #6b1831;
		border-radius:2px;
	}
}

@media screen and (min-width: 768px) and (max-width:995px){
    .left-header .title-content{
        font-size: 90%;
    }
    
    .logo-title p:first-child{
        font-size: 30px;
    }
    
    #myshp_form_quicksearch{
        margin:10px 0;
    }
    
    .shopping-cart{
        margin-top:12px;
        float: none;
    }
    
    .banner-content {
        float: none;
        margin: 100px auto 0;
    }
    
    .slider{
        margin-top: 20px;
    }
    
	body .myshp_list_product {
		width: 49% !important;
		margin-bottom: 10px;
		float:left;
	}
	
	body .myshp_basket_related .myshp_list_product{
		width: 100% !important;
	}
    
}

@media screen and (max-width: 767px) and (min-width: 481px){
    .banner-content {
        float: none;
        margin: 100px auto 0;
    }
    
    .slider{
        margin-top: 20px;
    }
    
    .logo-wrapper{
        display: table;
        margin:0 auto;
    }
    
    .left-content {
    display: table;
    margin: 20px auto 0;
    vertical-align: auto;
    }
    
    header .navbar {
        height: auto;
    }
    
    header .navbar .navbar-nav{
        margin: 0;
    }
    
    .footer-column{
        margin-top: 20px;
    }
    
    .footer-column:first-child{
        margin-top: 0;
    }
	
	body .myshp_list_product {
		width: 49% !important;
		margin-bottom: 10px;
		float:left;
	}
}

@media screen and (max-width: 480px) and (min-width: 320px){
    .banner-content {
        width: auto;
        float: none;
        margin: 50px auto 0;
		padding:10px;
    }
	
	.count-products {
		top: -10px;
		right:0;
		left:auto;
	}
	
	.banner-content h3 {
		font-size: 25px;
		margin-bottom: 10px;
	}
    
    .banner-content .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .banner-main-content {
        font-size: 18px;
        margin-bottom: 40px;
    }
    
    .banner {
        height: 440px;
        background-size: cover!important;
    }
    
    .topbar li a {
        font-size: 90%;
    }
    
    .topbar li {
        margin-right: 15px;
    }
    
    header .myshp_wrapper div.top-head{
        text-align: center;
    }
    
    header .myshp_wrapper div.top-head ul:first-child{
        margin-right: 0;
    }
	
	.tophead-image{
		float:none;
	}
    
    .logo-title p:first-child{
        font-size: 23px;
    }
    
    .left-header .title-content{
        font-size: 68%;
    }
    
    .slider{
        margin-top: 20px;
    }
    
    .logo-wrapper{
        display: table;
        margin:0 auto;
		text-align: center;
    }
    
	.logo, .logo-title{
		float:none;
	}
	
    .left-content {
        display: block;
        margin: 0 auto;
        vertical-align: auto;
        text-align: left;
    }
    
    header .navbar {
        height: auto;
    }
    
    header .navbar .navbar-nav{
        margin: 0;
    }
    
    .footer-column{
        margin-top: 20px;
    }
    
    .footer-column:first-child{
        margin-top: 0;
    }
    
    #myshp_form_quicksearch {
        margin-right: 0px;
        margin-top: 20px;
    }
    
    .shopping-cart {
        float: right;
        margin: 20px 0;
    }
	
	body .myshp_list_product {
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	.myshp_basket_related >h3{
		font-size: 15px;
	}
	
	.related-nav{
		margin-right: 0;
	}
}

@media screen and (max-width: 915px){
	body .lof-slidecontent{
		margin-top: 20px !important;
	}
	
	.lastest-post{
		padding-bottom:15px;
	}
	
	body .lof-slidecontent .lof-main-outer{
		float:none;
	}
}

@media screen and (max-width:767px){

	.left-flag{
		display:none;
	}
	
	.myshp_checkout_payment .myshp_checkout_products table tr td.myshp_checkout_payment_cell_label{
		padding: 0 5px 5px 15px;
	}
	
	div.myshp_checkout_products table tr.myshp_basket_product td.myshp_basket_product_quantity span{
		float:right;
	}
	
	.myshp_basket_related .myshp_basket_related_table > tbody > tr >td .myshp_basket_related_features >table >tbody >tr >td:not(:first-child){
		text-align:right;
	}
	
	.myshp_basket_related .myshp_basket_related_table > tbody > tr >td .myshp_basket_related_features >table >tbody >tr >td input{
		display:inline-block;
	}
	
	.count-products {
		top: 0;
		right: 0;
		left: auto;
		position: relative;
	}
	
	.left-content{
		text-align: center;
	}
	
	#myshp_form_quicksearch{
		display:none;
	}
	
	.payment-icon{
		display:none;
	}
	
	.tophead-image{
		display:block;
	}
	
	.myshp_block_language{
		float:none;
	}
	
	.myshp_block_language .myshp_box a{
		padding-left:10px !important;
	}

	.myshp_checkout_block .myshp_checkout_block_box {
		width: 100%;
	}

	div.myshp_checkout_payment .myshp_checkout_payment_control input{
		position:absolute;
		top:27px;
	}

	div.myshp_checkout_payment .myshp_checkout_paymentcost{
		text-align: left;
		padding-left: 15px;
	}
	
	.myshp_checkout_paymentcost span:before{
		content:"Betaalkosten:";
		font-size:16px;
		font-weight: bold;
		color: #6d6e71;
		display: inline-block;
		padding-right: 5px;
	}
	
	.myshp_checkout_products table tr.myshp_basket_product td.myshp_checkout_paymentcost span{
		float:none;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}

	button.menu-button{
		background: #fff;
		margin-right: 0;
		position: fixed;
		top: 59px;
		right: 15px;
		border-radius: 0;
		z-index: 9999;
	}
	
	nav.navbar.navbar-default >div >nav{
		position: fixed;
		top: 90px;
		background-color: #fff;
		right: 15px;
		z-index: 9999;
		box-shadow: 0px 0px 20px #888888 inset;
	}
	
	.content-sidebar .list-content > span {
		width: 89% !important;
	}

	.order-block{
		display:inline-block;
		text-align: center;
		margin-bottom:25px;
		overflow: hidden;
	}
	
	.detail-product-img{
		text-align: center;
	}
	
	.myshp_basket_related .myshp_basket_related_table > tbody > tr{
		border: 1px solid #ccc;
	}
	
	.myshp_checkout_products table tr.myshp_basket_product{
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		display: block;
		position: relative;
	}
	
	.myshp_basket_related .myshp_basket_related_table>tbody >tr >td,.myshp_checkout_products table tr.myshp_basket_product td,.myshp_checkout_block table tr td{
		word-wrap: break-word;
		display:block;
		border:none;
		width:100%;
		line-height: 24px;
	}
	.myshp_basket_related .myshp_basket_related_table > tbody > tr >td{
		padding: 15px;
	}
	
	.myshp_basket_related .myshp_basket_related_table > tbody > tr >td:first-child{
		text-align:center;
	}
	
	.myshp_basket_related .myshp_basket_related_table > tbody > tr >td .myshp_basket_related_features tr{
		margin-top:10px;
	}
	
	.myshp_basket_related .myshp_basket_related_table > tbody > tr >td .myshp_basket_related_features tr > td:first-child{
		margin-bottom:5px;
	}
	
	.myshp_basket_products_header{
		display:none;
	}
	
	.myshp_basket_related .myshp_basket_related_table > tbody > tr .myshp_control_buttons{
		margin: 0 5px 20px 0;
	}
	
	footer .ideal, footer .visa, footer .master{
		width: 100%;
		display: block;
	}
	
	footer .ideal img,footer .visa img,footer .master img{
		width: 100%;
	}
	
	.copyright .container >div {
		padding: 15px;
		font-size: 14px;
	}
	
	.myshp_checkout .myshp_button.myshp_button_continueshopping,.myshp_checkout .myshp_button.myshp_button_nextstep,.myshp_checkout .myshp_button.myshp_button_continueshopping:hover,.myshp_checkout .myshp_button.myshp_button_nextstep:hover,.myshp_button.myshp_button_prev, .myshp_info_navigation a{
		display:block;
		color: #fff;
		background-color:#6b1831;
		padding: 10px;
		margin: 0 0 15px !important;
		float:none;
		border-radius: 5px;
		text-align: center;
	}
	
	.myshp_checkout.myshp_checkout_basket .myshp_checkout_breadcrumb,.myshp_checkout .myshp_checkout_breadcrumb{
		height: auto;
		border:none;
	}
	
	.myshp_checkout.myshp_checkout_basket .myshp_checkout_breadcrumb ul,.myshp_checkout .myshp_checkout_breadcrumb ul{
		overflow: hidden;
		position: relative;
	}
	
	.myshp_checkout .myshp_checkout_breadcrumb ul li{
		width: 50%;
		list-style: number inside;
		background-color:#f5f5f5;
		background-image: none;
		margin-bottom:2px;
	}
	
	.myshp_checkout_customerdata_shipping.myshp_block .myshp_box >table > tbody > tr >td{
		display: block;
		word-wrap: break-word;
	}
	
	.myshp_checkout .myshp_checkout_breadcrumb ul li:nth-child(odd){
		border-right: 1px solid #C3C3C3;
	}
	
	.myshp_checkout_products table.myshp_checkout_products_table{
		border-collapse: collapse;
	}
	
	.myshp_basket_shipping,.myshp_basket_total,.myshp_checkout_products table tr.myshp_basket_vat,.myshp_checkout_products table tr.myshp_basket_vat >td,.myshp_checkout_products table tr.myshp_basket_vat >td >table ,.myshp_checkout_products table tr.myshp_basket_vat >td >table >tbody ,.myshp_basket_vat_total,.myshp_basket_action{
		display:block;
	}
	
	.myshp_checkout .myshp_checkout_breadcrumb ul li.myshp_checkout_breadcrumb_preactive span{
		display:none;
	}
	
	.myshp_checkout_customerdata_field textarea{
		display:block;
		width:100%;
	}
	
	td.myshp_basket_vat_total_label,td.myshp_basket_shipping_selector,.myshp_basket_total_label,.myshp_basket_action_label{
		display:inline-block;
		width:74%;
		text-align: right;
		font-size:15px;
	}
	
	.myshp_basket_vat_total_value,.myshp_basket_shipping_value,#myshp_basket_total_value,.myshp_basket_action_value{
		display:inline-block;
		width:25%;
	}
	
	.myshp_checkout_products table tr td.myshp_basket_shipping_value{
		padding-right:0;
	}
	
	.myshp_checkout_products table tr td#myshp_basket_total_value,.myshp_checkout_products table tr td.myshp_basket_action_value{
		padding-right: 10px;
	}
	
	.myshp_basket_shipping{
		padding-top: 10px!important;
	}
	
	.myshp_basket_shipping_spacer,.myshp_basket_spacer{
		display:none;
	}
	
	#myshp_basket_total_value{
		padding-right: 5px;
	}
	
	.myshp_basket_total,.myshp_basket_vat,.myshp_basket_shipping,.myshp_basket_action{
		background-color: #F2F2F2;
		font-weight: bold;
	}
	
	body div.myshp_checkout_products{
		padding-bottom:0!important;
	}
	
	.myshp_basket_vat > td:last-child{
		display:none!important;
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:nth-of-type(1):before{
		content: "Artikel";
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:nth-of-type(2):before{
		content: "Omschrijving";
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:nth-of-type(3):before{
		content: "Aantal";
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:nth-of-type(3) input{
		text-align: right;
		float:right;
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:nth-of-type(4):before{
		content: "Prijs";
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:nth-of-type(5):before{
		content: "Totaal";
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:after{
		content: "."; 
	   visibility: hidden; 
	   display: block; 
	   height: 0; 
	   clear: both;
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td span{
		vertical-align: baseline;
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td{
		text-align: left!important;
		padding
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:before{
		display: inline-block;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		margin-right: 10px;
		text-align: left;
		color: #222;
		font-weight: bold;
		float:left;
	}
	
	.myshp_checkout_products_table tr.myshp_basket_product td:nth-of-type(2):before{
		float:none;
	}
	
	.navbar-toggle{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	button.menu-button{
		padding: 7px;
	}
	
	nav.navbar.navbar-default,.navbar{
		min-height: auto;
	}
	
	.title-content {
		margin-top: 5px;
	}
	
	.title-content .myshp_slogan__text span{
		font-size: 25px!important;
	}
	
	.title-content .myshp_slogan__text span:last-child{
		font-size: 10px!important;
	}
	
	.left-header{
		padding-right:0;
		padding-left:0;
	} 
	
	.right-header{
		padding-left:0;
	}
	
	.navbar-nav{
		margin:0;
	}
	
	.total{
		display:none;
	}
}

@media screen and (max-width:1024px){
	.content-sidebar .list-content > span{
		font-size:13px !important;
	}
	
	.content-sidebar .list-content > span {
		width: 83%;
	}
	
	div.navbar nav.navbar-default .navbar-nav > li > a{
		font-size:12px;
	}
	
	body .flexnav li{
		margin-right:0;
	}
	
	footer{
		position: relative;
	}
}

@media screen and (max-width:991px){
	.lof-slidecontent .lof-main-outer .lof-main-wapper li img{
		width: 100%;
	}
	
	.lof-slidecontent{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.lastest-post .myshp_box .mw-read-more, .lastest-post .myshp_box .mw-read-less{
		margin: 15px 0;
	}
}


.myshp_button_help{
	display:none;
}
