23915 lines
482 KiB
SCSS
23915 lines
482 KiB
SCSS
// out: theme.css, compress: true, sourceMap: true
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
|
|
|
|
|
|
|
|
.slider-container {
|
|
width: 300px;
|
|
font-family: Helvetica Neue, Helvetica, Arial, sans-serif
|
|
}
|
|
|
|
.slider-container .back-bar {
|
|
height: 10px;
|
|
position: relative
|
|
}
|
|
|
|
.slider-container .back-bar .selected-bar {
|
|
position: absolute;
|
|
height: 100%
|
|
}
|
|
|
|
.slider-container .back-bar .pointer {
|
|
position: absolute;
|
|
width: 10px;
|
|
height: 10px;
|
|
background-color: red;
|
|
cursor: col-resize;
|
|
opacity: 1;
|
|
z-index: 2
|
|
}
|
|
|
|
.slider-container .back-bar .pointer.last-active {
|
|
z-index: 3
|
|
}
|
|
|
|
.slider-container .back-bar .pointer-label {
|
|
position: absolute;
|
|
top: -17px;
|
|
font-size: 8px;
|
|
background: #fff;
|
|
white-space: nowrap;
|
|
line-height: 1
|
|
}
|
|
|
|
.slider-container .back-bar .focused {
|
|
z-index: 10
|
|
}
|
|
|
|
.slider-container .clickable-dummy {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1
|
|
}
|
|
|
|
.slider-container .scale {
|
|
top: 2px;
|
|
position: relative
|
|
}
|
|
|
|
.slider-container .scale span {
|
|
position: absolute;
|
|
height: 5px;
|
|
border-left: 1px solid #999;
|
|
font-size: 0
|
|
}
|
|
|
|
.slider-container .scale ins {
|
|
font-size: 9px;
|
|
text-decoration: none;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 5px;
|
|
color: #999;
|
|
line-height: 1
|
|
}
|
|
|
|
.slider-container.slider-readonly .clickable-dummy,
|
|
.slider-container.slider-readonly .pointer {
|
|
cursor: auto
|
|
}
|
|
|
|
.theme-green .back-bar {
|
|
height: 5px;
|
|
border-radius: 2px;
|
|
background-color: #eee;
|
|
background-color: #e7e7e7;
|
|
background-image: -moz-linear-gradient(top, #eee, #ddd);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ddd));
|
|
background-image: -webkit-linear-gradient(top, #eee, #ddd);
|
|
background-image: -o-linear-gradient(top, #eee, #ddd);
|
|
background-image: linear-gradient(180deg, #eee, #ddd);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeeeee", endColorstr="#ffdddddd", GradientType=0)
|
|
}
|
|
|
|
.theme-green .back-bar .selected-bar {
|
|
border-radius: 2px;
|
|
background-color: #a1fad0;
|
|
background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
|
|
background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
|
|
background-image: -o-linear-gradient(top, #bdfade, #76fabc);
|
|
background-image: linear-gradient(180deg, #bdfade, #76fabc);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbdfade", endColorstr="#ff76fabc", GradientType=0)
|
|
}
|
|
|
|
.theme-green .back-bar .pointer {
|
|
width: 14px;
|
|
height: 14px;
|
|
top: -5px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 10px;
|
|
border: 1px solid #aaa;
|
|
background-color: #e7e7e7;
|
|
background-image: -moz-linear-gradient(top, #eee, #ddd);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ddd));
|
|
background-image: -webkit-linear-gradient(top, #eee, #ddd);
|
|
background-image: -o-linear-gradient(top, #eee, #ddd);
|
|
background-image: linear-gradient(180deg, #eee, #ddd);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeeeee", endColorstr="#ffdddddd", GradientType=0)
|
|
}
|
|
|
|
.theme-green .back-bar .pointer-label {
|
|
color: #999
|
|
}
|
|
|
|
.theme-green .back-bar .focused {
|
|
color: #333
|
|
}
|
|
|
|
.theme-green .scale span {
|
|
border-left: 1px solid #e5e5e5
|
|
}
|
|
|
|
.theme-green .scale ins {
|
|
color: #999
|
|
}
|
|
|
|
.theme-blue .back-bar {
|
|
height: 5px;
|
|
border-radius: 2px;
|
|
background-color: #eee;
|
|
background-color: #e7e7e7;
|
|
background-image: -moz-linear-gradient(top, #eee, #ddd);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ddd));
|
|
background-image: -webkit-linear-gradient(top, #eee, #ddd);
|
|
background-image: -o-linear-gradient(top, #eee, #ddd);
|
|
background-image: linear-gradient(180deg, #eee, #ddd);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeeeee", endColorstr="#ffdddddd", GradientType=0)
|
|
}
|
|
|
|
.theme-blue .back-bar .selected-bar {
|
|
border-radius: 2px;
|
|
background-color: #92c1f9;
|
|
background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
|
|
background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
|
|
background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
|
|
background-image: linear-gradient(180deg, #b1d1f9, #64a8f9);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb1d1f9", endColorstr="#ff64a8f9", GradientType=0)
|
|
}
|
|
|
|
.theme-blue .back-bar .pointer {
|
|
width: 14px;
|
|
height: 14px;
|
|
top: -5px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 10px;
|
|
border: 1px solid #aaa;
|
|
background-color: #e7e7e7;
|
|
background-image: -moz-linear-gradient(top, #eee, #ddd);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#ddd));
|
|
background-image: -webkit-linear-gradient(top, #eee, #ddd);
|
|
background-image: -o-linear-gradient(top, #eee, #ddd);
|
|
background-image: linear-gradient(180deg, #eee, #ddd);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeeeeee", endColorstr="#ffdddddd", GradientType=0)
|
|
}
|
|
|
|
.theme-blue .back-bar .pointer-label {
|
|
color: #999
|
|
}
|
|
|
|
.theme-blue .back-bar .focused {
|
|
color: #333
|
|
}
|
|
|
|
.theme-blue .scale span {
|
|
border-left: 1px solid #e5e5e5
|
|
}
|
|
|
|
.theme-blue .scale ins {
|
|
color: #999
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical {
|
|
position: absolute;
|
|
right: 6px;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 11
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical>.btn {
|
|
position: absolute;
|
|
right: 0;
|
|
height: 50%;
|
|
padding: 0 !important;
|
|
width: 2em;
|
|
text-align: center;
|
|
line-height: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
|
|
border-radius: 0 4px 0 0;
|
|
top: 0
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
|
|
border-radius: 0 0 4px 0;
|
|
bottom: 0
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 100;
|
|
src: local("Poppins Thin Italic"), local(Poppins-ThinItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiAyp8kv8JHgFVrJJLmE0tMMPY.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiAyp8kv8JHgFVrJJLmE0tMMPQ.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 200;
|
|
src: local("Poppins ExtraLight Italic"), local(Poppins-ExtraLightItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmv1pVGdeK.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmv1pVGdeI.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
src: local("Poppins Light Italic"), local(Poppins-LightItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm21lVGdeK.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm21lVGdeI.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local("Poppins Italic"), local(Poppins-Italic), url(//fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrJJLufntE.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrJJLufntG.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
src: local("Poppins Medium Italic"), local(Poppins-MediumItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmg1hVGdeK.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmg1hVGdeI.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
src: local("Poppins SemiBold Italic"), local(Poppins-SemiBoldItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmr19VGdeK.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmr19VGdeI.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: local("Poppins Bold Italic"), local(Poppins-BoldItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VGdeK.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VGdeI.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 800;
|
|
src: local("Poppins ExtraBold Italic"), local(Poppins-ExtraBoldItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm111VGdeK.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm111VGdeI.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: italic;
|
|
font-weight: 900;
|
|
src: local("Poppins Black Italic"), local(Poppins-BlackItalic), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm81xVGdeK.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm81xVGdeI.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 100;
|
|
src: local("Poppins Thin"), local(Poppins-Thin), url(//fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrLPTufntE.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrLPTufntG.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 200;
|
|
src: local("Poppins ExtraLight"), local(Poppins-ExtraLight), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_Z1JlEQ.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_Z1JlEw.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local("Poppins Light"), local(Poppins-Light), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1JlEQ.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1JlEw.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local("Poppins Regular"), local(Poppins-Regular), url(//fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnedg.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnedA.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: local("Poppins Medium"), local(Poppins-Medium), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1JlEQ.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1JlEw.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: local("Poppins SemiBold"), local(Poppins-SemiBold), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlEQ.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlEw.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local("Poppins Bold"), local(Poppins-Bold), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlEQ.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlEw.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: local("Poppins ExtraBold"), local(Poppins-ExtraBold), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z1JlEQ.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z1JlEw.woff) format("woff")
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Poppins;
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
src: local("Poppins Black"), local(Poppins-Black), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5Z1JlEQ.eot#) format("eot"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format("woff2"), url(//fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5Z1JlEw.woff) format("woff")
|
|
}
|
|
|
|
:root {
|
|
--yellow: #fdf402;
|
|
--white: #fff;
|
|
--gray-dark: #282828;
|
|
--blue: #0579fc;
|
|
--blue-1: #b8e1e2;
|
|
--indigo: #6610f2;
|
|
--purple: #6f42c1;
|
|
--pink: #ff138c;
|
|
--red: #832431;
|
|
--orange: #ffb400;
|
|
--orange-1: #f7d8bb;
|
|
// --#ff0: #fdf402;
|
|
--green: #1cc97e;
|
|
--teal: #057176;
|
|
--cyan: #18d7ec;
|
|
--gray: #888;
|
|
--gray-darker: #202020;
|
|
--gray-light: #f2f2f2;
|
|
--gray-lighter: #f8f8f8;
|
|
--primary: #ff138c;
|
|
--secondary: #8b8b8b;
|
|
--success: #1cc97e;
|
|
--info: #0579fc;
|
|
--warning: #ffb400;
|
|
--danger: #ff138c;
|
|
--light: #f2f2f2;
|
|
--dark: #282828;
|
|
--info-light: #18d7ec;
|
|
// --#fff: #fff;
|
|
--breakpoint-xs: 0;
|
|
--breakpoint-xsm: 28.57143rem;
|
|
--breakpoint-sm: 41.14286rem;
|
|
--breakpoint-md: 54.85714rem;
|
|
--breakpoint-lg: 70.85714rem;
|
|
--breakpoint-xl: 85.71429rem;
|
|
--breakpoint-xxl: 127.14286rem;
|
|
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
|
|
}
|
|
|
|
*,
|
|
:after,
|
|
:before {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
line-height: 1.15;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
-ms-overflow-style: scrollbar;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
|
|
}
|
|
|
|
@-ms-viewport {
|
|
width: device-width
|
|
}
|
|
|
|
article,
|
|
aside,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
main,
|
|
nav,
|
|
section {
|
|
display: block
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Poppins, sans-serif;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.643;
|
|
text-align: left;
|
|
background-color: #fff
|
|
}
|
|
|
|
[tabindex="-1"]:focus {
|
|
outline: 0 !important
|
|
}
|
|
|
|
hr {
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
overflow: visible
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin-top: 0;
|
|
margin-bottom: 1em
|
|
}
|
|
|
|
p {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
abbr[data-original-title],
|
|
abbr[title] {
|
|
text-decoration: underline;
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
cursor: help;
|
|
border-bottom: 0
|
|
}
|
|
|
|
address {
|
|
font-style: normal;
|
|
line-height: inherit
|
|
}
|
|
|
|
address,
|
|
dl,
|
|
ol,
|
|
ul {
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
dl,
|
|
ol,
|
|
ul {
|
|
margin-top: 0
|
|
}
|
|
|
|
ol ol,
|
|
ol ul,
|
|
ul ol,
|
|
ul ul {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
dt {
|
|
font-weight: 700
|
|
}
|
|
|
|
dd {
|
|
margin-bottom: .5rem;
|
|
margin-left: 0
|
|
}
|
|
|
|
blockquote {
|
|
margin: 0 0 1rem
|
|
}
|
|
|
|
dfn {
|
|
font-style: italic
|
|
}
|
|
|
|
b,
|
|
strong {
|
|
font-weight: bolder
|
|
}
|
|
|
|
small {
|
|
font-size: 80%
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
position: relative;
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
vertical-align: baseline
|
|
}
|
|
|
|
sub {
|
|
bottom: -.25em
|
|
}
|
|
|
|
sup {
|
|
top: -.5em
|
|
}
|
|
|
|
a {
|
|
color: #888;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
-webkit-text-decoration-skip: objects
|
|
}
|
|
|
|
a:hover {
|
|
color: #282828;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]),
|
|
a:not([href]):not([tabindex]):focus,
|
|
a:not([href]):not([tabindex]):hover {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]):focus {
|
|
outline: 0
|
|
}
|
|
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
|
font-size: 1em
|
|
}
|
|
|
|
pre {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
overflow: auto;
|
|
-ms-overflow-style: scrollbar
|
|
}
|
|
|
|
figure {
|
|
margin: 0 0 1rem
|
|
}
|
|
|
|
img {
|
|
border-style: none
|
|
}
|
|
|
|
img,
|
|
svg {
|
|
vertical-align: middle
|
|
}
|
|
|
|
svg {
|
|
overflow: hidden
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse
|
|
}
|
|
|
|
caption {
|
|
padding-top: .75rem;
|
|
padding-bottom: .75rem;
|
|
color: #888;
|
|
text-align: left;
|
|
caption-side: bottom
|
|
}
|
|
|
|
th {
|
|
text-align: inherit
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
button {
|
|
border-radius: 0
|
|
}
|
|
|
|
button:focus {
|
|
outline: .07143rem dotted;
|
|
outline: .35714rem auto -webkit-focus-ring-color
|
|
}
|
|
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
margin: 0;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit
|
|
}
|
|
|
|
button,
|
|
input {
|
|
overflow: visible
|
|
}
|
|
|
|
button,
|
|
select {
|
|
text-transform: none
|
|
}
|
|
|
|
[type=reset],
|
|
[type=submit],
|
|
button,
|
|
html [type=button] {
|
|
-webkit-appearance: button
|
|
}
|
|
|
|
[type=button]::-moz-focus-inner,
|
|
[type=reset]::-moz-focus-inner,
|
|
[type=submit]::-moz-focus-inner,
|
|
button::-moz-focus-inner {
|
|
padding: 0;
|
|
border-style: none
|
|
}
|
|
|
|
input[type=checkbox],
|
|
input[type=radio] {
|
|
box-sizing: border-box;
|
|
padding: 0
|
|
}
|
|
|
|
input[type=date],
|
|
input[type=datetime-local],
|
|
input[type=month],
|
|
input[type=time] {
|
|
-webkit-appearance: listbox
|
|
}
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
resize: vertical
|
|
}
|
|
|
|
fieldset {
|
|
min-width: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0
|
|
}
|
|
|
|
legend {
|
|
display: block;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin-bottom: .5rem;
|
|
font-size: 1.5rem;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
white-space: normal
|
|
}
|
|
|
|
progress {
|
|
vertical-align: baseline
|
|
}
|
|
|
|
[type=number]::-webkit-inner-spin-button,
|
|
[type=number]::-webkit-outer-spin-button {
|
|
height: auto
|
|
}
|
|
|
|
[type=search] {
|
|
outline-offset: -.14286rem;
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
[type=search]::-webkit-search-cancel-button,
|
|
[type=search]::-webkit-search-decoration {
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
::-webkit-file-upload-button {
|
|
font: inherit;
|
|
-webkit-appearance: button
|
|
}
|
|
|
|
output {
|
|
display: inline-block
|
|
}
|
|
|
|
summary {
|
|
display: list-item;
|
|
cursor: pointer
|
|
}
|
|
|
|
template {
|
|
display: none
|
|
}
|
|
|
|
[hidden] {
|
|
display: none !important
|
|
}
|
|
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin-bottom: 1em;
|
|
font-family: inherit;
|
|
font-weight: 600;
|
|
line-height: 1.4;
|
|
color: #000
|
|
}
|
|
|
|
.h1,
|
|
h1 {
|
|
font-size: 2.857rem
|
|
}
|
|
|
|
.h2,
|
|
h2 {
|
|
font-size: 1.857rem
|
|
}
|
|
|
|
.h3,
|
|
.h4,
|
|
h3,
|
|
h4 {
|
|
font-size: 1.429rem
|
|
}
|
|
|
|
.h5,
|
|
.h6,
|
|
h5,
|
|
h6 {
|
|
font-size: 1rem
|
|
}
|
|
|
|
.lead {
|
|
font-size: 1.25rem;
|
|
font-weight: 300
|
|
}
|
|
|
|
.display-1 {
|
|
font-size: 6rem
|
|
}
|
|
|
|
.display-1,
|
|
.display-2 {
|
|
font-weight: 300;
|
|
line-height: 1.4
|
|
}
|
|
|
|
.display-2 {
|
|
font-size: 5.5rem
|
|
}
|
|
|
|
.display-3 {
|
|
font-size: 4.5rem
|
|
}
|
|
|
|
.display-3,
|
|
.display-4 {
|
|
font-weight: 300;
|
|
line-height: 1.4
|
|
}
|
|
|
|
.display-4 {
|
|
font-size: 3.5rem
|
|
}
|
|
|
|
hr {
|
|
margin-top: 2.14286rem;
|
|
margin-bottom: 2.14286rem;
|
|
border: 0;
|
|
border-top: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.small,
|
|
small {
|
|
font-size: 80%;
|
|
font-weight: 400
|
|
}
|
|
|
|
.mark,
|
|
mark {
|
|
padding: .2em;
|
|
background-color: #fcf8e3
|
|
}
|
|
|
|
.list-inline,
|
|
.list-unstyled {
|
|
padding-left: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.list-inline-item {
|
|
display: inline-block
|
|
}
|
|
|
|
.list-inline-item:not(:last-child) {
|
|
margin-right: .5rem
|
|
}
|
|
|
|
.initialism {
|
|
font-size: 90%;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
.blockquote {
|
|
margin-bottom: 2.14286rem;
|
|
font-size: 1.25rem
|
|
}
|
|
|
|
.blockquote-footer {
|
|
display: block;
|
|
font-size: 80%;
|
|
color: #888
|
|
}
|
|
|
|
.blockquote-footer:before {
|
|
content: "\2014 \A0"
|
|
}
|
|
|
|
.img-fluid,
|
|
.img-thumbnail {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.img-thumbnail {
|
|
padding: .25rem;
|
|
background-color: #fff;
|
|
border: .07143rem solid #e0e0e0;
|
|
box-shadow: 0 .07143rem .14286rem rgba(0, 0, 0, .075)
|
|
}
|
|
|
|
.figure {
|
|
display: inline-block
|
|
}
|
|
|
|
.figure-img {
|
|
margin-bottom: 1.07143rem;
|
|
line-height: 1
|
|
}
|
|
|
|
.figure-caption {
|
|
font-size: 90%;
|
|
color: #888
|
|
}
|
|
|
|
code {
|
|
font-size: 87.5%;
|
|
color: #ff138c;
|
|
word-break: break-word
|
|
}
|
|
|
|
a>code {
|
|
color: inherit
|
|
}
|
|
|
|
kbd {
|
|
padding: .2rem .4rem;
|
|
font-size: 87.5%;
|
|
color: #fff;
|
|
background-color: #202020;
|
|
box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
|
|
}
|
|
|
|
kbd kbd {
|
|
padding: 0;
|
|
font-size: 100%;
|
|
font-weight: 700;
|
|
box-shadow: none
|
|
}
|
|
|
|
pre {
|
|
display: block;
|
|
font-size: 87.5%;
|
|
color: #202020
|
|
}
|
|
|
|
pre code {
|
|
font-size: inherit;
|
|
color: inherit;
|
|
word-break: normal
|
|
}
|
|
|
|
.pre-scrollable {
|
|
max-height: 24.28571rem;
|
|
overflow-y: scroll
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.container {
|
|
max-width: 540px
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.container {
|
|
max-width: 746px
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.container {
|
|
max-width: 966px
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.container {
|
|
max-width: 1170px
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.container {
|
|
max-width: 1810px
|
|
}
|
|
}
|
|
|
|
.container-fluid {
|
|
width: 100%;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto
|
|
}
|
|
|
|
.row,
|
|
main .products {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-right: -1.07143rem;
|
|
margin-left: -1.07143rem
|
|
}
|
|
|
|
.no-gutters {
|
|
margin-right: 0;
|
|
margin-left: 0
|
|
}
|
|
|
|
.no-gutters>.col,
|
|
.no-gutters>[class*=col-] {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.col,
|
|
.col-1,
|
|
.col-2,
|
|
.col-3,
|
|
.col-4,
|
|
.col-5,
|
|
.col-6,
|
|
.col-7,
|
|
.col-8,
|
|
.col-9,
|
|
.col-10,
|
|
.col-11,
|
|
.col-12,
|
|
.col-auto,
|
|
.col-lg,
|
|
.col-lg-1,
|
|
.col-lg-2,
|
|
.col-lg-3,
|
|
.col-lg-4,
|
|
.col-lg-5,
|
|
.col-lg-6,
|
|
.col-lg-7,
|
|
.col-lg-8,
|
|
.col-lg-9,
|
|
.col-lg-10,
|
|
.col-lg-11,
|
|
.col-lg-12,
|
|
.col-lg-auto,
|
|
.col-md,
|
|
.col-md-1,
|
|
.col-md-2,
|
|
.col-md-3,
|
|
.col-md-4,
|
|
.col-md-5,
|
|
.col-md-6,
|
|
.col-md-7,
|
|
.col-md-8,
|
|
.col-md-9,
|
|
.col-md-10,
|
|
.col-md-11,
|
|
.col-md-12,
|
|
.col-md-auto,
|
|
.col-sm,
|
|
.col-sm-1,
|
|
.col-sm-2,
|
|
.col-sm-3,
|
|
.col-sm-4,
|
|
.col-sm-5,
|
|
.col-sm-6,
|
|
.col-sm-7,
|
|
.col-sm-8,
|
|
.col-sm-9,
|
|
.col-sm-10,
|
|
.col-sm-11,
|
|
.col-sm-12,
|
|
.col-sm-auto,
|
|
.col-xl,
|
|
.col-xl-1,
|
|
.col-xl-2,
|
|
.col-xl-3,
|
|
.col-xl-4,
|
|
.col-xl-5,
|
|
.col-xl-6,
|
|
.col-xl-7,
|
|
.col-xl-8,
|
|
.col-xl-9,
|
|
.col-xl-10,
|
|
.col-xl-11,
|
|
.col-xl-12,
|
|
.col-xl-auto,
|
|
.col-xsm,
|
|
.col-xsm-1,
|
|
.col-xsm-2,
|
|
.col-xsm-3,
|
|
.col-xsm-4,
|
|
.col-xsm-5,
|
|
.col-xsm-6,
|
|
.col-xsm-7,
|
|
.col-xsm-8,
|
|
.col-xsm-9,
|
|
.col-xsm-10,
|
|
.col-xsm-11,
|
|
.col-xsm-12,
|
|
.col-xsm-auto,
|
|
.col-xxl,
|
|
.col-xxl-1,
|
|
.col-xxl-2,
|
|
.col-xxl-3,
|
|
.col-xxl-4,
|
|
.col-xxl-5,
|
|
.col-xxl-6,
|
|
.col-xxl-7,
|
|
.col-xxl-8,
|
|
.col-xxl-9,
|
|
.col-xxl-10,
|
|
.col-xxl-11,
|
|
.col-xxl-12,
|
|
.col-xxl-auto,
|
|
.has-error .help-block,
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
.layout-both-columns main .list .products article.product-miniature,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
.layout-full-width main .list .products article.product-miniature,
|
|
main .grid .products article.product-miniature,
|
|
main .list .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
position: relative;
|
|
width: 100%;
|
|
min-height: .07143rem;
|
|
padding-right: 1.07143rem;
|
|
padding-left: 1.07143rem
|
|
}
|
|
|
|
.col {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-auto {
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-1 {
|
|
flex: 0 0 8.33333%;
|
|
max-width: 8.33333%
|
|
}
|
|
|
|
.col-2 {
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%
|
|
}
|
|
|
|
.col-3 {
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-4 {
|
|
flex: 0 0 33.33333%;
|
|
max-width: 33.33333%
|
|
}
|
|
|
|
.col-5 {
|
|
flex: 0 0 41.66667%;
|
|
max-width: 41.66667%
|
|
}
|
|
|
|
.col-6,
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-7 {
|
|
flex: 0 0 58.33333%;
|
|
max-width: 58.33333%
|
|
}
|
|
|
|
.col-8 {
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%
|
|
}
|
|
|
|
.col-9 {
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-10 {
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%
|
|
}
|
|
|
|
.col-11 {
|
|
flex: 0 0 91.66667%;
|
|
max-width: 91.66667%
|
|
}
|
|
|
|
.col-12,
|
|
.has-error .help-block,
|
|
.layout-both-columns main .list .products article.product-miniature,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
.layout-full-width main .list .products article.product-miniature,
|
|
main .grid .products article.product-miniature,
|
|
main .list .products article.product-miniature {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.order-first {
|
|
order: -1
|
|
}
|
|
|
|
.order-last {
|
|
order: 13
|
|
}
|
|
|
|
.order-0 {
|
|
order: 0
|
|
}
|
|
|
|
.order-1 {
|
|
order: 1
|
|
}
|
|
|
|
.order-2 {
|
|
order: 2
|
|
}
|
|
|
|
.order-3 {
|
|
order: 3
|
|
}
|
|
|
|
.order-4 {
|
|
order: 4
|
|
}
|
|
|
|
.order-5 {
|
|
order: 5
|
|
}
|
|
|
|
.order-6 {
|
|
order: 6
|
|
}
|
|
|
|
.order-7 {
|
|
order: 7
|
|
}
|
|
|
|
.order-8 {
|
|
order: 8
|
|
}
|
|
|
|
.order-9 {
|
|
order: 9
|
|
}
|
|
|
|
.order-10 {
|
|
order: 10
|
|
}
|
|
|
|
.order-11 {
|
|
order: 11
|
|
}
|
|
|
|
.order-12 {
|
|
order: 12
|
|
}
|
|
|
|
.offset-1 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.offset-2 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.offset-3 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.offset-4 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.offset-5 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.offset-6 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.offset-7 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.offset-8 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.offset-9 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.offset-10 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.offset-11 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
@media (min-width:400px) {
|
|
.col-xsm {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-xsm-auto {
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-xsm-1 {
|
|
flex: 0 0 8.33333%;
|
|
max-width: 8.33333%
|
|
}
|
|
|
|
.col-xsm-2 {
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%
|
|
}
|
|
|
|
.col-xsm-3 {
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-xsm-4 {
|
|
flex: 0 0 33.33333%;
|
|
max-width: 33.33333%
|
|
}
|
|
|
|
.col-xsm-5 {
|
|
flex: 0 0 41.66667%;
|
|
max-width: 41.66667%
|
|
}
|
|
|
|
.col-xsm-6 {
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-xsm-7 {
|
|
flex: 0 0 58.33333%;
|
|
max-width: 58.33333%
|
|
}
|
|
|
|
.col-xsm-8 {
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%
|
|
}
|
|
|
|
.col-xsm-9 {
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-xsm-10 {
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%
|
|
}
|
|
|
|
.col-xsm-11 {
|
|
flex: 0 0 91.66667%;
|
|
max-width: 91.66667%
|
|
}
|
|
|
|
.col-xsm-12 {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.order-xsm-first {
|
|
order: -1
|
|
}
|
|
|
|
.order-xsm-last {
|
|
order: 13
|
|
}
|
|
|
|
.order-xsm-0 {
|
|
order: 0
|
|
}
|
|
|
|
.order-xsm-1 {
|
|
order: 1
|
|
}
|
|
|
|
.order-xsm-2 {
|
|
order: 2
|
|
}
|
|
|
|
.order-xsm-3 {
|
|
order: 3
|
|
}
|
|
|
|
.order-xsm-4 {
|
|
order: 4
|
|
}
|
|
|
|
.order-xsm-5 {
|
|
order: 5
|
|
}
|
|
|
|
.order-xsm-6 {
|
|
order: 6
|
|
}
|
|
|
|
.order-xsm-7 {
|
|
order: 7
|
|
}
|
|
|
|
.order-xsm-8 {
|
|
order: 8
|
|
}
|
|
|
|
.order-xsm-9 {
|
|
order: 9
|
|
}
|
|
|
|
.order-xsm-10 {
|
|
order: 10
|
|
}
|
|
|
|
.order-xsm-11 {
|
|
order: 11
|
|
}
|
|
|
|
.order-xsm-12 {
|
|
order: 12
|
|
}
|
|
|
|
.offset-xsm-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.offset-xsm-1 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.offset-xsm-2 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.offset-xsm-3 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.offset-xsm-4 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.offset-xsm-5 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.offset-xsm-6 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.offset-xsm-7 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.offset-xsm-8 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.offset-xsm-9 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.offset-xsm-10 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.offset-xsm-11 {
|
|
margin-left: 91.66667%
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.col-sm {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-sm-auto {
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-sm-1 {
|
|
flex: 0 0 8.33333%;
|
|
max-width: 8.33333%
|
|
}
|
|
|
|
.col-sm-2 {
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%
|
|
}
|
|
|
|
.col-sm-3 {
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-sm-4,
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
flex: 0 0 33.33333%;
|
|
max-width: 33.33333%
|
|
}
|
|
|
|
.col-sm-5 {
|
|
flex: 0 0 41.66667%;
|
|
max-width: 41.66667%
|
|
}
|
|
|
|
.col-sm-6,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
main .grid .products article.product-miniature {
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-sm-7 {
|
|
flex: 0 0 58.33333%;
|
|
max-width: 58.33333%
|
|
}
|
|
|
|
.col-sm-8 {
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%
|
|
}
|
|
|
|
.col-sm-9 {
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-sm-10,
|
|
.has-error .help-block {
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%
|
|
}
|
|
|
|
.col-sm-11 {
|
|
flex: 0 0 91.66667%;
|
|
max-width: 91.66667%
|
|
}
|
|
|
|
.col-sm-12 {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.order-sm-first {
|
|
order: -1
|
|
}
|
|
|
|
.order-sm-last {
|
|
order: 13
|
|
}
|
|
|
|
.order-sm-0 {
|
|
order: 0
|
|
}
|
|
|
|
.order-sm-1 {
|
|
order: 1
|
|
}
|
|
|
|
.order-sm-2 {
|
|
order: 2
|
|
}
|
|
|
|
.order-sm-3 {
|
|
order: 3
|
|
}
|
|
|
|
.order-sm-4 {
|
|
order: 4
|
|
}
|
|
|
|
.order-sm-5 {
|
|
order: 5
|
|
}
|
|
|
|
.order-sm-6 {
|
|
order: 6
|
|
}
|
|
|
|
.order-sm-7 {
|
|
order: 7
|
|
}
|
|
|
|
.order-sm-8 {
|
|
order: 8
|
|
}
|
|
|
|
.order-sm-9 {
|
|
order: 9
|
|
}
|
|
|
|
.order-sm-10 {
|
|
order: 10
|
|
}
|
|
|
|
.order-sm-11 {
|
|
order: 11
|
|
}
|
|
|
|
.order-sm-12 {
|
|
order: 12
|
|
}
|
|
|
|
.offset-sm-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.offset-sm-1 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.has-error .help-block,
|
|
.offset-sm-2 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.offset-sm-3 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.offset-sm-4 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.offset-sm-5 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.offset-sm-6 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.offset-sm-7 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.offset-sm-8 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.offset-sm-9 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.offset-sm-10 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.offset-sm-11 {
|
|
margin-left: 91.66667%
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.col-md {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-md-auto {
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-md-1 {
|
|
flex: 0 0 8.33333%;
|
|
max-width: 8.33333%
|
|
}
|
|
|
|
.col-md-2 {
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%
|
|
}
|
|
|
|
.col-md-3 {
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-md-4,
|
|
.layout-full-width main .grid .products article.product-miniature {
|
|
flex: 0 0 50%;
|
|
max-width: 50%;
|
|
|
|
@media(min-width:992px) {
|
|
flex: 0 0 33.3333333%;
|
|
max-width: 33.3333333%;
|
|
}
|
|
}
|
|
|
|
.col-md-5 {
|
|
flex: 0 0 41.66667%;
|
|
max-width: 41.66667%
|
|
}
|
|
|
|
.col-md-6,
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-md-7 {
|
|
flex: 0 0 58.33333%;
|
|
max-width: 58.33333%
|
|
}
|
|
|
|
.col-md-8 {
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%
|
|
}
|
|
|
|
.col-md-9 {
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-md-10 {
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%
|
|
}
|
|
|
|
.col-md-11 {
|
|
flex: 0 0 91.66667%;
|
|
max-width: 91.66667%
|
|
}
|
|
|
|
.col-md-12 {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.order-md-first {
|
|
order: -1
|
|
}
|
|
|
|
.order-md-last {
|
|
order: 13
|
|
}
|
|
|
|
.order-md-0 {
|
|
order: 0
|
|
}
|
|
|
|
.order-md-1 {
|
|
order: 1
|
|
}
|
|
|
|
.order-md-2 {
|
|
order: 2
|
|
}
|
|
|
|
.order-md-3 {
|
|
order: 3
|
|
}
|
|
|
|
.order-md-4 {
|
|
order: 4
|
|
}
|
|
|
|
.order-md-5 {
|
|
order: 5
|
|
}
|
|
|
|
.order-md-6 {
|
|
order: 6
|
|
}
|
|
|
|
.order-md-7 {
|
|
order: 7
|
|
}
|
|
|
|
.order-md-8 {
|
|
order: 8
|
|
}
|
|
|
|
.order-md-9 {
|
|
order: 9
|
|
}
|
|
|
|
.order-md-10 {
|
|
order: 10
|
|
}
|
|
|
|
.order-md-11 {
|
|
order: 11
|
|
}
|
|
|
|
.order-md-12 {
|
|
order: 12
|
|
}
|
|
|
|
.offset-md-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.offset-md-1 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.offset-md-2 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.offset-md-3 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.offset-md-4 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.offset-md-5 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.offset-md-6 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.offset-md-7 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.offset-md-8 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.offset-md-9 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.offset-md-10 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.offset-md-11 {
|
|
margin-left: 91.66667%
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.col-lg {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-lg-auto {
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-lg-1 {
|
|
flex: 0 0 8.33333%;
|
|
max-width: 8.33333%
|
|
}
|
|
|
|
.col-lg-2 {
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%
|
|
}
|
|
|
|
.col-lg-3 {
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-lg-4,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
flex: 0 0 33.33333%;
|
|
max-width: 33.33333%
|
|
}
|
|
|
|
.col-lg-5 {
|
|
flex: 0 0 41.66667%;
|
|
max-width: 41.66667%
|
|
}
|
|
|
|
.col-lg-6,
|
|
main .grid .products article.product-miniature {
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-lg-7 {
|
|
flex: 0 0 58.33333%;
|
|
max-width: 58.33333%
|
|
}
|
|
|
|
.col-lg-8 {
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%
|
|
}
|
|
|
|
.col-lg-9 {
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-lg-10 {
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%
|
|
}
|
|
|
|
.col-lg-11 {
|
|
flex: 0 0 91.66667%;
|
|
max-width: 91.66667%
|
|
}
|
|
|
|
.col-lg-12 {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.order-lg-first {
|
|
order: -1
|
|
}
|
|
|
|
.order-lg-last {
|
|
order: 13
|
|
}
|
|
|
|
.order-lg-0 {
|
|
order: 0
|
|
}
|
|
|
|
.order-lg-1 {
|
|
order: 1
|
|
}
|
|
|
|
.order-lg-2 {
|
|
order: 2
|
|
}
|
|
|
|
.order-lg-3 {
|
|
order: 3
|
|
}
|
|
|
|
.order-lg-4 {
|
|
order: 4
|
|
}
|
|
|
|
.order-lg-5 {
|
|
order: 5
|
|
}
|
|
|
|
.order-lg-6 {
|
|
order: 6
|
|
}
|
|
|
|
.order-lg-7 {
|
|
order: 7
|
|
}
|
|
|
|
.order-lg-8 {
|
|
order: 8
|
|
}
|
|
|
|
.order-lg-9 {
|
|
order: 9
|
|
}
|
|
|
|
.order-lg-10 {
|
|
order: 10
|
|
}
|
|
|
|
.order-lg-11 {
|
|
order: 11
|
|
}
|
|
|
|
.order-lg-12 {
|
|
order: 12
|
|
}
|
|
|
|
.offset-lg-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.offset-lg-1 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.offset-lg-2 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.offset-lg-3 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.offset-lg-4 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.offset-lg-5 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.offset-lg-6 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.offset-lg-7 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.offset-lg-8 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.offset-lg-9 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.offset-lg-10 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.offset-lg-11 {
|
|
margin-left: 91.66667%
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.col-xl {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-xl-auto {
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-xl-1 {
|
|
flex: 0 0 8.33333%;
|
|
max-width: 8.33333%
|
|
}
|
|
|
|
.col-xl-2 {
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%
|
|
}
|
|
|
|
.col-xl-3,
|
|
.layout-full-width main .grid .products article.product-miniature {
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-xl-4,
|
|
main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
flex: 0 0 33.33333%;
|
|
max-width: 33.33333%
|
|
}
|
|
|
|
.col-xl-5 {
|
|
flex: 0 0 41.66667%;
|
|
max-width: 41.66667%
|
|
}
|
|
|
|
.col-xl-6,
|
|
.layout-both-columns main .grid .products article.product-miniature {
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-xl-7 {
|
|
flex: 0 0 58.33333%;
|
|
max-width: 58.33333%
|
|
}
|
|
|
|
.col-xl-8 {
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%
|
|
}
|
|
|
|
.col-xl-9 {
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-xl-10 {
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%
|
|
}
|
|
|
|
.col-xl-11 {
|
|
flex: 0 0 91.66667%;
|
|
max-width: 91.66667%
|
|
}
|
|
|
|
.col-xl-12 {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.order-xl-first {
|
|
order: -1
|
|
}
|
|
|
|
.order-xl-last {
|
|
order: 13
|
|
}
|
|
|
|
.order-xl-0 {
|
|
order: 0
|
|
}
|
|
|
|
.order-xl-1 {
|
|
order: 1
|
|
}
|
|
|
|
.order-xl-2 {
|
|
order: 2
|
|
}
|
|
|
|
.order-xl-3 {
|
|
order: 3
|
|
}
|
|
|
|
.order-xl-4 {
|
|
order: 4
|
|
}
|
|
|
|
.order-xl-5 {
|
|
order: 5
|
|
}
|
|
|
|
.order-xl-6 {
|
|
order: 6
|
|
}
|
|
|
|
.order-xl-7 {
|
|
order: 7
|
|
}
|
|
|
|
.order-xl-8 {
|
|
order: 8
|
|
}
|
|
|
|
.order-xl-9 {
|
|
order: 9
|
|
}
|
|
|
|
.order-xl-10 {
|
|
order: 10
|
|
}
|
|
|
|
.order-xl-11 {
|
|
order: 11
|
|
}
|
|
|
|
.order-xl-12 {
|
|
order: 12
|
|
}
|
|
|
|
.offset-xl-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.offset-xl-1 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.offset-xl-2 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.offset-xl-3 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.offset-xl-4 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.offset-xl-5 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.offset-xl-6 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.offset-xl-7 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.offset-xl-8 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.offset-xl-9 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.offset-xl-10 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.offset-xl-11 {
|
|
margin-left: 91.66667%
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.col-xxl {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 100%
|
|
}
|
|
|
|
.col-xxl-auto {
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
max-width: none
|
|
}
|
|
|
|
.col-xxl-1 {
|
|
flex: 0 0 8.33333%;
|
|
max-width: 8.33333%
|
|
}
|
|
|
|
.col-xxl-2 {
|
|
flex: 0 0 16.66667%;
|
|
max-width: 16.66667%
|
|
}
|
|
|
|
.col-xxl-3 {
|
|
flex: 0 0 25%;
|
|
max-width: 25%
|
|
}
|
|
|
|
.col-xxl-4 {
|
|
flex: 0 0 33.33333%;
|
|
max-width: 33.33333%
|
|
}
|
|
|
|
.col-xxl-5 {
|
|
flex: 0 0 41.66667%;
|
|
max-width: 41.66667%
|
|
}
|
|
|
|
.col-xxl-6,
|
|
.layout-both-columns main .grid .products article.product-miniature {
|
|
flex: 0 0 50%;
|
|
max-width: 50%
|
|
}
|
|
|
|
.col-xxl-7 {
|
|
flex: 0 0 58.33333%;
|
|
max-width: 58.33333%
|
|
}
|
|
|
|
.col-xxl-8 {
|
|
flex: 0 0 66.66667%;
|
|
max-width: 66.66667%
|
|
}
|
|
|
|
.col-xxl-9 {
|
|
flex: 0 0 75%;
|
|
max-width: 75%
|
|
}
|
|
|
|
.col-xxl-10 {
|
|
flex: 0 0 83.33333%;
|
|
max-width: 83.33333%
|
|
}
|
|
|
|
.col-xxl-11 {
|
|
flex: 0 0 91.66667%;
|
|
max-width: 91.66667%
|
|
}
|
|
|
|
.col-xxl-12 {
|
|
flex: 0 0 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.order-xxl-first {
|
|
order: -1
|
|
}
|
|
|
|
.order-xxl-last {
|
|
order: 13
|
|
}
|
|
|
|
.order-xxl-0 {
|
|
order: 0
|
|
}
|
|
|
|
.order-xxl-1 {
|
|
order: 1
|
|
}
|
|
|
|
.order-xxl-2 {
|
|
order: 2
|
|
}
|
|
|
|
.order-xxl-3 {
|
|
order: 3
|
|
}
|
|
|
|
.order-xxl-4 {
|
|
order: 4
|
|
}
|
|
|
|
.order-xxl-5 {
|
|
order: 5
|
|
}
|
|
|
|
.order-xxl-6 {
|
|
order: 6
|
|
}
|
|
|
|
.order-xxl-7 {
|
|
order: 7
|
|
}
|
|
|
|
.order-xxl-8 {
|
|
order: 8
|
|
}
|
|
|
|
.order-xxl-9 {
|
|
order: 9
|
|
}
|
|
|
|
.order-xxl-10 {
|
|
order: 10
|
|
}
|
|
|
|
.order-xxl-11 {
|
|
order: 11
|
|
}
|
|
|
|
.order-xxl-12 {
|
|
order: 12
|
|
}
|
|
|
|
.offset-xxl-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.offset-xxl-1 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.offset-xxl-2 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.offset-xxl-3 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.offset-xxl-4 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.offset-xxl-5 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.offset-xxl-6 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.offset-xxl-7 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.offset-xxl-8 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.offset-xxl-9 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.offset-xxl-10 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.offset-xxl-11 {
|
|
margin-left: 91.66667%
|
|
}
|
|
}
|
|
|
|
.table {
|
|
width: 100%;
|
|
margin-bottom: 2.14286rem;
|
|
background-color: transparent
|
|
}
|
|
|
|
.table td,
|
|
.table th {
|
|
padding: .75rem;
|
|
vertical-align: top;
|
|
border-top: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.table thead th {
|
|
vertical-align: bottom;
|
|
border-bottom: .14286rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.table tbody+tbody {
|
|
border-top: .14286rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.table .table {
|
|
background-color: #fff
|
|
}
|
|
|
|
.table-sm td,
|
|
.table-sm th {
|
|
padding: .3rem
|
|
}
|
|
|
|
.table-bordered,
|
|
.table-bordered td,
|
|
.table-bordered th {
|
|
border: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.table-bordered thead td,
|
|
.table-bordered thead th {
|
|
border-bottom-width: .14286rem
|
|
}
|
|
|
|
.table-borderless tbody+tbody,
|
|
.table-borderless td,
|
|
.table-borderless th,
|
|
.table-borderless thead th {
|
|
border: 0
|
|
}
|
|
|
|
.table-striped tbody tr:nth-of-type(odd) {
|
|
background-color: rgba(0, 0, 0, .05)
|
|
}
|
|
|
|
.table-hover tbody tr:hover {
|
|
background-color: rgba(0, 0, 0, .075)
|
|
}
|
|
|
|
.table-primary,
|
|
.table-primary>td,
|
|
.table-primary>th {
|
|
background-color: #ffbddf
|
|
}
|
|
|
|
.table-hover .table-primary:hover,
|
|
.table-hover .table-primary:hover>td,
|
|
.table-hover .table-primary:hover>th {
|
|
background-color: #ffa4d3
|
|
}
|
|
|
|
.table-secondary,
|
|
.table-secondary>td,
|
|
.table-secondary>th {
|
|
background-color: #dfdfdf
|
|
}
|
|
|
|
.table-hover .table-secondary:hover,
|
|
.table-hover .table-secondary:hover>td,
|
|
.table-hover .table-secondary:hover>th {
|
|
background-color: #d2d2d2
|
|
}
|
|
|
|
.table-success,
|
|
.table-success>td,
|
|
.table-success>th {
|
|
background-color: #bff0db
|
|
}
|
|
|
|
.table-hover .table-success:hover,
|
|
.table-hover .table-success:hover>td,
|
|
.table-hover .table-success:hover>th {
|
|
background-color: #aaebcf
|
|
}
|
|
|
|
.table-info,
|
|
.table-info>td,
|
|
.table-info>th {
|
|
background-color: #b9d9fe
|
|
}
|
|
|
|
.table-hover .table-info:hover,
|
|
.table-hover .table-info:hover>td,
|
|
.table-hover .table-info:hover>th {
|
|
background-color: #a0cbfe
|
|
}
|
|
|
|
.table-warning,
|
|
.table-warning>td,
|
|
.table-warning>th {
|
|
background-color: #ffeab8
|
|
}
|
|
|
|
.table-hover .table-warning:hover,
|
|
.table-hover .table-warning:hover>td,
|
|
.table-hover .table-warning:hover>th {
|
|
background-color: #ffe29f
|
|
}
|
|
|
|
.table-danger,
|
|
.table-danger>td,
|
|
.table-danger>th {
|
|
background-color: #ffbddf
|
|
}
|
|
|
|
.table-hover .table-danger:hover,
|
|
.table-hover .table-danger:hover>td,
|
|
.table-hover .table-danger:hover>th {
|
|
background-color: #ffa4d3
|
|
}
|
|
|
|
.table-light,
|
|
.table-light>td,
|
|
.table-light>th {
|
|
background-color: #fbfbfb
|
|
}
|
|
|
|
.table-hover .table-light:hover,
|
|
.table-hover .table-light:hover>td,
|
|
.table-hover .table-light:hover>th {
|
|
background-color: #eee
|
|
}
|
|
|
|
.table-dark,
|
|
.table-dark>td,
|
|
.table-dark>th {
|
|
background-color: #c3c3c3
|
|
}
|
|
|
|
.table-hover .table-dark:hover,
|
|
.table-hover .table-dark:hover>td,
|
|
.table-hover .table-dark:hover>th {
|
|
background-color: #b6b6b6
|
|
}
|
|
|
|
.table-info-light,
|
|
.table-info-light>td,
|
|
.table-info-light>th {
|
|
background-color: #bef4fa
|
|
}
|
|
|
|
.table-hover .table-info-light:hover,
|
|
.table-hover .table-info-light:hover>td,
|
|
.table-hover .table-info-light:hover>th {
|
|
background-color: #a6f0f8
|
|
}
|
|
|
|
.table-white,
|
|
.table-white>td,
|
|
.table-white>th {
|
|
background-color: #fff
|
|
}
|
|
|
|
.table-hover .table-white:hover,
|
|
.table-hover .table-white:hover>td,
|
|
.table-hover .table-white:hover>th {
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.table-active,
|
|
.table-active>td,
|
|
.table-active>th,
|
|
.table-hover .table-active:hover,
|
|
.table-hover .table-active:hover>td,
|
|
.table-hover .table-active:hover>th {
|
|
background-color: rgba(0, 0, 0, .075)
|
|
}
|
|
|
|
.table .thead-dark th {
|
|
color: #fff;
|
|
background-color: #202020;
|
|
border-color: #333
|
|
}
|
|
|
|
.table .thead-light th {
|
|
color: #666;
|
|
background-color: #f2f2f2;
|
|
border-color: rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.table-dark {
|
|
color: #fff;
|
|
background-color: #202020
|
|
}
|
|
|
|
.table-dark td,
|
|
.table-dark th,
|
|
.table-dark thead th {
|
|
border-color: #333
|
|
}
|
|
|
|
.table-dark.table-bordered {
|
|
border: 0
|
|
}
|
|
|
|
.table-dark.table-striped tbody tr:nth-of-type(odd) {
|
|
background-color: hsla(0, 0%, 100%, .05)
|
|
}
|
|
|
|
.table-dark.table-hover tbody tr:hover {
|
|
background-color: hsla(0, 0%, 100%, .075)
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
.table-responsive-xsm {
|
|
display: block;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
|
}
|
|
|
|
.table-responsive-xsm>.table-bordered {
|
|
border: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width:575.98px) {
|
|
.table-responsive-sm {
|
|
display: block;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
|
}
|
|
|
|
.table-responsive-sm>.table-bordered {
|
|
border: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width:767.98px) {
|
|
.table-responsive-md {
|
|
display: block;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
|
}
|
|
|
|
.table-responsive-md>.table-bordered {
|
|
border: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width:991.98px) {
|
|
.table-responsive-lg {
|
|
display: block;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
|
}
|
|
|
|
.table-responsive-lg>.table-bordered {
|
|
border: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width:1199.98px) {
|
|
.table-responsive-xl {
|
|
display: block;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
|
}
|
|
|
|
.table-responsive-xl>.table-bordered {
|
|
border: 0
|
|
}
|
|
}
|
|
|
|
@media (max-width:1779.98px) {
|
|
.table-responsive-xxl {
|
|
display: block;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
|
}
|
|
|
|
.table-responsive-xxl>.table-bordered {
|
|
border: 0
|
|
}
|
|
}
|
|
|
|
.table-responsive {
|
|
display: block;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
|
}
|
|
|
|
.table-responsive>.table-bordered {
|
|
border: 0
|
|
}
|
|
|
|
.form-control {
|
|
display: block;
|
|
width: 100%;
|
|
height: 3.571rem;
|
|
padding: 1.143rem 1.429rem;
|
|
font-size: 1rem;
|
|
line-height: 1.23;
|
|
color: #8b8b8b;
|
|
background-color: transparent;
|
|
background-clip: padding-box;
|
|
border: .07143rem solid rgba(0, 0, 0, .2);
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.form-control {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.form-control::-ms-expand {
|
|
background-color: transparent;
|
|
border: 0
|
|
}
|
|
|
|
.form-control:focus {
|
|
color: #8b8b8b;
|
|
background-color: transparent;
|
|
border-color: #000;
|
|
outline: 0;
|
|
box-shadow: none, 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.form-control::-webkit-input-placeholder {
|
|
color: #8b8b8b;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control::-moz-placeholder {
|
|
color: #8b8b8b;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control:-ms-input-placeholder {
|
|
color: #8b8b8b;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control::-ms-input-placeholder {
|
|
color: #8b8b8b;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control::placeholder {
|
|
color: #8b8b8b;
|
|
opacity: 1
|
|
}
|
|
|
|
.form-control:disabled,
|
|
.form-control[readonly] {
|
|
background-color: #e0e0e0;
|
|
opacity: 1
|
|
}
|
|
|
|
select.form-control:focus::-ms-value {
|
|
color: #8b8b8b;
|
|
background-color: transparent
|
|
}
|
|
|
|
.form-control-file,
|
|
.form-control-range {
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
|
|
.col-form-label {
|
|
padding-top: 1.21443rem;
|
|
padding-bottom: 1.21443rem;
|
|
margin-bottom: 0;
|
|
font-size: inherit;
|
|
line-height: 1.23
|
|
}
|
|
|
|
.col-form-label-lg {
|
|
padding-top: 1.64243rem;
|
|
padding-bottom: 1.64243rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.143
|
|
}
|
|
|
|
.col-form-label-sm {
|
|
padding-top: .85743rem;
|
|
padding-bottom: .85743rem;
|
|
font-size: .875rem;
|
|
line-height: 1.143
|
|
}
|
|
|
|
.form-control-plaintext {
|
|
display: block;
|
|
width: 100%;
|
|
padding-top: 1.143rem;
|
|
padding-bottom: 1.143rem;
|
|
margin-bottom: 0;
|
|
line-height: 1.23;
|
|
color: #000;
|
|
background-color: transparent;
|
|
border: solid transparent;
|
|
border-width: .07143rem 0
|
|
}
|
|
|
|
.form-control-plaintext.form-control-lg,
|
|
.form-control-plaintext.form-control-sm,
|
|
.jx-header-account-wrapper .form-control-plaintext.form-control {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.form-control-sm {
|
|
height: 2.857rem;
|
|
padding: .786rem 1.429rem;
|
|
font-size: .875rem;
|
|
line-height: 1.143
|
|
}
|
|
|
|
.form-control-lg,
|
|
.jx-header-account-wrapper .form-control {
|
|
height: 4.429rem;
|
|
padding: 1.571rem 1.429rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.143
|
|
}
|
|
|
|
select.form-control[multiple],
|
|
select.form-control[size],
|
|
textarea.form-control {
|
|
height: auto
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 1.071rem !important
|
|
}
|
|
|
|
.form-text {
|
|
display: block;
|
|
margin-top: .25rem
|
|
}
|
|
|
|
.form-row {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-right: -.35714rem;
|
|
margin-left: -.35714rem
|
|
}
|
|
|
|
.form-row>.col,
|
|
.form-row>[class*=col-] {
|
|
padding-right: .35714rem;
|
|
padding-left: .35714rem
|
|
}
|
|
|
|
.form-check {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 1.25rem
|
|
}
|
|
|
|
.form-check-input {
|
|
position: absolute;
|
|
margin-top: .3rem;
|
|
margin-left: -1.25rem
|
|
}
|
|
|
|
.form-check-input:disabled~.form-check-label {
|
|
color: #888
|
|
}
|
|
|
|
.form-check-label {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.form-check-inline {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
padding-left: 0;
|
|
margin-right: .75rem
|
|
}
|
|
|
|
.form-check-inline .form-check-input {
|
|
position: static;
|
|
margin-top: 0;
|
|
margin-right: .3125rem;
|
|
margin-left: 0
|
|
}
|
|
|
|
.valid-feedback {
|
|
display: none;
|
|
width: 100%;
|
|
margin-top: .25rem;
|
|
font-size: 80%;
|
|
color: #1cc97e
|
|
}
|
|
|
|
.valid-tooltip {
|
|
position: absolute;
|
|
top: 100%;
|
|
z-index: 5;
|
|
display: none;
|
|
max-width: 100%;
|
|
padding: .25rem .5rem;
|
|
margin-top: .1rem;
|
|
font-size: .875rem;
|
|
line-height: 1.643;
|
|
color: #fff;
|
|
background-color: rgba(28, 201, 126, .9)
|
|
}
|
|
|
|
.custom-select.is-valid,
|
|
.form-control.is-valid,
|
|
.was-validated .custom-select:valid,
|
|
.was-validated .form-control:valid {
|
|
border-color: #1cc97e
|
|
}
|
|
|
|
.custom-select.is-valid:focus,
|
|
.form-control.is-valid:focus,
|
|
.was-validated .custom-select:valid:focus,
|
|
.was-validated .form-control:valid:focus {
|
|
border-color: #1cc97e;
|
|
box-shadow: 0 0 0 .2rem rgba(28, 201, 126, .25)
|
|
}
|
|
|
|
.custom-select.is-valid~.valid-feedback,
|
|
.custom-select.is-valid~.valid-tooltip,
|
|
.form-control-file.is-valid~.valid-feedback,
|
|
.form-control-file.is-valid~.valid-tooltip,
|
|
.form-control.is-valid~.valid-feedback,
|
|
.form-control.is-valid~.valid-tooltip,
|
|
.was-validated .custom-select:valid~.valid-feedback,
|
|
.was-validated .custom-select:valid~.valid-tooltip,
|
|
.was-validated .form-control-file:valid~.valid-feedback,
|
|
.was-validated .form-control-file:valid~.valid-tooltip,
|
|
.was-validated .form-control:valid~.valid-feedback,
|
|
.was-validated .form-control:valid~.valid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
.form-check-input.is-valid~.form-check-label,
|
|
.was-validated .form-check-input:valid~.form-check-label {
|
|
color: #1cc97e
|
|
}
|
|
|
|
.form-check-input.is-valid~.valid-feedback,
|
|
.form-check-input.is-valid~.valid-tooltip,
|
|
.was-validated .form-check-input:valid~.valid-feedback,
|
|
.was-validated .form-check-input:valid~.valid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
.custom-control-input.is-valid~.custom-control-label,
|
|
.was-validated .custom-control-input:valid~.custom-control-label {
|
|
color: #1cc97e
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input.is-valid~.color-box,
|
|
#search_filters_wrapper section.facet .facet-list li .was-validated .custom-control-input:valid~.color-box,
|
|
.custom-control-input.is-valid~.custom-control-label:before,
|
|
.was-validated #search_filters_wrapper section.facet .facet-list li .custom-control-input:valid~.color-box,
|
|
.was-validated .custom-control-input:valid~.custom-control-label:before {
|
|
background-color: #78ecba
|
|
}
|
|
|
|
.custom-control-input.is-valid~.valid-feedback,
|
|
.custom-control-input.is-valid~.valid-tooltip,
|
|
.was-validated .custom-control-input:valid~.valid-feedback,
|
|
.was-validated .custom-control-input:valid~.valid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input.is-valid:checked~.color-box,
|
|
#search_filters_wrapper section.facet .facet-list li .was-validated .custom-control-input:valid:checked~.color-box,
|
|
.custom-control-input.is-valid:checked~.custom-control-label:before,
|
|
.was-validated #search_filters_wrapper section.facet .facet-list li .custom-control-input:valid:checked~.color-box,
|
|
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
|
|
background-color: #35e398
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input.is-valid:focus~.color-box,
|
|
#search_filters_wrapper section.facet .facet-list li .was-validated .custom-control-input:valid:focus~.color-box,
|
|
.custom-control-input.is-valid:focus~.custom-control-label:before,
|
|
.was-validated #search_filters_wrapper section.facet .facet-list li .custom-control-input:valid:focus~.color-box,
|
|
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
|
|
box-shadow: 0 0 0 .07143rem #fff, 0 0 0 .2rem rgba(28, 201, 126, .25)
|
|
}
|
|
|
|
.custom-file-input.is-valid~.custom-file-label,
|
|
.was-validated .custom-file-input:valid~.custom-file-label {
|
|
border-color: #1cc97e
|
|
}
|
|
|
|
.custom-file-input.is-valid~.custom-file-label:after,
|
|
.was-validated .custom-file-input:valid~.custom-file-label:after {
|
|
border-color: inherit
|
|
}
|
|
|
|
.custom-file-input.is-valid~.valid-feedback,
|
|
.custom-file-input.is-valid~.valid-tooltip,
|
|
.was-validated .custom-file-input:valid~.valid-feedback,
|
|
.was-validated .custom-file-input:valid~.valid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
.custom-file-input.is-valid:focus~.custom-file-label,
|
|
.was-validated .custom-file-input:valid:focus~.custom-file-label {
|
|
box-shadow: 0 0 0 .2rem rgba(28, 201, 126, .25)
|
|
}
|
|
|
|
.invalid-feedback {
|
|
display: none;
|
|
width: 100%;
|
|
margin-top: .25rem;
|
|
font-size: 80%;
|
|
color: #ff138c
|
|
}
|
|
|
|
.invalid-tooltip {
|
|
position: absolute;
|
|
top: 100%;
|
|
z-index: 5;
|
|
display: none;
|
|
max-width: 100%;
|
|
padding: .25rem .5rem;
|
|
margin-top: .1rem;
|
|
font-size: .875rem;
|
|
line-height: 1.643;
|
|
color: #fff;
|
|
background-color: rgba(255, 19, 140, .9)
|
|
}
|
|
|
|
.custom-select.is-invalid,
|
|
.form-control.is-invalid,
|
|
.was-validated .custom-select:invalid,
|
|
.was-validated .form-control:invalid {
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.custom-select.is-invalid:focus,
|
|
.form-control.is-invalid:focus,
|
|
.was-validated .custom-select:invalid:focus,
|
|
.was-validated .form-control:invalid:focus {
|
|
border-color: #ff138c;
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.custom-select.is-invalid~.invalid-feedback,
|
|
.custom-select.is-invalid~.invalid-tooltip,
|
|
.form-control-file.is-invalid~.invalid-feedback,
|
|
.form-control-file.is-invalid~.invalid-tooltip,
|
|
.form-control.is-invalid~.invalid-feedback,
|
|
.form-control.is-invalid~.invalid-tooltip,
|
|
.was-validated .custom-select:invalid~.invalid-feedback,
|
|
.was-validated .custom-select:invalid~.invalid-tooltip,
|
|
.was-validated .form-control-file:invalid~.invalid-feedback,
|
|
.was-validated .form-control-file:invalid~.invalid-tooltip,
|
|
.was-validated .form-control:invalid~.invalid-feedback,
|
|
.was-validated .form-control:invalid~.invalid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
.form-check-input.is-invalid~.form-check-label,
|
|
.was-validated .form-check-input:invalid~.form-check-label {
|
|
color: #ff138c
|
|
}
|
|
|
|
.form-check-input.is-invalid~.invalid-feedback,
|
|
.form-check-input.is-invalid~.invalid-tooltip,
|
|
.was-validated .form-check-input:invalid~.invalid-feedback,
|
|
.was-validated .form-check-input:invalid~.invalid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
.custom-control-input.is-invalid~.custom-control-label,
|
|
.was-validated .custom-control-input:invalid~.custom-control-label {
|
|
color: #ff138c
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input.is-invalid~.color-box,
|
|
#search_filters_wrapper section.facet .facet-list li .was-validated .custom-control-input:invalid~.color-box,
|
|
.custom-control-input.is-invalid~.custom-control-label:before,
|
|
.was-validated #search_filters_wrapper section.facet .facet-list li .custom-control-input:invalid~.color-box,
|
|
.was-validated .custom-control-input:invalid~.custom-control-label:before {
|
|
background-color: #ff93ca
|
|
}
|
|
|
|
.custom-control-input.is-invalid~.invalid-feedback,
|
|
.custom-control-input.is-invalid~.invalid-tooltip,
|
|
.was-validated .custom-control-input:invalid~.invalid-feedback,
|
|
.was-validated .custom-control-input:invalid~.invalid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input.is-invalid:checked~.color-box,
|
|
#search_filters_wrapper section.facet .facet-list li .was-validated .custom-control-input:invalid:checked~.color-box,
|
|
.custom-control-input.is-invalid:checked~.custom-control-label:before,
|
|
.was-validated #search_filters_wrapper section.facet .facet-list li .custom-control-input:invalid:checked~.color-box,
|
|
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
|
|
background-color: #ff46a5
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input.is-invalid:focus~.color-box,
|
|
#search_filters_wrapper section.facet .facet-list li .was-validated .custom-control-input:invalid:focus~.color-box,
|
|
.custom-control-input.is-invalid:focus~.custom-control-label:before,
|
|
.was-validated #search_filters_wrapper section.facet .facet-list li .custom-control-input:invalid:focus~.color-box,
|
|
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
|
|
box-shadow: 0 0 0 .07143rem #fff, 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.custom-file-input.is-invalid~.custom-file-label,
|
|
.was-validated .custom-file-input:invalid~.custom-file-label {
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.custom-file-input.is-invalid~.custom-file-label:after,
|
|
.was-validated .custom-file-input:invalid~.custom-file-label:after {
|
|
border-color: inherit
|
|
}
|
|
|
|
.custom-file-input.is-invalid~.invalid-feedback,
|
|
.custom-file-input.is-invalid~.invalid-tooltip,
|
|
.was-validated .custom-file-input:invalid~.invalid-feedback,
|
|
.was-validated .custom-file-input:invalid~.invalid-tooltip {
|
|
display: block
|
|
}
|
|
|
|
.custom-file-input.is-invalid:focus~.custom-file-label,
|
|
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.form-inline {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center
|
|
}
|
|
|
|
.form-inline .form-check {
|
|
width: 100%
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.form-inline label {
|
|
justify-content: center
|
|
}
|
|
|
|
.form-inline .form-group,
|
|
.form-inline label {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.form-inline .form-group {
|
|
flex: 0 0 auto;
|
|
flex-flow: row wrap
|
|
}
|
|
|
|
.form-inline .form-control {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.form-inline .form-control-plaintext {
|
|
display: inline-block
|
|
}
|
|
|
|
.form-inline .custom-select,
|
|
.form-inline .input-group {
|
|
width: auto
|
|
}
|
|
|
|
.form-inline .form-check {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: auto;
|
|
padding-left: 0
|
|
}
|
|
|
|
.form-inline .form-check-input {
|
|
position: relative;
|
|
margin-top: 0;
|
|
margin-right: .25rem;
|
|
margin-left: 0
|
|
}
|
|
|
|
.form-inline .custom-control {
|
|
align-items: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.form-inline .custom-control-label {
|
|
margin-bottom: 0
|
|
}
|
|
}
|
|
|
|
.btn,
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.product-miniature-information .product-buttons .add-to-cart,
|
|
.product-miniature-information .product-buttons .customize,
|
|
.product-miniature-information .product-buttons .view-product {
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
border: .07143rem solid transparent;
|
|
padding: 0 2.143rem;
|
|
font-size: 1rem;
|
|
line-height: 2.857;
|
|
border-radius: 0;
|
|
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
|
|
.btn,
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.product-miniature-information .product-buttons .add-to-cart,
|
|
.product-miniature-information .product-buttons .customize,
|
|
.product-miniature-information .product-buttons .view-product {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.btn:focus,
|
|
.btn:hover,
|
|
.grid .product-miniature .product-buttons .quick-view:focus,
|
|
.grid .product-miniature .product-buttons .quick-view:hover,
|
|
.product-miniature-information .product-buttons .add-to-cart:focus,
|
|
.product-miniature-information .product-buttons .add-to-cart:hover,
|
|
.product-miniature-information .product-buttons .customize:focus,
|
|
.product-miniature-information .product-buttons .customize:hover,
|
|
.product-miniature-information .product-buttons .view-product:focus,
|
|
.product-miniature-information .product-buttons .view-product:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.btn.focus,
|
|
.btn:focus,
|
|
.grid .product-miniature .product-buttons .focus.quick-view,
|
|
.grid .product-miniature .product-buttons .quick-view:focus,
|
|
.product-miniature-information .product-buttons .add-to-cart:focus,
|
|
.product-miniature-information .product-buttons .customize:focus,
|
|
.product-miniature-information .product-buttons .focus.add-to-cart,
|
|
.product-miniature-information .product-buttons .focus.customize,
|
|
.product-miniature-information .product-buttons .focus.view-product,
|
|
.product-miniature-information .product-buttons .view-product:focus {
|
|
outline: 0;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn.disabled,
|
|
.btn:disabled,
|
|
.grid .product-miniature .product-buttons .disabled.quick-view,
|
|
.grid .product-miniature .product-buttons .quick-view:disabled,
|
|
.product-miniature-information .product-buttons .add-to-cart:disabled,
|
|
.product-miniature-information .product-buttons .customize:disabled,
|
|
.product-miniature-information .product-buttons .disabled.add-to-cart,
|
|
.product-miniature-information .product-buttons .disabled.customize,
|
|
.product-miniature-information .product-buttons .disabled.view-product,
|
|
.product-miniature-information .product-buttons .view-product:disabled {
|
|
opacity: .65;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn:not(:disabled):not(.disabled),
|
|
.grid .product-miniature .product-buttons .quick-view:not(:disabled):not(.disabled),
|
|
.product-miniature-information .product-buttons .add-to-cart:not(:disabled):not(.disabled),
|
|
.product-miniature-information .product-buttons .customize:not(:disabled):not(.disabled),
|
|
.product-miniature-information .product-buttons .view-product:not(:disabled):not(.disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.btn:not(:disabled):not(.disabled).active,
|
|
.btn:not(:disabled):not(.disabled):active,
|
|
.grid .product-miniature .product-buttons .quick-view:not(:disabled):not(.disabled).active,
|
|
.grid .product-miniature .product-buttons .quick-view:not(:disabled):not(.disabled):active,
|
|
.product-miniature-information .product-buttons .add-to-cart:not(:disabled):not(.disabled).active,
|
|
.product-miniature-information .product-buttons .add-to-cart:not(:disabled):not(.disabled):active,
|
|
.product-miniature-information .product-buttons .customize:not(:disabled):not(.disabled).active,
|
|
.product-miniature-information .product-buttons .customize:not(:disabled):not(.disabled):active,
|
|
.product-miniature-information .product-buttons .view-product:not(:disabled):not(.disabled).active,
|
|
.product-miniature-information .product-buttons .view-product:not(:disabled):not(.disabled):active {
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn:not(:disabled):not(.disabled).active:focus,
|
|
.btn:not(:disabled):not(.disabled):active:focus,
|
|
.grid .product-miniature .product-buttons .quick-view:not(:disabled):not(.disabled).active:focus,
|
|
.grid .product-miniature .product-buttons .quick-view:not(:disabled):not(.disabled):active:focus,
|
|
.product-miniature-information .product-buttons .add-to-cart:not(:disabled):not(.disabled).active:focus,
|
|
.product-miniature-information .product-buttons .add-to-cart:not(:disabled):not(.disabled):active:focus,
|
|
.product-miniature-information .product-buttons .customize:not(:disabled):not(.disabled).active:focus,
|
|
.product-miniature-information .product-buttons .customize:not(:disabled):not(.disabled):active:focus,
|
|
.product-miniature-information .product-buttons .view-product:not(:disabled):not(.disabled).active:focus,
|
|
.product-miniature-information .product-buttons .view-product:not(:disabled):not(.disabled):active:focus {
|
|
box-shadow: none, none
|
|
}
|
|
|
|
.grid .product-miniature .product-buttons a.disabled.quick-view,
|
|
.grid .product-miniature .product-buttons fieldset:disabled a.quick-view,
|
|
.product-miniature-information .product-buttons a.disabled.add-to-cart,
|
|
.product-miniature-information .product-buttons a.disabled.customize,
|
|
.product-miniature-information .product-buttons a.disabled.view-product,
|
|
.product-miniature-information .product-buttons fieldset:disabled a.add-to-cart,
|
|
.product-miniature-information .product-buttons fieldset:disabled a.customize,
|
|
.product-miniature-information .product-buttons fieldset:disabled a.view-product,
|
|
a.btn.disabled,
|
|
fieldset:disabled .grid .product-miniature .product-buttons a.quick-view,
|
|
fieldset:disabled .product-miniature-information .product-buttons a.add-to-cart,
|
|
fieldset:disabled .product-miniature-information .product-buttons a.customize,
|
|
fieldset:disabled .product-miniature-information .product-buttons a.view-product,
|
|
fieldset:disabled a.btn {
|
|
pointer-events: none
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #ff138c;
|
|
border-color: #ff138c;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #ec0079;
|
|
border-color: #df0072
|
|
}
|
|
|
|
.btn-primary.focus,
|
|
.btn-primary:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-primary.disabled,
|
|
.btn-primary:disabled {
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-primary:not(:disabled):not(.disabled).active,
|
|
.btn-primary:not(:disabled):not(.disabled):active,
|
|
.show>.btn-primary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #df0072;
|
|
border-color: #d2006c
|
|
}
|
|
|
|
.btn-primary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-primary:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-primary.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-secondary {
|
|
color: #fff;
|
|
background-color: #8b8b8b;
|
|
border-color: #8b8b8b;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-secondary:hover {
|
|
color: #fff;
|
|
background-color: #787878;
|
|
border-color: #727272
|
|
}
|
|
|
|
.btn-secondary.focus,
|
|
.btn-secondary:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 54.5%, .5)
|
|
}
|
|
|
|
.btn-secondary.disabled,
|
|
.btn-secondary:disabled {
|
|
color: #fff;
|
|
background-color: #8b8b8b;
|
|
border-color: #8b8b8b
|
|
}
|
|
|
|
.btn-secondary:not(:disabled):not(.disabled).active,
|
|
.btn-secondary:not(:disabled):not(.disabled):active,
|
|
.show>.btn-secondary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #727272;
|
|
border-color: #6b6b6b
|
|
}
|
|
|
|
.btn-secondary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-secondary:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-secondary.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 54.5%, .5)
|
|
}
|
|
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #1cc97e;
|
|
border-color: #1cc97e;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-success:hover {
|
|
color: #fff;
|
|
background-color: #17a769;
|
|
border-color: #169c62
|
|
}
|
|
|
|
.btn-success.focus,
|
|
.btn-success:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(28, 201, 126, .5)
|
|
}
|
|
|
|
.btn-success.disabled,
|
|
.btn-success:disabled {
|
|
color: #fff;
|
|
background-color: #1cc97e;
|
|
border-color: #1cc97e
|
|
}
|
|
|
|
.btn-success:not(:disabled):not(.disabled).active,
|
|
.btn-success:not(:disabled):not(.disabled):active,
|
|
.show>.btn-success.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #169c62;
|
|
border-color: #14915b
|
|
}
|
|
|
|
.btn-success:not(:disabled):not(.disabled).active:focus,
|
|
.btn-success:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-success.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(28, 201, 126, .5)
|
|
}
|
|
|
|
.btn-info {
|
|
color: #fff;
|
|
background-color: #0579fc;
|
|
border-color: #0579fc;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-info:hover {
|
|
color: #fff;
|
|
background-color: #0367d8;
|
|
border-color: #0261cc
|
|
}
|
|
|
|
.btn-info.focus,
|
|
.btn-info:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(5, 121, 252, .5)
|
|
}
|
|
|
|
.btn-info.disabled,
|
|
.btn-info:disabled {
|
|
color: #fff;
|
|
background-color: #0579fc;
|
|
border-color: #0579fc
|
|
}
|
|
|
|
.btn-info:not(:disabled):not(.disabled).active,
|
|
.btn-info:not(:disabled):not(.disabled):active,
|
|
.show>.btn-info.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #0261cc;
|
|
border-color: #025bbf
|
|
}
|
|
|
|
.btn-info:not(:disabled):not(.disabled).active:focus,
|
|
.btn-info:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-info.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(5, 121, 252, .5)
|
|
}
|
|
|
|
.btn-warning {
|
|
color: #202020;
|
|
background-color: #ffb400;
|
|
border-color: #ffb400;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-warning:hover {
|
|
color: #202020;
|
|
background-color: #d99900;
|
|
border-color: #cc9000
|
|
}
|
|
|
|
.btn-warning.focus,
|
|
.btn-warning:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(255, 180, 0, .5)
|
|
}
|
|
|
|
.btn-warning.disabled,
|
|
.btn-warning:disabled {
|
|
color: #202020;
|
|
background-color: #ffb400;
|
|
border-color: #ffb400
|
|
}
|
|
|
|
.btn-warning:not(:disabled):not(.disabled).active,
|
|
.btn-warning:not(:disabled):not(.disabled):active,
|
|
.show>.btn-warning.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #cc9000;
|
|
border-color: #bf8700
|
|
}
|
|
|
|
.btn-warning:not(:disabled):not(.disabled).active:focus,
|
|
.btn-warning:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-warning.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(255, 180, 0, .5)
|
|
}
|
|
|
|
.btn-danger {
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-danger:hover {
|
|
color: #fff;
|
|
background-color: #ec0079;
|
|
border-color: #df0072
|
|
}
|
|
|
|
.btn-danger.focus,
|
|
.btn-danger:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-danger.disabled,
|
|
.btn-danger:disabled {
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-danger:not(:disabled):not(.disabled).active,
|
|
.btn-danger:not(:disabled):not(.disabled):active,
|
|
.show>.btn-danger.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #df0072;
|
|
border-color: #d2006c
|
|
}
|
|
|
|
.btn-danger:not(:disabled):not(.disabled).active:focus,
|
|
.btn-danger:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-danger.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-light {
|
|
color: #202020;
|
|
background-color: #f2f2f2;
|
|
border-color: #f2f2f2;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-light:hover {
|
|
color: #202020;
|
|
background-color: #dfdfdf;
|
|
border-color: #d9d9d9
|
|
}
|
|
|
|
.btn-light.focus,
|
|
.btn-light:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 94.9%, .5)
|
|
}
|
|
|
|
.btn-light.disabled,
|
|
.btn-light:disabled {
|
|
color: #202020;
|
|
background-color: #f2f2f2;
|
|
border-color: #f2f2f2
|
|
}
|
|
|
|
.btn-light:not(:disabled):not(.disabled).active,
|
|
.btn-light:not(:disabled):not(.disabled):active,
|
|
.show>.btn-light.dropdown-toggle {
|
|
color: #202020;
|
|
background-color: #d9d9d9;
|
|
border-color: #d2d2d2
|
|
}
|
|
|
|
.btn-light:not(:disabled):not(.disabled).active:focus,
|
|
.btn-light:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-light.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 94.9%, .5)
|
|
}
|
|
|
|
.btn-dark {
|
|
color: #fff;
|
|
background-color: #282828;
|
|
border-color: #282828;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-dark:hover {
|
|
color: #fff;
|
|
background-color: #151515;
|
|
border-color: #0f0f0f
|
|
}
|
|
|
|
.btn-dark.focus,
|
|
.btn-dark:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(40, 40, 40, .5)
|
|
}
|
|
|
|
.btn-dark.disabled,
|
|
.btn-dark:disabled {
|
|
color: #fff;
|
|
background-color: #282828;
|
|
border-color: #282828
|
|
}
|
|
|
|
.btn-dark:not(:disabled):not(.disabled).active,
|
|
.btn-dark:not(:disabled):not(.disabled):active,
|
|
.show>.btn-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #0f0f0f;
|
|
border-color: #080808
|
|
}
|
|
|
|
.btn-dark:not(:disabled):not(.disabled).active:focus,
|
|
.btn-dark:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-dark.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(40, 40, 40, .5)
|
|
}
|
|
|
|
.btn-info-light {
|
|
color: #202020;
|
|
background-color: #18d7ec;
|
|
border-color: #18d7ec;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-info-light:hover {
|
|
color: #fff;
|
|
background-color: #11bacd;
|
|
border-color: #10b0c1
|
|
}
|
|
|
|
.btn-info-light.focus,
|
|
.btn-info-light:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(24, 215, 236, .5)
|
|
}
|
|
|
|
.btn-info-light.disabled,
|
|
.btn-info-light:disabled {
|
|
color: #202020;
|
|
background-color: #18d7ec;
|
|
border-color: #18d7ec
|
|
}
|
|
|
|
.btn-info-light:not(:disabled):not(.disabled).active,
|
|
.btn-info-light:not(:disabled):not(.disabled):active,
|
|
.show>.btn-info-light.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #10b0c1;
|
|
border-color: #0fa5b5
|
|
}
|
|
|
|
.btn-info-light:not(:disabled):not(.disabled).active:focus,
|
|
.btn-info-light:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-info-light.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(24, 215, 236, .5)
|
|
}
|
|
|
|
.btn-white {
|
|
color: #202020;
|
|
background-color: #fff;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-white:hover {
|
|
color: #202020;
|
|
background-color: #ececec;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-white.focus,
|
|
.btn-white:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-white.disabled,
|
|
.btn-white:disabled {
|
|
color: #202020;
|
|
background-color: #fff;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-white:not(:disabled):not(.disabled).active,
|
|
.btn-white:not(:disabled):not(.disabled):active,
|
|
.show>.btn-white.dropdown-toggle {
|
|
color: #202020;
|
|
background-color: #e6e6e6;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-white:not(:disabled):not(.disabled).active:focus,
|
|
.btn-white:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-white.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-outline-primary {
|
|
color: #ff138c;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-outline-primary:hover {
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-outline-primary.focus,
|
|
.btn-outline-primary:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-outline-primary.disabled,
|
|
.btn-outline-primary:disabled {
|
|
color: #ff138c;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-primary:not(:disabled):not(.disabled).active,
|
|
.btn-outline-primary:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-primary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-primary.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-outline-secondary {
|
|
color: #8b8b8b;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #8b8b8b
|
|
}
|
|
|
|
.btn-outline-secondary:hover {
|
|
color: #fff;
|
|
background-color: #8b8b8b;
|
|
border-color: #8b8b8b
|
|
}
|
|
|
|
.btn-outline-secondary.focus,
|
|
.btn-outline-secondary:focus {
|
|
box-shadow: 0 0 0 .2rem hsla(0, 0%, 54.5%, .5)
|
|
}
|
|
|
|
.btn-outline-secondary.disabled,
|
|
.btn-outline-secondary:disabled {
|
|
color: #8b8b8b;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-secondary:not(:disabled):not(.disabled).active,
|
|
.btn-outline-secondary:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-secondary.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #8b8b8b;
|
|
border-color: #8b8b8b
|
|
}
|
|
|
|
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-secondary.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem hsla(0, 0%, 54.5%, .5)
|
|
}
|
|
|
|
.btn-outline-success {
|
|
color: #1cc97e;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #1cc97e
|
|
}
|
|
|
|
.btn-outline-success:hover {
|
|
color: #fff;
|
|
background-color: #1cc97e;
|
|
border-color: #1cc97e
|
|
}
|
|
|
|
.btn-outline-success.focus,
|
|
.btn-outline-success:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(28, 201, 126, .5)
|
|
}
|
|
|
|
.btn-outline-success.disabled,
|
|
.btn-outline-success:disabled {
|
|
color: #1cc97e;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-success:not(:disabled):not(.disabled).active,
|
|
.btn-outline-success:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-success.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #1cc97e;
|
|
border-color: #1cc97e
|
|
}
|
|
|
|
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-success.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(28, 201, 126, .5)
|
|
}
|
|
|
|
.btn-outline-info {
|
|
color: #0579fc;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #0579fc
|
|
}
|
|
|
|
.btn-outline-info:hover {
|
|
color: #fff;
|
|
background-color: #0579fc;
|
|
border-color: #0579fc
|
|
}
|
|
|
|
.btn-outline-info.focus,
|
|
.btn-outline-info:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(5, 121, 252, .5)
|
|
}
|
|
|
|
.btn-outline-info.disabled,
|
|
.btn-outline-info:disabled {
|
|
color: #0579fc;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-info:not(:disabled):not(.disabled).active,
|
|
.btn-outline-info:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-info.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #0579fc;
|
|
border-color: #0579fc
|
|
}
|
|
|
|
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-info.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(5, 121, 252, .5)
|
|
}
|
|
|
|
.btn-outline-warning {
|
|
color: #ffb400;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #ffb400
|
|
}
|
|
|
|
.btn-outline-warning:hover {
|
|
color: #202020;
|
|
background-color: #ffb400;
|
|
border-color: #ffb400
|
|
}
|
|
|
|
.btn-outline-warning.focus,
|
|
.btn-outline-warning:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(255, 180, 0, .5)
|
|
}
|
|
|
|
.btn-outline-warning.disabled,
|
|
.btn-outline-warning:disabled {
|
|
color: #ffb400;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-warning:not(:disabled):not(.disabled).active,
|
|
.btn-outline-warning:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-warning.dropdown-toggle {
|
|
color: #202020;
|
|
background-color: #ffb400;
|
|
border-color: #ffb400
|
|
}
|
|
|
|
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-warning.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(255, 180, 0, .5)
|
|
}
|
|
|
|
.btn-outline-danger {
|
|
color: #ff138c;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-outline-danger:hover {
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-outline-danger.focus,
|
|
.btn-outline-danger:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-outline-danger.disabled,
|
|
.btn-outline-danger:disabled {
|
|
color: #ff138c;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-danger:not(:disabled):not(.disabled).active,
|
|
.btn-outline-danger:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-danger.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-danger.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .5)
|
|
}
|
|
|
|
.btn-outline-light {
|
|
color: #f2f2f2;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #f2f2f2
|
|
}
|
|
|
|
.btn-outline-light:hover {
|
|
color: #202020;
|
|
background-color: #f2f2f2;
|
|
border-color: #f2f2f2
|
|
}
|
|
|
|
.btn-outline-light.focus,
|
|
.btn-outline-light:focus {
|
|
box-shadow: 0 0 0 .2rem hsla(0, 0%, 94.9%, .5)
|
|
}
|
|
|
|
.btn-outline-light.disabled,
|
|
.btn-outline-light:disabled {
|
|
color: #f2f2f2;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-light:not(:disabled):not(.disabled).active,
|
|
.btn-outline-light:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-light.dropdown-toggle {
|
|
color: #202020;
|
|
background-color: #f2f2f2;
|
|
border-color: #f2f2f2
|
|
}
|
|
|
|
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-light.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem hsla(0, 0%, 94.9%, .5)
|
|
}
|
|
|
|
.btn-outline-dark {
|
|
color: #282828;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #282828
|
|
}
|
|
|
|
.btn-outline-dark:hover {
|
|
color: #fff;
|
|
background-color: #282828;
|
|
border-color: #282828
|
|
}
|
|
|
|
.btn-outline-dark.focus,
|
|
.btn-outline-dark:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(40, 40, 40, .5)
|
|
}
|
|
|
|
.btn-outline-dark.disabled,
|
|
.btn-outline-dark:disabled {
|
|
color: #282828;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-dark:not(:disabled):not(.disabled).active,
|
|
.btn-outline-dark:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-dark.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #282828;
|
|
border-color: #282828
|
|
}
|
|
|
|
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-dark.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(40, 40, 40, .5)
|
|
}
|
|
|
|
.btn-outline-info-light {
|
|
color: #18d7ec;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #18d7ec
|
|
}
|
|
|
|
.btn-outline-info-light:hover {
|
|
color: #202020;
|
|
background-color: #18d7ec;
|
|
border-color: #18d7ec
|
|
}
|
|
|
|
.btn-outline-info-light.focus,
|
|
.btn-outline-info-light:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(24, 215, 236, .5)
|
|
}
|
|
|
|
.btn-outline-info-light.disabled,
|
|
.btn-outline-info-light:disabled {
|
|
color: #18d7ec;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-info-light:not(:disabled):not(.disabled).active,
|
|
.btn-outline-info-light:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-info-light.dropdown-toggle {
|
|
color: #202020;
|
|
background-color: #18d7ec;
|
|
border-color: #18d7ec
|
|
}
|
|
|
|
.btn-outline-info-light:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-info-light:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-info-light.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem rgba(24, 215, 236, .5)
|
|
}
|
|
|
|
.btn-outline-white {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-outline-white:hover {
|
|
color: #202020;
|
|
background-color: #fff;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-outline-white.focus,
|
|
.btn-outline-white:focus {
|
|
box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-outline-white.disabled,
|
|
.btn-outline-white:disabled {
|
|
color: #fff;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-outline-white:not(:disabled):not(.disabled).active,
|
|
.btn-outline-white:not(:disabled):not(.disabled):active,
|
|
.show>.btn-outline-white.dropdown-toggle {
|
|
color: #202020;
|
|
background-color: #fff;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
|
|
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-outline-white.dropdown-toggle:focus {
|
|
box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-link {
|
|
font-weight: 400;
|
|
color: #888;
|
|
background-color: transparent
|
|
}
|
|
|
|
.btn-link:hover {
|
|
color: #282828;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
border-color: transparent
|
|
}
|
|
|
|
.btn-link.focus,
|
|
.btn-link:focus {
|
|
text-decoration: none;
|
|
border-color: transparent;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-link.disabled,
|
|
.btn-link:disabled {
|
|
color: #888;
|
|
pointer-events: none
|
|
}
|
|
|
|
.btn-group-lg>.btn,
|
|
.btn-lg,
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.product-miniature-information .product-buttons .add-to-cart,
|
|
.product-miniature-information .product-buttons .customize,
|
|
.product-miniature-information .product-buttons .view-product {
|
|
padding: .5rem 1rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.5;
|
|
border-radius: 0
|
|
}
|
|
|
|
.btn-group-sm>.btn,
|
|
.btn-sm,
|
|
.grid .product-miniature .product-buttons .btn-group-sm>.quick-view,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.customize,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.view-product {
|
|
padding: .25rem .5rem;
|
|
font-size: .875rem;
|
|
line-height: 1.5;
|
|
border-radius: 0
|
|
}
|
|
|
|
.btn-block {
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
|
|
.btn-block+.btn-block {
|
|
margin-top: .5rem
|
|
}
|
|
|
|
input[type=button].btn-block,
|
|
input[type=reset].btn-block,
|
|
input[type=submit].btn-block {
|
|
width: 100%
|
|
}
|
|
|
|
.fade {
|
|
transition: opacity .15s linear
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.fade {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.fade:not(.show) {
|
|
opacity: 0
|
|
}
|
|
|
|
.collapse:not(.show) {
|
|
display: none
|
|
}
|
|
|
|
.collapsing {
|
|
position: relative;
|
|
height: 0;
|
|
overflow: hidden;
|
|
transition: height .35s ease
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.collapsing {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.dropdown,
|
|
.dropleft,
|
|
.dropright,
|
|
.dropup {
|
|
position: relative
|
|
}
|
|
|
|
.dropdown-menu {
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
z-index: 1000;
|
|
display: none;
|
|
float: left;
|
|
min-width: 14.28571rem;
|
|
padding: .5rem 0;
|
|
margin: 1rem 0 0;
|
|
font-size: 1rem;
|
|
color: #000;
|
|
text-align: left;
|
|
list-style: none;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: .07143rem solid #000;
|
|
box-shadow: 0 .35714rem 3.07143rem rgba(0, 0, 0, .11)
|
|
}
|
|
|
|
.dropdown-menu-right {
|
|
right: 0;
|
|
left: auto
|
|
}
|
|
|
|
.dropup .dropdown-menu {
|
|
top: auto;
|
|
bottom: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.dropright .dropdown-menu {
|
|
top: 0;
|
|
right: auto;
|
|
left: 100%;
|
|
margin-top: 0;
|
|
margin-left: 1rem
|
|
}
|
|
|
|
.dropright .dropdown-toggle:after {
|
|
vertical-align: 0
|
|
}
|
|
|
|
.dropleft .dropdown-menu {
|
|
top: 0;
|
|
right: 100%;
|
|
left: auto;
|
|
margin-top: 0;
|
|
margin-right: 1rem
|
|
}
|
|
|
|
.dropleft .dropdown-toggle:before {
|
|
vertical-align: 0
|
|
}
|
|
|
|
.dropdown-menu[x-placement^=bottom],
|
|
.dropdown-menu[x-placement^=left],
|
|
.dropdown-menu[x-placement^=right],
|
|
.dropdown-menu[x-placement^=top] {
|
|
right: auto;
|
|
bottom: auto
|
|
}
|
|
|
|
.dropdown-divider {
|
|
height: 0;
|
|
margin: 1.07143rem 0;
|
|
overflow: hidden;
|
|
border-top: .07143rem solid #f2f2f2
|
|
}
|
|
|
|
.dropdown-item {
|
|
display: block;
|
|
width: 100%;
|
|
padding: .71429rem 1.07143rem;
|
|
clear: both;
|
|
font-weight: 400;
|
|
color: #202020;
|
|
text-align: inherit;
|
|
white-space: nowrap;
|
|
background-color: transparent;
|
|
border: 0
|
|
}
|
|
|
|
.dropdown-item:focus,
|
|
.dropdown-item:hover {
|
|
color: #888;
|
|
text-decoration: none;
|
|
background-color: transparent
|
|
}
|
|
|
|
.dropdown-item.active,
|
|
.dropdown-item.current,
|
|
.dropdown-item:active {
|
|
color: #c83b4e;
|
|
text-decoration: none;
|
|
background-color: transparent
|
|
}
|
|
|
|
.dropdown-item.disabled,
|
|
.dropdown-item:disabled {
|
|
color: #888;
|
|
background-color: transparent
|
|
}
|
|
|
|
.dropdown-menu.show {
|
|
display: block;
|
|
width: calc(100vw - 10px);
|
|
max-width: 600px;
|
|
}
|
|
|
|
.dropdown-header {
|
|
display: block;
|
|
padding: .5rem 1.07143rem;
|
|
margin-bottom: 0;
|
|
font-size: .875rem;
|
|
color: #888;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.dropdown-item-text {
|
|
display: block;
|
|
padding: .71429rem 1.07143rem;
|
|
color: #202020
|
|
}
|
|
|
|
.btn-group,
|
|
.btn-group-vertical {
|
|
position: relative;
|
|
display: inline-flex;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.btn-group-vertical>.btn,
|
|
.btn-group>.btn,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group>.quick-view,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product,
|
|
.product-miniature-information .product-buttons .btn-group>.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group>.customize,
|
|
.product-miniature-information .product-buttons .btn-group>.view-product {
|
|
position: relative;
|
|
flex: 0 1 auto
|
|
}
|
|
|
|
.btn-group-vertical>.btn.active,
|
|
.btn-group-vertical>.btn:active,
|
|
.btn-group-vertical>.btn:focus,
|
|
.btn-group-vertical>.btn:hover,
|
|
.btn-group>.btn.active,
|
|
.btn-group>.btn:active,
|
|
.btn-group>.btn:focus,
|
|
.btn-group>.btn:hover,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.active.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.quick-view:active,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.quick-view:focus,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.quick-view:hover,
|
|
.grid .product-miniature .product-buttons .btn-group>.active.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group>.quick-view:active,
|
|
.grid .product-miniature .product-buttons .btn-group>.quick-view:focus,
|
|
.grid .product-miniature .product-buttons .btn-group>.quick-view:hover,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.active.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.active.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.active.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart:active,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart:focus,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart:hover,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize:active,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize:focus,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize:hover,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product:active,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product:focus,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product:hover,
|
|
.product-miniature-information .product-buttons .btn-group>.active.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group>.active.customize,
|
|
.product-miniature-information .product-buttons .btn-group>.active.view-product,
|
|
.product-miniature-information .product-buttons .btn-group>.add-to-cart:active,
|
|
.product-miniature-information .product-buttons .btn-group>.add-to-cart:focus,
|
|
.product-miniature-information .product-buttons .btn-group>.add-to-cart:hover,
|
|
.product-miniature-information .product-buttons .btn-group>.customize:active,
|
|
.product-miniature-information .product-buttons .btn-group>.customize:focus,
|
|
.product-miniature-information .product-buttons .btn-group>.customize:hover,
|
|
.product-miniature-information .product-buttons .btn-group>.view-product:active,
|
|
.product-miniature-information .product-buttons .btn-group>.view-product:focus,
|
|
.product-miniature-information .product-buttons .btn-group>.view-product:hover {
|
|
z-index: 1
|
|
}
|
|
|
|
.btn-group-vertical .btn+.btn,
|
|
.btn-group-vertical .btn+.btn-group,
|
|
.btn-group-vertical .btn-group+.btn,
|
|
.btn-group-vertical .btn-group+.btn-group,
|
|
.btn-group-vertical .grid .product-miniature .product-buttons .btn+.quick-view,
|
|
.btn-group-vertical .grid .product-miniature .product-buttons .btn-group+.quick-view,
|
|
.btn-group-vertical .grid .product-miniature .product-buttons .quick-view+.btn,
|
|
.btn-group-vertical .grid .product-miniature .product-buttons .quick-view+.btn-group,
|
|
.btn-group-vertical .grid .product-miniature .product-buttons .quick-view+.quick-view,
|
|
.btn-group-vertical .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.add-to-cart,
|
|
.btn-group-vertical .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.customize,
|
|
.btn-group-vertical .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.view-product,
|
|
.btn-group-vertical .product-miniature-information .grid .product-miniature .product-buttons .add-to-cart+.quick-view,
|
|
.btn-group-vertical .product-miniature-information .grid .product-miniature .product-buttons .customize+.quick-view,
|
|
.btn-group-vertical .product-miniature-information .grid .product-miniature .product-buttons .view-product+.quick-view,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .add-to-cart+.add-to-cart,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .add-to-cart+.btn,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .add-to-cart+.btn-group,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .add-to-cart+.customize,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .add-to-cart+.view-product,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .btn+.add-to-cart,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .btn+.customize,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .btn+.view-product,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .btn-group+.add-to-cart,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .btn-group+.customize,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .btn-group+.view-product,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .customize+.add-to-cart,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .customize+.btn,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .customize+.btn-group,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .customize+.customize,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .customize+.view-product,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .view-product+.add-to-cart,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .view-product+.btn,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .view-product+.btn-group,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .view-product+.customize,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .view-product+.view-product,
|
|
.btn-group .btn+.btn,
|
|
.btn-group .btn+.btn-group,
|
|
.btn-group .btn-group+.btn,
|
|
.btn-group .btn-group+.btn-group,
|
|
.btn-group .grid .product-miniature .product-buttons .btn+.quick-view,
|
|
.btn-group .grid .product-miniature .product-buttons .btn-group+.quick-view,
|
|
.btn-group .grid .product-miniature .product-buttons .quick-view+.btn,
|
|
.btn-group .grid .product-miniature .product-buttons .quick-view+.btn-group,
|
|
.btn-group .grid .product-miniature .product-buttons .quick-view+.quick-view,
|
|
.btn-group .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.add-to-cart,
|
|
.btn-group .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.customize,
|
|
.btn-group .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.view-product,
|
|
.btn-group .product-miniature-information .grid .product-miniature .product-buttons .add-to-cart+.quick-view,
|
|
.btn-group .product-miniature-information .grid .product-miniature .product-buttons .customize+.quick-view,
|
|
.btn-group .product-miniature-information .grid .product-miniature .product-buttons .view-product+.quick-view,
|
|
.btn-group .product-miniature-information .product-buttons .add-to-cart+.add-to-cart,
|
|
.btn-group .product-miniature-information .product-buttons .add-to-cart+.btn,
|
|
.btn-group .product-miniature-information .product-buttons .add-to-cart+.btn-group,
|
|
.btn-group .product-miniature-information .product-buttons .add-to-cart+.customize,
|
|
.btn-group .product-miniature-information .product-buttons .add-to-cart+.view-product,
|
|
.btn-group .product-miniature-information .product-buttons .btn+.add-to-cart,
|
|
.btn-group .product-miniature-information .product-buttons .btn+.customize,
|
|
.btn-group .product-miniature-information .product-buttons .btn+.view-product,
|
|
.btn-group .product-miniature-information .product-buttons .btn-group+.add-to-cart,
|
|
.btn-group .product-miniature-information .product-buttons .btn-group+.customize,
|
|
.btn-group .product-miniature-information .product-buttons .btn-group+.view-product,
|
|
.btn-group .product-miniature-information .product-buttons .customize+.add-to-cart,
|
|
.btn-group .product-miniature-information .product-buttons .customize+.btn,
|
|
.btn-group .product-miniature-information .product-buttons .customize+.btn-group,
|
|
.btn-group .product-miniature-information .product-buttons .customize+.customize,
|
|
.btn-group .product-miniature-information .product-buttons .customize+.view-product,
|
|
.btn-group .product-miniature-information .product-buttons .view-product+.add-to-cart,
|
|
.btn-group .product-miniature-information .product-buttons .view-product+.btn,
|
|
.btn-group .product-miniature-information .product-buttons .view-product+.btn-group,
|
|
.btn-group .product-miniature-information .product-buttons .view-product+.customize,
|
|
.btn-group .product-miniature-information .product-buttons .view-product+.view-product,
|
|
.grid .product-miniature .btn-group-vertical .product-miniature-information .product-buttons .add-to-cart+.quick-view,
|
|
.grid .product-miniature .btn-group-vertical .product-miniature-information .product-buttons .customize+.quick-view,
|
|
.grid .product-miniature .btn-group-vertical .product-miniature-information .product-buttons .view-product+.quick-view,
|
|
.grid .product-miniature .btn-group .product-miniature-information .product-buttons .add-to-cart+.quick-view,
|
|
.grid .product-miniature .btn-group .product-miniature-information .product-buttons .customize+.quick-view,
|
|
.grid .product-miniature .btn-group .product-miniature-information .product-buttons .view-product+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical .btn+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical .btn-group+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical .quick-view+.btn,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical .quick-view+.btn-group,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical .quick-view+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group .btn+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group .btn-group+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group .quick-view+.btn,
|
|
.grid .product-miniature .product-buttons .btn-group .quick-view+.btn-group,
|
|
.grid .product-miniature .product-buttons .btn-group .quick-view+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical .add-to-cart+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical .customize+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical .quick-view+.add-to-cart,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical .quick-view+.customize,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical .quick-view+.view-product,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical .view-product+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group .add-to-cart+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group .customize+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group .quick-view+.add-to-cart,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group .quick-view+.customize,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group .quick-view+.view-product,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group .view-product+.quick-view,
|
|
.product-miniature-information .btn-group-vertical .grid .product-miniature .product-buttons .quick-view+.add-to-cart,
|
|
.product-miniature-information .btn-group-vertical .grid .product-miniature .product-buttons .quick-view+.customize,
|
|
.product-miniature-information .btn-group-vertical .grid .product-miniature .product-buttons .quick-view+.view-product,
|
|
.product-miniature-information .btn-group .grid .product-miniature .product-buttons .quick-view+.add-to-cart,
|
|
.product-miniature-information .btn-group .grid .product-miniature .product-buttons .quick-view+.customize,
|
|
.product-miniature-information .btn-group .grid .product-miniature .product-buttons .quick-view+.view-product,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical .add-to-cart+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical .customize+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical .quick-view+.add-to-cart,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical .quick-view+.customize,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical .quick-view+.view-product,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical .view-product+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group .add-to-cart+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group .customize+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group .quick-view+.add-to-cart,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group .quick-view+.customize,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group .quick-view+.view-product,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group .view-product+.quick-view,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .add-to-cart+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .add-to-cart+.btn,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .add-to-cart+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .add-to-cart+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .add-to-cart+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .btn+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .btn+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .btn+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .btn-group+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .btn-group+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .btn-group+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .customize+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .customize+.btn,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .customize+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .customize+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .customize+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .view-product+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .view-product+.btn,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .view-product+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .view-product+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .view-product+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group .add-to-cart+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group .add-to-cart+.btn,
|
|
.product-miniature-information .product-buttons .btn-group .add-to-cart+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group .add-to-cart+.customize,
|
|
.product-miniature-information .product-buttons .btn-group .add-to-cart+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group .btn+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group .btn+.customize,
|
|
.product-miniature-information .product-buttons .btn-group .btn+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group .btn-group+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group .btn-group+.customize,
|
|
.product-miniature-information .product-buttons .btn-group .btn-group+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group .customize+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group .customize+.btn,
|
|
.product-miniature-information .product-buttons .btn-group .customize+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group .customize+.customize,
|
|
.product-miniature-information .product-buttons .btn-group .customize+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group .view-product+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group .view-product+.btn,
|
|
.product-miniature-information .product-buttons .btn-group .view-product+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group .view-product+.customize,
|
|
.product-miniature-information .product-buttons .btn-group .view-product+.view-product {
|
|
margin-left: -.07143rem
|
|
}
|
|
|
|
.btn-toolbar {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.btn-toolbar .input-group {
|
|
width: auto
|
|
}
|
|
|
|
.btn-group>.btn:first-child,
|
|
.grid .product-miniature .product-buttons .btn-group>.quick-view:first-child,
|
|
.product-miniature-information .product-buttons .btn-group>.add-to-cart:first-child,
|
|
.product-miniature-information .product-buttons .btn-group>.customize:first-child,
|
|
.product-miniature-information .product-buttons .btn-group>.view-product:first-child {
|
|
margin-left: 0
|
|
}
|
|
|
|
.dropdown-toggle-split {
|
|
padding-right: 1.60725rem;
|
|
padding-left: 1.60725rem
|
|
}
|
|
|
|
.dropdown-toggle-split:after,
|
|
.dropright .dropdown-toggle-split:after,
|
|
.dropup .dropdown-toggle-split:after {
|
|
margin-left: 0
|
|
}
|
|
|
|
.dropleft .dropdown-toggle-split:before {
|
|
margin-right: 0
|
|
}
|
|
|
|
.btn-group-sm>.btn+.dropdown-toggle-split,
|
|
.btn-sm+.dropdown-toggle-split,
|
|
.grid .product-miniature .product-buttons .btn-group-sm>.quick-view+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.add-to-cart+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.customize+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.view-product+.dropdown-toggle-split {
|
|
padding-right: .375rem;
|
|
padding-left: .375rem
|
|
}
|
|
|
|
.btn-group-lg>.btn+.dropdown-toggle-split,
|
|
.btn-lg+.dropdown-toggle-split,
|
|
.grid .product-miniature .product-buttons .btn-group-lg>.quick-view+.dropdown-toggle-split,
|
|
.grid .product-miniature .product-buttons .quick-view+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .add-to-cart+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .btn-group-lg>.add-to-cart+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .btn-group-lg>.customize+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .btn-group-lg>.view-product+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .customize+.dropdown-toggle-split,
|
|
.product-miniature-information .product-buttons .view-product+.dropdown-toggle-split {
|
|
padding-right: .75rem;
|
|
padding-left: .75rem
|
|
}
|
|
|
|
.btn-group.show .dropdown-toggle,
|
|
.btn-group.show .dropdown-toggle.btn-link {
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-group-vertical {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center
|
|
}
|
|
|
|
.btn-group-vertical .btn,
|
|
.btn-group-vertical .btn-group,
|
|
.btn-group-vertical .grid .product-miniature .product-buttons .quick-view,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .add-to-cart,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .customize,
|
|
.btn-group-vertical .product-miniature-information .product-buttons .view-product,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical .quick-view,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical .view-product {
|
|
width: 100%
|
|
}
|
|
|
|
.btn-group-vertical>.btn+.btn,
|
|
.btn-group-vertical>.btn+.btn-group,
|
|
.btn-group-vertical>.btn-group+.btn,
|
|
.btn-group-vertical>.btn-group+.btn-group,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.btn+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.btn-group+.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.quick-view+.btn,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.quick-view+.btn-group,
|
|
.grid .product-miniature .product-buttons .btn-group-vertical>.quick-view+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical>.customize+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical>.quick-view+.add-to-cart,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical>.quick-view+.customize,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical>.quick-view+.view-product,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .btn-group-vertical>.view-product+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical>.add-to-cart+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical>.customize+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical>.quick-view+.add-to-cart,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical>.quick-view+.customize,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical>.quick-view+.view-product,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .btn-group-vertical>.view-product+.quick-view,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart+.btn,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.add-to-cart+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.btn+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.btn+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.btn+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.btn-group+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.btn-group+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.btn-group+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize+.btn,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.customize+.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product+.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product+.btn,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product+.btn-group,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product+.customize,
|
|
.product-miniature-information .product-buttons .btn-group-vertical>.view-product+.view-product {
|
|
margin-top: -.07143rem;
|
|
margin-left: 0
|
|
}
|
|
|
|
.btn-group-toggle>.btn,
|
|
.btn-group-toggle>.btn-group>.btn,
|
|
.grid .product-miniature .product-buttons .btn-group-toggle>.btn-group>.quick-view,
|
|
.grid .product-miniature .product-buttons .btn-group-toggle>.quick-view,
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.customize,
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.view-product,
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.customize,
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.view-product {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
|
|
.btn-group-toggle>.btn-group>.btn input[type=radio],
|
|
.btn-group-toggle>.btn input[type=checkbox],
|
|
.btn-group-toggle>.btn input[type=radio],
|
|
.grid .product-miniature .product-buttons .btn-group-toggle>.btn-group>.quick-view input[type=checkbox],
|
|
.grid .product-miniature .product-buttons .btn-group-toggle>.btn-group>.quick-view input[type=radio],
|
|
.grid .product-miniature .product-buttons .btn-group-toggle>.quick-view input[type=checkbox],
|
|
.grid .product-miniature .product-buttons .btn-group-toggle>.quick-view input[type=radio],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.add-to-cart input[type=checkbox],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.add-to-cart input[type=radio],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.add-to-cart input[type=checkbox],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.add-to-cart input[type=radio],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.customize input[type=checkbox],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.customize input[type=radio],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.view-product input[type=checkbox],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.btn-group>.view-product input[type=radio],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.customize input[type=checkbox],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.customize input[type=radio],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.view-product input[type=checkbox],
|
|
.product-miniature-information .product-buttons .btn-group-toggle>.view-product input[type=radio] {
|
|
position: absolute;
|
|
clip: rect(0, 0, 0, 0);
|
|
pointer-events: none
|
|
}
|
|
|
|
.input-group {
|
|
position: relative;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: stretch;
|
|
width: 100%
|
|
}
|
|
|
|
.input-group>.custom-file,
|
|
.input-group>.custom-select,
|
|
.input-group>.form-control {
|
|
position: relative;
|
|
flex: 1 1 auto;
|
|
width: 1%;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.input-group>.custom-file+.custom-file,
|
|
.input-group>.custom-file+.custom-select,
|
|
.input-group>.custom-file+.form-control,
|
|
.input-group>.custom-select+.custom-file,
|
|
.input-group>.custom-select+.custom-select,
|
|
.input-group>.custom-select+.form-control,
|
|
.input-group>.form-control+.custom-file,
|
|
.input-group>.form-control+.custom-select,
|
|
.input-group>.form-control+.form-control {
|
|
margin-left: -.07143rem
|
|
}
|
|
|
|
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
|
|
.input-group>.custom-select:focus,
|
|
.input-group>.form-control:focus {
|
|
z-index: 3
|
|
}
|
|
|
|
.input-group>.custom-file .custom-file-input:focus {
|
|
z-index: 4
|
|
}
|
|
|
|
.input-group>.custom-file {
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
|
|
.input-group-append,
|
|
.input-group-prepend {
|
|
display: flex
|
|
}
|
|
|
|
.grid .product-miniature .product-buttons .input-group-append .quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-prepend .quick-view,
|
|
.input-group-append .btn,
|
|
.input-group-append .grid .product-miniature .product-buttons .quick-view,
|
|
.input-group-append .product-miniature-information .product-buttons .add-to-cart,
|
|
.input-group-append .product-miniature-information .product-buttons .customize,
|
|
.input-group-append .product-miniature-information .product-buttons .view-product,
|
|
.input-group-prepend .btn,
|
|
.input-group-prepend .grid .product-miniature .product-buttons .quick-view,
|
|
.input-group-prepend .product-miniature-information .product-buttons .add-to-cart,
|
|
.input-group-prepend .product-miniature-information .product-buttons .customize,
|
|
.input-group-prepend .product-miniature-information .product-buttons .view-product,
|
|
.product-miniature-information .product-buttons .input-group-append .add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-append .customize,
|
|
.product-miniature-information .product-buttons .input-group-append .view-product,
|
|
.product-miniature-information .product-buttons .input-group-prepend .add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-prepend .customize,
|
|
.product-miniature-information .product-buttons .input-group-prepend .view-product {
|
|
position: relative;
|
|
z-index: 2
|
|
}
|
|
|
|
.grid .product-miniature .input-group-append .product-miniature-information .product-buttons .add-to-cart+.quick-view,
|
|
.grid .product-miniature .input-group-append .product-miniature-information .product-buttons .customize+.quick-view,
|
|
.grid .product-miniature .input-group-append .product-miniature-information .product-buttons .view-product+.quick-view,
|
|
.grid .product-miniature .input-group-prepend .product-miniature-information .product-buttons .add-to-cart+.quick-view,
|
|
.grid .product-miniature .input-group-prepend .product-miniature-information .product-buttons .customize+.quick-view,
|
|
.grid .product-miniature .input-group-prepend .product-miniature-information .product-buttons .view-product+.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-append .btn+.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-append .input-group-text+.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-append .quick-view+.btn,
|
|
.grid .product-miniature .product-buttons .input-group-append .quick-view+.input-group-text,
|
|
.grid .product-miniature .product-buttons .input-group-append .quick-view+.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-prepend .btn+.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-prepend .input-group-text+.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-prepend .quick-view+.btn,
|
|
.grid .product-miniature .product-buttons .input-group-prepend .quick-view+.input-group-text,
|
|
.grid .product-miniature .product-buttons .input-group-prepend .quick-view+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-append .add-to-cart+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-append .customize+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-append .quick-view+.add-to-cart,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-append .quick-view+.customize,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-append .quick-view+.view-product,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-append .view-product+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-prepend .add-to-cart+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-prepend .customize+.quick-view,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-prepend .quick-view+.add-to-cart,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-prepend .quick-view+.customize,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-prepend .quick-view+.view-product,
|
|
.grid .product-miniature .product-miniature-information .product-buttons .input-group-prepend .view-product+.quick-view,
|
|
.input-group-append .btn+.btn,
|
|
.input-group-append .btn+.input-group-text,
|
|
.input-group-append .grid .product-miniature .product-buttons .btn+.quick-view,
|
|
.input-group-append .grid .product-miniature .product-buttons .input-group-text+.quick-view,
|
|
.input-group-append .grid .product-miniature .product-buttons .quick-view+.btn,
|
|
.input-group-append .grid .product-miniature .product-buttons .quick-view+.input-group-text,
|
|
.input-group-append .grid .product-miniature .product-buttons .quick-view+.quick-view,
|
|
.input-group-append .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.add-to-cart,
|
|
.input-group-append .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.customize,
|
|
.input-group-append .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.view-product,
|
|
.input-group-append .input-group-text+.btn,
|
|
.input-group-append .input-group-text+.input-group-text,
|
|
.input-group-append .product-miniature-information .grid .product-miniature .product-buttons .add-to-cart+.quick-view,
|
|
.input-group-append .product-miniature-information .grid .product-miniature .product-buttons .customize+.quick-view,
|
|
.input-group-append .product-miniature-information .grid .product-miniature .product-buttons .view-product+.quick-view,
|
|
.input-group-append .product-miniature-information .product-buttons .add-to-cart+.add-to-cart,
|
|
.input-group-append .product-miniature-information .product-buttons .add-to-cart+.btn,
|
|
.input-group-append .product-miniature-information .product-buttons .add-to-cart+.customize,
|
|
.input-group-append .product-miniature-information .product-buttons .add-to-cart+.input-group-text,
|
|
.input-group-append .product-miniature-information .product-buttons .add-to-cart+.view-product,
|
|
.input-group-append .product-miniature-information .product-buttons .btn+.add-to-cart,
|
|
.input-group-append .product-miniature-information .product-buttons .btn+.customize,
|
|
.input-group-append .product-miniature-information .product-buttons .btn+.view-product,
|
|
.input-group-append .product-miniature-information .product-buttons .customize+.add-to-cart,
|
|
.input-group-append .product-miniature-information .product-buttons .customize+.btn,
|
|
.input-group-append .product-miniature-information .product-buttons .customize+.customize,
|
|
.input-group-append .product-miniature-information .product-buttons .customize+.input-group-text,
|
|
.input-group-append .product-miniature-information .product-buttons .customize+.view-product,
|
|
.input-group-append .product-miniature-information .product-buttons .input-group-text+.add-to-cart,
|
|
.input-group-append .product-miniature-information .product-buttons .input-group-text+.customize,
|
|
.input-group-append .product-miniature-information .product-buttons .input-group-text+.view-product,
|
|
.input-group-append .product-miniature-information .product-buttons .view-product+.add-to-cart,
|
|
.input-group-append .product-miniature-information .product-buttons .view-product+.btn,
|
|
.input-group-append .product-miniature-information .product-buttons .view-product+.customize,
|
|
.input-group-append .product-miniature-information .product-buttons .view-product+.input-group-text,
|
|
.input-group-append .product-miniature-information .product-buttons .view-product+.view-product,
|
|
.input-group-prepend .btn+.btn,
|
|
.input-group-prepend .btn+.input-group-text,
|
|
.input-group-prepend .grid .product-miniature .product-buttons .btn+.quick-view,
|
|
.input-group-prepend .grid .product-miniature .product-buttons .input-group-text+.quick-view,
|
|
.input-group-prepend .grid .product-miniature .product-buttons .quick-view+.btn,
|
|
.input-group-prepend .grid .product-miniature .product-buttons .quick-view+.input-group-text,
|
|
.input-group-prepend .grid .product-miniature .product-buttons .quick-view+.quick-view,
|
|
.input-group-prepend .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.add-to-cart,
|
|
.input-group-prepend .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.customize,
|
|
.input-group-prepend .grid .product-miniature .product-miniature-information .product-buttons .quick-view+.view-product,
|
|
.input-group-prepend .input-group-text+.btn,
|
|
.input-group-prepend .input-group-text+.input-group-text,
|
|
.input-group-prepend .product-miniature-information .grid .product-miniature .product-buttons .add-to-cart+.quick-view,
|
|
.input-group-prepend .product-miniature-information .grid .product-miniature .product-buttons .customize+.quick-view,
|
|
.input-group-prepend .product-miniature-information .grid .product-miniature .product-buttons .view-product+.quick-view,
|
|
.input-group-prepend .product-miniature-information .product-buttons .add-to-cart+.add-to-cart,
|
|
.input-group-prepend .product-miniature-information .product-buttons .add-to-cart+.btn,
|
|
.input-group-prepend .product-miniature-information .product-buttons .add-to-cart+.customize,
|
|
.input-group-prepend .product-miniature-information .product-buttons .add-to-cart+.input-group-text,
|
|
.input-group-prepend .product-miniature-information .product-buttons .add-to-cart+.view-product,
|
|
.input-group-prepend .product-miniature-information .product-buttons .btn+.add-to-cart,
|
|
.input-group-prepend .product-miniature-information .product-buttons .btn+.customize,
|
|
.input-group-prepend .product-miniature-information .product-buttons .btn+.view-product,
|
|
.input-group-prepend .product-miniature-information .product-buttons .customize+.add-to-cart,
|
|
.input-group-prepend .product-miniature-information .product-buttons .customize+.btn,
|
|
.input-group-prepend .product-miniature-information .product-buttons .customize+.customize,
|
|
.input-group-prepend .product-miniature-information .product-buttons .customize+.input-group-text,
|
|
.input-group-prepend .product-miniature-information .product-buttons .customize+.view-product,
|
|
.input-group-prepend .product-miniature-information .product-buttons .input-group-text+.add-to-cart,
|
|
.input-group-prepend .product-miniature-information .product-buttons .input-group-text+.customize,
|
|
.input-group-prepend .product-miniature-information .product-buttons .input-group-text+.view-product,
|
|
.input-group-prepend .product-miniature-information .product-buttons .view-product+.add-to-cart,
|
|
.input-group-prepend .product-miniature-information .product-buttons .view-product+.btn,
|
|
.input-group-prepend .product-miniature-information .product-buttons .view-product+.customize,
|
|
.input-group-prepend .product-miniature-information .product-buttons .view-product+.input-group-text,
|
|
.input-group-prepend .product-miniature-information .product-buttons .view-product+.view-product,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-append .add-to-cart+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-append .customize+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-append .quick-view+.add-to-cart,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-append .quick-view+.customize,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-append .quick-view+.view-product,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-append .view-product+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-prepend .add-to-cart+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-prepend .customize+.quick-view,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-prepend .quick-view+.add-to-cart,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-prepend .quick-view+.customize,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-prepend .quick-view+.view-product,
|
|
.product-miniature-information .grid .product-miniature .product-buttons .input-group-prepend .view-product+.quick-view,
|
|
.product-miniature-information .input-group-append .grid .product-miniature .product-buttons .quick-view+.add-to-cart,
|
|
.product-miniature-information .input-group-append .grid .product-miniature .product-buttons .quick-view+.customize,
|
|
.product-miniature-information .input-group-append .grid .product-miniature .product-buttons .quick-view+.view-product,
|
|
.product-miniature-information .input-group-prepend .grid .product-miniature .product-buttons .quick-view+.add-to-cart,
|
|
.product-miniature-information .input-group-prepend .grid .product-miniature .product-buttons .quick-view+.customize,
|
|
.product-miniature-information .input-group-prepend .grid .product-miniature .product-buttons .quick-view+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-append .add-to-cart+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-append .add-to-cart+.btn,
|
|
.product-miniature-information .product-buttons .input-group-append .add-to-cart+.customize,
|
|
.product-miniature-information .product-buttons .input-group-append .add-to-cart+.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-append .add-to-cart+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-append .btn+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-append .btn+.customize,
|
|
.product-miniature-information .product-buttons .input-group-append .btn+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-append .customize+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-append .customize+.btn,
|
|
.product-miniature-information .product-buttons .input-group-append .customize+.customize,
|
|
.product-miniature-information .product-buttons .input-group-append .customize+.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-append .customize+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-append .input-group-text+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-append .input-group-text+.customize,
|
|
.product-miniature-information .product-buttons .input-group-append .input-group-text+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-append .view-product+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-append .view-product+.btn,
|
|
.product-miniature-information .product-buttons .input-group-append .view-product+.customize,
|
|
.product-miniature-information .product-buttons .input-group-append .view-product+.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-append .view-product+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-prepend .add-to-cart+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-prepend .add-to-cart+.btn,
|
|
.product-miniature-information .product-buttons .input-group-prepend .add-to-cart+.customize,
|
|
.product-miniature-information .product-buttons .input-group-prepend .add-to-cart+.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-prepend .add-to-cart+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-prepend .btn+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-prepend .btn+.customize,
|
|
.product-miniature-information .product-buttons .input-group-prepend .btn+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-prepend .customize+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-prepend .customize+.btn,
|
|
.product-miniature-information .product-buttons .input-group-prepend .customize+.customize,
|
|
.product-miniature-information .product-buttons .input-group-prepend .customize+.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-prepend .customize+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-prepend .input-group-text+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-prepend .input-group-text+.customize,
|
|
.product-miniature-information .product-buttons .input-group-prepend .input-group-text+.view-product,
|
|
.product-miniature-information .product-buttons .input-group-prepend .view-product+.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-prepend .view-product+.btn,
|
|
.product-miniature-information .product-buttons .input-group-prepend .view-product+.customize,
|
|
.product-miniature-information .product-buttons .input-group-prepend .view-product+.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-prepend .view-product+.view-product {
|
|
margin-left: -.07143rem
|
|
}
|
|
|
|
.input-group-prepend {
|
|
margin-right: -.07143rem
|
|
}
|
|
|
|
.input-group-append {
|
|
margin-left: -.07143rem
|
|
}
|
|
|
|
.input-group-text {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 1.143rem 1.429rem;
|
|
margin-bottom: 0;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.23;
|
|
color: #000;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
background-color: transparent;
|
|
border: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.input-group-text input[type=checkbox],
|
|
.input-group-text input[type=radio] {
|
|
margin-top: 0
|
|
}
|
|
|
|
.grid .product-miniature .product-buttons .input-group-lg>.input-group-append>.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-lg>.input-group-prepend>.quick-view,
|
|
.input-group-lg>.form-control,
|
|
.input-group-lg>.input-group-append>.btn,
|
|
.input-group-lg>.input-group-append>.input-group-text,
|
|
.input-group-lg>.input-group-prepend>.btn,
|
|
.input-group-lg>.input-group-prepend>.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-lg>.input-group-append>.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-lg>.input-group-append>.customize,
|
|
.product-miniature-information .product-buttons .input-group-lg>.input-group-append>.view-product,
|
|
.product-miniature-information .product-buttons .input-group-lg>.input-group-prepend>.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-lg>.input-group-prepend>.customize,
|
|
.product-miniature-information .product-buttons .input-group-lg>.input-group-prepend>.view-product {
|
|
height: 4.429rem;
|
|
padding: 1.571rem 1.429rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.143
|
|
}
|
|
|
|
.grid .product-miniature .product-buttons .input-group-sm>.input-group-append>.quick-view,
|
|
.grid .product-miniature .product-buttons .input-group-sm>.input-group-prepend>.quick-view,
|
|
.input-group-sm>.form-control,
|
|
.input-group-sm>.input-group-append>.btn,
|
|
.input-group-sm>.input-group-append>.input-group-text,
|
|
.input-group-sm>.input-group-prepend>.btn,
|
|
.input-group-sm>.input-group-prepend>.input-group-text,
|
|
.product-miniature-information .product-buttons .input-group-sm>.input-group-append>.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-sm>.input-group-append>.customize,
|
|
.product-miniature-information .product-buttons .input-group-sm>.input-group-append>.view-product,
|
|
.product-miniature-information .product-buttons .input-group-sm>.input-group-prepend>.add-to-cart,
|
|
.product-miniature-information .product-buttons .input-group-sm>.input-group-prepend>.customize,
|
|
.product-miniature-information .product-buttons .input-group-sm>.input-group-prepend>.view-product {
|
|
height: 2.857rem;
|
|
padding: .786rem 1.429rem;
|
|
font-size: .875rem;
|
|
line-height: 1.143
|
|
}
|
|
|
|
.custom-control {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 1.643rem;
|
|
padding-left: 2rem
|
|
}
|
|
|
|
.custom-control-inline {
|
|
display: inline-flex;
|
|
margin-right: 1.357rem
|
|
}
|
|
|
|
.custom-control-input {
|
|
position: absolute;
|
|
z-index: -1;
|
|
opacity: 0
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input:checked~.color-box,
|
|
.custom-control-input:checked~.custom-control-label:before {
|
|
color: #fff;
|
|
background-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input:focus~.color-box,
|
|
.custom-control-input:focus~.custom-control-label:before {
|
|
box-shadow: inset 0 0 0 .07143rem #000
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input:active~.color-box,
|
|
.custom-control-input:active~.custom-control-label:before {
|
|
color: #fff;
|
|
background-color: #fff;
|
|
box-shadow: inset 0 0 0 .07143rem #000
|
|
}
|
|
|
|
.custom-control-input:disabled~.custom-control-label {
|
|
color: #888
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-input:disabled~.color-box,
|
|
.custom-control-input:disabled~.custom-control-label:before {
|
|
background-color: #f8f8f8
|
|
}
|
|
|
|
.custom-control-label {
|
|
position: relative;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .color-box,
|
|
.custom-control-label:before {
|
|
position: absolute;
|
|
top: .3215rem;
|
|
left: -2rem;
|
|
display: block;
|
|
width: 1rem;
|
|
height: 1rem;
|
|
pointer-events: none;
|
|
content: "";
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-color: #fff;
|
|
box-shadow: inset 0 0 0 .07143rem #000
|
|
}
|
|
|
|
.custom-control-label:after {
|
|
position: absolute;
|
|
top: .3215rem;
|
|
left: -2rem;
|
|
display: block;
|
|
width: 1rem;
|
|
height: 1rem;
|
|
content: "";
|
|
background-repeat: no-repeat;
|
|
background-position: 50%;
|
|
background-size: 50% 50%
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-checkbox .custom-control-input:checked~.color-box,
|
|
.custom-checkbox #search_filters_wrapper section.facet .facet-list li .custom-control-input:checked~.color-box,
|
|
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
|
|
background-image: none
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-checkbox .custom-control-input:indeterminate~.color-box,
|
|
.custom-checkbox #search_filters_wrapper section.facet .facet-list li .custom-control-input:indeterminate~.color-box,
|
|
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
|
|
background-color: #ff138c;
|
|
box-shadow: inset 0 0 0 .07143rem #c83b4e
|
|
}
|
|
|
|
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-checkbox .custom-control-input:disabled:checked~.color-box,
|
|
.custom-checkbox #search_filters_wrapper section.facet .facet-list li .custom-control-input:disabled:checked~.color-box,
|
|
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
|
|
background-color: #f8f8f8
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-checkbox .custom-control-input:disabled:indeterminate~.color-box,
|
|
.custom-checkbox #search_filters_wrapper section.facet .facet-list li .custom-control-input:disabled:indeterminate~.color-box,
|
|
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
|
|
background-color: #f8f8f8
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-radio .color-box,
|
|
.custom-radio #search_filters_wrapper section.facet .facet-list li .color-box,
|
|
.custom-radio .custom-control-label:before {
|
|
border-radius: 50%
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-radio .custom-control-input:checked~.color-box,
|
|
.custom-radio #search_filters_wrapper section.facet .facet-list li .custom-control-input:checked~.color-box,
|
|
.custom-radio .custom-control-input:checked~.custom-control-label:before {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-radio .custom-control-input:checked~.custom-control-label:after {
|
|
background-image: none
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-radio .custom-control-input:disabled:checked~.color-box,
|
|
.custom-radio #search_filters_wrapper section.facet .facet-list li .custom-control-input:disabled:checked~.color-box,
|
|
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
|
|
background-color: #f8f8f8
|
|
}
|
|
|
|
.custom-select {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 3rem;
|
|
padding: .857rem 2.143rem .857rem 1.143rem;
|
|
line-height: 1.23;
|
|
color: #000;
|
|
vertical-align: middle;
|
|
background: transparent url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat right 1.143rem center;
|
|
background-size: .57143rem .71429rem;
|
|
border: .07143rem solid rgba(0, 0, 0, .2);
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none
|
|
}
|
|
|
|
.custom-select:focus {
|
|
border-color: #000;
|
|
outline: 0;
|
|
box-shadow: none, 0 0 0 .2rem rgba(0, 0, 0, .5)
|
|
}
|
|
|
|
.custom-select:focus::-ms-value {
|
|
color: #8b8b8b;
|
|
background-color: transparent
|
|
}
|
|
|
|
.custom-select[multiple],
|
|
.custom-select[size]:not([size="1"]) {
|
|
height: auto;
|
|
padding-right: 1.143rem;
|
|
background-image: none
|
|
}
|
|
|
|
.custom-select:disabled {
|
|
color: #000;
|
|
background-color: #e0e0e0
|
|
}
|
|
|
|
.custom-select::-ms-expand {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-select-sm {
|
|
height: 2.857rem;
|
|
font-size: 75%
|
|
}
|
|
|
|
.custom-select-lg,
|
|
.custom-select-sm {
|
|
padding-top: .857rem;
|
|
padding-bottom: .857rem
|
|
}
|
|
|
|
.custom-select-lg {
|
|
height: 4.429rem;
|
|
font-size: 125%
|
|
}
|
|
|
|
.custom-file {
|
|
display: inline-block;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.custom-file,
|
|
.custom-file-input {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 3.571rem
|
|
}
|
|
|
|
.custom-file-input {
|
|
z-index: 2;
|
|
margin: 0;
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-file-input:focus~.custom-file-label {
|
|
border-color: #000;
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.custom-file-input:focus~.custom-file-label:after {
|
|
border-color: #000
|
|
}
|
|
|
|
.custom-file-input:disabled~.custom-file-label {
|
|
background-color: #e0e0e0
|
|
}
|
|
|
|
.custom-file-input:lang(en)~.custom-file-label:after {
|
|
content: "Browse"
|
|
}
|
|
|
|
.custom-file-label {
|
|
left: 0;
|
|
z-index: 1;
|
|
height: 3.571rem;
|
|
border: .07143rem solid rgba(0, 0, 0, .2);
|
|
box-shadow: none
|
|
}
|
|
|
|
.custom-file-label,
|
|
.custom-file-label:after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 0 2.143rem;
|
|
line-height: 2.857;
|
|
color: #8b8b8b;
|
|
background-color: transparent
|
|
}
|
|
|
|
.custom-file-label:after {
|
|
bottom: 0;
|
|
z-index: 3;
|
|
display: block;
|
|
height: 2.857rem;
|
|
content: "Browse";
|
|
border-left: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.custom-range {
|
|
width: 100%;
|
|
padding-left: 0;
|
|
background-color: transparent;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none
|
|
}
|
|
|
|
.custom-range:focus {
|
|
outline: none
|
|
}
|
|
|
|
.custom-range:focus::-webkit-slider-thumb {
|
|
box-shadow: 0 0 0 .07143rem #fff, 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.custom-range:focus::-moz-range-thumb {
|
|
box-shadow: 0 0 0 .07143rem #fff, 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.custom-range:focus::-ms-thumb {
|
|
box-shadow: 0 0 0 .07143rem #fff, 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.custom-range::-moz-focus-outer {
|
|
border: 0
|
|
}
|
|
|
|
.custom-range::-webkit-slider-thumb {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
margin-top: -.25rem;
|
|
background-color: #ff138c;
|
|
border: 0;
|
|
box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
|
|
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
-webkit-appearance: none;
|
|
appearance: none
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.custom-range::-webkit-slider-thumb {
|
|
-webkit-transition: none;
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.custom-range::-webkit-slider-thumb:active {
|
|
background-color: #ffc6e3
|
|
}
|
|
|
|
.custom-range::-webkit-slider-runnable-track {
|
|
width: 100%;
|
|
height: .5rem;
|
|
color: transparent;
|
|
cursor: pointer;
|
|
background-color: #e0e0e0;
|
|
border-color: transparent;
|
|
box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
|
|
}
|
|
|
|
.custom-range::-moz-range-thumb {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
background-color: #ff138c;
|
|
border: 0;
|
|
box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
|
|
-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
-moz-appearance: none;
|
|
appearance: none
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.custom-range::-moz-range-thumb {
|
|
-moz-transition: none;
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.custom-range::-moz-range-thumb:active {
|
|
background-color: #ffc6e3
|
|
}
|
|
|
|
.custom-range::-moz-range-track {
|
|
width: 100%;
|
|
height: .5rem;
|
|
color: transparent;
|
|
cursor: pointer;
|
|
background-color: #e0e0e0;
|
|
border-color: transparent;
|
|
box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
|
|
}
|
|
|
|
.custom-range::-ms-thumb {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
margin-top: 0;
|
|
margin-right: .2rem;
|
|
margin-left: .2rem;
|
|
background-color: #ff138c;
|
|
border: 0;
|
|
box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
|
|
-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
appearance: none
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.custom-range::-ms-thumb {
|
|
-ms-transition: none;
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.custom-range::-ms-thumb:active {
|
|
background-color: #ffc6e3
|
|
}
|
|
|
|
.custom-range::-ms-track {
|
|
width: 100%;
|
|
height: .5rem;
|
|
color: transparent;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
border-width: .5rem;
|
|
box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
|
|
}
|
|
|
|
.custom-range::-ms-fill-lower {
|
|
background-color: #e0e0e0
|
|
}
|
|
|
|
.custom-range::-ms-fill-upper {
|
|
margin-right: 1.07143rem;
|
|
background-color: #e0e0e0
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .color-box,
|
|
.custom-control-label:before,
|
|
.custom-file-label,
|
|
.custom-select {
|
|
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .color-box,
|
|
.custom-control-label:before,
|
|
.custom-file-label,
|
|
.custom-select {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.nav {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.nav-link {
|
|
display: block;
|
|
padding: .5rem 1rem
|
|
}
|
|
|
|
.nav-link:focus,
|
|
.nav-link:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.nav-link.disabled {
|
|
color: #888
|
|
}
|
|
|
|
.nav-tabs {
|
|
border-bottom: .07143rem solid #e0e0e0
|
|
}
|
|
|
|
.nav-tabs .nav-item {
|
|
margin-bottom: -.07143rem
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
border: .07143rem solid transparent
|
|
}
|
|
|
|
.nav-tabs .nav-link:focus,
|
|
.nav-tabs .nav-link:hover {
|
|
border-color: #f2f2f2 #f2f2f2 #e0e0e0
|
|
}
|
|
|
|
.nav-tabs .nav-link.disabled {
|
|
color: #888;
|
|
background-color: transparent;
|
|
border-color: transparent
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link,
|
|
.nav-tabs .nav-link.active {
|
|
color: #666;
|
|
background-color: #fff;
|
|
border-color: #e0e0e0 #e0e0e0 #fff
|
|
}
|
|
|
|
.nav-tabs .dropdown-menu {
|
|
margin-top: -.07143rem
|
|
}
|
|
|
|
.nav-pills .nav-link.active,
|
|
.nav-pills .show>.nav-link {
|
|
color: #fff;
|
|
background-color: #ff138c
|
|
}
|
|
|
|
.nav-fill .nav-item {
|
|
flex: 1 1 auto;
|
|
text-align: center
|
|
}
|
|
|
|
.nav-justified .nav-item {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
text-align: center
|
|
}
|
|
|
|
.tab-content>.tab-pane {
|
|
display: none
|
|
}
|
|
|
|
.tab-content>.active {
|
|
display: block
|
|
}
|
|
|
|
.navbar {
|
|
position: relative;
|
|
padding: 1.07143rem 2.14286rem
|
|
}
|
|
|
|
.navbar,
|
|
.navbar>.container,
|
|
.navbar>.container-fluid {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.navbar-brand {
|
|
display: inline-block;
|
|
padding-top: .29462rem;
|
|
padding-bottom: .29462rem;
|
|
margin-right: 2.14286rem;
|
|
font-size: 1.25rem;
|
|
line-height: inherit;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.navbar-brand:focus,
|
|
.navbar-brand:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.navbar-nav {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.navbar-nav .nav-link {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.navbar-nav .dropdown-menu {
|
|
position: static;
|
|
float: none
|
|
}
|
|
|
|
.navbar-text {
|
|
display: inline-block;
|
|
padding-top: .5rem;
|
|
padding-bottom: .5rem
|
|
}
|
|
|
|
.navbar-collapse {
|
|
flex-basis: 100%;
|
|
flex-grow: 1;
|
|
align-items: center
|
|
}
|
|
|
|
.navbar-toggler {
|
|
padding: .25rem .75rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1;
|
|
background-color: transparent;
|
|
border: .07143rem solid transparent
|
|
}
|
|
|
|
.navbar-toggler:focus,
|
|
.navbar-toggler:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.navbar-toggler:not(:disabled):not(.disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.navbar-toggler-icon {
|
|
display: inline-block;
|
|
width: 1.5em;
|
|
height: 1.5em;
|
|
vertical-align: middle;
|
|
content: "";
|
|
background: no-repeat 50%;
|
|
background-size: 100% 100%
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
|
|
.navbar-expand-xsm>.container,
|
|
.navbar-expand-xsm>.container-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:400px) {
|
|
.navbar-expand-xsm {
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand-xsm .navbar-nav {
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand-xsm .navbar-nav .dropdown-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.navbar-expand-xsm .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand-xsm>.container,
|
|
.navbar-expand-xsm>.container-fluid {
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-expand-xsm .navbar-collapse {
|
|
display: flex !important;
|
|
flex-basis: auto
|
|
}
|
|
|
|
.navbar-expand-xsm .navbar-toggler {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media (max-width:575.98px) {
|
|
|
|
.navbar-expand-sm>.container,
|
|
.navbar-expand-sm>.container-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.navbar-expand-sm {
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand-sm .navbar-nav {
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand-sm .navbar-nav .dropdown-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.navbar-expand-sm .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand-sm>.container,
|
|
.navbar-expand-sm>.container-fluid {
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-expand-sm .navbar-collapse {
|
|
display: flex !important;
|
|
flex-basis: auto
|
|
}
|
|
|
|
.navbar-expand-sm .navbar-toggler {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media (max-width:767.98px) {
|
|
|
|
.navbar-expand-md>.container,
|
|
.navbar-expand-md>.container-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.navbar-expand-md {
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand-md .navbar-nav {
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand-md .navbar-nav .dropdown-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.navbar-expand-md .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand-md>.container,
|
|
.navbar-expand-md>.container-fluid {
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-expand-md .navbar-collapse {
|
|
display: flex !important;
|
|
flex-basis: auto
|
|
}
|
|
|
|
.navbar-expand-md .navbar-toggler {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media (max-width:991.98px) {
|
|
|
|
.navbar-expand-lg>.container,
|
|
.navbar-expand-lg>.container-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.navbar-expand-lg {
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand-lg .navbar-nav {
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand-lg .navbar-nav .dropdown-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.navbar-expand-lg .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand-lg>.container,
|
|
.navbar-expand-lg>.container-fluid {
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-expand-lg .navbar-collapse {
|
|
display: flex !important;
|
|
flex-basis: auto
|
|
}
|
|
|
|
.navbar-expand-lg .navbar-toggler {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media (max-width:1199.98px) {
|
|
|
|
.navbar-expand-xl>.container,
|
|
.navbar-expand-xl>.container-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.navbar-expand-xl {
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-nav {
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-nav .dropdown-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand-xl>.container,
|
|
.navbar-expand-xl>.container-fluid {
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-collapse {
|
|
display: flex !important;
|
|
flex-basis: auto
|
|
}
|
|
|
|
.navbar-expand-xl .navbar-toggler {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
@media (max-width:1779.98px) {
|
|
|
|
.navbar-expand-xxl>.container,
|
|
.navbar-expand-xxl>.container-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.navbar-expand-xxl {
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand-xxl .navbar-nav {
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand-xxl .navbar-nav .dropdown-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.navbar-expand-xxl .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand-xxl>.container,
|
|
.navbar-expand-xxl>.container-fluid {
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-expand-xxl .navbar-collapse {
|
|
display: flex !important;
|
|
flex-basis: auto
|
|
}
|
|
|
|
.navbar-expand-xxl .navbar-toggler {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
.navbar-expand {
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start
|
|
}
|
|
|
|
.navbar-expand>.container,
|
|
.navbar-expand>.container-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.navbar-expand .navbar-nav {
|
|
flex-direction: row
|
|
}
|
|
|
|
.navbar-expand .navbar-nav .dropdown-menu {
|
|
position: absolute
|
|
}
|
|
|
|
.navbar-expand .navbar-nav .nav-link {
|
|
padding-right: .5rem;
|
|
padding-left: .5rem
|
|
}
|
|
|
|
.navbar-expand>.container,
|
|
.navbar-expand>.container-fluid {
|
|
flex-wrap: nowrap
|
|
}
|
|
|
|
.navbar-expand .navbar-collapse {
|
|
display: flex !important;
|
|
flex-basis: auto
|
|
}
|
|
|
|
.navbar-expand .navbar-toggler {
|
|
display: none
|
|
}
|
|
|
|
.navbar-light .navbar-brand,
|
|
.navbar-light .navbar-brand:focus,
|
|
.navbar-light .navbar-brand:hover {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link {
|
|
color: rgba(0, 0, 0, .5)
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link:focus,
|
|
.navbar-light .navbar-nav .nav-link:hover {
|
|
color: rgba(0, 0, 0, .7)
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link.disabled {
|
|
color: rgba(0, 0, 0, .3)
|
|
}
|
|
|
|
.navbar-light .navbar-nav .active>.nav-link,
|
|
.navbar-light .navbar-nav .nav-link.active,
|
|
.navbar-light .navbar-nav .nav-link.show,
|
|
.navbar-light .navbar-nav .show>.nav-link {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.navbar-light .navbar-toggler {
|
|
color: rgba(0, 0, 0, .5);
|
|
border-color: rgba(0, 0, 0, .1)
|
|
}
|
|
|
|
.navbar-light .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
|
|
}
|
|
|
|
.navbar-light .navbar-text {
|
|
color: rgba(0, 0, 0, .5)
|
|
}
|
|
|
|
.navbar-light .navbar-text a,
|
|
.navbar-light .navbar-text a:focus,
|
|
.navbar-light .navbar-text a:hover {
|
|
color: rgba(0, 0, 0, .9)
|
|
}
|
|
|
|
.navbar-dark .navbar-brand,
|
|
.navbar-dark .navbar-brand:focus,
|
|
.navbar-dark .navbar-brand:hover {
|
|
color: #fff
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-link {
|
|
color: hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-link:focus,
|
|
.navbar-dark .navbar-nav .nav-link:hover {
|
|
color: hsla(0, 0%, 100%, .75)
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-link.disabled {
|
|
color: hsla(0, 0%, 100%, .25)
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .active>.nav-link,
|
|
.navbar-dark .navbar-nav .nav-link.active,
|
|
.navbar-dark .navbar-nav .nav-link.show,
|
|
.navbar-dark .navbar-nav .show>.nav-link {
|
|
color: #fff
|
|
}
|
|
|
|
.navbar-dark .navbar-toggler {
|
|
color: hsla(0, 0%, 100%, .5);
|
|
border-color: hsla(0, 0%, 100%, .1)
|
|
}
|
|
|
|
.navbar-dark .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
|
|
}
|
|
|
|
.navbar-dark .navbar-text {
|
|
color: hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.navbar-dark .navbar-text a,
|
|
.navbar-dark .navbar-text a:focus,
|
|
.navbar-dark .navbar-text a:hover {
|
|
color: #fff
|
|
}
|
|
|
|
.card {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-width: 0;
|
|
word-wrap: break-word;
|
|
background-color: #fff;
|
|
background-clip: border-box;
|
|
border: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.card>hr {
|
|
margin-right: 0;
|
|
margin-left: 0
|
|
}
|
|
|
|
.card-body {
|
|
flex: 1 1 auto;
|
|
padding: 1.25rem
|
|
}
|
|
|
|
.card-title {
|
|
margin-bottom: .75rem
|
|
}
|
|
|
|
.card-subtitle {
|
|
margin-top: -.375rem
|
|
}
|
|
|
|
.card-subtitle,
|
|
.card-text:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.card-link:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.card-link+.card-link {
|
|
margin-left: 1.25rem
|
|
}
|
|
|
|
.card-header {
|
|
padding: .75rem 1.25rem;
|
|
margin-bottom: 0;
|
|
background-color: #057176;
|
|
border-bottom: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.card-header+.list-group .list-group-item:first-child {
|
|
border-top: 0
|
|
}
|
|
|
|
.card-footer {
|
|
padding: .75rem 1.25rem;
|
|
background-color: #057176;
|
|
border-top: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.card-header-tabs {
|
|
margin-bottom: -.75rem;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.card-header-pills,
|
|
.card-header-tabs {
|
|
margin-right: -.625rem;
|
|
margin-left: -.625rem
|
|
}
|
|
|
|
.card-img-overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 1.25rem
|
|
}
|
|
|
|
.card-img,
|
|
.card-img-bottom,
|
|
.card-img-top {
|
|
width: 100%
|
|
}
|
|
|
|
.card-deck {
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.card-deck .card {
|
|
margin-bottom: 1.07143rem
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.card-deck {
|
|
flex-flow: row wrap;
|
|
margin-right: -1.07143rem;
|
|
margin-left: -1.07143rem
|
|
}
|
|
|
|
.card-deck .card {
|
|
display: flex;
|
|
flex: 1 0 0%;
|
|
flex-direction: column;
|
|
margin-right: 1.07143rem;
|
|
margin-bottom: 0;
|
|
margin-left: 1.07143rem
|
|
}
|
|
}
|
|
|
|
.card-group {
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.card-group>.card {
|
|
margin-bottom: 1.07143rem
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.card-group {
|
|
flex-flow: row wrap
|
|
}
|
|
|
|
.card-group>.card {
|
|
flex: 1 0 0%;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.card-group>.card+.card {
|
|
margin-left: 0;
|
|
border-left: 0
|
|
}
|
|
}
|
|
|
|
.card-columns .card {
|
|
margin-bottom: .75rem
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.card-columns {
|
|
-webkit-column-count: 3;
|
|
-moz-column-count: 3;
|
|
column-count: 3;
|
|
-webkit-column-gap: 1.25rem;
|
|
-moz-column-gap: 1.25rem;
|
|
column-gap: 1.25rem;
|
|
orphans: 1;
|
|
widows: 1
|
|
}
|
|
|
|
.card-columns .card {
|
|
display: inline-block;
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
.accordion .card:not(:first-of-type):not(:last-of-type) {
|
|
border-bottom: 0;
|
|
border-radius: 0
|
|
}
|
|
|
|
.accordion .card:not(:first-of-type) .card-header:first-child {
|
|
border-radius: 0
|
|
}
|
|
|
|
.accordion .card:first-of-type {
|
|
border-bottom: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.accordion .card:last-of-type {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0
|
|
}
|
|
|
|
.breadcrumb {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 1.714rem 0;
|
|
margin-bottom: 0;
|
|
list-style: none;
|
|
background-color: #057176
|
|
}
|
|
|
|
.breadcrumb-item+.breadcrumb-item {
|
|
padding-left: 1.357rem
|
|
}
|
|
|
|
.breadcrumb-item+.breadcrumb-item:before {
|
|
display: inline-block;
|
|
padding-right: 1.357rem;
|
|
color: #000;
|
|
content: "\EC3C"
|
|
}
|
|
|
|
.breadcrumb-item+.breadcrumb-item:hover:before {
|
|
text-decoration: underline;
|
|
text-decoration: none
|
|
}
|
|
|
|
.breadcrumb-item.active {
|
|
color: #888
|
|
}
|
|
|
|
.pagination {
|
|
display: flex;
|
|
padding-left: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.page-link {
|
|
position: relative;
|
|
display: block;
|
|
padding: .5rem .75rem;
|
|
margin-left: -.07143rem;
|
|
line-height: 1.25;
|
|
color: #888;
|
|
background-color: #fff;
|
|
border: .07143rem solid #e0e0e0
|
|
}
|
|
|
|
.page-link:hover {
|
|
z-index: 2;
|
|
color: #282828;
|
|
text-decoration: none;
|
|
background-color: #f2f2f2;
|
|
border-color: #e0e0e0
|
|
}
|
|
|
|
.page-link:focus {
|
|
z-index: 2;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 .2rem rgba(255, 19, 140, .25)
|
|
}
|
|
|
|
.page-link:not(:disabled):not(.disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.page-item:first-child .page-link {
|
|
margin-left: 0
|
|
}
|
|
|
|
.page-item.active .page-link {
|
|
z-index: 1;
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.page-item.disabled .page-link {
|
|
color: #888;
|
|
pointer-events: none;
|
|
cursor: auto;
|
|
background-color: #fff;
|
|
border-color: #e0e0e0
|
|
}
|
|
|
|
.pagination-lg .page-link {
|
|
padding: .75rem 1.5rem;
|
|
font-size: 1.25rem;
|
|
line-height: 1.5
|
|
}
|
|
|
|
.pagination-sm .page-link {
|
|
padding: .25rem .5rem;
|
|
font-size: .875rem;
|
|
line-height: 1.5
|
|
}
|
|
|
|
.badge {
|
|
display: inline-block;
|
|
padding: .25em .4em;
|
|
font-size: 75%;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline
|
|
}
|
|
|
|
.badge:empty {
|
|
display: none
|
|
}
|
|
|
|
.btn .badge,
|
|
.grid .product-miniature .product-buttons .quick-view .badge,
|
|
.product-miniature-information .product-buttons .add-to-cart .badge,
|
|
.product-miniature-information .product-buttons .customize .badge,
|
|
.product-miniature-information .product-buttons .view-product .badge {
|
|
position: relative;
|
|
top: -.07143rem
|
|
}
|
|
|
|
.badge-pill {
|
|
padding-right: .6em;
|
|
padding-left: .6em
|
|
}
|
|
|
|
.badge-primary {
|
|
color: #fff;
|
|
background-color: #ff138c
|
|
}
|
|
|
|
.badge-primary[href]:focus,
|
|
.badge-primary[href]:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: #df0072
|
|
}
|
|
|
|
.badge-secondary {
|
|
color: #fff;
|
|
background-color: #8b8b8b
|
|
}
|
|
|
|
.badge-secondary[href]:focus,
|
|
.badge-secondary[href]:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: #727272
|
|
}
|
|
|
|
.badge-success {
|
|
color: #fff;
|
|
background-color: #1cc97e
|
|
}
|
|
|
|
.badge-success[href]:focus,
|
|
.badge-success[href]:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: #169c62
|
|
}
|
|
|
|
.badge-info {
|
|
color: #fff;
|
|
background-color: #0579fc
|
|
}
|
|
|
|
.badge-info[href]:focus,
|
|
.badge-info[href]:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: #0261cc
|
|
}
|
|
|
|
.badge-warning {
|
|
color: #202020;
|
|
background-color: #ffb400
|
|
}
|
|
|
|
.badge-warning[href]:focus,
|
|
.badge-warning[href]:hover {
|
|
color: #202020;
|
|
text-decoration: none;
|
|
background-color: #cc9000
|
|
}
|
|
|
|
.badge-danger {
|
|
color: #fff;
|
|
background-color: #ff138c
|
|
}
|
|
|
|
.badge-danger[href]:focus,
|
|
.badge-danger[href]:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: #df0072
|
|
}
|
|
|
|
.badge-light {
|
|
color: #202020;
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.badge-light[href]:focus,
|
|
.badge-light[href]:hover {
|
|
color: #202020;
|
|
text-decoration: none;
|
|
background-color: #d9d9d9
|
|
}
|
|
|
|
.badge-dark {
|
|
color: #fff;
|
|
background-color: #282828
|
|
}
|
|
|
|
.badge-dark[href]:focus,
|
|
.badge-dark[href]:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
background-color: #0f0f0f
|
|
}
|
|
|
|
.badge-info-light {
|
|
color: #202020;
|
|
background-color: #18d7ec
|
|
}
|
|
|
|
.badge-info-light[href]:focus,
|
|
.badge-info-light[href]:hover {
|
|
color: #202020;
|
|
text-decoration: none;
|
|
background-color: #10b0c1
|
|
}
|
|
|
|
.badge-white {
|
|
color: #202020;
|
|
background-color: #fff
|
|
}
|
|
|
|
.badge-white[href]:focus,
|
|
.badge-white[href]:hover {
|
|
color: #202020;
|
|
text-decoration: none;
|
|
background-color: #e6e6e6
|
|
}
|
|
|
|
.jumbotron {
|
|
padding: 2rem 1rem;
|
|
margin-bottom: 2rem;
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.jumbotron {
|
|
padding: 4rem 2rem
|
|
}
|
|
}
|
|
|
|
.jumbotron-fluid {
|
|
padding-right: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.alert {
|
|
padding: 1rem 4.28571rem;
|
|
margin-bottom: 2.143rem;
|
|
border: .07143rem solid transparent
|
|
}
|
|
|
|
.alert-heading {
|
|
color: inherit
|
|
}
|
|
|
|
.alert-link {
|
|
font-weight: 700
|
|
}
|
|
|
|
.alert-dismissible {
|
|
padding-right: 9.71442rem
|
|
}
|
|
|
|
.alert-dismissible .close {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 1rem 4.28571rem;
|
|
color: inherit
|
|
}
|
|
|
|
.alert-primary {
|
|
color: #ff138c;
|
|
background-color: #ffe3f1;
|
|
border-color: #ffe3f1
|
|
}
|
|
|
|
.alert-primary hr {
|
|
border-top-color: #ffcae4
|
|
}
|
|
|
|
.alert-primary .alert-link {
|
|
color: #df0072
|
|
}
|
|
|
|
.alert-secondary {
|
|
color: #8b8b8b;
|
|
background-color: #f1f1f1;
|
|
border-color: #f1f1f1
|
|
}
|
|
|
|
.alert-secondary hr {
|
|
border-top-color: #e4e4e4
|
|
}
|
|
|
|
.alert-secondary .alert-link {
|
|
color: #727272
|
|
}
|
|
|
|
.alert-success {
|
|
color: #1cc97e;
|
|
background-color: #e4f9f0;
|
|
border-color: #e4f9f0
|
|
}
|
|
|
|
.alert-success hr {
|
|
border-top-color: #cff4e4
|
|
}
|
|
|
|
.alert-success .alert-link {
|
|
color: #169c62
|
|
}
|
|
|
|
.alert-info {
|
|
color: #0579fc;
|
|
background-color: #e1efff;
|
|
border-color: #e1efff
|
|
}
|
|
|
|
.alert-info hr {
|
|
border-top-color: #c8e1ff
|
|
}
|
|
|
|
.alert-info .alert-link {
|
|
color: #0261cc
|
|
}
|
|
|
|
.alert-warning {
|
|
color: #ffb400;
|
|
background-color: #fff6e0;
|
|
border-color: #fff6e0
|
|
}
|
|
|
|
.alert-warning hr {
|
|
border-top-color: #ffefc7
|
|
}
|
|
|
|
.alert-warning .alert-link {
|
|
color: #cc9000
|
|
}
|
|
|
|
.alert-danger {
|
|
color: #ff138c;
|
|
background-color: #ffe3f1;
|
|
border-color: #ffe3f1
|
|
}
|
|
|
|
.alert-danger hr {
|
|
border-top-color: #ffcae4
|
|
}
|
|
|
|
.alert-danger .alert-link {
|
|
color: #df0072
|
|
}
|
|
|
|
.alert-light {
|
|
color: #f2f2f2;
|
|
background-color: #fdfdfd;
|
|
border-color: #fdfdfd
|
|
}
|
|
|
|
.alert-light hr {
|
|
border-top-color: #f0f0f0
|
|
}
|
|
|
|
.alert-light .alert-link {
|
|
color: #d9d9d9
|
|
}
|
|
|
|
.alert-dark {
|
|
color: #282828;
|
|
background-color: #e5e5e5;
|
|
border-color: #e5e5e5
|
|
}
|
|
|
|
.alert-dark hr {
|
|
border-top-color: #d8d8d8
|
|
}
|
|
|
|
.alert-dark .alert-link {
|
|
color: #0f0f0f
|
|
}
|
|
|
|
.alert-info-light {
|
|
color: #18d7ec;
|
|
background-color: #e3fafd;
|
|
border-color: #e3fafd
|
|
}
|
|
|
|
.alert-info-light hr {
|
|
border-top-color: #cbf6fb
|
|
}
|
|
|
|
.alert-info-light .alert-link {
|
|
color: #10b0c1
|
|
}
|
|
|
|
.alert-white {
|
|
color: #fff;
|
|
background-color: #fff;
|
|
border-color: #fff
|
|
}
|
|
|
|
.alert-white hr {
|
|
border-top-color: #f2f2f2
|
|
}
|
|
|
|
.alert-white .alert-link {
|
|
color: #e6e6e6
|
|
}
|
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
|
0% {
|
|
background-position: 1rem 0
|
|
}
|
|
|
|
to {
|
|
background-position: 0 0
|
|
}
|
|
}
|
|
|
|
@keyframes progress-bar-stripes {
|
|
0% {
|
|
background-position: 1rem 0
|
|
}
|
|
|
|
to {
|
|
background-position: 0 0
|
|
}
|
|
}
|
|
|
|
.progress {
|
|
display: flex;
|
|
height: 1rem;
|
|
overflow: hidden;
|
|
font-size: .75rem;
|
|
background-color: #f2f2f2;
|
|
box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1)
|
|
}
|
|
|
|
.progress-bar {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
background-color: #ff138c;
|
|
transition: width .6s ease
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.progress-bar {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.progress-bar-striped {
|
|
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
|
|
background-size: 1rem 1rem
|
|
}
|
|
|
|
.progress-bar-animated {
|
|
-webkit-animation: progress-bar-stripes 1s linear infinite;
|
|
animation: progress-bar-stripes 1s linear infinite
|
|
}
|
|
|
|
.media {
|
|
display: flex;
|
|
align-items: flex-start
|
|
}
|
|
|
|
.media-body {
|
|
flex: 1
|
|
}
|
|
|
|
.list-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left: 0;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.list-group-item-action {
|
|
width: 100%;
|
|
color: #666;
|
|
text-align: inherit
|
|
}
|
|
|
|
.list-group-item-action:focus,
|
|
.list-group-item-action:hover {
|
|
color: #666;
|
|
text-decoration: none;
|
|
background-color: #f8f8f8
|
|
}
|
|
|
|
.list-group-item-action:active {
|
|
color: #000;
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.list-group-item {
|
|
position: relative;
|
|
display: block;
|
|
padding: .75rem 1.25rem;
|
|
margin-bottom: -.07143rem;
|
|
background-color: #fff;
|
|
border: .07143rem solid rgba(0, 0, 0, .125)
|
|
}
|
|
|
|
.list-group-item:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.list-group-item:focus,
|
|
.list-group-item:hover {
|
|
z-index: 1;
|
|
text-decoration: none
|
|
}
|
|
|
|
.list-group-item.disabled,
|
|
.list-group-item:disabled {
|
|
color: #888;
|
|
background-color: #fff
|
|
}
|
|
|
|
.list-group-item.active {
|
|
z-index: 2;
|
|
color: #fff;
|
|
background-color: #ff138c;
|
|
border-color: #ff138c
|
|
}
|
|
|
|
.list-group-flush .list-group-item {
|
|
border-right: 0;
|
|
border-left: 0
|
|
}
|
|
|
|
.list-group-flush:first-child .list-group-item:first-child {
|
|
border-top: 0
|
|
}
|
|
|
|
.list-group-flush:last-child .list-group-item:last-child {
|
|
border-bottom: 0
|
|
}
|
|
|
|
.list-group-item-primary {
|
|
color: #850a49;
|
|
background-color: #ffbddf
|
|
}
|
|
|
|
.list-group-item-primary.list-group-item-action:focus,
|
|
.list-group-item-primary.list-group-item-action:hover {
|
|
color: #850a49;
|
|
background-color: #ffa4d3
|
|
}
|
|
|
|
.list-group-item-primary.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #850a49;
|
|
border-color: #850a49
|
|
}
|
|
|
|
.list-group-item-secondary {
|
|
color: #484848;
|
|
background-color: #dfdfdf
|
|
}
|
|
|
|
.list-group-item-secondary.list-group-item-action:focus,
|
|
.list-group-item-secondary.list-group-item-action:hover {
|
|
color: #484848;
|
|
background-color: #d2d2d2
|
|
}
|
|
|
|
.list-group-item-secondary.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #484848;
|
|
border-color: #484848
|
|
}
|
|
|
|
.list-group-item-success {
|
|
color: #0f6942;
|
|
background-color: #bff0db
|
|
}
|
|
|
|
.list-group-item-success.list-group-item-action:focus,
|
|
.list-group-item-success.list-group-item-action:hover {
|
|
color: #0f6942;
|
|
background-color: #aaebcf
|
|
}
|
|
|
|
.list-group-item-success.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #0f6942;
|
|
border-color: #0f6942
|
|
}
|
|
|
|
.list-group-item-info {
|
|
color: #033f83;
|
|
background-color: #b9d9fe
|
|
}
|
|
|
|
.list-group-item-info.list-group-item-action:focus,
|
|
.list-group-item-info.list-group-item-action:hover {
|
|
color: #033f83;
|
|
background-color: #a0cbfe
|
|
}
|
|
|
|
.list-group-item-info.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #033f83;
|
|
border-color: #033f83
|
|
}
|
|
|
|
.list-group-item-warning {
|
|
color: #855e00;
|
|
background-color: #ffeab8
|
|
}
|
|
|
|
.list-group-item-warning.list-group-item-action:focus,
|
|
.list-group-item-warning.list-group-item-action:hover {
|
|
color: #855e00;
|
|
background-color: #ffe29f
|
|
}
|
|
|
|
.list-group-item-warning.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #855e00;
|
|
border-color: #855e00
|
|
}
|
|
|
|
.list-group-item-danger {
|
|
color: #850a49;
|
|
background-color: #ffbddf
|
|
}
|
|
|
|
.list-group-item-danger.list-group-item-action:focus,
|
|
.list-group-item-danger.list-group-item-action:hover {
|
|
color: #850a49;
|
|
background-color: #ffa4d3
|
|
}
|
|
|
|
.list-group-item-danger.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #850a49;
|
|
border-color: #850a49
|
|
}
|
|
|
|
.list-group-item-light {
|
|
color: #7e7e7e;
|
|
background-color: #fbfbfb
|
|
}
|
|
|
|
.list-group-item-light.list-group-item-action:focus,
|
|
.list-group-item-light.list-group-item-action:hover {
|
|
color: #7e7e7e;
|
|
background-color: #eee
|
|
}
|
|
|
|
.list-group-item-light.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #7e7e7e;
|
|
border-color: #7e7e7e
|
|
}
|
|
|
|
.list-group-item-dark {
|
|
color: #151515;
|
|
background-color: #c3c3c3
|
|
}
|
|
|
|
.list-group-item-dark.list-group-item-action:focus,
|
|
.list-group-item-dark.list-group-item-action:hover {
|
|
color: #151515;
|
|
background-color: #b6b6b6
|
|
}
|
|
|
|
.list-group-item-dark.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #151515;
|
|
border-color: #151515
|
|
}
|
|
|
|
.list-group-item-info-light {
|
|
color: #0c707b;
|
|
background-color: #bef4fa
|
|
}
|
|
|
|
.list-group-item-info-light.list-group-item-action:focus,
|
|
.list-group-item-info-light.list-group-item-action:hover {
|
|
color: #0c707b;
|
|
background-color: #a6f0f8
|
|
}
|
|
|
|
.list-group-item-info-light.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #0c707b;
|
|
border-color: #0c707b
|
|
}
|
|
|
|
.list-group-item-white {
|
|
color: #858585;
|
|
background-color: #fff
|
|
}
|
|
|
|
.list-group-item-white.list-group-item-action:focus,
|
|
.list-group-item-white.list-group-item-action:hover {
|
|
color: #858585;
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.list-group-item-white.list-group-item-action.active {
|
|
color: #fff;
|
|
background-color: #858585;
|
|
border-color: #858585
|
|
}
|
|
|
|
.close {
|
|
float: right;
|
|
font-size: 1.143rem;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
color: #8b8b8b;
|
|
text-shadow: none;
|
|
opacity: .5
|
|
}
|
|
|
|
.close:not(:disabled):not(.disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.close:not(:disabled):not(.disabled):focus,
|
|
.close:not(:disabled):not(.disabled):hover {
|
|
color: #8b8b8b;
|
|
text-decoration: none;
|
|
opacity: .75
|
|
}
|
|
|
|
button.close {
|
|
padding: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none
|
|
}
|
|
|
|
.modal-open {
|
|
overflow: hidden
|
|
}
|
|
|
|
.modal-open .modal {
|
|
overflow-x: hidden;
|
|
overflow-y: auto
|
|
}
|
|
|
|
.modal {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1050;
|
|
display: none;
|
|
overflow: hidden;
|
|
outline: 0
|
|
}
|
|
|
|
.modal-dialog {
|
|
position: relative;
|
|
width: auto;
|
|
margin: .5rem;
|
|
pointer-events: none
|
|
}
|
|
|
|
.modal.fade .modal-dialog {
|
|
transition: transform .3s ease-out;
|
|
transform: translateY(-25%)
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
.modal.fade .modal-dialog {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.modal.show .modal-dialog {
|
|
transform: translate(0)
|
|
}
|
|
|
|
.modal-dialog-centered {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: calc(100% - 1rem)
|
|
}
|
|
|
|
.modal-dialog-centered:before {
|
|
display: block;
|
|
height: calc(100vh - 1rem);
|
|
content: ""
|
|
}
|
|
|
|
.modal-content {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
pointer-events: auto;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 0 solid rgba(0, 0, 0, .2);
|
|
box-shadow: 0 .35714rem 3.07143rem rgba(0, 0, 0, .11);
|
|
outline: 0
|
|
}
|
|
|
|
.modal-backdrop {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
background-color: #000
|
|
}
|
|
|
|
.modal-backdrop.fade {
|
|
opacity: 0
|
|
}
|
|
|
|
.modal-backdrop.show {
|
|
opacity: .8
|
|
}
|
|
|
|
.modal-header {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
padding: 2.14286rem;
|
|
border-bottom: 0 solid #f2f2f2
|
|
}
|
|
|
|
.modal-header .close {
|
|
padding: 2.14286rem;
|
|
margin: -2.14286rem -2.14286rem -2.14286rem auto
|
|
}
|
|
|
|
.modal-title {
|
|
margin-bottom: 0;
|
|
line-height: 1.643
|
|
}
|
|
|
|
.modal-body {
|
|
position: relative;
|
|
flex: 1 1 auto;
|
|
padding: 2.14286rem
|
|
}
|
|
|
|
.modal-footer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
padding: 2.14286rem;
|
|
border-top: 0 solid #f2f2f2
|
|
}
|
|
|
|
.modal-footer>:not(:first-child) {
|
|
margin-left: .25rem
|
|
}
|
|
|
|
.modal-footer>:not(:last-child) {
|
|
margin-right: .25rem
|
|
}
|
|
|
|
.modal-scrollbar-measure {
|
|
position: absolute;
|
|
top: -714.21429rem;
|
|
width: 3.57143rem;
|
|
height: 3.57143rem;
|
|
overflow: scroll
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.modal-dialog {
|
|
max-width: 57.14286rem;
|
|
margin: 1.75rem auto
|
|
}
|
|
|
|
.modal-dialog-centered {
|
|
min-height: calc(100% - 3.5rem)
|
|
}
|
|
|
|
.modal-dialog-centered:before {
|
|
height: calc(100vh - 3.5rem)
|
|
}
|
|
|
|
.modal-content {
|
|
box-shadow: 0 .35714rem 3.07143rem rgba(0, 0, 0, .11)
|
|
}
|
|
|
|
.modal-sm {
|
|
max-width: 40.57143rem
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.modal-lg {
|
|
max-width: 68.57143rem
|
|
}
|
|
}
|
|
|
|
.tooltip {
|
|
position: absolute;
|
|
z-index: 1070;
|
|
display: block;
|
|
margin: 0;
|
|
font-family: Poppins, sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.643;
|
|
text-align: left;
|
|
text-align: start;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
letter-spacing: normal;
|
|
word-break: normal;
|
|
word-spacing: normal;
|
|
white-space: normal;
|
|
line-break: auto;
|
|
font-size: .875rem;
|
|
word-wrap: break-word;
|
|
opacity: 0
|
|
}
|
|
|
|
.tooltip.show {
|
|
opacity: .9
|
|
}
|
|
|
|
.tooltip .arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: .8rem;
|
|
height: .4rem
|
|
}
|
|
|
|
.tooltip .arrow:before {
|
|
position: absolute;
|
|
content: "";
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=top],
|
|
.bs-tooltip-top {
|
|
padding: .4rem 0
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=top] .arrow,
|
|
.bs-tooltip-top .arrow {
|
|
bottom: 0
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=top] .arrow:before,
|
|
.bs-tooltip-top .arrow:before {
|
|
top: 0;
|
|
border-width: .4rem .4rem 0;
|
|
border-top-color: #000
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=right],
|
|
.bs-tooltip-right {
|
|
padding: 0 .4rem
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=right] .arrow,
|
|
.bs-tooltip-right .arrow {
|
|
left: 0;
|
|
width: .4rem;
|
|
height: .8rem
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=right] .arrow:before,
|
|
.bs-tooltip-right .arrow:before {
|
|
right: 0;
|
|
border-width: .4rem .4rem .4rem 0;
|
|
border-right-color: #000
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=bottom],
|
|
.bs-tooltip-bottom {
|
|
padding: .4rem 0
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=bottom] .arrow,
|
|
.bs-tooltip-bottom .arrow {
|
|
top: 0
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
|
|
.bs-tooltip-bottom .arrow:before {
|
|
bottom: 0;
|
|
border-width: 0 .4rem .4rem;
|
|
border-bottom-color: #000
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=left],
|
|
.bs-tooltip-left {
|
|
padding: 0 .4rem
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=left] .arrow,
|
|
.bs-tooltip-left .arrow {
|
|
right: 0;
|
|
width: .4rem;
|
|
height: .8rem
|
|
}
|
|
|
|
.bs-tooltip-auto[x-placement^=left] .arrow:before,
|
|
.bs-tooltip-left .arrow:before {
|
|
left: 0;
|
|
border-width: .4rem 0 .4rem .4rem;
|
|
border-left-color: #000
|
|
}
|
|
|
|
.tooltip-inner {
|
|
max-width: 14.28571rem;
|
|
padding: .25rem .5rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #000
|
|
}
|
|
|
|
.popover {
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1060;
|
|
max-width: 19.71429rem;
|
|
font-family: Poppins, sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.643;
|
|
text-align: left;
|
|
text-align: start;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
letter-spacing: normal;
|
|
word-break: normal;
|
|
word-spacing: normal;
|
|
white-space: normal;
|
|
line-break: auto;
|
|
font-size: .875rem;
|
|
word-wrap: break-word;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: .07143rem solid rgba(0, 0, 0, .2);
|
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.popover,
|
|
.popover .arrow {
|
|
position: absolute;
|
|
display: block
|
|
}
|
|
|
|
.popover .arrow {
|
|
width: 1rem;
|
|
height: .5rem;
|
|
margin: 0 .3rem
|
|
}
|
|
|
|
.popover .arrow:after,
|
|
.popover .arrow:before {
|
|
position: absolute;
|
|
display: block;
|
|
content: "";
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=top],
|
|
.bs-popover-top {
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=top] .arrow,
|
|
.bs-popover-top .arrow {
|
|
bottom: -.57143rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=top] .arrow:after,
|
|
.bs-popover-auto[x-placement^=top] .arrow:before,
|
|
.bs-popover-top .arrow:after,
|
|
.bs-popover-top .arrow:before {
|
|
border-width: .5rem .5rem 0
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=top] .arrow:before,
|
|
.bs-popover-top .arrow:before {
|
|
bottom: 0;
|
|
border-top-color: rgba(0, 0, 0, .25)
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=top] .arrow:after,
|
|
.bs-popover-top .arrow:after {
|
|
bottom: .07143rem;
|
|
border-top-color: #c83b4e
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=right],
|
|
.bs-popover-right {
|
|
margin-left: .5rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=right] .arrow,
|
|
.bs-popover-right .arrow {
|
|
left: -.57143rem;
|
|
width: .5rem;
|
|
height: 1rem;
|
|
margin: .3rem 0
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=right] .arrow:after,
|
|
.bs-popover-auto[x-placement^=right] .arrow:before,
|
|
.bs-popover-right .arrow:after,
|
|
.bs-popover-right .arrow:before {
|
|
border-width: .5rem .5rem .5rem 0
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=right] .arrow:before,
|
|
.bs-popover-right .arrow:before {
|
|
left: 0;
|
|
border-right-color: rgba(0, 0, 0, .25)
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=right] .arrow:after,
|
|
.bs-popover-right .arrow:after {
|
|
left: .07143rem;
|
|
border-right-color: #c83b4e
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=bottom],
|
|
.bs-popover-bottom {
|
|
margin-top: .5rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=bottom] .arrow,
|
|
.bs-popover-bottom .arrow {
|
|
top: -.57143rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=bottom] .arrow:after,
|
|
.bs-popover-auto[x-placement^=bottom] .arrow:before,
|
|
.bs-popover-bottom .arrow:after,
|
|
.bs-popover-bottom .arrow:before {
|
|
border-width: 0 .5rem .5rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=bottom] .arrow:before,
|
|
.bs-popover-bottom .arrow:before {
|
|
top: 0;
|
|
border-bottom-color: rgba(0, 0, 0, .25)
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=bottom] .arrow:after,
|
|
.bs-popover-bottom .arrow:after {
|
|
top: .07143rem;
|
|
border-bottom-color: #c83b4e
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=bottom] .popover-header:before,
|
|
.bs-popover-bottom .popover-header:before {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
display: block;
|
|
width: 1rem;
|
|
margin-left: -.5rem;
|
|
content: "";
|
|
border-bottom: .07143rem solid #c83b4e
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=left],
|
|
.bs-popover-left {
|
|
margin-right: .5rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=left] .arrow,
|
|
.bs-popover-left .arrow {
|
|
right: -.57143rem;
|
|
width: .5rem;
|
|
height: 1rem;
|
|
margin: .3rem 0
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=left] .arrow:after,
|
|
.bs-popover-auto[x-placement^=left] .arrow:before,
|
|
.bs-popover-left .arrow:after,
|
|
.bs-popover-left .arrow:before {
|
|
border-width: .5rem 0 .5rem .5rem
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=left] .arrow:before,
|
|
.bs-popover-left .arrow:before {
|
|
right: 0;
|
|
border-left-color: rgba(0, 0, 0, .25)
|
|
}
|
|
|
|
.bs-popover-auto[x-placement^=left] .arrow:after,
|
|
.bs-popover-left .arrow:after {
|
|
right: .07143rem;
|
|
border-left-color: #c83b4e
|
|
}
|
|
|
|
.popover-header {
|
|
padding: .5rem .75rem;
|
|
margin-bottom: 0;
|
|
font-size: 1rem;
|
|
color: #fff;
|
|
background-color: #c83b4e;
|
|
border-bottom: .07143rem solid #b63345
|
|
}
|
|
|
|
.popover-header:empty {
|
|
display: none
|
|
}
|
|
|
|
.popover-body {
|
|
padding: .5rem .75rem;
|
|
color: #000
|
|
}
|
|
|
|
.carousel {
|
|
position: relative
|
|
}
|
|
|
|
.carousel-inner {
|
|
position: relative;
|
|
width: 100%;
|
|
overflow: hidden
|
|
}
|
|
|
|
.carousel-item {
|
|
position: relative;
|
|
display: none;
|
|
align-items: center;
|
|
width: 100%;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
perspective: 71.42857rem
|
|
}
|
|
|
|
.carousel-item-next,
|
|
.carousel-item-prev,
|
|
.carousel-item.active {
|
|
display: block;
|
|
transition: transform .6s ease
|
|
}
|
|
|
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
|
|
.carousel-item-next,
|
|
.carousel-item-prev,
|
|
.carousel-item.active {
|
|
transition: none
|
|
}
|
|
}
|
|
|
|
.carousel-item-next,
|
|
.carousel-item-prev {
|
|
position: absolute;
|
|
top: 0
|
|
}
|
|
|
|
.carousel-item-next.carousel-item-left,
|
|
.carousel-item-prev.carousel-item-right {
|
|
transform: translateX(0)
|
|
}
|
|
|
|
@supports (transform-style:preserve-3d) {
|
|
|
|
.carousel-item-next.carousel-item-left,
|
|
.carousel-item-prev.carousel-item-right {
|
|
transform: translateZ(0)
|
|
}
|
|
}
|
|
|
|
.active.carousel-item-right,
|
|
.carousel-item-next {
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
@supports (transform-style:preserve-3d) {
|
|
|
|
.active.carousel-item-right,
|
|
.carousel-item-next {
|
|
transform: translate3d(100%, 0, 0)
|
|
}
|
|
}
|
|
|
|
.active.carousel-item-left,
|
|
.carousel-item-prev {
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
@supports (transform-style:preserve-3d) {
|
|
|
|
.active.carousel-item-left,
|
|
.carousel-item-prev {
|
|
transform: translate3d(-100%, 0, 0)
|
|
}
|
|
}
|
|
|
|
.carousel-fade .carousel-item {
|
|
opacity: 0;
|
|
transition-duration: .6s;
|
|
transition-property: opacity
|
|
}
|
|
|
|
.carousel-fade .carousel-item-next.carousel-item-left,
|
|
.carousel-fade .carousel-item-prev.carousel-item-right,
|
|
.carousel-fade .carousel-item.active {
|
|
opacity: 1
|
|
}
|
|
|
|
.carousel-fade .active.carousel-item-left,
|
|
.carousel-fade .active.carousel-item-right {
|
|
opacity: 0
|
|
}
|
|
|
|
.carousel-fade .active.carousel-item-left,
|
|
.carousel-fade .active.carousel-item-prev,
|
|
.carousel-fade .carousel-item-next,
|
|
.carousel-fade .carousel-item-prev,
|
|
.carousel-fade .carousel-item.active {
|
|
transform: translateX(0)
|
|
}
|
|
|
|
@supports (transform-style:preserve-3d) {
|
|
|
|
.carousel-fade .active.carousel-item-left,
|
|
.carousel-fade .active.carousel-item-prev,
|
|
.carousel-fade .carousel-item-next,
|
|
.carousel-fade .carousel-item-prev,
|
|
.carousel-fade .carousel-item.active {
|
|
transform: translateZ(0)
|
|
}
|
|
}
|
|
|
|
.carousel-control-next,
|
|
.carousel-control-prev {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 15%;
|
|
color: #fff;
|
|
text-align: center;
|
|
opacity: .5
|
|
}
|
|
|
|
.carousel-control-next:focus,
|
|
.carousel-control-next:hover,
|
|
.carousel-control-prev:focus,
|
|
.carousel-control-prev:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
outline: 0;
|
|
opacity: .9
|
|
}
|
|
|
|
.carousel-control-prev {
|
|
left: 0
|
|
}
|
|
|
|
.carousel-control-next {
|
|
right: 0
|
|
}
|
|
|
|
.carousel-control-next-icon,
|
|
.carousel-control-prev-icon {
|
|
display: inline-block;
|
|
width: 1.42857rem;
|
|
height: 1.42857rem;
|
|
background: transparent no-repeat 50%;
|
|
background-size: 100% 100%
|
|
}
|
|
|
|
.carousel-control-prev-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
|
|
}
|
|
|
|
.carousel-control-next-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
|
|
}
|
|
|
|
.carousel-indicators {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: .71429rem;
|
|
left: 0;
|
|
z-index: 15;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-left: 0;
|
|
margin-right: 15%;
|
|
margin-left: 15%;
|
|
list-style: none
|
|
}
|
|
|
|
.carousel-indicators li {
|
|
position: relative;
|
|
flex: 0 1 auto;
|
|
width: 2.14286rem;
|
|
height: .21429rem;
|
|
margin-right: .21429rem;
|
|
margin-left: .21429rem;
|
|
text-indent: -71.35714rem;
|
|
cursor: pointer;
|
|
background-color: hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.carousel-indicators li:before {
|
|
top: -.71429rem
|
|
}
|
|
|
|
.carousel-indicators li:after,
|
|
.carousel-indicators li:before {
|
|
position: absolute;
|
|
left: 0;
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: .71429rem;
|
|
content: ""
|
|
}
|
|
|
|
.carousel-indicators li:after {
|
|
bottom: -.71429rem
|
|
}
|
|
|
|
.carousel-indicators .active {
|
|
background-color: #fff
|
|
}
|
|
|
|
.carousel-caption {
|
|
position: absolute;
|
|
right: 15%;
|
|
bottom: 1.42857rem;
|
|
left: 15%;
|
|
z-index: 10;
|
|
padding-top: 1.42857rem;
|
|
padding-bottom: 1.42857rem;
|
|
color: #fff;
|
|
text-align: center
|
|
}
|
|
|
|
.align-baseline {
|
|
vertical-align: baseline !important
|
|
}
|
|
|
|
.align-top {
|
|
vertical-align: top !important
|
|
}
|
|
|
|
.align-middle {
|
|
vertical-align: middle !important
|
|
}
|
|
|
|
.align-bottom {
|
|
vertical-align: bottom !important
|
|
}
|
|
|
|
.align-text-bottom {
|
|
vertical-align: text-bottom !important
|
|
}
|
|
|
|
.align-text-top {
|
|
vertical-align: text-top !important
|
|
}
|
|
|
|
.bg-primary {
|
|
background-color: #ff138c !important
|
|
}
|
|
|
|
a.bg-primary:focus,
|
|
a.bg-primary:hover,
|
|
button.bg-primary:focus,
|
|
button.bg-primary:hover {
|
|
background-color: #df0072 !important
|
|
}
|
|
|
|
.bg-secondary {
|
|
background-color: #8b8b8b !important
|
|
}
|
|
|
|
a.bg-secondary:focus,
|
|
a.bg-secondary:hover,
|
|
button.bg-secondary:focus,
|
|
button.bg-secondary:hover {
|
|
background-color: #727272 !important
|
|
}
|
|
|
|
.bg-success {
|
|
background-color: #1cc97e !important
|
|
}
|
|
|
|
a.bg-success:focus,
|
|
a.bg-success:hover,
|
|
button.bg-success:focus,
|
|
button.bg-success:hover {
|
|
background-color: #169c62 !important
|
|
}
|
|
|
|
.bg-info {
|
|
background-color: #0579fc !important
|
|
}
|
|
|
|
a.bg-info:focus,
|
|
a.bg-info:hover,
|
|
button.bg-info:focus,
|
|
button.bg-info:hover {
|
|
background-color: #0261cc !important
|
|
}
|
|
|
|
.bg-warning {
|
|
background-color: #ffb400 !important
|
|
}
|
|
|
|
a.bg-warning:focus,
|
|
a.bg-warning:hover,
|
|
button.bg-warning:focus,
|
|
button.bg-warning:hover {
|
|
background-color: #cc9000 !important
|
|
}
|
|
|
|
.bg-danger {
|
|
background-color: #ff138c !important
|
|
}
|
|
|
|
a.bg-danger:focus,
|
|
a.bg-danger:hover,
|
|
button.bg-danger:focus,
|
|
button.bg-danger:hover {
|
|
background-color: #df0072 !important
|
|
}
|
|
|
|
.bg-light {
|
|
background-color: #f2f2f2 !important
|
|
}
|
|
|
|
a.bg-light:focus,
|
|
a.bg-light:hover,
|
|
button.bg-light:focus,
|
|
button.bg-light:hover {
|
|
background-color: #d9d9d9 !important
|
|
}
|
|
|
|
.bg-dark {
|
|
background-color: #282828 !important
|
|
}
|
|
|
|
a.bg-dark:focus,
|
|
a.bg-dark:hover,
|
|
button.bg-dark:focus,
|
|
button.bg-dark:hover {
|
|
background-color: #0f0f0f !important
|
|
}
|
|
|
|
.bg-info-light {
|
|
background-color: #18d7ec !important
|
|
}
|
|
|
|
a.bg-info-light:focus,
|
|
a.bg-info-light:hover,
|
|
button.bg-info-light:focus,
|
|
button.bg-info-light:hover {
|
|
background-color: #10b0c1 !important
|
|
}
|
|
|
|
.bg-#fff {
|
|
background-color: #fff !important
|
|
}
|
|
|
|
a.bg-#fff:focus,
|
|
a.bg-#fff:hover,
|
|
button.bg-#fff:focus,
|
|
button.bg-#fff:hover {
|
|
background-color: #e6e6e6 !important
|
|
}
|
|
|
|
.bg-white {
|
|
background-color: #fff !important
|
|
}
|
|
|
|
.bg-transparent {
|
|
background-color: transparent !important
|
|
}
|
|
|
|
.border {
|
|
border: .07143rem solid rgba(0, 0, 0, .2) !important
|
|
}
|
|
|
|
.border-top {
|
|
border-top: .07143rem solid rgba(0, 0, 0, .2) !important
|
|
}
|
|
|
|
.border-right {
|
|
border-right: .07143rem solid rgba(0, 0, 0, .2) !important
|
|
}
|
|
|
|
.border-bottom {
|
|
border-bottom: .07143rem solid rgba(0, 0, 0, .2) !important
|
|
}
|
|
|
|
.border-left {
|
|
border-left: .07143rem solid rgba(0, 0, 0, .2) !important
|
|
}
|
|
|
|
.border-0 {
|
|
border: 0 !important
|
|
}
|
|
|
|
.border-top-0 {
|
|
border-top: 0 !important
|
|
}
|
|
|
|
.border-right-0 {
|
|
border-right: 0 !important
|
|
}
|
|
|
|
.border-bottom-0 {
|
|
border-bottom: 0 !important
|
|
}
|
|
|
|
.border-left-0 {
|
|
border-left: 0 !important
|
|
}
|
|
|
|
.border-primary {
|
|
border-color: #ff138c !important
|
|
}
|
|
|
|
.border-secondary {
|
|
border-color: #8b8b8b !important
|
|
}
|
|
|
|
.border-success {
|
|
border-color: #1cc97e !important
|
|
}
|
|
|
|
.border-info {
|
|
border-color: #0579fc !important
|
|
}
|
|
|
|
.border-warning {
|
|
border-color: #ffb400 !important
|
|
}
|
|
|
|
.border-danger {
|
|
border-color: #ff138c !important
|
|
}
|
|
|
|
.border-light {
|
|
border-color: #f2f2f2 !important
|
|
}
|
|
|
|
.border-dark {
|
|
border-color: #282828 !important
|
|
}
|
|
|
|
.border-info-light {
|
|
border-color: #18d7ec !important
|
|
}
|
|
|
|
.border-white {
|
|
border-color: #fff !important
|
|
}
|
|
|
|
.rounded {
|
|
border-radius: .25rem !important
|
|
}
|
|
|
|
.rounded-top {
|
|
border-top-left-radius: .25rem !important
|
|
}
|
|
|
|
.rounded-right,
|
|
.rounded-top {
|
|
border-top-right-radius: .25rem !important
|
|
}
|
|
|
|
.rounded-bottom,
|
|
.rounded-right {
|
|
border-bottom-right-radius: .25rem !important
|
|
}
|
|
|
|
.rounded-bottom,
|
|
.rounded-left {
|
|
border-bottom-left-radius: .25rem !important
|
|
}
|
|
|
|
.rounded-left {
|
|
border-top-left-radius: .25rem !important
|
|
}
|
|
|
|
.rounded-circle {
|
|
border-radius: 50% !important
|
|
}
|
|
|
|
.rounded-0 {
|
|
border-radius: 0 !important
|
|
}
|
|
|
|
.clearfix:after {
|
|
display: block;
|
|
clear: both;
|
|
content: ""
|
|
}
|
|
|
|
.d-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
|
|
@media (min-width:400px) {
|
|
.d-xsm-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-xsm-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-xsm-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-xsm-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-xsm-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-xsm-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-xsm-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-xsm-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-xsm-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.d-sm-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-sm-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-sm-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-sm-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-sm-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-sm-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-sm-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-sm-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-sm-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.d-md-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-md-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-md-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-md-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-md-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-md-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-md-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-md-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-md-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.d-lg-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-lg-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-lg-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-lg-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-lg-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-lg-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-lg-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-lg-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-lg-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.d-xl-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-xl-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-xl-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-xl-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-xl-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-xl-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-xl-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-xl-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-xl-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.d-xxl-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-xxl-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-xxl-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-xxl-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-xxl-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-xxl-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-xxl-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-xxl-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-xxl-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
.d-print-none {
|
|
display: none !important
|
|
}
|
|
|
|
.d-print-inline {
|
|
display: inline !important
|
|
}
|
|
|
|
.d-print-inline-block {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.d-print-block {
|
|
display: block !important
|
|
}
|
|
|
|
.d-print-table {
|
|
display: table !important
|
|
}
|
|
|
|
.d-print-table-row {
|
|
display: table-row !important
|
|
}
|
|
|
|
.d-print-table-cell {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.d-print-flex {
|
|
display: flex !important
|
|
}
|
|
|
|
.d-print-inline-flex {
|
|
display: inline-flex !important
|
|
}
|
|
}
|
|
|
|
.embed-responsive {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.embed-responsive:before {
|
|
display: block;
|
|
content: ""
|
|
}
|
|
|
|
.embed-responsive .embed-responsive-item,
|
|
.embed-responsive embed,
|
|
.embed-responsive iframe,
|
|
.embed-responsive object,
|
|
.embed-responsive video {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0
|
|
}
|
|
|
|
.embed-responsive-21by9:before {
|
|
padding-top: 42.85714%
|
|
}
|
|
|
|
.embed-responsive-16by9:before {
|
|
padding-top: 56.25%
|
|
}
|
|
|
|
.embed-responsive-4by3:before {
|
|
padding-top: 75%
|
|
}
|
|
|
|
.embed-responsive-1by1:before {
|
|
padding-top: 100%
|
|
}
|
|
|
|
.flex-row {
|
|
flex-direction: row !important
|
|
}
|
|
|
|
.flex-column {
|
|
flex-direction: column !important
|
|
}
|
|
|
|
.flex-row-reverse {
|
|
flex-direction: row-reverse !important
|
|
}
|
|
|
|
.flex-column-reverse {
|
|
flex-direction: column-reverse !important
|
|
}
|
|
|
|
.flex-wrap {
|
|
flex-wrap: wrap !important
|
|
}
|
|
|
|
.flex-nowrap {
|
|
flex-wrap: nowrap !important
|
|
}
|
|
|
|
.flex-wrap-reverse {
|
|
flex-wrap: wrap-reverse !important
|
|
}
|
|
|
|
.flex-fill {
|
|
flex: 1 1 auto !important
|
|
}
|
|
|
|
.flex-grow-0 {
|
|
flex-grow: 0 !important
|
|
}
|
|
|
|
.flex-grow-1 {
|
|
flex-grow: 1 !important
|
|
}
|
|
|
|
.flex-shrink-0 {
|
|
flex-shrink: 0 !important
|
|
}
|
|
|
|
.flex-shrink-1 {
|
|
flex-shrink: 1 !important
|
|
}
|
|
|
|
.justify-content-start {
|
|
justify-content: flex-start !important
|
|
}
|
|
|
|
.justify-content-end {
|
|
justify-content: flex-end !important
|
|
}
|
|
|
|
.justify-content-center {
|
|
justify-content: center !important
|
|
}
|
|
|
|
.justify-content-between {
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
.justify-content-around {
|
|
justify-content: space-around !important
|
|
}
|
|
|
|
.align-items-start {
|
|
align-items: flex-start !important
|
|
}
|
|
|
|
.align-items-end {
|
|
align-items: flex-end !important
|
|
}
|
|
|
|
.align-items-center {
|
|
align-items: center !important
|
|
}
|
|
|
|
.align-items-baseline {
|
|
align-items: baseline !important
|
|
}
|
|
|
|
.align-items-stretch {
|
|
align-items: stretch !important
|
|
}
|
|
|
|
.align-content-start {
|
|
align-content: flex-start !important
|
|
}
|
|
|
|
.align-content-end {
|
|
align-content: flex-end !important
|
|
}
|
|
|
|
.align-content-center {
|
|
align-content: center !important
|
|
}
|
|
|
|
.align-content-between {
|
|
align-content: space-between !important
|
|
}
|
|
|
|
.align-content-around {
|
|
align-content: space-around !important
|
|
}
|
|
|
|
.align-content-stretch {
|
|
align-content: stretch !important
|
|
}
|
|
|
|
.align-self-auto {
|
|
align-self: auto !important
|
|
}
|
|
|
|
.align-self-start {
|
|
align-self: flex-start !important
|
|
}
|
|
|
|
.align-self-end {
|
|
align-self: flex-end !important
|
|
}
|
|
|
|
.align-self-center {
|
|
align-self: center !important
|
|
}
|
|
|
|
.align-self-baseline {
|
|
align-self: baseline !important
|
|
}
|
|
|
|
.align-self-stretch {
|
|
align-self: stretch !important
|
|
}
|
|
|
|
@media (min-width:400px) {
|
|
.flex-xsm-row {
|
|
flex-direction: row !important
|
|
}
|
|
|
|
.flex-xsm-column {
|
|
flex-direction: column !important
|
|
}
|
|
|
|
.flex-xsm-row-reverse {
|
|
flex-direction: row-reverse !important
|
|
}
|
|
|
|
.flex-xsm-column-reverse {
|
|
flex-direction: column-reverse !important
|
|
}
|
|
|
|
.flex-xsm-wrap {
|
|
flex-wrap: wrap !important
|
|
}
|
|
|
|
.flex-xsm-nowrap {
|
|
flex-wrap: nowrap !important
|
|
}
|
|
|
|
.flex-xsm-wrap-reverse {
|
|
flex-wrap: wrap-reverse !important
|
|
}
|
|
|
|
.flex-xsm-fill {
|
|
flex: 1 1 auto !important
|
|
}
|
|
|
|
.flex-xsm-grow-0 {
|
|
flex-grow: 0 !important
|
|
}
|
|
|
|
.flex-xsm-grow-1 {
|
|
flex-grow: 1 !important
|
|
}
|
|
|
|
.flex-xsm-shrink-0 {
|
|
flex-shrink: 0 !important
|
|
}
|
|
|
|
.flex-xsm-shrink-1 {
|
|
flex-shrink: 1 !important
|
|
}
|
|
|
|
.justify-content-xsm-start {
|
|
justify-content: flex-start !important
|
|
}
|
|
|
|
.justify-content-xsm-end {
|
|
justify-content: flex-end !important
|
|
}
|
|
|
|
.justify-content-xsm-center {
|
|
justify-content: center !important
|
|
}
|
|
|
|
.justify-content-xsm-between {
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
.justify-content-xsm-around {
|
|
justify-content: space-around !important
|
|
}
|
|
|
|
.align-items-xsm-start {
|
|
align-items: flex-start !important
|
|
}
|
|
|
|
.align-items-xsm-end {
|
|
align-items: flex-end !important
|
|
}
|
|
|
|
.align-items-xsm-center {
|
|
align-items: center !important
|
|
}
|
|
|
|
.align-items-xsm-baseline {
|
|
align-items: baseline !important
|
|
}
|
|
|
|
.align-items-xsm-stretch {
|
|
align-items: stretch !important
|
|
}
|
|
|
|
.align-content-xsm-start {
|
|
align-content: flex-start !important
|
|
}
|
|
|
|
.align-content-xsm-end {
|
|
align-content: flex-end !important
|
|
}
|
|
|
|
.align-content-xsm-center {
|
|
align-content: center !important
|
|
}
|
|
|
|
.align-content-xsm-between {
|
|
align-content: space-between !important
|
|
}
|
|
|
|
.align-content-xsm-around {
|
|
align-content: space-around !important
|
|
}
|
|
|
|
.align-content-xsm-stretch {
|
|
align-content: stretch !important
|
|
}
|
|
|
|
.align-self-xsm-auto {
|
|
align-self: auto !important
|
|
}
|
|
|
|
.align-self-xsm-start {
|
|
align-self: flex-start !important
|
|
}
|
|
|
|
.align-self-xsm-end {
|
|
align-self: flex-end !important
|
|
}
|
|
|
|
.align-self-xsm-center {
|
|
align-self: center !important
|
|
}
|
|
|
|
.align-self-xsm-baseline {
|
|
align-self: baseline !important
|
|
}
|
|
|
|
.align-self-xsm-stretch {
|
|
align-self: stretch !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.flex-sm-row {
|
|
flex-direction: row !important
|
|
}
|
|
|
|
.flex-sm-column {
|
|
flex-direction: column !important
|
|
}
|
|
|
|
.flex-sm-row-reverse {
|
|
flex-direction: row-reverse !important
|
|
}
|
|
|
|
.flex-sm-column-reverse {
|
|
flex-direction: column-reverse !important
|
|
}
|
|
|
|
.flex-sm-wrap {
|
|
flex-wrap: wrap !important
|
|
}
|
|
|
|
.flex-sm-nowrap {
|
|
flex-wrap: nowrap !important
|
|
}
|
|
|
|
.flex-sm-wrap-reverse {
|
|
flex-wrap: wrap-reverse !important
|
|
}
|
|
|
|
.flex-sm-fill {
|
|
flex: 1 1 auto !important
|
|
}
|
|
|
|
.flex-sm-grow-0 {
|
|
flex-grow: 0 !important
|
|
}
|
|
|
|
.flex-sm-grow-1 {
|
|
flex-grow: 1 !important
|
|
}
|
|
|
|
.flex-sm-shrink-0 {
|
|
flex-shrink: 0 !important
|
|
}
|
|
|
|
.flex-sm-shrink-1 {
|
|
flex-shrink: 1 !important
|
|
}
|
|
|
|
.justify-content-sm-start {
|
|
justify-content: flex-start !important
|
|
}
|
|
|
|
.justify-content-sm-end {
|
|
justify-content: flex-end !important
|
|
}
|
|
|
|
.justify-content-sm-center {
|
|
justify-content: center !important
|
|
}
|
|
|
|
.justify-content-sm-between {
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
.justify-content-sm-around {
|
|
justify-content: space-around !important
|
|
}
|
|
|
|
.align-items-sm-start {
|
|
align-items: flex-start !important
|
|
}
|
|
|
|
.align-items-sm-end {
|
|
align-items: flex-end !important
|
|
}
|
|
|
|
.align-items-sm-center {
|
|
align-items: center !important
|
|
}
|
|
|
|
.align-items-sm-baseline {
|
|
align-items: baseline !important
|
|
}
|
|
|
|
.align-items-sm-stretch {
|
|
align-items: stretch !important
|
|
}
|
|
|
|
.align-content-sm-start {
|
|
align-content: flex-start !important
|
|
}
|
|
|
|
.align-content-sm-end {
|
|
align-content: flex-end !important
|
|
}
|
|
|
|
.align-content-sm-center {
|
|
align-content: center !important
|
|
}
|
|
|
|
.align-content-sm-between {
|
|
align-content: space-between !important
|
|
}
|
|
|
|
.align-content-sm-around {
|
|
align-content: space-around !important
|
|
}
|
|
|
|
.align-content-sm-stretch {
|
|
align-content: stretch !important
|
|
}
|
|
|
|
.align-self-sm-auto {
|
|
align-self: auto !important
|
|
}
|
|
|
|
.align-self-sm-start {
|
|
align-self: flex-start !important
|
|
}
|
|
|
|
.align-self-sm-end {
|
|
align-self: flex-end !important
|
|
}
|
|
|
|
.align-self-sm-center {
|
|
align-self: center !important
|
|
}
|
|
|
|
.align-self-sm-baseline {
|
|
align-self: baseline !important
|
|
}
|
|
|
|
.align-self-sm-stretch {
|
|
align-self: stretch !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.flex-md-row {
|
|
flex-direction: row !important
|
|
}
|
|
|
|
.flex-md-column {
|
|
flex-direction: column !important
|
|
}
|
|
|
|
.flex-md-row-reverse {
|
|
flex-direction: row-reverse !important
|
|
}
|
|
|
|
.flex-md-column-reverse {
|
|
flex-direction: column-reverse !important
|
|
}
|
|
|
|
.flex-md-wrap {
|
|
flex-wrap: wrap !important
|
|
}
|
|
|
|
.flex-md-nowrap {
|
|
flex-wrap: nowrap !important
|
|
}
|
|
|
|
.flex-md-wrap-reverse {
|
|
flex-wrap: wrap-reverse !important
|
|
}
|
|
|
|
.flex-md-fill {
|
|
flex: 1 1 auto !important
|
|
}
|
|
|
|
.flex-md-grow-0 {
|
|
flex-grow: 0 !important
|
|
}
|
|
|
|
.flex-md-grow-1 {
|
|
flex-grow: 1 !important
|
|
}
|
|
|
|
.flex-md-shrink-0 {
|
|
flex-shrink: 0 !important
|
|
}
|
|
|
|
.flex-md-shrink-1 {
|
|
flex-shrink: 1 !important
|
|
}
|
|
|
|
.justify-content-md-start {
|
|
justify-content: flex-start !important
|
|
}
|
|
|
|
.justify-content-md-end {
|
|
justify-content: flex-end !important
|
|
}
|
|
|
|
.justify-content-md-center {
|
|
justify-content: center !important
|
|
}
|
|
|
|
.justify-content-md-between {
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
.justify-content-md-around {
|
|
justify-content: space-around !important
|
|
}
|
|
|
|
.align-items-md-start {
|
|
align-items: flex-start !important
|
|
}
|
|
|
|
.align-items-md-end {
|
|
align-items: flex-end !important
|
|
}
|
|
|
|
.align-items-md-center {
|
|
align-items: center !important
|
|
}
|
|
|
|
.align-items-md-baseline {
|
|
align-items: baseline !important
|
|
}
|
|
|
|
.align-items-md-stretch {
|
|
align-items: stretch !important
|
|
}
|
|
|
|
.align-content-md-start {
|
|
align-content: flex-start !important
|
|
}
|
|
|
|
.align-content-md-end {
|
|
align-content: flex-end !important
|
|
}
|
|
|
|
.align-content-md-center {
|
|
align-content: center !important
|
|
}
|
|
|
|
.align-content-md-between {
|
|
align-content: space-between !important
|
|
}
|
|
|
|
.align-content-md-around {
|
|
align-content: space-around !important
|
|
}
|
|
|
|
.align-content-md-stretch {
|
|
align-content: stretch !important
|
|
}
|
|
|
|
.align-self-md-auto {
|
|
align-self: auto !important
|
|
}
|
|
|
|
.align-self-md-start {
|
|
align-self: flex-start !important
|
|
}
|
|
|
|
.align-self-md-end {
|
|
align-self: flex-end !important
|
|
}
|
|
|
|
.align-self-md-center {
|
|
align-self: center !important
|
|
}
|
|
|
|
.align-self-md-baseline {
|
|
align-self: baseline !important
|
|
}
|
|
|
|
.align-self-md-stretch {
|
|
align-self: stretch !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.flex-lg-row {
|
|
flex-direction: row !important
|
|
}
|
|
|
|
.flex-lg-column {
|
|
flex-direction: column !important
|
|
}
|
|
|
|
.flex-lg-row-reverse {
|
|
flex-direction: row-reverse !important
|
|
}
|
|
|
|
.flex-lg-column-reverse {
|
|
flex-direction: column-reverse !important
|
|
}
|
|
|
|
.flex-lg-wrap {
|
|
flex-wrap: wrap !important
|
|
}
|
|
|
|
.flex-lg-nowrap {
|
|
flex-wrap: nowrap !important
|
|
}
|
|
|
|
.flex-lg-wrap-reverse {
|
|
flex-wrap: wrap-reverse !important
|
|
}
|
|
|
|
.flex-lg-fill {
|
|
flex: 1 1 auto !important
|
|
}
|
|
|
|
.flex-lg-grow-0 {
|
|
flex-grow: 0 !important
|
|
}
|
|
|
|
.flex-lg-grow-1 {
|
|
flex-grow: 1 !important
|
|
}
|
|
|
|
.flex-lg-shrink-0 {
|
|
flex-shrink: 0 !important
|
|
}
|
|
|
|
.flex-lg-shrink-1 {
|
|
flex-shrink: 1 !important
|
|
}
|
|
|
|
.justify-content-lg-start {
|
|
justify-content: flex-start !important
|
|
}
|
|
|
|
.justify-content-lg-end {
|
|
justify-content: flex-end !important
|
|
}
|
|
|
|
.justify-content-lg-center {
|
|
justify-content: center !important
|
|
}
|
|
|
|
.justify-content-lg-between {
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
.justify-content-lg-around {
|
|
justify-content: space-around !important
|
|
}
|
|
|
|
.align-items-lg-start {
|
|
align-items: flex-start !important
|
|
}
|
|
|
|
.align-items-lg-end {
|
|
align-items: flex-end !important
|
|
}
|
|
|
|
.align-items-lg-center {
|
|
align-items: center !important
|
|
}
|
|
|
|
.align-items-lg-baseline {
|
|
align-items: baseline !important
|
|
}
|
|
|
|
.align-items-lg-stretch {
|
|
align-items: stretch !important
|
|
}
|
|
|
|
.align-content-lg-start {
|
|
align-content: flex-start !important
|
|
}
|
|
|
|
.align-content-lg-end {
|
|
align-content: flex-end !important
|
|
}
|
|
|
|
.align-content-lg-center {
|
|
align-content: center !important
|
|
}
|
|
|
|
.align-content-lg-between {
|
|
align-content: space-between !important
|
|
}
|
|
|
|
.align-content-lg-around {
|
|
align-content: space-around !important
|
|
}
|
|
|
|
.align-content-lg-stretch {
|
|
align-content: stretch !important
|
|
}
|
|
|
|
.align-self-lg-auto {
|
|
align-self: auto !important
|
|
}
|
|
|
|
.align-self-lg-start {
|
|
align-self: flex-start !important
|
|
}
|
|
|
|
.align-self-lg-end {
|
|
align-self: flex-end !important
|
|
}
|
|
|
|
.align-self-lg-center {
|
|
align-self: center !important
|
|
}
|
|
|
|
.align-self-lg-baseline {
|
|
align-self: baseline !important
|
|
}
|
|
|
|
.align-self-lg-stretch {
|
|
align-self: stretch !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.flex-xl-row {
|
|
flex-direction: row !important
|
|
}
|
|
|
|
.flex-xl-column {
|
|
flex-direction: column !important
|
|
}
|
|
|
|
.flex-xl-row-reverse {
|
|
flex-direction: row-reverse !important
|
|
}
|
|
|
|
.flex-xl-column-reverse {
|
|
flex-direction: column-reverse !important
|
|
}
|
|
|
|
.flex-xl-wrap {
|
|
flex-wrap: wrap !important
|
|
}
|
|
|
|
.flex-xl-nowrap {
|
|
flex-wrap: nowrap !important
|
|
}
|
|
|
|
.flex-xl-wrap-reverse {
|
|
flex-wrap: wrap-reverse !important
|
|
}
|
|
|
|
.flex-xl-fill {
|
|
flex: 1 1 auto !important
|
|
}
|
|
|
|
.flex-xl-grow-0 {
|
|
flex-grow: 0 !important
|
|
}
|
|
|
|
.flex-xl-grow-1 {
|
|
flex-grow: 1 !important
|
|
}
|
|
|
|
.flex-xl-shrink-0 {
|
|
flex-shrink: 0 !important
|
|
}
|
|
|
|
.flex-xl-shrink-1 {
|
|
flex-shrink: 1 !important
|
|
}
|
|
|
|
.justify-content-xl-start {
|
|
justify-content: flex-start !important
|
|
}
|
|
|
|
.justify-content-xl-end {
|
|
justify-content: flex-end !important
|
|
}
|
|
|
|
.justify-content-xl-center {
|
|
justify-content: center !important
|
|
}
|
|
|
|
.justify-content-xl-between {
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
.justify-content-xl-around {
|
|
justify-content: space-around !important
|
|
}
|
|
|
|
.align-items-xl-start {
|
|
align-items: flex-start !important
|
|
}
|
|
|
|
.align-items-xl-end {
|
|
align-items: flex-end !important
|
|
}
|
|
|
|
.align-items-xl-center {
|
|
align-items: center !important
|
|
}
|
|
|
|
.align-items-xl-baseline {
|
|
align-items: baseline !important
|
|
}
|
|
|
|
.align-items-xl-stretch {
|
|
align-items: stretch !important
|
|
}
|
|
|
|
.align-content-xl-start {
|
|
align-content: flex-start !important
|
|
}
|
|
|
|
.align-content-xl-end {
|
|
align-content: flex-end !important
|
|
}
|
|
|
|
.align-content-xl-center {
|
|
align-content: center !important
|
|
}
|
|
|
|
.align-content-xl-between {
|
|
align-content: space-between !important
|
|
}
|
|
|
|
.align-content-xl-around {
|
|
align-content: space-around !important
|
|
}
|
|
|
|
.align-content-xl-stretch {
|
|
align-content: stretch !important
|
|
}
|
|
|
|
.align-self-xl-auto {
|
|
align-self: auto !important
|
|
}
|
|
|
|
.align-self-xl-start {
|
|
align-self: flex-start !important
|
|
}
|
|
|
|
.align-self-xl-end {
|
|
align-self: flex-end !important
|
|
}
|
|
|
|
.align-self-xl-center {
|
|
align-self: center !important
|
|
}
|
|
|
|
.align-self-xl-baseline {
|
|
align-self: baseline !important
|
|
}
|
|
|
|
.align-self-xl-stretch {
|
|
align-self: stretch !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.flex-xxl-row {
|
|
flex-direction: row !important
|
|
}
|
|
|
|
.flex-xxl-column {
|
|
flex-direction: column !important
|
|
}
|
|
|
|
.flex-xxl-row-reverse {
|
|
flex-direction: row-reverse !important
|
|
}
|
|
|
|
.flex-xxl-column-reverse {
|
|
flex-direction: column-reverse !important
|
|
}
|
|
|
|
.flex-xxl-wrap {
|
|
flex-wrap: wrap !important
|
|
}
|
|
|
|
.flex-xxl-nowrap {
|
|
flex-wrap: nowrap !important
|
|
}
|
|
|
|
.flex-xxl-wrap-reverse {
|
|
flex-wrap: wrap-reverse !important
|
|
}
|
|
|
|
.flex-xxl-fill {
|
|
flex: 1 1 auto !important
|
|
}
|
|
|
|
.flex-xxl-grow-0 {
|
|
flex-grow: 0 !important
|
|
}
|
|
|
|
.flex-xxl-grow-1 {
|
|
flex-grow: 1 !important
|
|
}
|
|
|
|
.flex-xxl-shrink-0 {
|
|
flex-shrink: 0 !important
|
|
}
|
|
|
|
.flex-xxl-shrink-1 {
|
|
flex-shrink: 1 !important
|
|
}
|
|
|
|
.justify-content-xxl-start {
|
|
justify-content: flex-start !important
|
|
}
|
|
|
|
.justify-content-xxl-end {
|
|
justify-content: flex-end !important
|
|
}
|
|
|
|
.justify-content-xxl-center {
|
|
justify-content: center !important
|
|
}
|
|
|
|
.justify-content-xxl-between {
|
|
justify-content: space-between !important
|
|
}
|
|
|
|
.justify-content-xxl-around {
|
|
justify-content: space-around !important
|
|
}
|
|
|
|
.align-items-xxl-start {
|
|
align-items: flex-start !important
|
|
}
|
|
|
|
.align-items-xxl-end {
|
|
align-items: flex-end !important
|
|
}
|
|
|
|
.align-items-xxl-center {
|
|
align-items: center !important
|
|
}
|
|
|
|
.align-items-xxl-baseline {
|
|
align-items: baseline !important
|
|
}
|
|
|
|
.align-items-xxl-stretch {
|
|
align-items: stretch !important
|
|
}
|
|
|
|
.align-content-xxl-start {
|
|
align-content: flex-start !important
|
|
}
|
|
|
|
.align-content-xxl-end {
|
|
align-content: flex-end !important
|
|
}
|
|
|
|
.align-content-xxl-center {
|
|
align-content: center !important
|
|
}
|
|
|
|
.align-content-xxl-between {
|
|
align-content: space-between !important
|
|
}
|
|
|
|
.align-content-xxl-around {
|
|
align-content: space-around !important
|
|
}
|
|
|
|
.align-content-xxl-stretch {
|
|
align-content: stretch !important
|
|
}
|
|
|
|
.align-self-xxl-auto {
|
|
align-self: auto !important
|
|
}
|
|
|
|
.align-self-xxl-start {
|
|
align-self: flex-start !important
|
|
}
|
|
|
|
.align-self-xxl-end {
|
|
align-self: flex-end !important
|
|
}
|
|
|
|
.align-self-xxl-center {
|
|
align-self: center !important
|
|
}
|
|
|
|
.align-self-xxl-baseline {
|
|
align-self: baseline !important
|
|
}
|
|
|
|
.align-self-xxl-stretch {
|
|
align-self: stretch !important
|
|
}
|
|
}
|
|
|
|
.float-left {
|
|
float: left !important
|
|
}
|
|
|
|
.float-right {
|
|
float: right !important
|
|
}
|
|
|
|
.float-none {
|
|
float: none !important
|
|
}
|
|
|
|
@media (min-width:400px) {
|
|
.float-xsm-left {
|
|
float: left !important
|
|
}
|
|
|
|
.float-xsm-right {
|
|
float: right !important
|
|
}
|
|
|
|
.float-xsm-none {
|
|
float: none !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.float-sm-left {
|
|
float: left !important
|
|
}
|
|
|
|
.float-sm-right {
|
|
float: right !important
|
|
}
|
|
|
|
.float-sm-none {
|
|
float: none !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.float-md-left {
|
|
float: left !important
|
|
}
|
|
|
|
.float-md-right {
|
|
float: right !important
|
|
}
|
|
|
|
.float-md-none {
|
|
float: none !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.float-lg-left {
|
|
float: left !important
|
|
}
|
|
|
|
.float-lg-right {
|
|
float: right !important
|
|
}
|
|
|
|
.float-lg-none {
|
|
float: none !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.float-xl-left {
|
|
float: left !important
|
|
}
|
|
|
|
.float-xl-right {
|
|
float: right !important
|
|
}
|
|
|
|
.float-xl-none {
|
|
float: none !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.float-xxl-left {
|
|
float: left !important
|
|
}
|
|
|
|
.float-xxl-right {
|
|
float: right !important
|
|
}
|
|
|
|
.float-xxl-none {
|
|
float: none !important
|
|
}
|
|
}
|
|
|
|
.position-static {
|
|
position: static !important
|
|
}
|
|
|
|
.position-relative {
|
|
position: relative !important
|
|
}
|
|
|
|
.position-absolute {
|
|
position: absolute !important
|
|
}
|
|
|
|
.position-fixed {
|
|
position: fixed !important
|
|
}
|
|
|
|
.position-sticky {
|
|
position: -webkit-sticky !important;
|
|
position: sticky !important
|
|
}
|
|
|
|
.fixed-top {
|
|
top: 0
|
|
}
|
|
|
|
.fixed-bottom,
|
|
.fixed-top {
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1030
|
|
}
|
|
|
|
.fixed-bottom {
|
|
bottom: 0
|
|
}
|
|
|
|
@supports ((position:-webkit-sticky) or (position:sticky)) {
|
|
.sticky-top {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 1020
|
|
}
|
|
}
|
|
|
|
.sr-only {
|
|
position: absolute;
|
|
width: .07143rem;
|
|
height: .07143rem;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
white-space: nowrap;
|
|
border: 0
|
|
}
|
|
|
|
.sr-only-focusable:active,
|
|
.sr-only-focusable:focus {
|
|
position: static;
|
|
width: auto;
|
|
height: auto;
|
|
overflow: visible;
|
|
clip: auto;
|
|
white-space: normal
|
|
}
|
|
|
|
.shadow-sm {
|
|
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
|
|
}
|
|
|
|
.shadow {
|
|
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
|
|
}
|
|
|
|
.shadow-lg {
|
|
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
|
|
}
|
|
|
|
.shadow-none {
|
|
box-shadow: none !important
|
|
}
|
|
|
|
.w-25 {
|
|
width: 25% !important
|
|
}
|
|
|
|
.w-50 {
|
|
width: 50% !important
|
|
}
|
|
|
|
.w-75 {
|
|
width: 75% !important
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100% !important
|
|
}
|
|
|
|
.w-auto {
|
|
width: auto !important
|
|
}
|
|
|
|
.h-25 {
|
|
height: 25% !important
|
|
}
|
|
|
|
.h-50 {
|
|
height: 50% !important
|
|
}
|
|
|
|
.h-75 {
|
|
height: 75% !important
|
|
}
|
|
|
|
.h-100 {
|
|
height: 100% !important
|
|
}
|
|
|
|
.h-auto {
|
|
height: auto !important
|
|
}
|
|
|
|
.mw-100 {
|
|
max-width: 100% !important
|
|
}
|
|
|
|
.mh-100 {
|
|
max-height: 100% !important
|
|
}
|
|
|
|
.m-0 {
|
|
margin: 0 !important
|
|
}
|
|
|
|
.mt-0,
|
|
.my-0 {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.mr-0,
|
|
.mx-0 {
|
|
margin-right: 0 !important
|
|
}
|
|
|
|
.mb-0,
|
|
.my-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.ml-0,
|
|
.mx-0 {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.m-1 {
|
|
margin: .53571rem !important
|
|
}
|
|
|
|
.mt-1,
|
|
.my-1 {
|
|
margin-top: .53571rem !important
|
|
}
|
|
|
|
.mr-1,
|
|
.mx-1 {
|
|
margin-right: .53571rem !important
|
|
}
|
|
|
|
.mb-1,
|
|
.my-1 {
|
|
margin-bottom: .53571rem !important
|
|
}
|
|
|
|
.ml-1,
|
|
.mx-1 {
|
|
margin-left: .53571rem !important
|
|
}
|
|
|
|
.m-2 {
|
|
margin: 1.07143rem !important
|
|
}
|
|
|
|
.mt-2,
|
|
.my-2 {
|
|
margin-top: 1.07143rem !important
|
|
}
|
|
|
|
.mr-2,
|
|
.mx-2 {
|
|
margin-right: 1.07143rem !important
|
|
}
|
|
|
|
.mb-2,
|
|
.my-2 {
|
|
margin-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.ml-2,
|
|
.mx-2 {
|
|
margin-left: 1.07143rem !important
|
|
}
|
|
|
|
.m-3 {
|
|
margin: 2.14286rem !important
|
|
}
|
|
|
|
.mt-3,
|
|
.my-3 {
|
|
margin-top: 2.14286rem !important
|
|
}
|
|
|
|
.mr-3,
|
|
.mx-3 {
|
|
margin-right: 2.14286rem !important
|
|
}
|
|
|
|
.mb-3,
|
|
.my-3 {
|
|
margin-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.ml-3,
|
|
.mx-3 {
|
|
margin-left: 2.14286rem !important
|
|
}
|
|
|
|
.m-4 {
|
|
margin: 3.21429rem !important
|
|
}
|
|
|
|
.mt-4,
|
|
.my-4 {
|
|
margin-top: 3.21429rem !important
|
|
}
|
|
|
|
.mr-4,
|
|
.mx-4 {
|
|
margin-right: 3.21429rem !important
|
|
}
|
|
|
|
.mb-4,
|
|
.my-4 {
|
|
margin-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.ml-4,
|
|
.mx-4 {
|
|
margin-left: 3.21429rem !important
|
|
}
|
|
|
|
.m-5 {
|
|
margin: 4.28571rem !important
|
|
}
|
|
|
|
.mt-5,
|
|
.my-5 {
|
|
margin-top: 4.28571rem !important
|
|
}
|
|
|
|
.mr-5,
|
|
.mx-5 {
|
|
margin-right: 4.28571rem !important
|
|
}
|
|
|
|
.mb-5,
|
|
.my-5 {
|
|
margin-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.ml-5,
|
|
.mx-5 {
|
|
margin-left: 4.28571rem !important
|
|
}
|
|
|
|
.m-6 {
|
|
margin: 5.35714rem !important
|
|
}
|
|
|
|
.mt-6,
|
|
.my-6 {
|
|
margin-top: 5.35714rem !important
|
|
}
|
|
|
|
.mr-6,
|
|
.mx-6 {
|
|
margin-right: 5.35714rem !important
|
|
}
|
|
|
|
.mb-6,
|
|
.my-6 {
|
|
margin-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.ml-6,
|
|
.mx-6 {
|
|
margin-left: 5.35714rem !important
|
|
}
|
|
|
|
.m-7 {
|
|
margin: 6.42857rem !important
|
|
}
|
|
|
|
.mt-7,
|
|
.my-7 {
|
|
margin-top: 6.42857rem !important
|
|
}
|
|
|
|
.mr-7,
|
|
.mx-7 {
|
|
margin-right: 6.42857rem !important
|
|
}
|
|
|
|
.mb-7,
|
|
.my-7 {
|
|
margin-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.ml-7,
|
|
.mx-7 {
|
|
margin-left: 6.42857rem !important
|
|
}
|
|
|
|
.m-8 {
|
|
margin: 7.5rem !important
|
|
}
|
|
|
|
.mt-8,
|
|
.my-8 {
|
|
margin-top: 7.5rem !important
|
|
}
|
|
|
|
.mr-8,
|
|
.mx-8 {
|
|
margin-right: 7.5rem !important
|
|
}
|
|
|
|
.mb-8,
|
|
.my-8 {
|
|
margin-bottom: 7.5rem !important
|
|
}
|
|
|
|
.ml-8,
|
|
.mx-8 {
|
|
margin-left: 7.5rem !important
|
|
}
|
|
|
|
.m-9 {
|
|
margin: 8.57143rem !important
|
|
}
|
|
|
|
.mt-9,
|
|
.my-9 {
|
|
margin-top: 8.57143rem !important
|
|
}
|
|
|
|
.mr-9,
|
|
.mx-9 {
|
|
margin-right: 8.57143rem !important
|
|
}
|
|
|
|
.mb-9,
|
|
.my-9 {
|
|
margin-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.ml-9,
|
|
.mx-9 {
|
|
margin-left: 8.57143rem !important
|
|
}
|
|
|
|
.m-10 {
|
|
margin: 9.64286rem !important
|
|
}
|
|
|
|
.mt-10,
|
|
.my-10 {
|
|
margin-top: 9.64286rem !important
|
|
}
|
|
|
|
.mr-10,
|
|
.mx-10 {
|
|
margin-right: 9.64286rem !important
|
|
}
|
|
|
|
.mb-10,
|
|
.my-10 {
|
|
margin-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.ml-10,
|
|
.mx-10 {
|
|
margin-left: 9.64286rem !important
|
|
}
|
|
|
|
.m-11 {
|
|
margin: 21.42857rem !important
|
|
}
|
|
|
|
.mt-11,
|
|
.my-11 {
|
|
margin-top: 21.42857rem !important
|
|
}
|
|
|
|
.mr-11,
|
|
.mx-11 {
|
|
margin-right: 21.42857rem !important
|
|
}
|
|
|
|
.mb-11,
|
|
.my-11 {
|
|
margin-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.ml-11,
|
|
.mx-11 {
|
|
margin-left: 21.42857rem !important
|
|
}
|
|
|
|
.p-0 {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.pt-0,
|
|
.py-0 {
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.pr-0,
|
|
.px-0 {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
.pb-0,
|
|
.py-0 {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
.pl-0,
|
|
.px-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.p-1 {
|
|
padding: .53571rem !important
|
|
}
|
|
|
|
.pt-1,
|
|
.py-1 {
|
|
padding-top: .53571rem !important
|
|
}
|
|
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
.pr-1,
|
|
.px-1,
|
|
main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
padding-right: .53571rem !important
|
|
}
|
|
|
|
.pb-1,
|
|
.py-1 {
|
|
padding-bottom: .53571rem !important
|
|
}
|
|
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
.pl-1,
|
|
.px-1,
|
|
main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
padding-left: .53571rem !important
|
|
}
|
|
|
|
.p-2 {
|
|
padding: 1.07143rem !important
|
|
}
|
|
|
|
.pt-2,
|
|
.py-2 {
|
|
padding-top: 1.07143rem !important
|
|
}
|
|
|
|
.pr-2,
|
|
.px-2 {
|
|
padding-right: 1.07143rem !important
|
|
}
|
|
|
|
.pb-2,
|
|
.py-2 {
|
|
padding-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.pl-2,
|
|
.px-2 {
|
|
padding-left: 1.07143rem !important
|
|
}
|
|
|
|
.p-3 {
|
|
padding: 2.14286rem !important
|
|
}
|
|
|
|
.pt-3,
|
|
.py-3 {
|
|
padding-top: 2.14286rem !important
|
|
}
|
|
|
|
.pr-3,
|
|
.px-3 {
|
|
padding-right: 2.14286rem !important
|
|
}
|
|
|
|
.pb-3,
|
|
.py-3 {
|
|
padding-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.pl-3,
|
|
.px-3 {
|
|
padding-left: 2.14286rem !important
|
|
}
|
|
|
|
.p-4 {
|
|
padding: 3.21429rem !important
|
|
}
|
|
|
|
.pt-4,
|
|
.py-4 {
|
|
padding-top: 3.21429rem !important
|
|
}
|
|
|
|
.pr-4,
|
|
.px-4 {
|
|
padding-right: 3.21429rem !important
|
|
}
|
|
|
|
.pb-4,
|
|
.py-4 {
|
|
padding-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.pl-4,
|
|
.px-4 {
|
|
padding-left: 3.21429rem !important
|
|
}
|
|
|
|
.p-5 {
|
|
padding: 4.28571rem !important
|
|
}
|
|
|
|
.pt-5,
|
|
.py-5 {
|
|
padding-top: 4.28571rem !important
|
|
}
|
|
|
|
.pr-5,
|
|
.px-5 {
|
|
padding-right: 4.28571rem !important
|
|
}
|
|
|
|
.pb-5,
|
|
.py-5 {
|
|
padding-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.pl-5,
|
|
.px-5 {
|
|
padding-left: 4.28571rem !important
|
|
}
|
|
|
|
.p-6 {
|
|
padding: 5.35714rem !important
|
|
}
|
|
|
|
.pt-6,
|
|
.py-6 {
|
|
padding-top: 5.35714rem !important
|
|
}
|
|
|
|
.pr-6,
|
|
.px-6 {
|
|
padding-right: 5.35714rem !important
|
|
}
|
|
|
|
.pb-6,
|
|
.py-6 {
|
|
padding-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.pl-6,
|
|
.px-6 {
|
|
padding-left: 5.35714rem !important
|
|
}
|
|
|
|
.p-7 {
|
|
padding: 6.42857rem !important
|
|
}
|
|
|
|
.pt-7,
|
|
.py-7 {
|
|
padding-top: 6.42857rem !important
|
|
}
|
|
|
|
.pr-7,
|
|
.px-7 {
|
|
padding-right: 6.42857rem !important
|
|
}
|
|
|
|
.pb-7,
|
|
.py-7 {
|
|
padding-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.pl-7,
|
|
.px-7 {
|
|
padding-left: 6.42857rem !important
|
|
}
|
|
|
|
.p-8 {
|
|
padding: 7.5rem !important
|
|
}
|
|
|
|
.pt-8,
|
|
.py-8 {
|
|
padding-top: 7.5rem !important
|
|
}
|
|
|
|
.pr-8,
|
|
.px-8 {
|
|
padding-right: 7.5rem !important
|
|
}
|
|
|
|
.pb-8,
|
|
.py-8 {
|
|
padding-bottom: 7.5rem !important
|
|
}
|
|
|
|
.pl-8,
|
|
.px-8 {
|
|
padding-left: 7.5rem !important
|
|
}
|
|
|
|
.p-9 {
|
|
padding: 8.57143rem !important
|
|
}
|
|
|
|
.pt-9,
|
|
.py-9 {
|
|
padding-top: 8.57143rem !important
|
|
}
|
|
|
|
.pr-9,
|
|
.px-9 {
|
|
padding-right: 8.57143rem !important
|
|
}
|
|
|
|
.pb-9,
|
|
.py-9 {
|
|
padding-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.pl-9,
|
|
.px-9 {
|
|
padding-left: 8.57143rem !important
|
|
}
|
|
|
|
.p-10 {
|
|
padding: 9.64286rem !important
|
|
}
|
|
|
|
.pt-10,
|
|
.py-10 {
|
|
padding-top: 9.64286rem !important
|
|
}
|
|
|
|
.pr-10,
|
|
.px-10 {
|
|
padding-right: 9.64286rem !important
|
|
}
|
|
|
|
.pb-10,
|
|
.py-10 {
|
|
padding-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.pl-10,
|
|
.px-10 {
|
|
padding-left: 9.64286rem !important
|
|
}
|
|
|
|
.p-11 {
|
|
padding: 21.42857rem !important
|
|
}
|
|
|
|
.pt-11,
|
|
.py-11 {
|
|
padding-top: 21.42857rem !important
|
|
}
|
|
|
|
.pr-11,
|
|
.px-11 {
|
|
padding-right: 21.42857rem !important
|
|
}
|
|
|
|
.pb-11,
|
|
.py-11 {
|
|
padding-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.pl-11,
|
|
.px-11 {
|
|
padding-left: 21.42857rem !important
|
|
}
|
|
|
|
.m-auto {
|
|
margin: auto !important
|
|
}
|
|
|
|
.mt-auto,
|
|
.my-auto {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
.mr-auto,
|
|
.mx-auto {
|
|
margin-right: auto !important
|
|
}
|
|
|
|
.mb-auto,
|
|
.my-auto {
|
|
margin-bottom: auto !important
|
|
}
|
|
|
|
.ml-auto,
|
|
.mx-auto {
|
|
margin-left: auto !important
|
|
}
|
|
|
|
@media (min-width:400px) {
|
|
.m-xsm-0 {
|
|
margin: 0 !important
|
|
}
|
|
|
|
.mt-xsm-0,
|
|
.my-xsm-0 {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.mr-xsm-0,
|
|
.mx-xsm-0 {
|
|
margin-right: 0 !important
|
|
}
|
|
|
|
.mb-xsm-0,
|
|
.my-xsm-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.ml-xsm-0,
|
|
.mx-xsm-0 {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.m-xsm-1 {
|
|
margin: .53571rem !important
|
|
}
|
|
|
|
.mt-xsm-1,
|
|
.my-xsm-1 {
|
|
margin-top: .53571rem !important
|
|
}
|
|
|
|
.mr-xsm-1,
|
|
.mx-xsm-1 {
|
|
margin-right: .53571rem !important
|
|
}
|
|
|
|
.mb-xsm-1,
|
|
.my-xsm-1 {
|
|
margin-bottom: .53571rem !important
|
|
}
|
|
|
|
.ml-xsm-1,
|
|
.mx-xsm-1 {
|
|
margin-left: .53571rem !important
|
|
}
|
|
|
|
.m-xsm-2 {
|
|
margin: 1.07143rem !important
|
|
}
|
|
|
|
.mt-xsm-2,
|
|
.my-xsm-2 {
|
|
margin-top: 1.07143rem !important
|
|
}
|
|
|
|
.mr-xsm-2,
|
|
.mx-xsm-2 {
|
|
margin-right: 1.07143rem !important
|
|
}
|
|
|
|
.mb-xsm-2,
|
|
.my-xsm-2 {
|
|
margin-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.ml-xsm-2,
|
|
.mx-xsm-2 {
|
|
margin-left: 1.07143rem !important
|
|
}
|
|
|
|
.m-xsm-3 {
|
|
margin: 2.14286rem !important
|
|
}
|
|
|
|
.mt-xsm-3,
|
|
.my-xsm-3 {
|
|
margin-top: 2.14286rem !important
|
|
}
|
|
|
|
.mr-xsm-3,
|
|
.mx-xsm-3 {
|
|
margin-right: 2.14286rem !important
|
|
}
|
|
|
|
.mb-xsm-3,
|
|
.my-xsm-3 {
|
|
margin-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.ml-xsm-3,
|
|
.mx-xsm-3 {
|
|
margin-left: 2.14286rem !important
|
|
}
|
|
|
|
.m-xsm-4 {
|
|
margin: 3.21429rem !important
|
|
}
|
|
|
|
.mt-xsm-4,
|
|
.my-xsm-4 {
|
|
margin-top: 3.21429rem !important
|
|
}
|
|
|
|
.mr-xsm-4,
|
|
.mx-xsm-4 {
|
|
margin-right: 3.21429rem !important
|
|
}
|
|
|
|
.mb-xsm-4,
|
|
.my-xsm-4 {
|
|
margin-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.ml-xsm-4,
|
|
.mx-xsm-4 {
|
|
margin-left: 3.21429rem !important
|
|
}
|
|
|
|
.m-xsm-5 {
|
|
margin: 4.28571rem !important
|
|
}
|
|
|
|
.mt-xsm-5,
|
|
.my-xsm-5 {
|
|
margin-top: 4.28571rem !important
|
|
}
|
|
|
|
.mr-xsm-5,
|
|
.mx-xsm-5 {
|
|
margin-right: 4.28571rem !important
|
|
}
|
|
|
|
.mb-xsm-5,
|
|
.my-xsm-5 {
|
|
margin-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.ml-xsm-5,
|
|
.mx-xsm-5 {
|
|
margin-left: 4.28571rem !important
|
|
}
|
|
|
|
.m-xsm-6 {
|
|
margin: 5.35714rem !important
|
|
}
|
|
|
|
.mt-xsm-6,
|
|
.my-xsm-6 {
|
|
margin-top: 5.35714rem !important
|
|
}
|
|
|
|
.mr-xsm-6,
|
|
.mx-xsm-6 {
|
|
margin-right: 5.35714rem !important
|
|
}
|
|
|
|
.mb-xsm-6,
|
|
.my-xsm-6 {
|
|
margin-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.ml-xsm-6,
|
|
.mx-xsm-6 {
|
|
margin-left: 5.35714rem !important
|
|
}
|
|
|
|
.m-xsm-7 {
|
|
margin: 6.42857rem !important
|
|
}
|
|
|
|
.mt-xsm-7,
|
|
.my-xsm-7 {
|
|
margin-top: 6.42857rem !important
|
|
}
|
|
|
|
.mr-xsm-7,
|
|
.mx-xsm-7 {
|
|
margin-right: 6.42857rem !important
|
|
}
|
|
|
|
.mb-xsm-7,
|
|
.my-xsm-7 {
|
|
margin-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.ml-xsm-7,
|
|
.mx-xsm-7 {
|
|
margin-left: 6.42857rem !important
|
|
}
|
|
|
|
.m-xsm-8 {
|
|
margin: 7.5rem !important
|
|
}
|
|
|
|
.mt-xsm-8,
|
|
.my-xsm-8 {
|
|
margin-top: 7.5rem !important
|
|
}
|
|
|
|
.mr-xsm-8,
|
|
.mx-xsm-8 {
|
|
margin-right: 7.5rem !important
|
|
}
|
|
|
|
.mb-xsm-8,
|
|
.my-xsm-8 {
|
|
margin-bottom: 7.5rem !important
|
|
}
|
|
|
|
.ml-xsm-8,
|
|
.mx-xsm-8 {
|
|
margin-left: 7.5rem !important
|
|
}
|
|
|
|
.m-xsm-9 {
|
|
margin: 8.57143rem !important
|
|
}
|
|
|
|
.mt-xsm-9,
|
|
.my-xsm-9 {
|
|
margin-top: 8.57143rem !important
|
|
}
|
|
|
|
.mr-xsm-9,
|
|
.mx-xsm-9 {
|
|
margin-right: 8.57143rem !important
|
|
}
|
|
|
|
.mb-xsm-9,
|
|
.my-xsm-9 {
|
|
margin-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.ml-xsm-9,
|
|
.mx-xsm-9 {
|
|
margin-left: 8.57143rem !important
|
|
}
|
|
|
|
.m-xsm-10 {
|
|
margin: 9.64286rem !important
|
|
}
|
|
|
|
.mt-xsm-10,
|
|
.my-xsm-10 {
|
|
margin-top: 9.64286rem !important
|
|
}
|
|
|
|
.mr-xsm-10,
|
|
.mx-xsm-10 {
|
|
margin-right: 9.64286rem !important
|
|
}
|
|
|
|
.mb-xsm-10,
|
|
.my-xsm-10 {
|
|
margin-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.ml-xsm-10,
|
|
.mx-xsm-10 {
|
|
margin-left: 9.64286rem !important
|
|
}
|
|
|
|
.m-xsm-11 {
|
|
margin: 21.42857rem !important
|
|
}
|
|
|
|
.mt-xsm-11,
|
|
.my-xsm-11 {
|
|
margin-top: 21.42857rem !important
|
|
}
|
|
|
|
.mr-xsm-11,
|
|
.mx-xsm-11 {
|
|
margin-right: 21.42857rem !important
|
|
}
|
|
|
|
.mb-xsm-11,
|
|
.my-xsm-11 {
|
|
margin-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.ml-xsm-11,
|
|
.mx-xsm-11 {
|
|
margin-left: 21.42857rem !important
|
|
}
|
|
|
|
.p-xsm-0 {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.pt-xsm-0,
|
|
.py-xsm-0 {
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.pr-xsm-0,
|
|
.px-xsm-0 {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
.pb-xsm-0,
|
|
.py-xsm-0 {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
.pl-xsm-0,
|
|
.px-xsm-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.p-xsm-1 {
|
|
padding: .53571rem !important
|
|
}
|
|
|
|
.pt-xsm-1,
|
|
.py-xsm-1 {
|
|
padding-top: .53571rem !important
|
|
}
|
|
|
|
.pr-xsm-1,
|
|
.px-xsm-1 {
|
|
padding-right: .53571rem !important
|
|
}
|
|
|
|
.pb-xsm-1,
|
|
.py-xsm-1 {
|
|
padding-bottom: .53571rem !important
|
|
}
|
|
|
|
.pl-xsm-1,
|
|
.px-xsm-1 {
|
|
padding-left: .53571rem !important
|
|
}
|
|
|
|
.p-xsm-2 {
|
|
padding: 1.07143rem !important
|
|
}
|
|
|
|
.pt-xsm-2,
|
|
.py-xsm-2 {
|
|
padding-top: 1.07143rem !important
|
|
}
|
|
|
|
.pr-xsm-2,
|
|
.px-xsm-2 {
|
|
padding-right: 1.07143rem !important
|
|
}
|
|
|
|
.pb-xsm-2,
|
|
.py-xsm-2 {
|
|
padding-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.pl-xsm-2,
|
|
.px-xsm-2 {
|
|
padding-left: 1.07143rem !important
|
|
}
|
|
|
|
.p-xsm-3 {
|
|
padding: 2.14286rem !important
|
|
}
|
|
|
|
.pt-xsm-3,
|
|
.py-xsm-3 {
|
|
padding-top: 2.14286rem !important
|
|
}
|
|
|
|
.pr-xsm-3,
|
|
.px-xsm-3 {
|
|
padding-right: 2.14286rem !important
|
|
}
|
|
|
|
.pb-xsm-3,
|
|
.py-xsm-3 {
|
|
padding-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.pl-xsm-3,
|
|
.px-xsm-3 {
|
|
padding-left: 2.14286rem !important
|
|
}
|
|
|
|
.p-xsm-4 {
|
|
padding: 3.21429rem !important
|
|
}
|
|
|
|
.pt-xsm-4,
|
|
.py-xsm-4 {
|
|
padding-top: 3.21429rem !important
|
|
}
|
|
|
|
.pr-xsm-4,
|
|
.px-xsm-4 {
|
|
padding-right: 3.21429rem !important
|
|
}
|
|
|
|
.pb-xsm-4,
|
|
.py-xsm-4 {
|
|
padding-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.pl-xsm-4,
|
|
.px-xsm-4 {
|
|
padding-left: 3.21429rem !important
|
|
}
|
|
|
|
.p-xsm-5 {
|
|
padding: 4.28571rem !important
|
|
}
|
|
|
|
.pt-xsm-5,
|
|
.py-xsm-5 {
|
|
padding-top: 4.28571rem !important
|
|
}
|
|
|
|
.pr-xsm-5,
|
|
.px-xsm-5 {
|
|
padding-right: 4.28571rem !important
|
|
}
|
|
|
|
.pb-xsm-5,
|
|
.py-xsm-5 {
|
|
padding-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.pl-xsm-5,
|
|
.px-xsm-5 {
|
|
padding-left: 4.28571rem !important
|
|
}
|
|
|
|
.p-xsm-6 {
|
|
padding: 5.35714rem !important
|
|
}
|
|
|
|
.pt-xsm-6,
|
|
.py-xsm-6 {
|
|
padding-top: 5.35714rem !important
|
|
}
|
|
|
|
.pr-xsm-6,
|
|
.px-xsm-6 {
|
|
padding-right: 5.35714rem !important
|
|
}
|
|
|
|
.pb-xsm-6,
|
|
.py-xsm-6 {
|
|
padding-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.pl-xsm-6,
|
|
.px-xsm-6 {
|
|
padding-left: 5.35714rem !important
|
|
}
|
|
|
|
.p-xsm-7 {
|
|
padding: 6.42857rem !important
|
|
}
|
|
|
|
.pt-xsm-7,
|
|
.py-xsm-7 {
|
|
padding-top: 6.42857rem !important
|
|
}
|
|
|
|
.pr-xsm-7,
|
|
.px-xsm-7 {
|
|
padding-right: 6.42857rem !important
|
|
}
|
|
|
|
.pb-xsm-7,
|
|
.py-xsm-7 {
|
|
padding-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.pl-xsm-7,
|
|
.px-xsm-7 {
|
|
padding-left: 6.42857rem !important
|
|
}
|
|
|
|
.p-xsm-8 {
|
|
padding: 7.5rem !important
|
|
}
|
|
|
|
.pt-xsm-8,
|
|
.py-xsm-8 {
|
|
padding-top: 7.5rem !important
|
|
}
|
|
|
|
.pr-xsm-8,
|
|
.px-xsm-8 {
|
|
padding-right: 7.5rem !important
|
|
}
|
|
|
|
.pb-xsm-8,
|
|
.py-xsm-8 {
|
|
padding-bottom: 7.5rem !important
|
|
}
|
|
|
|
.pl-xsm-8,
|
|
.px-xsm-8 {
|
|
padding-left: 7.5rem !important
|
|
}
|
|
|
|
.p-xsm-9 {
|
|
padding: 8.57143rem !important
|
|
}
|
|
|
|
.pt-xsm-9,
|
|
.py-xsm-9 {
|
|
padding-top: 8.57143rem !important
|
|
}
|
|
|
|
.pr-xsm-9,
|
|
.px-xsm-9 {
|
|
padding-right: 8.57143rem !important
|
|
}
|
|
|
|
.pb-xsm-9,
|
|
.py-xsm-9 {
|
|
padding-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.pl-xsm-9,
|
|
.px-xsm-9 {
|
|
padding-left: 8.57143rem !important
|
|
}
|
|
|
|
.p-xsm-10 {
|
|
padding: 9.64286rem !important
|
|
}
|
|
|
|
.pt-xsm-10,
|
|
.py-xsm-10 {
|
|
padding-top: 9.64286rem !important
|
|
}
|
|
|
|
.pr-xsm-10,
|
|
.px-xsm-10 {
|
|
padding-right: 9.64286rem !important
|
|
}
|
|
|
|
.pb-xsm-10,
|
|
.py-xsm-10 {
|
|
padding-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.pl-xsm-10,
|
|
.px-xsm-10 {
|
|
padding-left: 9.64286rem !important
|
|
}
|
|
|
|
.p-xsm-11 {
|
|
padding: 21.42857rem !important
|
|
}
|
|
|
|
.pt-xsm-11,
|
|
.py-xsm-11 {
|
|
padding-top: 21.42857rem !important
|
|
}
|
|
|
|
.pr-xsm-11,
|
|
.px-xsm-11 {
|
|
padding-right: 21.42857rem !important
|
|
}
|
|
|
|
.pb-xsm-11,
|
|
.py-xsm-11 {
|
|
padding-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.pl-xsm-11,
|
|
.px-xsm-11 {
|
|
padding-left: 21.42857rem !important
|
|
}
|
|
|
|
.m-xsm-auto {
|
|
margin: auto !important
|
|
}
|
|
|
|
.mt-xsm-auto,
|
|
.my-xsm-auto {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
.mr-xsm-auto,
|
|
.mx-xsm-auto {
|
|
margin-right: auto !important
|
|
}
|
|
|
|
.mb-xsm-auto,
|
|
.my-xsm-auto {
|
|
margin-bottom: auto !important
|
|
}
|
|
|
|
.ml-xsm-auto,
|
|
.mx-xsm-auto {
|
|
margin-left: auto !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.m-sm-0 {
|
|
margin: 0 !important
|
|
}
|
|
|
|
.mt-sm-0,
|
|
.my-sm-0 {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.mr-sm-0,
|
|
.mx-sm-0 {
|
|
margin-right: 0 !important
|
|
}
|
|
|
|
.mb-sm-0,
|
|
.my-sm-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.ml-sm-0,
|
|
.mx-sm-0 {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.m-sm-1 {
|
|
margin: .53571rem !important
|
|
}
|
|
|
|
.mt-sm-1,
|
|
.my-sm-1 {
|
|
margin-top: .53571rem !important
|
|
}
|
|
|
|
.mr-sm-1,
|
|
.mx-sm-1 {
|
|
margin-right: .53571rem !important
|
|
}
|
|
|
|
.mb-sm-1,
|
|
.my-sm-1 {
|
|
margin-bottom: .53571rem !important
|
|
}
|
|
|
|
.ml-sm-1,
|
|
.mx-sm-1 {
|
|
margin-left: .53571rem !important
|
|
}
|
|
|
|
.m-sm-2 {
|
|
margin: 1.07143rem !important
|
|
}
|
|
|
|
.mt-sm-2,
|
|
.my-sm-2 {
|
|
margin-top: 1.07143rem !important
|
|
}
|
|
|
|
.mr-sm-2,
|
|
.mx-sm-2 {
|
|
margin-right: 1.07143rem !important
|
|
}
|
|
|
|
.mb-sm-2,
|
|
.my-sm-2 {
|
|
margin-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.ml-sm-2,
|
|
.mx-sm-2 {
|
|
margin-left: 1.07143rem !important
|
|
}
|
|
|
|
.m-sm-3 {
|
|
margin: 2.14286rem !important
|
|
}
|
|
|
|
.mt-sm-3,
|
|
.my-sm-3 {
|
|
margin-top: 2.14286rem !important
|
|
}
|
|
|
|
.mr-sm-3,
|
|
.mx-sm-3 {
|
|
margin-right: 2.14286rem !important
|
|
}
|
|
|
|
.mb-sm-3,
|
|
.my-sm-3 {
|
|
margin-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.ml-sm-3,
|
|
.mx-sm-3 {
|
|
margin-left: 2.14286rem !important
|
|
}
|
|
|
|
.m-sm-4 {
|
|
margin: 3.21429rem !important
|
|
}
|
|
|
|
.mt-sm-4,
|
|
.my-sm-4 {
|
|
margin-top: 3.21429rem !important
|
|
}
|
|
|
|
.mr-sm-4,
|
|
.mx-sm-4 {
|
|
margin-right: 3.21429rem !important
|
|
}
|
|
|
|
.mb-sm-4,
|
|
.my-sm-4 {
|
|
margin-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.ml-sm-4,
|
|
.mx-sm-4 {
|
|
margin-left: 3.21429rem !important
|
|
}
|
|
|
|
.m-sm-5 {
|
|
margin: 4.28571rem !important
|
|
}
|
|
|
|
.mt-sm-5,
|
|
.my-sm-5 {
|
|
margin-top: 4.28571rem !important
|
|
}
|
|
|
|
.mr-sm-5,
|
|
.mx-sm-5 {
|
|
margin-right: 4.28571rem !important
|
|
}
|
|
|
|
.mb-sm-5,
|
|
.my-sm-5 {
|
|
margin-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.ml-sm-5,
|
|
.mx-sm-5 {
|
|
margin-left: 4.28571rem !important
|
|
}
|
|
|
|
.m-sm-6 {
|
|
margin: 5.35714rem !important
|
|
}
|
|
|
|
.mt-sm-6,
|
|
.my-sm-6 {
|
|
margin-top: 5.35714rem !important
|
|
}
|
|
|
|
.mr-sm-6,
|
|
.mx-sm-6 {
|
|
margin-right: 5.35714rem !important
|
|
}
|
|
|
|
.mb-sm-6,
|
|
.my-sm-6 {
|
|
margin-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.ml-sm-6,
|
|
.mx-sm-6 {
|
|
margin-left: 5.35714rem !important
|
|
}
|
|
|
|
.m-sm-7 {
|
|
margin: 6.42857rem !important
|
|
}
|
|
|
|
.mt-sm-7,
|
|
.my-sm-7 {
|
|
margin-top: 6.42857rem !important
|
|
}
|
|
|
|
.mr-sm-7,
|
|
.mx-sm-7 {
|
|
margin-right: 6.42857rem !important
|
|
}
|
|
|
|
.mb-sm-7,
|
|
.my-sm-7 {
|
|
margin-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.ml-sm-7,
|
|
.mx-sm-7 {
|
|
margin-left: 6.42857rem !important
|
|
}
|
|
|
|
.m-sm-8 {
|
|
margin: 7.5rem !important
|
|
}
|
|
|
|
.mt-sm-8,
|
|
.my-sm-8 {
|
|
margin-top: 7.5rem !important
|
|
}
|
|
|
|
.mr-sm-8,
|
|
.mx-sm-8 {
|
|
margin-right: 7.5rem !important
|
|
}
|
|
|
|
.mb-sm-8,
|
|
.my-sm-8 {
|
|
margin-bottom: 7.5rem !important
|
|
}
|
|
|
|
.ml-sm-8,
|
|
.mx-sm-8 {
|
|
margin-left: 7.5rem !important
|
|
}
|
|
|
|
.m-sm-9 {
|
|
margin: 8.57143rem !important
|
|
}
|
|
|
|
.mt-sm-9,
|
|
.my-sm-9 {
|
|
margin-top: 8.57143rem !important
|
|
}
|
|
|
|
.mr-sm-9,
|
|
.mx-sm-9 {
|
|
margin-right: 8.57143rem !important
|
|
}
|
|
|
|
.mb-sm-9,
|
|
.my-sm-9 {
|
|
margin-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.ml-sm-9,
|
|
.mx-sm-9 {
|
|
margin-left: 8.57143rem !important
|
|
}
|
|
|
|
.m-sm-10 {
|
|
margin: 9.64286rem !important
|
|
}
|
|
|
|
.mt-sm-10,
|
|
.my-sm-10 {
|
|
margin-top: 9.64286rem !important
|
|
}
|
|
|
|
.mr-sm-10,
|
|
.mx-sm-10 {
|
|
margin-right: 9.64286rem !important
|
|
}
|
|
|
|
.mb-sm-10,
|
|
.my-sm-10 {
|
|
margin-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.ml-sm-10,
|
|
.mx-sm-10 {
|
|
margin-left: 9.64286rem !important
|
|
}
|
|
|
|
.m-sm-11 {
|
|
margin: 21.42857rem !important
|
|
}
|
|
|
|
.mt-sm-11,
|
|
.my-sm-11 {
|
|
margin-top: 21.42857rem !important
|
|
}
|
|
|
|
.mr-sm-11,
|
|
.mx-sm-11 {
|
|
margin-right: 21.42857rem !important
|
|
}
|
|
|
|
.mb-sm-11,
|
|
.my-sm-11 {
|
|
margin-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.ml-sm-11,
|
|
.mx-sm-11 {
|
|
margin-left: 21.42857rem !important
|
|
}
|
|
|
|
.p-sm-0 {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.pt-sm-0,
|
|
.py-sm-0 {
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.pr-sm-0,
|
|
.px-sm-0 {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
.pb-sm-0,
|
|
.py-sm-0 {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
.pl-sm-0,
|
|
.px-sm-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.p-sm-1 {
|
|
padding: .53571rem !important
|
|
}
|
|
|
|
.pt-sm-1,
|
|
.py-sm-1 {
|
|
padding-top: .53571rem !important
|
|
}
|
|
|
|
.pr-sm-1,
|
|
.px-sm-1 {
|
|
padding-right: .53571rem !important
|
|
}
|
|
|
|
.pb-sm-1,
|
|
.py-sm-1 {
|
|
padding-bottom: .53571rem !important
|
|
}
|
|
|
|
.pl-sm-1,
|
|
.px-sm-1 {
|
|
padding-left: .53571rem !important
|
|
}
|
|
|
|
.p-sm-2 {
|
|
padding: 1.07143rem !important
|
|
}
|
|
|
|
.pt-sm-2,
|
|
.py-sm-2 {
|
|
padding-top: 1.07143rem !important
|
|
}
|
|
|
|
.pr-sm-2,
|
|
.px-sm-2 {
|
|
padding-right: 1.07143rem !important
|
|
}
|
|
|
|
.pb-sm-2,
|
|
.py-sm-2 {
|
|
padding-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.pl-sm-2,
|
|
.px-sm-2 {
|
|
padding-left: 1.07143rem !important
|
|
}
|
|
|
|
.p-sm-3 {
|
|
padding: 2.14286rem !important
|
|
}
|
|
|
|
.pt-sm-3,
|
|
.py-sm-3 {
|
|
padding-top: 2.14286rem !important
|
|
}
|
|
|
|
.pr-sm-3,
|
|
.px-sm-3 {
|
|
padding-right: 2.14286rem !important
|
|
}
|
|
|
|
.pb-sm-3,
|
|
.py-sm-3 {
|
|
padding-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.pl-sm-3,
|
|
.px-sm-3 {
|
|
padding-left: 2.14286rem !important
|
|
}
|
|
|
|
.p-sm-4 {
|
|
padding: 3.21429rem !important
|
|
}
|
|
|
|
.pt-sm-4,
|
|
.py-sm-4 {
|
|
padding-top: 3.21429rem !important
|
|
}
|
|
|
|
.pr-sm-4,
|
|
.px-sm-4 {
|
|
padding-right: 3.21429rem !important
|
|
}
|
|
|
|
.pb-sm-4,
|
|
.py-sm-4 {
|
|
padding-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.pl-sm-4,
|
|
.px-sm-4 {
|
|
padding-left: 3.21429rem !important
|
|
}
|
|
|
|
.p-sm-5 {
|
|
padding: 4.28571rem !important
|
|
}
|
|
|
|
.pt-sm-5,
|
|
.py-sm-5 {
|
|
padding-top: 4.28571rem !important
|
|
}
|
|
|
|
.pr-sm-5,
|
|
.px-sm-5 {
|
|
padding-right: 4.28571rem !important
|
|
}
|
|
|
|
.pb-sm-5,
|
|
.py-sm-5 {
|
|
padding-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.pl-sm-5,
|
|
.px-sm-5 {
|
|
padding-left: 4.28571rem !important
|
|
}
|
|
|
|
.p-sm-6 {
|
|
padding: 5.35714rem !important
|
|
}
|
|
|
|
.pt-sm-6,
|
|
.py-sm-6 {
|
|
padding-top: 5.35714rem !important
|
|
}
|
|
|
|
.pr-sm-6,
|
|
.px-sm-6 {
|
|
padding-right: 5.35714rem !important
|
|
}
|
|
|
|
.pb-sm-6,
|
|
.py-sm-6 {
|
|
padding-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.pl-sm-6,
|
|
.px-sm-6 {
|
|
padding-left: 5.35714rem !important
|
|
}
|
|
|
|
.p-sm-7 {
|
|
padding: 6.42857rem !important
|
|
}
|
|
|
|
.pt-sm-7,
|
|
.py-sm-7 {
|
|
padding-top: 6.42857rem !important
|
|
}
|
|
|
|
.pr-sm-7,
|
|
.px-sm-7 {
|
|
padding-right: 6.42857rem !important
|
|
}
|
|
|
|
.pb-sm-7,
|
|
.py-sm-7 {
|
|
padding-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.pl-sm-7,
|
|
.px-sm-7 {
|
|
padding-left: 6.42857rem !important
|
|
}
|
|
|
|
.p-sm-8 {
|
|
padding: 7.5rem !important
|
|
}
|
|
|
|
.pt-sm-8,
|
|
.py-sm-8 {
|
|
padding-top: 7.5rem !important
|
|
}
|
|
|
|
.pr-sm-8,
|
|
.px-sm-8 {
|
|
padding-right: 7.5rem !important
|
|
}
|
|
|
|
.pb-sm-8,
|
|
.py-sm-8 {
|
|
padding-bottom: 7.5rem !important
|
|
}
|
|
|
|
.pl-sm-8,
|
|
.px-sm-8 {
|
|
padding-left: 7.5rem !important
|
|
}
|
|
|
|
.p-sm-9 {
|
|
padding: 8.57143rem !important
|
|
}
|
|
|
|
.pt-sm-9,
|
|
.py-sm-9 {
|
|
padding-top: 8.57143rem !important
|
|
}
|
|
|
|
.pr-sm-9,
|
|
.px-sm-9 {
|
|
padding-right: 8.57143rem !important
|
|
}
|
|
|
|
.pb-sm-9,
|
|
.py-sm-9 {
|
|
padding-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.pl-sm-9,
|
|
.px-sm-9 {
|
|
padding-left: 8.57143rem !important
|
|
}
|
|
|
|
.p-sm-10 {
|
|
padding: 9.64286rem !important
|
|
}
|
|
|
|
.pt-sm-10,
|
|
.py-sm-10 {
|
|
padding-top: 9.64286rem !important
|
|
}
|
|
|
|
.pr-sm-10,
|
|
.px-sm-10 {
|
|
padding-right: 9.64286rem !important
|
|
}
|
|
|
|
.pb-sm-10,
|
|
.py-sm-10 {
|
|
padding-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.pl-sm-10,
|
|
.px-sm-10 {
|
|
padding-left: 9.64286rem !important
|
|
}
|
|
|
|
.p-sm-11 {
|
|
padding: 21.42857rem !important
|
|
}
|
|
|
|
.pt-sm-11,
|
|
.py-sm-11 {
|
|
padding-top: 21.42857rem !important
|
|
}
|
|
|
|
.pr-sm-11,
|
|
.px-sm-11 {
|
|
padding-right: 21.42857rem !important
|
|
}
|
|
|
|
.pb-sm-11,
|
|
.py-sm-11 {
|
|
padding-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.pl-sm-11,
|
|
.px-sm-11 {
|
|
padding-left: 21.42857rem !important
|
|
}
|
|
|
|
.m-sm-auto {
|
|
margin: auto !important
|
|
}
|
|
|
|
.mt-sm-auto,
|
|
.my-sm-auto {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
.mr-sm-auto,
|
|
.mx-sm-auto {
|
|
margin-right: auto !important
|
|
}
|
|
|
|
.mb-sm-auto,
|
|
.my-sm-auto {
|
|
margin-bottom: auto !important
|
|
}
|
|
|
|
.ml-sm-auto,
|
|
.mx-sm-auto {
|
|
margin-left: auto !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.m-md-0 {
|
|
margin: 0 !important
|
|
}
|
|
|
|
.mt-md-0,
|
|
.my-md-0 {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.mr-md-0,
|
|
.mx-md-0 {
|
|
margin-right: 0 !important
|
|
}
|
|
|
|
.mb-md-0,
|
|
.my-md-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.ml-md-0,
|
|
.mx-md-0 {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.m-md-1 {
|
|
margin: .53571rem !important
|
|
}
|
|
|
|
.mt-md-1,
|
|
.my-md-1 {
|
|
margin-top: .53571rem !important
|
|
}
|
|
|
|
.mr-md-1,
|
|
.mx-md-1 {
|
|
margin-right: .53571rem !important
|
|
}
|
|
|
|
.mb-md-1,
|
|
.my-md-1 {
|
|
margin-bottom: .53571rem !important
|
|
}
|
|
|
|
.ml-md-1,
|
|
.mx-md-1 {
|
|
margin-left: .53571rem !important
|
|
}
|
|
|
|
.m-md-2 {
|
|
margin: 1.07143rem !important
|
|
}
|
|
|
|
.mt-md-2,
|
|
.my-md-2 {
|
|
margin-top: 1.07143rem !important
|
|
}
|
|
|
|
.mr-md-2,
|
|
.mx-md-2 {
|
|
margin-right: 1.07143rem !important
|
|
}
|
|
|
|
.mb-md-2,
|
|
.my-md-2 {
|
|
margin-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.ml-md-2,
|
|
.mx-md-2 {
|
|
margin-left: 1.07143rem !important
|
|
}
|
|
|
|
.m-md-3 {
|
|
margin: 2.14286rem !important
|
|
}
|
|
|
|
.mt-md-3,
|
|
.my-md-3 {
|
|
margin-top: 2.14286rem !important
|
|
}
|
|
|
|
.mr-md-3,
|
|
.mx-md-3 {
|
|
margin-right: 2.14286rem !important
|
|
}
|
|
|
|
.mb-md-3,
|
|
.my-md-3 {
|
|
margin-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.ml-md-3,
|
|
.mx-md-3 {
|
|
margin-left: 2.14286rem !important
|
|
}
|
|
|
|
.m-md-4 {
|
|
margin: 3.21429rem !important
|
|
}
|
|
|
|
.mt-md-4,
|
|
.my-md-4 {
|
|
margin-top: 3.21429rem !important
|
|
}
|
|
|
|
.mr-md-4,
|
|
.mx-md-4 {
|
|
margin-right: 3.21429rem !important
|
|
}
|
|
|
|
.mb-md-4,
|
|
.my-md-4 {
|
|
margin-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.ml-md-4,
|
|
.mx-md-4 {
|
|
margin-left: 3.21429rem !important
|
|
}
|
|
|
|
.m-md-5 {
|
|
margin: 4.28571rem !important
|
|
}
|
|
|
|
.mt-md-5,
|
|
.my-md-5 {
|
|
margin-top: 4.28571rem !important
|
|
}
|
|
|
|
.mr-md-5,
|
|
.mx-md-5 {
|
|
margin-right: 4.28571rem !important
|
|
}
|
|
|
|
.mb-md-5,
|
|
.my-md-5 {
|
|
margin-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.ml-md-5,
|
|
.mx-md-5 {
|
|
margin-left: 4.28571rem !important
|
|
}
|
|
|
|
.m-md-6 {
|
|
margin: 5.35714rem !important
|
|
}
|
|
|
|
.mt-md-6,
|
|
.my-md-6 {
|
|
margin-top: 5.35714rem !important
|
|
}
|
|
|
|
.mr-md-6,
|
|
.mx-md-6 {
|
|
margin-right: 5.35714rem !important
|
|
}
|
|
|
|
.mb-md-6,
|
|
.my-md-6 {
|
|
margin-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.ml-md-6,
|
|
.mx-md-6 {
|
|
margin-left: 5.35714rem !important
|
|
}
|
|
|
|
.m-md-7 {
|
|
margin: 6.42857rem !important
|
|
}
|
|
|
|
.mt-md-7,
|
|
.my-md-7 {
|
|
margin-top: 6.42857rem !important
|
|
}
|
|
|
|
.mr-md-7,
|
|
.mx-md-7 {
|
|
margin-right: 6.42857rem !important
|
|
}
|
|
|
|
.mb-md-7,
|
|
.my-md-7 {
|
|
margin-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.ml-md-7,
|
|
.mx-md-7 {
|
|
margin-left: 6.42857rem !important
|
|
}
|
|
|
|
.m-md-8 {
|
|
margin: 7.5rem !important
|
|
}
|
|
|
|
.mt-md-8,
|
|
.my-md-8 {
|
|
margin-top: 7.5rem !important
|
|
}
|
|
|
|
.mr-md-8,
|
|
.mx-md-8 {
|
|
margin-right: 7.5rem !important
|
|
}
|
|
|
|
.mb-md-8,
|
|
.my-md-8 {
|
|
margin-bottom: 7.5rem !important
|
|
}
|
|
|
|
.ml-md-8,
|
|
.mx-md-8 {
|
|
margin-left: 7.5rem !important
|
|
}
|
|
|
|
.m-md-9 {
|
|
margin: 8.57143rem !important
|
|
}
|
|
|
|
.mt-md-9,
|
|
.my-md-9 {
|
|
margin-top: 8.57143rem !important
|
|
}
|
|
|
|
.mr-md-9,
|
|
.mx-md-9 {
|
|
margin-right: 8.57143rem !important
|
|
}
|
|
|
|
.mb-md-9,
|
|
.my-md-9 {
|
|
margin-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.ml-md-9,
|
|
.mx-md-9 {
|
|
margin-left: 8.57143rem !important
|
|
}
|
|
|
|
.m-md-10 {
|
|
margin: 9.64286rem !important
|
|
}
|
|
|
|
.mt-md-10,
|
|
.my-md-10 {
|
|
margin-top: 9.64286rem !important
|
|
}
|
|
|
|
.mr-md-10,
|
|
.mx-md-10 {
|
|
margin-right: 9.64286rem !important
|
|
}
|
|
|
|
.mb-md-10,
|
|
.my-md-10 {
|
|
margin-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.ml-md-10,
|
|
.mx-md-10 {
|
|
margin-left: 9.64286rem !important
|
|
}
|
|
|
|
.m-md-11 {
|
|
margin: 21.42857rem !important
|
|
}
|
|
|
|
.mt-md-11,
|
|
.my-md-11 {
|
|
margin-top: 21.42857rem !important
|
|
}
|
|
|
|
.mr-md-11,
|
|
.mx-md-11 {
|
|
margin-right: 21.42857rem !important
|
|
}
|
|
|
|
.mb-md-11,
|
|
.my-md-11 {
|
|
margin-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.ml-md-11,
|
|
.mx-md-11 {
|
|
margin-left: 21.42857rem !important
|
|
}
|
|
|
|
.p-md-0 {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.pt-md-0,
|
|
.py-md-0 {
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.pr-md-0,
|
|
.px-md-0 {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
.pb-md-0,
|
|
.py-md-0 {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
.pl-md-0,
|
|
.px-md-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.p-md-1 {
|
|
padding: .53571rem !important
|
|
}
|
|
|
|
.pt-md-1,
|
|
.py-md-1 {
|
|
padding-top: .53571rem !important
|
|
}
|
|
|
|
.pr-md-1,
|
|
.px-md-1 {
|
|
padding-right: .53571rem !important
|
|
}
|
|
|
|
.pb-md-1,
|
|
.py-md-1 {
|
|
padding-bottom: .53571rem !important
|
|
}
|
|
|
|
.pl-md-1,
|
|
.px-md-1 {
|
|
padding-left: .53571rem !important
|
|
}
|
|
|
|
.p-md-2 {
|
|
padding: 1.07143rem !important
|
|
}
|
|
|
|
.pt-md-2,
|
|
.py-md-2 {
|
|
padding-top: 1.07143rem !important
|
|
}
|
|
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
.pr-md-2,
|
|
.px-md-2,
|
|
main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
padding-right: 1.07143rem !important
|
|
}
|
|
|
|
.pb-md-2,
|
|
.py-md-2 {
|
|
padding-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.layout-both-columns main .grid .products article.product-miniature,
|
|
.layout-full-width main .grid .products article.product-miniature,
|
|
.pl-md-2,
|
|
.px-md-2,
|
|
main .grid .products article.product-miniature,
|
|
main .products article.product-miniature {
|
|
padding-left: 1.07143rem !important
|
|
}
|
|
|
|
.p-md-3 {
|
|
padding: 2.14286rem !important
|
|
}
|
|
|
|
.pt-md-3,
|
|
.py-md-3 {
|
|
padding-top: 2.14286rem !important
|
|
}
|
|
|
|
.pr-md-3,
|
|
.px-md-3 {
|
|
padding-right: 2.14286rem !important
|
|
}
|
|
|
|
.pb-md-3,
|
|
.py-md-3 {
|
|
padding-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.pl-md-3,
|
|
.px-md-3 {
|
|
padding-left: 2.14286rem !important
|
|
}
|
|
|
|
.p-md-4 {
|
|
padding: 3.21429rem !important
|
|
}
|
|
|
|
.pt-md-4,
|
|
.py-md-4 {
|
|
padding-top: 3.21429rem !important
|
|
}
|
|
|
|
.pr-md-4,
|
|
.px-md-4 {
|
|
padding-right: 3.21429rem !important
|
|
}
|
|
|
|
.pb-md-4,
|
|
.py-md-4 {
|
|
padding-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.pl-md-4,
|
|
.px-md-4 {
|
|
padding-left: 3.21429rem !important
|
|
}
|
|
|
|
.p-md-5 {
|
|
padding: 4.28571rem !important
|
|
}
|
|
|
|
.pt-md-5,
|
|
.py-md-5 {
|
|
padding-top: 4.28571rem !important
|
|
}
|
|
|
|
.pr-md-5,
|
|
.px-md-5 {
|
|
padding-right: 4.28571rem !important
|
|
}
|
|
|
|
.pb-md-5,
|
|
.py-md-5 {
|
|
padding-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.pl-md-5,
|
|
.px-md-5 {
|
|
padding-left: 4.28571rem !important
|
|
}
|
|
|
|
.p-md-6 {
|
|
padding: 5.35714rem !important
|
|
}
|
|
|
|
.pt-md-6,
|
|
.py-md-6 {
|
|
padding-top: 5.35714rem !important
|
|
}
|
|
|
|
.pr-md-6,
|
|
.px-md-6 {
|
|
padding-right: 5.35714rem !important
|
|
}
|
|
|
|
.pb-md-6,
|
|
.py-md-6 {
|
|
padding-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.pl-md-6,
|
|
.px-md-6 {
|
|
padding-left: 5.35714rem !important
|
|
}
|
|
|
|
.p-md-7 {
|
|
padding: 6.42857rem !important
|
|
}
|
|
|
|
.pt-md-7,
|
|
.py-md-7 {
|
|
padding-top: 6.42857rem !important
|
|
}
|
|
|
|
.pr-md-7,
|
|
.px-md-7 {
|
|
padding-right: 6.42857rem !important
|
|
}
|
|
|
|
.pb-md-7,
|
|
.py-md-7 {
|
|
padding-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.pl-md-7,
|
|
.px-md-7 {
|
|
padding-left: 6.42857rem !important
|
|
}
|
|
|
|
.p-md-8 {
|
|
padding: 7.5rem !important
|
|
}
|
|
|
|
.pt-md-8,
|
|
.py-md-8 {
|
|
padding-top: 7.5rem !important
|
|
}
|
|
|
|
.pr-md-8,
|
|
.px-md-8 {
|
|
padding-right: 7.5rem !important
|
|
}
|
|
|
|
.pb-md-8,
|
|
.py-md-8 {
|
|
padding-bottom: 7.5rem !important
|
|
}
|
|
|
|
.pl-md-8,
|
|
.px-md-8 {
|
|
padding-left: 7.5rem !important
|
|
}
|
|
|
|
.p-md-9 {
|
|
padding: 8.57143rem !important
|
|
}
|
|
|
|
.pt-md-9,
|
|
.py-md-9 {
|
|
padding-top: 8.57143rem !important
|
|
}
|
|
|
|
.pr-md-9,
|
|
.px-md-9 {
|
|
padding-right: 8.57143rem !important
|
|
}
|
|
|
|
.pb-md-9,
|
|
.py-md-9 {
|
|
padding-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.pl-md-9,
|
|
.px-md-9 {
|
|
padding-left: 8.57143rem !important
|
|
}
|
|
|
|
.p-md-10 {
|
|
padding: 9.64286rem !important
|
|
}
|
|
|
|
.pt-md-10,
|
|
.py-md-10 {
|
|
padding-top: 9.64286rem !important
|
|
}
|
|
|
|
.pr-md-10,
|
|
.px-md-10 {
|
|
padding-right: 9.64286rem !important
|
|
}
|
|
|
|
.pb-md-10,
|
|
.py-md-10 {
|
|
padding-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.pl-md-10,
|
|
.px-md-10 {
|
|
padding-left: 9.64286rem !important
|
|
}
|
|
|
|
.p-md-11 {
|
|
padding: 21.42857rem !important
|
|
}
|
|
|
|
.pt-md-11,
|
|
.py-md-11 {
|
|
padding-top: 21.42857rem !important
|
|
}
|
|
|
|
.pr-md-11,
|
|
.px-md-11 {
|
|
padding-right: 21.42857rem !important
|
|
}
|
|
|
|
.pb-md-11,
|
|
.py-md-11 {
|
|
padding-bottom: 75px !important
|
|
}
|
|
|
|
.pl-md-11,
|
|
.px-md-11 {
|
|
padding-left: 21.42857rem !important
|
|
}
|
|
|
|
.m-md-auto {
|
|
margin: auto !important
|
|
}
|
|
|
|
.mt-md-auto,
|
|
.my-md-auto {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
.mr-md-auto,
|
|
.mx-md-auto {
|
|
margin-right: auto !important
|
|
}
|
|
|
|
.mb-md-auto,
|
|
.my-md-auto {
|
|
margin-bottom: auto !important
|
|
}
|
|
|
|
.ml-md-auto,
|
|
.mx-md-auto {
|
|
margin-left: auto !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.m-lg-0 {
|
|
margin: 0 !important
|
|
}
|
|
|
|
.mt-lg-0,
|
|
.my-lg-0 {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.mr-lg-0,
|
|
.mx-lg-0 {
|
|
margin-right: 0 !important
|
|
}
|
|
|
|
.mb-lg-0,
|
|
.my-lg-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.ml-lg-0,
|
|
.mx-lg-0 {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.m-lg-1 {
|
|
margin: .53571rem !important
|
|
}
|
|
|
|
.mt-lg-1,
|
|
.my-lg-1 {
|
|
margin-top: .53571rem !important
|
|
}
|
|
|
|
.mr-lg-1,
|
|
.mx-lg-1 {
|
|
margin-right: .53571rem !important
|
|
}
|
|
|
|
.mb-lg-1,
|
|
.my-lg-1 {
|
|
margin-bottom: .53571rem !important
|
|
}
|
|
|
|
.ml-lg-1,
|
|
.mx-lg-1 {
|
|
margin-left: .53571rem !important
|
|
}
|
|
|
|
.m-lg-2 {
|
|
margin: 1.07143rem !important
|
|
}
|
|
|
|
.mt-lg-2,
|
|
.my-lg-2 {
|
|
margin-top: 1.07143rem !important
|
|
}
|
|
|
|
.mr-lg-2,
|
|
.mx-lg-2 {
|
|
margin-right: 1.07143rem !important
|
|
}
|
|
|
|
.mb-lg-2,
|
|
.my-lg-2 {
|
|
margin-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.ml-lg-2,
|
|
.mx-lg-2 {
|
|
margin-left: 1.07143rem !important
|
|
}
|
|
|
|
.m-lg-3 {
|
|
margin: 2.14286rem !important
|
|
}
|
|
|
|
.mt-lg-3,
|
|
.my-lg-3 {
|
|
margin-top: 2.14286rem !important
|
|
}
|
|
|
|
.mr-lg-3,
|
|
.mx-lg-3 {
|
|
margin-right: 2.14286rem !important
|
|
}
|
|
|
|
.mb-lg-3,
|
|
.my-lg-3 {
|
|
margin-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.ml-lg-3,
|
|
.mx-lg-3 {
|
|
margin-left: 2.14286rem !important
|
|
}
|
|
|
|
.m-lg-4 {
|
|
margin: 3.21429rem !important
|
|
}
|
|
|
|
.mt-lg-4,
|
|
.my-lg-4 {
|
|
margin-top: 3.21429rem !important
|
|
}
|
|
|
|
.mr-lg-4,
|
|
.mx-lg-4 {
|
|
margin-right: 3.21429rem !important
|
|
}
|
|
|
|
.mb-lg-4,
|
|
.my-lg-4 {
|
|
margin-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.ml-lg-4,
|
|
.mx-lg-4 {
|
|
margin-left: 3.21429rem !important
|
|
}
|
|
|
|
.m-lg-5 {
|
|
margin: 4.28571rem !important
|
|
}
|
|
|
|
.mt-lg-5,
|
|
.my-lg-5 {
|
|
margin-top: 4.28571rem !important
|
|
}
|
|
|
|
.mr-lg-5,
|
|
.mx-lg-5 {
|
|
margin-right: 4.28571rem !important
|
|
}
|
|
|
|
.mb-lg-5,
|
|
.my-lg-5 {
|
|
margin-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.ml-lg-5,
|
|
.mx-lg-5 {
|
|
margin-left: 4.28571rem !important
|
|
}
|
|
|
|
.m-lg-6 {
|
|
margin: 5.35714rem !important
|
|
}
|
|
|
|
.mt-lg-6,
|
|
.my-lg-6 {
|
|
margin-top: 5.35714rem !important
|
|
}
|
|
|
|
.mr-lg-6,
|
|
.mx-lg-6 {
|
|
margin-right: 5.35714rem !important
|
|
}
|
|
|
|
.mb-lg-6,
|
|
.my-lg-6 {
|
|
margin-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.ml-lg-6,
|
|
.mx-lg-6 {
|
|
margin-left: 5.35714rem !important
|
|
}
|
|
|
|
.m-lg-7 {
|
|
margin: 6.42857rem !important
|
|
}
|
|
|
|
.mt-lg-7,
|
|
.my-lg-7 {
|
|
margin-top: 6.42857rem !important
|
|
}
|
|
|
|
.mr-lg-7,
|
|
.mx-lg-7 {
|
|
margin-right: 6.42857rem !important
|
|
}
|
|
|
|
.mb-lg-7,
|
|
.my-lg-7 {
|
|
margin-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.ml-lg-7,
|
|
.mx-lg-7 {
|
|
margin-left: 6.42857rem !important
|
|
}
|
|
|
|
.m-lg-8 {
|
|
margin: 7.5rem !important
|
|
}
|
|
|
|
.mt-lg-8,
|
|
.my-lg-8 {
|
|
margin-top: 7.5rem !important
|
|
}
|
|
|
|
.mr-lg-8,
|
|
.mx-lg-8 {
|
|
margin-right: 7.5rem !important
|
|
}
|
|
|
|
.mb-lg-8,
|
|
.my-lg-8 {
|
|
margin-bottom: 7.5rem !important
|
|
}
|
|
|
|
.ml-lg-8,
|
|
.mx-lg-8 {
|
|
margin-left: 7.5rem !important
|
|
}
|
|
|
|
.m-lg-9 {
|
|
margin: 8.57143rem !important
|
|
}
|
|
|
|
.mt-lg-9,
|
|
.my-lg-9 {
|
|
margin-top: 8.57143rem !important
|
|
}
|
|
|
|
.mr-lg-9,
|
|
.mx-lg-9 {
|
|
margin-right: 8.57143rem !important
|
|
}
|
|
|
|
.mb-lg-9,
|
|
.my-lg-9 {
|
|
margin-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.ml-lg-9,
|
|
.mx-lg-9 {
|
|
margin-left: 8.57143rem !important
|
|
}
|
|
|
|
.m-lg-10 {
|
|
margin: 9.64286rem !important
|
|
}
|
|
|
|
.mt-lg-10,
|
|
.my-lg-10 {
|
|
margin-top: 9.64286rem !important
|
|
}
|
|
|
|
.mr-lg-10,
|
|
.mx-lg-10 {
|
|
margin-right: 9.64286rem !important
|
|
}
|
|
|
|
.mb-lg-10,
|
|
.my-lg-10 {
|
|
margin-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.ml-lg-10,
|
|
.mx-lg-10 {
|
|
margin-left: 9.64286rem !important
|
|
}
|
|
|
|
.m-lg-11 {
|
|
margin: 21.42857rem !important
|
|
}
|
|
|
|
.mt-lg-11,
|
|
.my-lg-11 {
|
|
margin-top: 21.42857rem !important
|
|
}
|
|
|
|
.mr-lg-11,
|
|
.mx-lg-11 {
|
|
margin-right: 21.42857rem !important
|
|
}
|
|
|
|
.mb-lg-11,
|
|
.my-lg-11 {
|
|
margin-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.ml-lg-11,
|
|
.mx-lg-11 {
|
|
margin-left: 21.42857rem !important
|
|
}
|
|
|
|
.p-lg-0 {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.pt-lg-0,
|
|
.py-lg-0 {
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.pr-lg-0,
|
|
.px-lg-0 {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
.pb-lg-0,
|
|
.py-lg-0 {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
.pl-lg-0,
|
|
.px-lg-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.p-lg-1 {
|
|
padding: .53571rem !important
|
|
}
|
|
|
|
.pt-lg-1,
|
|
.py-lg-1 {
|
|
padding-top: .53571rem !important
|
|
}
|
|
|
|
.pr-lg-1,
|
|
.px-lg-1 {
|
|
padding-right: .53571rem !important
|
|
}
|
|
|
|
.pb-lg-1,
|
|
.py-lg-1 {
|
|
padding-bottom: .53571rem !important
|
|
}
|
|
|
|
.pl-lg-1,
|
|
.px-lg-1 {
|
|
padding-left: .53571rem !important
|
|
}
|
|
|
|
.p-lg-2 {
|
|
padding: 1.07143rem !important
|
|
}
|
|
|
|
.pt-lg-2,
|
|
.py-lg-2 {
|
|
padding-top: 1.07143rem !important
|
|
}
|
|
|
|
.pr-lg-2,
|
|
.px-lg-2 {
|
|
padding-right: 1.07143rem !important
|
|
}
|
|
|
|
.pb-lg-2,
|
|
.py-lg-2 {
|
|
padding-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.pl-lg-2,
|
|
.px-lg-2 {
|
|
padding-left: 1.07143rem !important
|
|
}
|
|
|
|
.p-lg-3 {
|
|
padding: 2.14286rem !important
|
|
}
|
|
|
|
.pt-lg-3,
|
|
.py-lg-3 {
|
|
padding-top: 2.14286rem !important
|
|
}
|
|
|
|
.pr-lg-3,
|
|
.px-lg-3 {
|
|
padding-right: 2.14286rem !important
|
|
}
|
|
|
|
.pb-lg-3,
|
|
.py-lg-3 {
|
|
padding-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.pl-lg-3,
|
|
.px-lg-3 {
|
|
padding-left: 2.14286rem !important
|
|
}
|
|
|
|
.p-lg-4 {
|
|
padding: 3.21429rem !important
|
|
}
|
|
|
|
.pt-lg-4,
|
|
.py-lg-4 {
|
|
padding-top: 3.21429rem !important
|
|
}
|
|
|
|
.pr-lg-4,
|
|
.px-lg-4 {
|
|
padding-right: 3.21429rem !important
|
|
}
|
|
|
|
.pb-lg-4,
|
|
.py-lg-4 {
|
|
padding-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.pl-lg-4,
|
|
.px-lg-4 {
|
|
padding-left: 3.21429rem !important
|
|
}
|
|
|
|
.p-lg-5 {
|
|
padding: 4.28571rem !important
|
|
}
|
|
|
|
.pt-lg-5,
|
|
.py-lg-5 {
|
|
padding-top: 4.28571rem !important
|
|
}
|
|
|
|
.pr-lg-5,
|
|
.px-lg-5 {
|
|
padding-right: 4.28571rem !important
|
|
}
|
|
|
|
.pb-lg-5,
|
|
.py-lg-5 {
|
|
padding-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.pl-lg-5,
|
|
.px-lg-5 {
|
|
padding-left: 4.28571rem !important
|
|
}
|
|
|
|
.p-lg-6 {
|
|
padding: 5.35714rem !important
|
|
}
|
|
|
|
.pt-lg-6,
|
|
.py-lg-6 {
|
|
padding-top: 5.35714rem !important
|
|
}
|
|
|
|
.pr-lg-6,
|
|
.px-lg-6 {
|
|
padding-right: 5.35714rem !important
|
|
}
|
|
|
|
.pb-lg-6,
|
|
.py-lg-6 {
|
|
padding-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.pl-lg-6,
|
|
.px-lg-6 {
|
|
padding-left: 5.35714rem !important
|
|
}
|
|
|
|
.p-lg-7 {
|
|
padding: 6.42857rem !important
|
|
}
|
|
|
|
.pt-lg-7,
|
|
.py-lg-7 {
|
|
padding-top: 6.42857rem !important
|
|
}
|
|
|
|
.pr-lg-7,
|
|
.px-lg-7 {
|
|
padding-right: 6.42857rem !important
|
|
}
|
|
|
|
.pb-lg-7,
|
|
.py-lg-7 {
|
|
padding-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.pl-lg-7,
|
|
.px-lg-7 {
|
|
padding-left: 6.42857rem !important
|
|
}
|
|
|
|
.p-lg-8 {
|
|
padding: 7.5rem !important
|
|
}
|
|
|
|
.pt-lg-8,
|
|
.py-lg-8 {
|
|
padding-top: 7.5rem !important
|
|
}
|
|
|
|
.pr-lg-8,
|
|
.px-lg-8 {
|
|
padding-right: 7.5rem !important
|
|
}
|
|
|
|
.pb-lg-8,
|
|
.py-lg-8 {
|
|
padding-bottom: 7.5rem !important
|
|
}
|
|
|
|
.pl-lg-8,
|
|
.px-lg-8 {
|
|
padding-left: 7.5rem !important
|
|
}
|
|
|
|
.p-lg-9 {
|
|
padding: 8.57143rem !important
|
|
}
|
|
|
|
.pt-lg-9,
|
|
.py-lg-9 {
|
|
padding-top: 8.57143rem !important
|
|
}
|
|
|
|
.pr-lg-9,
|
|
.px-lg-9 {
|
|
padding-right: 8.57143rem !important
|
|
}
|
|
|
|
.pb-lg-9,
|
|
.py-lg-9 {
|
|
padding-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.pl-lg-9,
|
|
.px-lg-9 {
|
|
padding-left: 8.57143rem !important
|
|
}
|
|
|
|
.p-lg-10 {
|
|
padding: 9.64286rem !important
|
|
}
|
|
|
|
.pt-lg-10,
|
|
.py-lg-10 {
|
|
padding-top: 9.64286rem !important
|
|
}
|
|
|
|
.pr-lg-10,
|
|
.px-lg-10 {
|
|
padding-right: 9.64286rem !important
|
|
}
|
|
|
|
.pb-lg-10,
|
|
.py-lg-10 {
|
|
padding-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.pl-lg-10,
|
|
.px-lg-10 {
|
|
padding-left: 9.64286rem !important
|
|
}
|
|
|
|
.p-lg-11 {
|
|
padding: 21.42857rem !important
|
|
}
|
|
|
|
.pt-lg-11,
|
|
.py-lg-11 {
|
|
padding-top: 21.42857rem !important
|
|
}
|
|
|
|
.pr-lg-11,
|
|
.px-lg-11 {
|
|
padding-right: 21.42857rem !important
|
|
}
|
|
|
|
.pb-lg-11,
|
|
.py-lg-11 {
|
|
padding-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.pl-lg-11,
|
|
.px-lg-11 {
|
|
padding-left: 21.42857rem !important
|
|
}
|
|
|
|
.m-lg-auto {
|
|
margin: auto !important
|
|
}
|
|
|
|
.mt-lg-auto,
|
|
.my-lg-auto {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
.mr-lg-auto,
|
|
.mx-lg-auto {
|
|
margin-right: auto !important
|
|
}
|
|
|
|
.mb-lg-auto,
|
|
.my-lg-auto {
|
|
margin-bottom: auto !important
|
|
}
|
|
|
|
.ml-lg-auto,
|
|
.mx-lg-auto {
|
|
margin-left: auto !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.m-xl-0 {
|
|
margin: 0 !important
|
|
}
|
|
|
|
.mt-xl-0,
|
|
.my-xl-0 {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.mr-xl-0,
|
|
.mx-xl-0 {
|
|
margin-right: 0 !important
|
|
}
|
|
|
|
.mb-xl-0,
|
|
.my-xl-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.ml-xl-0,
|
|
.mx-xl-0 {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.m-xl-1 {
|
|
margin: .53571rem !important
|
|
}
|
|
|
|
.mt-xl-1,
|
|
.my-xl-1 {
|
|
margin-top: .53571rem !important
|
|
}
|
|
|
|
.mr-xl-1,
|
|
.mx-xl-1 {
|
|
margin-right: .53571rem !important
|
|
}
|
|
|
|
.mb-xl-1,
|
|
.my-xl-1 {
|
|
margin-bottom: .53571rem !important
|
|
}
|
|
|
|
.ml-xl-1,
|
|
.mx-xl-1 {
|
|
margin-left: .53571rem !important
|
|
}
|
|
|
|
.m-xl-2 {
|
|
margin: 1.07143rem !important
|
|
}
|
|
|
|
.mt-xl-2,
|
|
.my-xl-2 {
|
|
margin-top: 1.07143rem !important
|
|
}
|
|
|
|
.mr-xl-2,
|
|
.mx-xl-2 {
|
|
margin-right: 1.07143rem !important
|
|
}
|
|
|
|
.mb-xl-2,
|
|
.my-xl-2 {
|
|
margin-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.ml-xl-2,
|
|
.mx-xl-2 {
|
|
margin-left: 1.07143rem !important
|
|
}
|
|
|
|
.m-xl-3 {
|
|
margin: 2.14286rem !important
|
|
}
|
|
|
|
.mt-xl-3,
|
|
.my-xl-3 {
|
|
margin-top: 2.14286rem !important
|
|
}
|
|
|
|
.mr-xl-3,
|
|
.mx-xl-3 {
|
|
margin-right: 2.14286rem !important
|
|
}
|
|
|
|
.mb-xl-3,
|
|
.my-xl-3 {
|
|
margin-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.ml-xl-3,
|
|
.mx-xl-3 {
|
|
margin-left: 2.14286rem !important
|
|
}
|
|
|
|
.m-xl-4 {
|
|
margin: 3.21429rem !important
|
|
}
|
|
|
|
.mt-xl-4,
|
|
.my-xl-4 {
|
|
margin-top: 3.21429rem !important
|
|
}
|
|
|
|
.mr-xl-4,
|
|
.mx-xl-4 {
|
|
margin-right: 3.21429rem !important
|
|
}
|
|
|
|
.mb-xl-4,
|
|
.my-xl-4 {
|
|
margin-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.ml-xl-4,
|
|
.mx-xl-4 {
|
|
margin-left: 3.21429rem !important
|
|
}
|
|
|
|
.m-xl-5 {
|
|
margin: 4.28571rem !important
|
|
}
|
|
|
|
.mt-xl-5,
|
|
.my-xl-5 {
|
|
margin-top: 4.28571rem !important
|
|
}
|
|
|
|
.mr-xl-5,
|
|
.mx-xl-5 {
|
|
margin-right: 4.28571rem !important
|
|
}
|
|
|
|
.mb-xl-5,
|
|
.my-xl-5 {
|
|
margin-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.ml-xl-5,
|
|
.mx-xl-5 {
|
|
margin-left: 4.28571rem !important
|
|
}
|
|
|
|
.m-xl-6 {
|
|
margin: 5.35714rem !important
|
|
}
|
|
|
|
.mt-xl-6,
|
|
.my-xl-6 {
|
|
margin-top: 5.35714rem !important
|
|
}
|
|
|
|
.mr-xl-6,
|
|
.mx-xl-6 {
|
|
margin-right: 5.35714rem !important
|
|
}
|
|
|
|
.mb-xl-6,
|
|
.my-xl-6 {
|
|
margin-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.ml-xl-6,
|
|
.mx-xl-6 {
|
|
margin-left: 5.35714rem !important
|
|
}
|
|
|
|
.m-xl-7 {
|
|
margin: 6.42857rem !important
|
|
}
|
|
|
|
.mt-xl-7,
|
|
.my-xl-7 {
|
|
margin-top: 6.42857rem !important
|
|
}
|
|
|
|
.mr-xl-7,
|
|
.mx-xl-7 {
|
|
margin-right: 6.42857rem !important
|
|
}
|
|
|
|
.mb-xl-7,
|
|
.my-xl-7 {
|
|
margin-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.ml-xl-7,
|
|
.mx-xl-7 {
|
|
margin-left: 6.42857rem !important
|
|
}
|
|
|
|
.m-xl-8 {
|
|
margin: 7.5rem !important
|
|
}
|
|
|
|
.mt-xl-8,
|
|
.my-xl-8 {
|
|
margin-top: 7.5rem !important
|
|
}
|
|
|
|
.mr-xl-8,
|
|
.mx-xl-8 {
|
|
margin-right: 7.5rem !important
|
|
}
|
|
|
|
.mb-xl-8,
|
|
.my-xl-8 {
|
|
margin-bottom: 7.5rem !important
|
|
}
|
|
|
|
.ml-xl-8,
|
|
.mx-xl-8 {
|
|
margin-left: 7.5rem !important
|
|
}
|
|
|
|
.m-xl-9 {
|
|
margin: 8.57143rem !important
|
|
}
|
|
|
|
.mt-xl-9,
|
|
.my-xl-9 {
|
|
margin-top: 8.57143rem !important
|
|
}
|
|
|
|
.mr-xl-9,
|
|
.mx-xl-9 {
|
|
margin-right: 8.57143rem !important
|
|
}
|
|
|
|
.mb-xl-9,
|
|
.my-xl-9 {
|
|
margin-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.ml-xl-9,
|
|
.mx-xl-9 {
|
|
margin-left: 8.57143rem !important
|
|
}
|
|
|
|
.m-xl-10 {
|
|
margin: 9.64286rem !important
|
|
}
|
|
|
|
.mt-xl-10,
|
|
.my-xl-10 {
|
|
margin-top: 9.64286rem !important
|
|
}
|
|
|
|
.mr-xl-10,
|
|
.mx-xl-10 {
|
|
margin-right: 9.64286rem !important
|
|
}
|
|
|
|
.mb-xl-10,
|
|
.my-xl-10 {
|
|
margin-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.ml-xl-10,
|
|
.mx-xl-10 {
|
|
margin-left: 9.64286rem !important
|
|
}
|
|
|
|
.m-xl-11 {
|
|
margin: 21.42857rem !important
|
|
}
|
|
|
|
.mt-xl-11,
|
|
.my-xl-11 {
|
|
margin-top: 21.42857rem !important
|
|
}
|
|
|
|
.mr-xl-11,
|
|
.mx-xl-11 {
|
|
margin-right: 21.42857rem !important
|
|
}
|
|
|
|
.mb-xl-11,
|
|
.my-xl-11 {
|
|
margin-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.ml-xl-11,
|
|
.mx-xl-11 {
|
|
margin-left: 21.42857rem !important
|
|
}
|
|
|
|
.p-xl-0 {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.pt-xl-0,
|
|
.py-xl-0 {
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.pr-xl-0,
|
|
.px-xl-0 {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
.pb-xl-0,
|
|
.py-xl-0 {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
.pl-xl-0,
|
|
.px-xl-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.p-xl-1 {
|
|
padding: .53571rem !important
|
|
}
|
|
|
|
.pt-xl-1,
|
|
.py-xl-1 {
|
|
padding-top: .53571rem !important
|
|
}
|
|
|
|
.pr-xl-1,
|
|
.px-xl-1 {
|
|
padding-right: .53571rem !important
|
|
}
|
|
|
|
.pb-xl-1,
|
|
.py-xl-1 {
|
|
padding-bottom: .53571rem !important
|
|
}
|
|
|
|
.pl-xl-1,
|
|
.px-xl-1 {
|
|
padding-left: .53571rem !important
|
|
}
|
|
|
|
.p-xl-2 {
|
|
padding: 1.07143rem !important
|
|
}
|
|
|
|
.pt-xl-2,
|
|
.py-xl-2 {
|
|
padding-top: 1.07143rem !important
|
|
}
|
|
|
|
.pr-xl-2,
|
|
.px-xl-2 {
|
|
padding-right: 1.07143rem !important
|
|
}
|
|
|
|
.pb-xl-2,
|
|
.py-xl-2 {
|
|
padding-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.pl-xl-2,
|
|
.px-xl-2 {
|
|
padding-left: 1.07143rem !important
|
|
}
|
|
|
|
.p-xl-3 {
|
|
padding: 2.14286rem !important
|
|
}
|
|
|
|
.pt-xl-3,
|
|
.py-xl-3 {
|
|
padding-top: 2.14286rem !important
|
|
}
|
|
|
|
.pr-xl-3,
|
|
.px-xl-3 {
|
|
padding-right: 2.14286rem !important
|
|
}
|
|
|
|
.pb-xl-3,
|
|
.py-xl-3 {
|
|
padding-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.pl-xl-3,
|
|
.px-xl-3 {
|
|
padding-left: 2.14286rem !important
|
|
}
|
|
|
|
.p-xl-4 {
|
|
padding: 3.21429rem !important
|
|
}
|
|
|
|
.pt-xl-4,
|
|
.py-xl-4 {
|
|
padding-top: 3.21429rem !important
|
|
}
|
|
|
|
.pr-xl-4,
|
|
.px-xl-4 {
|
|
padding-right: 3.21429rem !important
|
|
}
|
|
|
|
.pb-xl-4,
|
|
.py-xl-4 {
|
|
padding-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.pl-xl-4,
|
|
.px-xl-4 {
|
|
padding-left: 3.21429rem !important
|
|
}
|
|
|
|
.p-xl-5 {
|
|
padding: 4.28571rem !important
|
|
}
|
|
|
|
.pt-xl-5,
|
|
.py-xl-5 {
|
|
padding-top: 4.28571rem !important
|
|
}
|
|
|
|
.pr-xl-5,
|
|
.px-xl-5 {
|
|
padding-right: 4.28571rem !important
|
|
}
|
|
|
|
.pb-xl-5,
|
|
.py-xl-5 {
|
|
padding-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.pl-xl-5,
|
|
.px-xl-5 {
|
|
padding-left: 4.28571rem !important
|
|
}
|
|
|
|
.p-xl-6 {
|
|
padding: 5.35714rem !important
|
|
}
|
|
|
|
.pt-xl-6,
|
|
.py-xl-6 {
|
|
padding-top: 5.35714rem !important
|
|
}
|
|
|
|
.pr-xl-6,
|
|
.px-xl-6 {
|
|
padding-right: 5.35714rem !important
|
|
}
|
|
|
|
.pb-xl-6,
|
|
.py-xl-6 {
|
|
padding-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.pl-xl-6,
|
|
.px-xl-6 {
|
|
padding-left: 5.35714rem !important
|
|
}
|
|
|
|
.p-xl-7 {
|
|
padding: 6.42857rem !important
|
|
}
|
|
|
|
.pt-xl-7,
|
|
.py-xl-7 {
|
|
padding-top: 6.42857rem !important
|
|
}
|
|
|
|
.pr-xl-7,
|
|
.px-xl-7 {
|
|
padding-right: 6.42857rem !important
|
|
}
|
|
|
|
.pb-xl-7,
|
|
.py-xl-7 {
|
|
padding-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.pl-xl-7,
|
|
.px-xl-7 {
|
|
padding-left: 6.42857rem !important
|
|
}
|
|
|
|
.p-xl-8 {
|
|
padding: 7.5rem !important
|
|
}
|
|
|
|
.pt-xl-8,
|
|
.py-xl-8 {
|
|
padding-top: 7.5rem !important
|
|
}
|
|
|
|
.pr-xl-8,
|
|
.px-xl-8 {
|
|
padding-right: 7.5rem !important
|
|
}
|
|
|
|
.pb-xl-8,
|
|
.py-xl-8 {
|
|
padding-bottom: 7.5rem !important
|
|
}
|
|
|
|
.pl-xl-8,
|
|
.px-xl-8 {
|
|
padding-left: 7.5rem !important
|
|
}
|
|
|
|
.p-xl-9 {
|
|
padding: 8.57143rem !important
|
|
}
|
|
|
|
.pt-xl-9,
|
|
.py-xl-9 {
|
|
padding-top: 8.57143rem !important
|
|
}
|
|
|
|
.pr-xl-9,
|
|
.px-xl-9 {
|
|
padding-right: 8.57143rem !important
|
|
}
|
|
|
|
.pb-xl-9,
|
|
.py-xl-9 {
|
|
padding-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.pl-xl-9,
|
|
.px-xl-9 {
|
|
padding-left: 8.57143rem !important
|
|
}
|
|
|
|
.p-xl-10 {
|
|
padding: 9.64286rem !important
|
|
}
|
|
|
|
.pt-xl-10,
|
|
.py-xl-10 {
|
|
padding-top: 9.64286rem !important
|
|
}
|
|
|
|
.pr-xl-10,
|
|
.px-xl-10 {
|
|
padding-right: 9.64286rem !important
|
|
}
|
|
|
|
.pb-xl-10,
|
|
.py-xl-10 {
|
|
padding-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.pl-xl-10,
|
|
.px-xl-10 {
|
|
padding-left: 9.64286rem !important
|
|
}
|
|
|
|
.p-xl-11 {
|
|
padding: 21.42857rem !important
|
|
}
|
|
|
|
.pt-xl-11,
|
|
.py-xl-11 {
|
|
padding-top: 21.42857rem !important
|
|
}
|
|
|
|
.pr-xl-11,
|
|
.px-xl-11 {
|
|
padding-right: 21.42857rem !important
|
|
}
|
|
|
|
.pb-xl-11,
|
|
.py-xl-11 {
|
|
padding-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.pl-xl-11,
|
|
.px-xl-11 {
|
|
padding-left: 21.42857rem !important
|
|
}
|
|
|
|
.m-xl-auto {
|
|
margin: auto !important
|
|
}
|
|
|
|
.mt-xl-auto,
|
|
.my-xl-auto {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
.mr-xl-auto,
|
|
.mx-xl-auto {
|
|
margin-right: auto !important
|
|
}
|
|
|
|
.mb-xl-auto,
|
|
.my-xl-auto {
|
|
margin-bottom: auto !important
|
|
}
|
|
|
|
.ml-xl-auto,
|
|
.mx-xl-auto {
|
|
margin-left: auto !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.m-xxl-0 {
|
|
margin: 0 !important
|
|
}
|
|
|
|
.mt-xxl-0,
|
|
.my-xxl-0 {
|
|
margin-top: 0 !important
|
|
}
|
|
|
|
.mr-xxl-0,
|
|
.mx-xxl-0 {
|
|
margin-right: 0 !important
|
|
}
|
|
|
|
.mb-xxl-0,
|
|
.my-xxl-0 {
|
|
margin-bottom: 0 !important
|
|
}
|
|
|
|
.ml-xxl-0,
|
|
.mx-xxl-0 {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.m-xxl-1 {
|
|
margin: .53571rem !important
|
|
}
|
|
|
|
.mt-xxl-1,
|
|
.my-xxl-1 {
|
|
margin-top: .53571rem !important
|
|
}
|
|
|
|
.mr-xxl-1,
|
|
.mx-xxl-1 {
|
|
margin-right: .53571rem !important
|
|
}
|
|
|
|
.mb-xxl-1,
|
|
.my-xxl-1 {
|
|
margin-bottom: .53571rem !important
|
|
}
|
|
|
|
.ml-xxl-1,
|
|
.mx-xxl-1 {
|
|
margin-left: .53571rem !important
|
|
}
|
|
|
|
.m-xxl-2 {
|
|
margin: 1.07143rem !important
|
|
}
|
|
|
|
.mt-xxl-2,
|
|
.my-xxl-2 {
|
|
margin-top: 1.07143rem !important
|
|
}
|
|
|
|
.mr-xxl-2,
|
|
.mx-xxl-2 {
|
|
margin-right: 1.07143rem !important
|
|
}
|
|
|
|
.mb-xxl-2,
|
|
.my-xxl-2 {
|
|
margin-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.ml-xxl-2,
|
|
.mx-xxl-2 {
|
|
margin-left: 1.07143rem !important
|
|
}
|
|
|
|
.m-xxl-3 {
|
|
margin: 2.14286rem !important
|
|
}
|
|
|
|
.mt-xxl-3,
|
|
.my-xxl-3 {
|
|
margin-top: 2.14286rem !important
|
|
}
|
|
|
|
.mr-xxl-3,
|
|
.mx-xxl-3 {
|
|
margin-right: 2.14286rem !important
|
|
}
|
|
|
|
.mb-xxl-3,
|
|
.my-xxl-3 {
|
|
margin-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.ml-xxl-3,
|
|
.mx-xxl-3 {
|
|
margin-left: 2.14286rem !important
|
|
}
|
|
|
|
.m-xxl-4 {
|
|
margin: 3.21429rem !important
|
|
}
|
|
|
|
.mt-xxl-4,
|
|
.my-xxl-4 {
|
|
margin-top: 3.21429rem !important
|
|
}
|
|
|
|
.mr-xxl-4,
|
|
.mx-xxl-4 {
|
|
margin-right: 3.21429rem !important
|
|
}
|
|
|
|
.mb-xxl-4,
|
|
.my-xxl-4 {
|
|
margin-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.ml-xxl-4,
|
|
.mx-xxl-4 {
|
|
margin-left: 3.21429rem !important
|
|
}
|
|
|
|
.m-xxl-5 {
|
|
margin: 4.28571rem !important
|
|
}
|
|
|
|
.mt-xxl-5,
|
|
.my-xxl-5 {
|
|
margin-top: 4.28571rem !important
|
|
}
|
|
|
|
.mr-xxl-5,
|
|
.mx-xxl-5 {
|
|
margin-right: 4.28571rem !important
|
|
}
|
|
|
|
.mb-xxl-5,
|
|
.my-xxl-5 {
|
|
margin-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.ml-xxl-5,
|
|
.mx-xxl-5 {
|
|
margin-left: 4.28571rem !important
|
|
}
|
|
|
|
.m-xxl-6 {
|
|
margin: 5.35714rem !important
|
|
}
|
|
|
|
.mt-xxl-6,
|
|
.my-xxl-6 {
|
|
margin-top: 5.35714rem !important
|
|
}
|
|
|
|
.mr-xxl-6,
|
|
.mx-xxl-6 {
|
|
margin-right: 5.35714rem !important
|
|
}
|
|
|
|
.mb-xxl-6,
|
|
.my-xxl-6 {
|
|
margin-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.ml-xxl-6,
|
|
.mx-xxl-6 {
|
|
margin-left: 5.35714rem !important
|
|
}
|
|
|
|
.m-xxl-7 {
|
|
margin: 6.42857rem !important
|
|
}
|
|
|
|
.mt-xxl-7,
|
|
.my-xxl-7 {
|
|
margin-top: 6.42857rem !important
|
|
}
|
|
|
|
.mr-xxl-7,
|
|
.mx-xxl-7 {
|
|
margin-right: 6.42857rem !important
|
|
}
|
|
|
|
.mb-xxl-7,
|
|
.my-xxl-7 {
|
|
margin-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.ml-xxl-7,
|
|
.mx-xxl-7 {
|
|
margin-left: 6.42857rem !important
|
|
}
|
|
|
|
.m-xxl-8 {
|
|
margin: 7.5rem !important
|
|
}
|
|
|
|
.mt-xxl-8,
|
|
.my-xxl-8 {
|
|
margin-top: 7.5rem !important
|
|
}
|
|
|
|
.mr-xxl-8,
|
|
.mx-xxl-8 {
|
|
margin-right: 7.5rem !important
|
|
}
|
|
|
|
.mb-xxl-8,
|
|
.my-xxl-8 {
|
|
margin-bottom: 7.5rem !important
|
|
}
|
|
|
|
.ml-xxl-8,
|
|
.mx-xxl-8 {
|
|
margin-left: 7.5rem !important
|
|
}
|
|
|
|
.m-xxl-9 {
|
|
margin: 8.57143rem !important
|
|
}
|
|
|
|
.mt-xxl-9,
|
|
.my-xxl-9 {
|
|
margin-top: 8.57143rem !important
|
|
}
|
|
|
|
.mr-xxl-9,
|
|
.mx-xxl-9 {
|
|
margin-right: 8.57143rem !important
|
|
}
|
|
|
|
.mb-xxl-9,
|
|
.my-xxl-9 {
|
|
margin-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.ml-xxl-9,
|
|
.mx-xxl-9 {
|
|
margin-left: 8.57143rem !important
|
|
}
|
|
|
|
.m-xxl-10 {
|
|
margin: 9.64286rem !important
|
|
}
|
|
|
|
.mt-xxl-10,
|
|
.my-xxl-10 {
|
|
margin-top: 9.64286rem !important
|
|
}
|
|
|
|
.mr-xxl-10,
|
|
.mx-xxl-10 {
|
|
margin-right: 9.64286rem !important
|
|
}
|
|
|
|
.mb-xxl-10,
|
|
.my-xxl-10 {
|
|
margin-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.ml-xxl-10,
|
|
.mx-xxl-10 {
|
|
margin-left: 9.64286rem !important
|
|
}
|
|
|
|
.m-xxl-11 {
|
|
margin: 21.42857rem !important
|
|
}
|
|
|
|
.mt-xxl-11,
|
|
.my-xxl-11 {
|
|
margin-top: 21.42857rem !important
|
|
}
|
|
|
|
.mr-xxl-11,
|
|
.mx-xxl-11 {
|
|
margin-right: 21.42857rem !important
|
|
}
|
|
|
|
.mb-xxl-11,
|
|
.my-xxl-11 {
|
|
margin-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.ml-xxl-11,
|
|
.mx-xxl-11 {
|
|
margin-left: 21.42857rem !important
|
|
}
|
|
|
|
.p-xxl-0 {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.pt-xxl-0,
|
|
.py-xxl-0 {
|
|
padding-top: 0 !important
|
|
}
|
|
|
|
.pr-xxl-0,
|
|
.px-xxl-0 {
|
|
padding-right: 0 !important
|
|
}
|
|
|
|
.pb-xxl-0,
|
|
.py-xxl-0 {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
.pl-xxl-0,
|
|
.px-xxl-0 {
|
|
padding-left: 0 !important
|
|
}
|
|
|
|
.p-xxl-1 {
|
|
padding: .53571rem !important
|
|
}
|
|
|
|
.pt-xxl-1,
|
|
.py-xxl-1 {
|
|
padding-top: .53571rem !important
|
|
}
|
|
|
|
.pr-xxl-1,
|
|
.px-xxl-1 {
|
|
padding-right: .53571rem !important
|
|
}
|
|
|
|
.pb-xxl-1,
|
|
.py-xxl-1 {
|
|
padding-bottom: .53571rem !important
|
|
}
|
|
|
|
.pl-xxl-1,
|
|
.px-xxl-1 {
|
|
padding-left: .53571rem !important
|
|
}
|
|
|
|
.p-xxl-2 {
|
|
padding: 1.07143rem !important
|
|
}
|
|
|
|
.pt-xxl-2,
|
|
.py-xxl-2 {
|
|
padding-top: 1.07143rem !important
|
|
}
|
|
|
|
.pr-xxl-2,
|
|
.px-xxl-2 {
|
|
padding-right: 1.07143rem !important
|
|
}
|
|
|
|
.pb-xxl-2,
|
|
.py-xxl-2 {
|
|
padding-bottom: 1.07143rem !important
|
|
}
|
|
|
|
.pl-xxl-2,
|
|
.px-xxl-2 {
|
|
padding-left: 1.07143rem !important
|
|
}
|
|
|
|
.p-xxl-3 {
|
|
padding: 2.14286rem !important
|
|
}
|
|
|
|
.pt-xxl-3,
|
|
.py-xxl-3 {
|
|
padding-top: 2.14286rem !important
|
|
}
|
|
|
|
.pr-xxl-3,
|
|
.px-xxl-3 {
|
|
padding-right: 2.14286rem !important
|
|
}
|
|
|
|
.pb-xxl-3,
|
|
.py-xxl-3 {
|
|
padding-bottom: 2.14286rem !important
|
|
}
|
|
|
|
.pl-xxl-3,
|
|
.px-xxl-3 {
|
|
padding-left: 2.14286rem !important
|
|
}
|
|
|
|
.p-xxl-4 {
|
|
padding: 3.21429rem !important
|
|
}
|
|
|
|
.pt-xxl-4,
|
|
.py-xxl-4 {
|
|
padding-top: 3.21429rem !important
|
|
}
|
|
|
|
.pr-xxl-4,
|
|
.px-xxl-4 {
|
|
padding-right: 3.21429rem !important
|
|
}
|
|
|
|
.pb-xxl-4,
|
|
.py-xxl-4 {
|
|
padding-bottom: 3.21429rem !important
|
|
}
|
|
|
|
.pl-xxl-4,
|
|
.px-xxl-4 {
|
|
padding-left: 3.21429rem !important
|
|
}
|
|
|
|
.p-xxl-5 {
|
|
padding: 4.28571rem !important
|
|
}
|
|
|
|
.pt-xxl-5,
|
|
.py-xxl-5 {
|
|
padding-top: 4.28571rem !important
|
|
}
|
|
|
|
.pr-xxl-5,
|
|
.px-xxl-5 {
|
|
padding-right: 4.28571rem !important
|
|
}
|
|
|
|
.pb-xxl-5,
|
|
.py-xxl-5 {
|
|
padding-bottom: 4.28571rem !important
|
|
}
|
|
|
|
.pl-xxl-5,
|
|
.px-xxl-5 {
|
|
padding-left: 4.28571rem !important
|
|
}
|
|
|
|
.p-xxl-6 {
|
|
padding: 5.35714rem !important
|
|
}
|
|
|
|
.pt-xxl-6,
|
|
.py-xxl-6 {
|
|
padding-top: 5.35714rem !important
|
|
}
|
|
|
|
.pr-xxl-6,
|
|
.px-xxl-6 {
|
|
padding-right: 5.35714rem !important
|
|
}
|
|
|
|
.pb-xxl-6,
|
|
.py-xxl-6 {
|
|
padding-bottom: 5.35714rem !important
|
|
}
|
|
|
|
.pl-xxl-6,
|
|
.px-xxl-6 {
|
|
padding-left: 5.35714rem !important
|
|
}
|
|
|
|
.p-xxl-7 {
|
|
padding: 6.42857rem !important
|
|
}
|
|
|
|
.pt-xxl-7,
|
|
.py-xxl-7 {
|
|
padding-top: 6.42857rem !important
|
|
}
|
|
|
|
.pr-xxl-7,
|
|
.px-xxl-7 {
|
|
padding-right: 6.42857rem !important
|
|
}
|
|
|
|
.pb-xxl-7,
|
|
.py-xxl-7 {
|
|
padding-bottom: 6.42857rem !important
|
|
}
|
|
|
|
.pl-xxl-7,
|
|
.px-xxl-7 {
|
|
padding-left: 6.42857rem !important
|
|
}
|
|
|
|
.p-xxl-8 {
|
|
padding: 7.5rem !important
|
|
}
|
|
|
|
.pt-xxl-8,
|
|
.py-xxl-8 {
|
|
padding-top: 7.5rem !important
|
|
}
|
|
|
|
.pr-xxl-8,
|
|
.px-xxl-8 {
|
|
padding-right: 7.5rem !important
|
|
}
|
|
|
|
.pb-xxl-8,
|
|
.py-xxl-8 {
|
|
padding-bottom: 7.5rem !important
|
|
}
|
|
|
|
.pl-xxl-8,
|
|
.px-xxl-8 {
|
|
padding-left: 7.5rem !important
|
|
}
|
|
|
|
.p-xxl-9 {
|
|
padding: 8.57143rem !important
|
|
}
|
|
|
|
.pt-xxl-9,
|
|
.py-xxl-9 {
|
|
padding-top: 8.57143rem !important
|
|
}
|
|
|
|
.pr-xxl-9,
|
|
.px-xxl-9 {
|
|
padding-right: 8.57143rem !important
|
|
}
|
|
|
|
.pb-xxl-9,
|
|
.py-xxl-9 {
|
|
padding-bottom: 8.57143rem !important
|
|
}
|
|
|
|
.pl-xxl-9,
|
|
.px-xxl-9 {
|
|
padding-left: 8.57143rem !important
|
|
}
|
|
|
|
.p-xxl-10 {
|
|
padding: 9.64286rem !important
|
|
}
|
|
|
|
.pt-xxl-10,
|
|
.py-xxl-10 {
|
|
padding-top: 9.64286rem !important
|
|
}
|
|
|
|
.pr-xxl-10,
|
|
.px-xxl-10 {
|
|
padding-right: 9.64286rem !important
|
|
}
|
|
|
|
.pb-xxl-10,
|
|
.py-xxl-10 {
|
|
padding-bottom: 9.64286rem !important
|
|
}
|
|
|
|
.pl-xxl-10,
|
|
.px-xxl-10 {
|
|
padding-left: 9.64286rem !important
|
|
}
|
|
|
|
.p-xxl-11 {
|
|
padding: 21.42857rem !important
|
|
}
|
|
|
|
.pt-xxl-11,
|
|
.py-xxl-11 {
|
|
padding-top: 21.42857rem !important
|
|
}
|
|
|
|
.pr-xxl-11,
|
|
.px-xxl-11 {
|
|
padding-right: 21.42857rem !important
|
|
}
|
|
|
|
.pb-xxl-11,
|
|
.py-xxl-11 {
|
|
padding-bottom: 21.42857rem !important
|
|
}
|
|
|
|
.pl-xxl-11,
|
|
.px-xxl-11 {
|
|
padding-left: 21.42857rem !important
|
|
}
|
|
|
|
.m-xxl-auto {
|
|
margin: auto !important
|
|
}
|
|
|
|
.mt-xxl-auto,
|
|
.my-xxl-auto {
|
|
margin-top: auto !important
|
|
}
|
|
|
|
.mr-xxl-auto,
|
|
.mx-xxl-auto {
|
|
margin-right: auto !important
|
|
}
|
|
|
|
.mb-xxl-auto,
|
|
.my-xxl-auto {
|
|
margin-bottom: auto !important
|
|
}
|
|
|
|
.ml-xxl-auto,
|
|
.mx-xxl-auto {
|
|
margin-left: auto !important
|
|
}
|
|
}
|
|
|
|
.text-monospace {
|
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
|
|
}
|
|
|
|
.text-justify {
|
|
text-align: justify !important
|
|
}
|
|
|
|
.text-nowrap {
|
|
white-space: nowrap !important
|
|
}
|
|
|
|
.text-truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left !important
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center !important
|
|
}
|
|
|
|
@media (min-width:400px) {
|
|
.text-xsm-left {
|
|
text-align: left !important
|
|
}
|
|
|
|
.text-xsm-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-xsm-center {
|
|
text-align: center !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.text-sm-left {
|
|
text-align: left !important
|
|
}
|
|
|
|
.text-sm-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-sm-center {
|
|
text-align: center !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.text-md-left {
|
|
text-align: left !important
|
|
}
|
|
|
|
.text-md-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-md-center {
|
|
text-align: center !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.text-lg-left {
|
|
text-align: left !important
|
|
}
|
|
|
|
.text-lg-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-lg-center {
|
|
text-align: center !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.text-xl-left {
|
|
text-align: left !important
|
|
}
|
|
|
|
.text-xl-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-xl-center {
|
|
text-align: center !important
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.text-xxl-left {
|
|
text-align: left !important
|
|
}
|
|
|
|
.text-xxl-right {
|
|
text-align: right !important
|
|
}
|
|
|
|
.text-xxl-center {
|
|
text-align: center !important
|
|
}
|
|
}
|
|
|
|
.text-lowercase {
|
|
text-transform: lowercase !important
|
|
}
|
|
|
|
.text-uppercase {
|
|
text-transform: uppercase !important
|
|
}
|
|
|
|
.text-capitalize {
|
|
text-transform: capitalize !important
|
|
}
|
|
|
|
.font-weight-light {
|
|
font-weight: 300 !important
|
|
}
|
|
|
|
.font-weight-normal {
|
|
font-weight: 400 !important
|
|
}
|
|
|
|
.font-weight-bold {
|
|
font-weight: 700 !important
|
|
}
|
|
|
|
.font-italic {
|
|
font-style: italic !important
|
|
}
|
|
|
|
.text-white {
|
|
color: #fff !important
|
|
}
|
|
|
|
.text-primary {
|
|
color: #ff138c !important
|
|
}
|
|
|
|
a.text-primary:focus,
|
|
a.text-primary:hover {
|
|
color: #df0072 !important
|
|
}
|
|
|
|
.text-secondary {
|
|
color: #8b8b8b !important
|
|
}
|
|
|
|
a.text-secondary:focus,
|
|
a.text-secondary:hover {
|
|
color: #727272 !important
|
|
}
|
|
|
|
.text-success {
|
|
color: #1cc97e !important
|
|
}
|
|
|
|
a.text-success:focus,
|
|
a.text-success:hover {
|
|
color: #169c62 !important
|
|
}
|
|
|
|
.text-info {
|
|
color: #0579fc !important
|
|
}
|
|
|
|
a.text-info:focus,
|
|
a.text-info:hover {
|
|
color: #0261cc !important
|
|
}
|
|
|
|
.text-warning {
|
|
color: #ffb400 !important
|
|
}
|
|
|
|
a.text-warning:focus,
|
|
a.text-warning:hover {
|
|
color: #cc9000 !important
|
|
}
|
|
|
|
.text-danger {
|
|
color: #ff138c !important
|
|
}
|
|
|
|
a.text-danger:focus,
|
|
a.text-danger:hover {
|
|
color: #df0072 !important
|
|
}
|
|
|
|
.text-light {
|
|
color: #f2f2f2 !important
|
|
}
|
|
|
|
a.text-light:focus,
|
|
a.text-light:hover {
|
|
color: #d9d9d9 !important
|
|
}
|
|
|
|
.text-dark {
|
|
color: #282828 !important
|
|
}
|
|
|
|
a.text-dark:focus,
|
|
a.text-dark:hover {
|
|
color: #0f0f0f !important
|
|
}
|
|
|
|
.text-info-light {
|
|
color: #18d7ec !important
|
|
}
|
|
|
|
a.text-info-light:focus,
|
|
a.text-info-light:hover {
|
|
color: #10b0c1 !important
|
|
}
|
|
|
|
.text-#fff {
|
|
color: #fff !important
|
|
}
|
|
|
|
a.text-#fff:focus,
|
|
a.text-#fff:hover {
|
|
color: #e6e6e6 !important
|
|
}
|
|
|
|
.text-body {
|
|
color: #000 !important
|
|
}
|
|
|
|
.text-muted {
|
|
color: #888 !important
|
|
}
|
|
|
|
.text-black-50 {
|
|
color: rgba(0, 0, 0, .5) !important
|
|
}
|
|
|
|
.text-white-50 {
|
|
color: hsla(0, 0%, 100%, .5) !important
|
|
}
|
|
|
|
.text-hide {
|
|
font: 0/0 a;
|
|
color: transparent;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
border: 0
|
|
}
|
|
|
|
.visible {
|
|
visibility: visible !important
|
|
}
|
|
|
|
.invisible {
|
|
visibility: hidden !important
|
|
}
|
|
|
|
@media print {
|
|
|
|
*,
|
|
:after,
|
|
:before {
|
|
text-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
|
|
a:not(.btn) {
|
|
text-decoration: underline
|
|
}
|
|
|
|
abbr[title]:after {
|
|
content: " ("attr(title) ")"
|
|
}
|
|
|
|
pre {
|
|
white-space: pre-wrap !important
|
|
}
|
|
|
|
blockquote,
|
|
pre {
|
|
border: .07143rem solid #999;
|
|
page-break-inside: avoid
|
|
}
|
|
|
|
thead {
|
|
display: table-header-group
|
|
}
|
|
|
|
img,
|
|
tr {
|
|
page-break-inside: avoid
|
|
}
|
|
|
|
h2,
|
|
h3,
|
|
p {
|
|
orphans: 3;
|
|
widows: 3
|
|
}
|
|
|
|
h2,
|
|
h3 {
|
|
page-break-after: avoid
|
|
}
|
|
|
|
@page {
|
|
size: a3
|
|
}
|
|
|
|
body {
|
|
min-width: 70.85714rem !important
|
|
}
|
|
|
|
.container {
|
|
min-width: 992px !important
|
|
}
|
|
|
|
.navbar {
|
|
display: none
|
|
}
|
|
|
|
.badge {
|
|
border: .07143rem solid #000
|
|
}
|
|
|
|
.table {
|
|
border-collapse: collapse !important
|
|
}
|
|
|
|
.table td,
|
|
.table th {
|
|
background-color: #fff !important
|
|
}
|
|
|
|
.table-bordered td,
|
|
.table-bordered th {
|
|
border: .07143rem solid #e0e0e0 !important
|
|
}
|
|
|
|
.table-dark {
|
|
color: inherit
|
|
}
|
|
|
|
.table-dark tbody+tbody,
|
|
.table-dark td,
|
|
.table-dark th,
|
|
.table-dark thead th,
|
|
.table .thead-dark th {
|
|
border-color: rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.table .thead-dark th {
|
|
color: inherit
|
|
}
|
|
}
|
|
|
|
.btn.btn-social,
|
|
.grid .product-miniature .product-buttons .btn-social.quick-view,
|
|
.product-miniature-information .product-buttons .btn-social.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-social.customize,
|
|
.product-miniature-information .product-buttons .btn-social.view-product {
|
|
position: relative;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
border: none
|
|
}
|
|
|
|
.btn.btn-social span,
|
|
.grid .product-miniature .product-buttons .btn-social.quick-view span,
|
|
.product-miniature-information .product-buttons .btn-social.add-to-cart span,
|
|
.product-miniature-information .product-buttons .btn-social.customize span,
|
|
.product-miniature-information .product-buttons .btn-social.view-product span {
|
|
margin-left: 3.571rem
|
|
}
|
|
|
|
.btn.btn-social>:first-child,
|
|
.grid .product-miniature .product-buttons .btn-social.quick-view>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.add-to-cart>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.customize>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.view-product>:first-child {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 3.571rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 1.6em;
|
|
text-align: center;
|
|
border-right: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.btn-group-lg>.btn.btn-social span,
|
|
.btn.btn-social.btn-lg span,
|
|
.grid .product-miniature .product-buttons .btn-social.quick-view span,
|
|
.product-miniature-information .product-buttons .btn-social.add-to-cart span,
|
|
.product-miniature-information .product-buttons .btn-social.customize span,
|
|
.product-miniature-information .product-buttons .btn-social.view-product span {
|
|
margin-left: 4.429rem
|
|
}
|
|
|
|
.btn-group-lg>.btn.btn-social>:first-child,
|
|
.btn.btn-social.btn-lg>:first-child,
|
|
.grid .product-miniature .product-buttons .btn-group-lg>.btn-social.quick-view>:first-child,
|
|
.grid .product-miniature .product-buttons .btn-social.quick-view>:first-child,
|
|
.product-miniature-information .product-buttons .btn-group-lg>.btn-social.add-to-cart>:first-child,
|
|
.product-miniature-information .product-buttons .btn-group-lg>.btn-social.customize>:first-child,
|
|
.product-miniature-information .product-buttons .btn-group-lg>.btn-social.view-product>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.add-to-cart>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.customize>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.view-product>:first-child {
|
|
line-height: 4.429rem;
|
|
width: 4.429rem;
|
|
font-size: 1.8em
|
|
}
|
|
|
|
.btn-group-sm>.btn.btn-social span,
|
|
.btn.btn-social.btn-sm span,
|
|
.grid .product-miniature .product-buttons .btn-group-sm>.btn-social.quick-view span,
|
|
.grid .product-miniature .product-buttons .btn-social.btn-sm.quick-view span,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.btn-social.add-to-cart span,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.btn-social.customize span,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.btn-social.view-product span,
|
|
.product-miniature-information .product-buttons .btn-social.btn-sm.add-to-cart span,
|
|
.product-miniature-information .product-buttons .btn-social.btn-sm.customize span,
|
|
.product-miniature-information .product-buttons .btn-social.btn-sm.view-product span {
|
|
margin-left: 4.429rem
|
|
}
|
|
|
|
.btn-group-sm>.btn.btn-social>:first-child,
|
|
.btn.btn-social.btn-sm>:first-child,
|
|
.grid .product-miniature .product-buttons .btn-group-sm>.btn-social.quick-view>:first-child,
|
|
.grid .product-miniature .product-buttons .btn-social.btn-sm.quick-view>:first-child,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.btn-social.add-to-cart>:first-child,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.btn-social.customize>:first-child,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.btn-social.view-product>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.btn-sm.add-to-cart>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.btn-sm.customize>:first-child,
|
|
.product-miniature-information .product-buttons .btn-social.btn-sm.view-product>:first-child {
|
|
line-height: 2.857rem;
|
|
width: 2.857rem;
|
|
font-size: 1.4em
|
|
}
|
|
|
|
.btn-social-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 1rem;
|
|
line-height: 1.21429rem;
|
|
color: #282828;
|
|
text-transform: uppercase;
|
|
letter-spacing: .08em
|
|
}
|
|
|
|
.btn-social-icon i {
|
|
height: 3.571rem;
|
|
flex: 0 0 3.571rem;
|
|
width: 3.571rem;
|
|
border-radius: 100%;
|
|
line-height: 3.571rem;
|
|
text-align: center;
|
|
margin-right: .71429rem
|
|
}
|
|
|
|
.btn-social-icon:hover {
|
|
color: #888
|
|
}
|
|
|
|
.btn-social-icon.btn-social-icon-sm {
|
|
font-size: .85714rem
|
|
}
|
|
|
|
.btn-social-icon.btn-social-icon-sm i {
|
|
height: 2.857rem;
|
|
flex: 0 0 2.857rem;
|
|
line-height: 2.857rem;
|
|
margin-right: .35714rem
|
|
}
|
|
|
|
.btn-adn {
|
|
color: #fff;
|
|
background-color: #d87a68;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-adn:hover {
|
|
color: #fff;
|
|
background-color: #d05f4a;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-adn.focus,
|
|
.btn-adn:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-adn.disabled,
|
|
.btn-adn:disabled {
|
|
color: #fff;
|
|
background-color: #d87a68;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-adn:not(:disabled):not(.disabled).active,
|
|
.btn-adn:not(:disabled):not(.disabled):active,
|
|
.show>.btn-adn.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #ce563f;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-adn:not(:disabled):not(.disabled).active:focus,
|
|
.btn-adn:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-adn.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-bitbucket {
|
|
color: #fff;
|
|
background-color: #205081;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-bitbucket:hover {
|
|
color: #fff;
|
|
background-color: #183d62;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-bitbucket.focus,
|
|
.btn-bitbucket:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-bitbucket.disabled,
|
|
.btn-bitbucket:disabled {
|
|
color: #fff;
|
|
background-color: #205081;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-bitbucket:not(:disabled):not(.disabled).active,
|
|
.btn-bitbucket:not(:disabled):not(.disabled):active,
|
|
.show>.btn-bitbucket.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #163758;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-bitbucket:not(:disabled):not(.disabled).active:focus,
|
|
.btn-bitbucket:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-bitbucket.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-dropbox {
|
|
color: #fff;
|
|
background-color: #1087dd;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-dropbox:hover {
|
|
color: #fff;
|
|
background-color: #0d71b9;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-dropbox.focus,
|
|
.btn-dropbox:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-dropbox.disabled,
|
|
.btn-dropbox:disabled {
|
|
color: #fff;
|
|
background-color: #1087dd;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-dropbox:not(:disabled):not(.disabled).active,
|
|
.btn-dropbox:not(:disabled):not(.disabled):active,
|
|
.show>.btn-dropbox.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #0d6aad;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-dropbox:not(:disabled):not(.disabled).active:focus,
|
|
.btn-dropbox:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-dropbox.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-facebook {
|
|
color: #fff;
|
|
background-color: #3b5998;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-facebook:hover {
|
|
color: #fff;
|
|
background-color: #30497c;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-facebook.focus,
|
|
.btn-facebook:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-facebook.disabled,
|
|
.btn-facebook:disabled {
|
|
color: #fff;
|
|
background-color: #3b5998;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-facebook:not(:disabled):not(.disabled).active,
|
|
.btn-facebook:not(:disabled):not(.disabled):active,
|
|
.show>.btn-facebook.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #2d4373;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-facebook:not(:disabled):not(.disabled).active:focus,
|
|
.btn-facebook:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-facebook.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-flickr {
|
|
color: #fff;
|
|
background-color: #ff0084;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-flickr:hover {
|
|
color: #fff;
|
|
background-color: #d90070;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-flickr.focus,
|
|
.btn-flickr:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-flickr.disabled,
|
|
.btn-flickr:disabled {
|
|
color: #fff;
|
|
background-color: #ff0084;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-flickr:not(:disabled):not(.disabled).active,
|
|
.btn-flickr:not(:disabled):not(.disabled):active,
|
|
.show>.btn-flickr.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #cc006a;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-flickr:not(:disabled):not(.disabled).active:focus,
|
|
.btn-flickr:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-flickr.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-foursquare {
|
|
color: #fff;
|
|
background-color: #f94877;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-foursquare:hover {
|
|
color: #fff;
|
|
background-color: #f8235b;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-foursquare.focus,
|
|
.btn-foursquare:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-foursquare.disabled,
|
|
.btn-foursquare:disabled {
|
|
color: #fff;
|
|
background-color: #f94877;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-foursquare:not(:disabled):not(.disabled).active,
|
|
.btn-foursquare:not(:disabled):not(.disabled):active,
|
|
.show>.btn-foursquare.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #f71752;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-foursquare:not(:disabled):not(.disabled).active:focus,
|
|
.btn-foursquare:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-foursquare.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-github {
|
|
color: #fff;
|
|
background-color: #444;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-github:hover {
|
|
color: #fff;
|
|
background-color: #313131;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-github.focus,
|
|
.btn-github:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-github.disabled,
|
|
.btn-github:disabled {
|
|
color: #fff;
|
|
background-color: #444;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-github:not(:disabled):not(.disabled).active,
|
|
.btn-github:not(:disabled):not(.disabled):active,
|
|
.show>.btn-github.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #2b2b2b;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-github:not(:disabled):not(.disabled).active:focus,
|
|
.btn-github:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-github.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-google {
|
|
color: #fff;
|
|
background-color: #dd4b39;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-google:hover {
|
|
color: #fff;
|
|
background-color: #cd3623;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-google.focus,
|
|
.btn-google:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-google.disabled,
|
|
.btn-google:disabled {
|
|
color: #fff;
|
|
background-color: #dd4b39;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-google:not(:disabled):not(.disabled).active,
|
|
.btn-google:not(:disabled):not(.disabled):active,
|
|
.show>.btn-google.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #c23321;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-google:not(:disabled):not(.disabled).active:focus,
|
|
.btn-google:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-google.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-instagram {
|
|
color: #fff;
|
|
background-color: #3f729b;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-instagram:hover {
|
|
color: #fff;
|
|
background-color: #345e80;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-instagram.focus,
|
|
.btn-instagram:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-instagram.disabled,
|
|
.btn-instagram:disabled {
|
|
color: #fff;
|
|
background-color: #3f729b;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-instagram:not(:disabled):not(.disabled).active,
|
|
.btn-instagram:not(:disabled):not(.disabled):active,
|
|
.show>.btn-instagram.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #305777;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-instagram:not(:disabled):not(.disabled).active:focus,
|
|
.btn-instagram:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-instagram.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-linkedin {
|
|
color: #fff;
|
|
background-color: #007bb6;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-linkedin:hover {
|
|
color: #fff;
|
|
background-color: #006190;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-linkedin.focus,
|
|
.btn-linkedin:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-linkedin.disabled,
|
|
.btn-linkedin:disabled {
|
|
color: #fff;
|
|
background-color: #007bb6;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-linkedin:not(:disabled):not(.disabled).active,
|
|
.btn-linkedin:not(:disabled):not(.disabled):active,
|
|
.show>.btn-linkedin.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #005983;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-linkedin:not(:disabled):not(.disabled).active:focus,
|
|
.btn-linkedin:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-linkedin.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-microsoft {
|
|
color: #fff;
|
|
background-color: #2672ec;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-microsoft:hover {
|
|
color: #fff;
|
|
background-color: #135fd9;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-microsoft.focus,
|
|
.btn-microsoft:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-microsoft.disabled,
|
|
.btn-microsoft:disabled {
|
|
color: #fff;
|
|
background-color: #2672ec;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-microsoft:not(:disabled):not(.disabled).active,
|
|
.btn-microsoft:not(:disabled):not(.disabled):active,
|
|
.show>.btn-microsoft.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #125acd;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-microsoft:not(:disabled):not(.disabled).active:focus,
|
|
.btn-microsoft:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-microsoft.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-odnoklassniki {
|
|
color: #fff;
|
|
background-color: #f4731c;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-odnoklassniki:hover {
|
|
color: #fff;
|
|
background-color: #df600b;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-odnoklassniki.focus,
|
|
.btn-odnoklassniki:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-odnoklassniki.disabled,
|
|
.btn-odnoklassniki:disabled {
|
|
color: #fff;
|
|
background-color: #f4731c;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-odnoklassniki:not(:disabled):not(.disabled).active,
|
|
.btn-odnoklassniki:not(:disabled):not(.disabled):active,
|
|
.show>.btn-odnoklassniki.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #d35b0a;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-odnoklassniki:not(:disabled):not(.disabled).active:focus,
|
|
.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-odnoklassniki.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-openid {
|
|
color: #202020;
|
|
background-color: #f7931e;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-openid:hover {
|
|
color: #fff;
|
|
background-color: #e78008;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-openid.focus,
|
|
.btn-openid:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-openid.disabled,
|
|
.btn-openid:disabled {
|
|
color: #202020;
|
|
background-color: #f7931e;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-openid:not(:disabled):not(.disabled).active,
|
|
.btn-openid:not(:disabled):not(.disabled):active,
|
|
.show>.btn-openid.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #da7908;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-openid:not(:disabled):not(.disabled).active:focus,
|
|
.btn-openid:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-openid.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-pinterest {
|
|
color: #fff;
|
|
background-color: #cb2027;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-pinterest:hover {
|
|
color: #fff;
|
|
background-color: #aa1b21;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-pinterest.focus,
|
|
.btn-pinterest:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-pinterest.disabled,
|
|
.btn-pinterest:disabled {
|
|
color: #fff;
|
|
background-color: #cb2027;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-pinterest:not(:disabled):not(.disabled).active,
|
|
.btn-pinterest:not(:disabled):not(.disabled):active,
|
|
.show>.btn-pinterest.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #9f191f;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
|
|
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-pinterest.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-reddit {
|
|
background-color: #eff7ff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-reddit,
|
|
.btn-reddit:hover {
|
|
color: #202020;
|
|
border-color: #000
|
|
}
|
|
|
|
.btn-reddit:hover {
|
|
background-color: #c9e4ff
|
|
}
|
|
|
|
.btn-reddit.focus,
|
|
.btn-reddit:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(0, 0, 0, .5)
|
|
}
|
|
|
|
.btn-reddit.disabled,
|
|
.btn-reddit:disabled {
|
|
color: #202020;
|
|
background-color: #eff7ff;
|
|
border-color: #000
|
|
}
|
|
|
|
.btn-reddit:not(:disabled):not(.disabled).active,
|
|
.btn-reddit:not(:disabled):not(.disabled):active,
|
|
.show>.btn-reddit.dropdown-toggle {
|
|
color: #202020;
|
|
background-color: #bcdeff;
|
|
border-color: #000
|
|
}
|
|
|
|
.btn-reddit:not(:disabled):not(.disabled).active:focus,
|
|
.btn-reddit:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-reddit.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem rgba(0, 0, 0, .5)
|
|
}
|
|
|
|
.btn-soundcloud {
|
|
color: #fff;
|
|
background-color: #f50;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-soundcloud:hover {
|
|
color: #fff;
|
|
background-color: #d94800;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-soundcloud.focus,
|
|
.btn-soundcloud:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-soundcloud.disabled,
|
|
.btn-soundcloud:disabled {
|
|
color: #fff;
|
|
background-color: #f50;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-soundcloud:not(:disabled):not(.disabled).active,
|
|
.btn-soundcloud:not(:disabled):not(.disabled):active,
|
|
.show>.btn-soundcloud.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #c40;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-soundcloud:not(:disabled):not(.disabled).active:focus,
|
|
.btn-soundcloud:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-soundcloud.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-tumblr {
|
|
color: #fff;
|
|
background-color: #2c4762;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-tumblr:hover {
|
|
color: #fff;
|
|
background-color: #203448;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-tumblr.focus,
|
|
.btn-tumblr:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-tumblr.disabled,
|
|
.btn-tumblr:disabled {
|
|
color: #fff;
|
|
background-color: #2c4762;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-tumblr:not(:disabled):not(.disabled).active,
|
|
.btn-tumblr:not(:disabled):not(.disabled):active,
|
|
.show>.btn-tumblr.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #1c2e3f;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-tumblr:not(:disabled):not(.disabled).active:focus,
|
|
.btn-tumblr:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-tumblr.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-twitter {
|
|
color: #202020;
|
|
background-color: #55acee;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-twitter:hover {
|
|
color: #fff;
|
|
background-color: #329beb;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-twitter.focus,
|
|
.btn-twitter:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-twitter.disabled,
|
|
.btn-twitter:disabled {
|
|
color: #202020;
|
|
background-color: #55acee;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-twitter:not(:disabled):not(.disabled).active,
|
|
.btn-twitter:not(:disabled):not(.disabled):active,
|
|
.show>.btn-twitter.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #2795e9;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-twitter:not(:disabled):not(.disabled).active:focus,
|
|
.btn-twitter:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-twitter.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-vimeo {
|
|
color: #fff;
|
|
background-color: #1ab7ea;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-vimeo:hover {
|
|
color: #fff;
|
|
background-color: #139ecb;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-vimeo.focus,
|
|
.btn-vimeo:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-vimeo.disabled,
|
|
.btn-vimeo:disabled {
|
|
color: #fff;
|
|
background-color: #1ab7ea;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-vimeo:not(:disabled):not(.disabled).active,
|
|
.btn-vimeo:not(:disabled):not(.disabled):active,
|
|
.show>.btn-vimeo.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #1295bf;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-vimeo:not(:disabled):not(.disabled).active:focus,
|
|
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-vimeo.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-vk {
|
|
color: #fff;
|
|
background-color: #587ea3;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-vk:hover {
|
|
color: #fff;
|
|
background-color: #4b6b8a;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-vk.focus,
|
|
.btn-vk:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-vk.disabled,
|
|
.btn-vk:disabled {
|
|
color: #fff;
|
|
background-color: #587ea3;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-vk:not(:disabled):not(.disabled).active,
|
|
.btn-vk:not(:disabled):not(.disabled):active,
|
|
.show>.btn-vk.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #466482;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-vk:not(:disabled):not(.disabled).active:focus,
|
|
.btn-vk:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-vk.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-yahoo {
|
|
color: #fff;
|
|
background-color: #720e9e;
|
|
border-color: #fff;
|
|
box-shadow: none
|
|
}
|
|
|
|
.btn-yahoo:hover {
|
|
color: #fff;
|
|
background-color: #590b7b;
|
|
border-color: #e6e6e6
|
|
}
|
|
|
|
.btn-yahoo.focus,
|
|
.btn-yahoo:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.btn-yahoo.disabled,
|
|
.btn-yahoo:disabled {
|
|
color: #fff;
|
|
background-color: #720e9e;
|
|
border-color: #fff
|
|
}
|
|
|
|
.btn-yahoo:not(:disabled):not(.disabled).active,
|
|
.btn-yahoo:not(:disabled):not(.disabled):active,
|
|
.show>.btn-yahoo.dropdown-toggle {
|
|
color: #fff;
|
|
background-color: #500a6f;
|
|
border-color: #dfdfdf
|
|
}
|
|
|
|
.btn-yahoo:not(:disabled):not(.disabled).active:focus,
|
|
.btn-yahoo:not(:disabled):not(.disabled):active:focus,
|
|
.show>.btn-yahoo.dropdown-toggle:focus {
|
|
box-shadow: none, 0 0 0 .2rem hsla(0, 0%, 100%, .5)
|
|
}
|
|
|
|
.lang-rtl * {
|
|
direction: rtl !important
|
|
}
|
|
|
|
.lang-rtl main {
|
|
text-align: right !important
|
|
}
|
|
|
|
html {
|
|
min-height: 100vh;
|
|
font-size: .75rem
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
html {
|
|
font-size: .813rem
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
html {
|
|
font-size: .875rem
|
|
}
|
|
}
|
|
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #000
|
|
}
|
|
|
|
body,
|
|
main {
|
|
background: #fff
|
|
}
|
|
|
|
main {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden
|
|
}
|
|
|
|
a {
|
|
outline: none;
|
|
transition: all .3s ease-in-out;
|
|
color: #000
|
|
}
|
|
|
|
a:active,
|
|
a:focus,
|
|
a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.bg-primary-lighten {
|
|
background: #057176
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.bg-primary-lighten.gift {
|
|
background: url(../../assets/img/vector.png) no-repeat 12.5% 0 #057176
|
|
}
|
|
}
|
|
|
|
.bg-primary-lighten.gift .product-buttons .add-to-cart .price {
|
|
color: #fff
|
|
}
|
|
|
|
.bg-primary-lighten.gift .product-buttons .add-to-cart:focus,
|
|
.bg-primary-lighten.gift .product-buttons .add-to-cart:hover {
|
|
color: #fff;
|
|
background: #832431
|
|
}
|
|
|
|
.title-block {
|
|
font: 500 1.71429rem/1.85714rem Poppins, sans-serif
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.title-block {
|
|
font-size: 2.57143rem;
|
|
line-height: 1.1
|
|
}
|
|
}
|
|
|
|
.products-section-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
// font: 300 2.85714rem/3.14286rem Poppins, sans-serif;
|
|
font-family: 'Poppins', sans-serif !important;
|
|
text-transform: capitalize
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.products-section-title:before {
|
|
margin-right: 1.78571rem;
|
|
background: url(../../assets/img/title-left.png) no-repeat
|
|
}
|
|
|
|
.products-section-title:after,
|
|
.products-section-title:before {
|
|
position: relative;
|
|
display: inline-block;
|
|
content: "";
|
|
width: 2.85714rem;
|
|
height: 3.07143rem
|
|
}
|
|
|
|
.products-section-title:after {
|
|
margin-left: 1.78571rem;
|
|
background: url(../../assets/img/title-right.png) no-repeat
|
|
}
|
|
}
|
|
|
|
.subcategory-title {
|
|
font: 300 1.57143rem/1.85714rem Poppins, sans-serif
|
|
}
|
|
|
|
.subcategory-name {
|
|
font: 500 1.28571rem/1.57143rem Poppins, sans-serif
|
|
}
|
|
|
|
.subpage-title {
|
|
font: 500 1.28571rem/1.71429rem Poppins, sans-serif;
|
|
color: #000;
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.subpage-title {
|
|
font-size: 1.71429rem
|
|
}
|
|
}
|
|
|
|
.link {
|
|
cursor: pointer
|
|
}
|
|
|
|
.link.link-primary {
|
|
font-size: .85714rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: .06em;
|
|
color: #c83b4e
|
|
}
|
|
|
|
.link.link-primary span {
|
|
text-decoration: underline
|
|
}
|
|
|
|
.link.link-primary i {
|
|
font-size: 1.28571rem;
|
|
margin-right: .35714rem
|
|
}
|
|
|
|
.link.link-primary:hover {
|
|
color: #000
|
|
}
|
|
|
|
.link.link-primary:hover span {
|
|
text-decoration: none
|
|
}
|
|
|
|
.link.link-dark {
|
|
color: #202020
|
|
}
|
|
|
|
.link.link-dark:focus,
|
|
.link.link-dark:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.btn,
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.product-miniature-information .product-buttons .add-to-cart,
|
|
.product-miniature-information .product-buttons .customize,
|
|
.product-miniature-information .product-buttons .view-product,
|
|
button {
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
font-size: .92857rem;
|
|
line-height: 1.23;
|
|
padding: .92857rem 2.14286rem;
|
|
letter-spacing: .15em;
|
|
position: relative;
|
|
z-index: 1;
|
|
transition: all .3s ease-in-out;
|
|
cursor: pointer;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
// text-overflow: ellipsis;
|
|
border-radius: 0;
|
|
border: none
|
|
}
|
|
|
|
.btn:active,
|
|
.btn:focus,
|
|
.grid .product-miniature .product-buttons .quick-view:active,
|
|
.grid .product-miniature .product-buttons .quick-view:focus,
|
|
.product-miniature-information .product-buttons .add-to-cart:active,
|
|
.product-miniature-information .product-buttons .add-to-cart:focus,
|
|
.product-miniature-information .product-buttons .customize:active,
|
|
.product-miniature-information .product-buttons .customize:focus,
|
|
.product-miniature-information .product-buttons .view-product:active,
|
|
.product-miniature-information .product-buttons .view-product:focus,
|
|
button:active,
|
|
button:focus {
|
|
outline: none
|
|
}
|
|
|
|
.btn.disabled,
|
|
.btn:disabled,
|
|
.grid .product-miniature .product-buttons .disabled.quick-view,
|
|
.grid .product-miniature .product-buttons .quick-view:disabled,
|
|
.product-miniature-information .product-buttons .add-to-cart:disabled,
|
|
.product-miniature-information .product-buttons .customize:disabled,
|
|
.product-miniature-information .product-buttons .disabled.add-to-cart,
|
|
.product-miniature-information .product-buttons .disabled.customize,
|
|
.product-miniature-information .product-buttons .disabled.view-product,
|
|
.product-miniature-information .product-buttons .view-product:disabled,
|
|
button.disabled,
|
|
button:disabled {
|
|
pointer-events: none;
|
|
opacity: .6
|
|
}
|
|
|
|
.btn.fa,
|
|
.grid .product-miniature .product-buttons .fa.quick-view,
|
|
.product-miniature-information .product-buttons .fa.add-to-cart,
|
|
.product-miniature-information .product-buttons .fa.customize,
|
|
.product-miniature-information .product-buttons .fa.view-product,
|
|
button.fa {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-size: 1rem;
|
|
line-height: 1
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
|
|
.btn,
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.product-miniature-information .product-buttons .add-to-cart,
|
|
.product-miniature-information .product-buttons .customize,
|
|
.product-miniature-information .product-buttons .view-product,
|
|
button {
|
|
letter-spacing: .3em
|
|
}
|
|
}
|
|
|
|
.btn-group-sm>.btn,
|
|
.btn-sm,
|
|
.grid .product-miniature .product-buttons .btn-group-sm>.quick-view,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.add-to-cart,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.customize,
|
|
.product-miniature-information .product-buttons .btn-group-sm>.view-product {
|
|
font-size: .85714rem;
|
|
line-height: 1rem;
|
|
padding: .78571rem .92857rem
|
|
}
|
|
|
|
.btn-md {
|
|
padding: 1rem 2.14286rem
|
|
}
|
|
|
|
.btn-group-lg>.btn,
|
|
.btn-lg,
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.product-miniature-information .product-buttons .add-to-cart,
|
|
.product-miniature-information .product-buttons .customize,
|
|
.product-miniature-information .product-buttons .view-product {
|
|
padding: 1.57143rem 3.57143rem
|
|
}
|
|
|
|
.btn-link {
|
|
text-transform: uppercase;
|
|
font: 500 .92857rem/1.07143rem Poppins, sans-serif;
|
|
letter-spacing: .3em;
|
|
color: #000
|
|
}
|
|
|
|
.btn-link:active,
|
|
.btn-link:focus,
|
|
.btn-link:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.btn-default,
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.product-miniature-information .product-buttons .add-to-cart,
|
|
.product-miniature-information .product-buttons .customize,
|
|
.product-miniature-information .product-buttons .view-product {
|
|
background: #c83b4e;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-default:active,
|
|
.btn-default:focus,
|
|
.btn-default:hover,
|
|
.grid .product-miniature .product-buttons .quick-view:active,
|
|
.grid .product-miniature .product-buttons .quick-view:focus,
|
|
.grid .product-miniature .product-buttons .quick-view:hover,
|
|
.product-miniature-information .product-buttons .add-to-cart:active,
|
|
.product-miniature-information .product-buttons .add-to-cart:focus,
|
|
.product-miniature-information .product-buttons .add-to-cart:hover,
|
|
.product-miniature-information .product-buttons .customize:active,
|
|
.product-miniature-information .product-buttons .customize:focus,
|
|
.product-miniature-information .product-buttons .customize:hover,
|
|
.product-miniature-information .product-buttons .view-product:active,
|
|
.product-miniature-information .product-buttons .view-product:focus,
|
|
.product-miniature-information .product-buttons .view-product:hover {
|
|
color: #fff;
|
|
background: #832431
|
|
}
|
|
|
|
.btn-primary {
|
|
background: #c83b4e;
|
|
color: #fff;
|
|
border: .07143rem solid #c83b4e
|
|
}
|
|
|
|
.btn-primary:active,
|
|
.btn-primary:focus,
|
|
.btn-primary:hover {
|
|
background: #fff;
|
|
border-color: #c83b4e;
|
|
color: #c83b4e
|
|
}
|
|
|
|
.btn-primary:not(:disabled):not(.disabled).active,
|
|
.btn-primary:not(:disabled):not(.disabled):active {
|
|
color: rgba(200, 59, 78, .7);
|
|
background: hsla(0, 0%, 100%, .7);
|
|
border-color: rgba(200, 59, 78, .7)
|
|
}
|
|
|
|
.btn-primary.disabled,
|
|
.btn-primary:disabled {
|
|
background: #c83b4e;
|
|
color: #fff;
|
|
border: .07143rem solid #c83b4e
|
|
}
|
|
|
|
.btn-secondary {
|
|
background: #f8f8f8;
|
|
color: #000;
|
|
border: .07143rem solid #f8f8f8
|
|
}
|
|
|
|
.btn-secondary:active,
|
|
.btn-secondary:focus,
|
|
.btn-secondary:hover {
|
|
background: #000;
|
|
color: #fff;
|
|
border-color: #000
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
padding-left: 0
|
|
}
|
|
|
|
ul.list-default>li {
|
|
margin-bottom: .85714rem
|
|
}
|
|
|
|
ul.list-default>li:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
ul.list-style-disk li {
|
|
position: relative;
|
|
padding-left: 1.07143rem;
|
|
margin-bottom: .35714rem
|
|
}
|
|
|
|
ul.list-style-disk li a {
|
|
font: 300 .92857rem/1.07143rem Poppins, sans-serif
|
|
}
|
|
|
|
ul.list-style-disk li:before {
|
|
content: "\2022";
|
|
font-size: 1.14286rem;
|
|
line-height: 1;
|
|
position: absolute;
|
|
top: .21429rem;
|
|
left: .07143rem;
|
|
color: #c83b4e
|
|
}
|
|
|
|
.breadcrumb {
|
|
position: relative;
|
|
z-index: 0
|
|
}
|
|
|
|
.breadcrumb:after,
|
|
.breadcrumb:before {
|
|
position: absolute;
|
|
content: "";
|
|
background: #057176;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 714.28571rem;
|
|
z-index: -1
|
|
}
|
|
|
|
.breadcrumb:before {
|
|
right: 99%
|
|
}
|
|
|
|
.breadcrumb:after {
|
|
left: 99%
|
|
}
|
|
|
|
.breadcrumb-item {
|
|
font: 300 .92857rem/1.14286rem Poppins, sans-serif;
|
|
color: #fff
|
|
}
|
|
|
|
.breadcrumb-item a {
|
|
color: #fff
|
|
}
|
|
|
|
.breadcrumb-item a:active,
|
|
.breadcrumb-item a:focus,
|
|
.breadcrumb-item a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.breadcrumb-item+.breadcrumb-item:before {
|
|
font-size: .71429rem;
|
|
color: #fff;
|
|
line-height: 1;
|
|
font-family: Linearicons
|
|
}
|
|
|
|
.card-header {
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
letter-spacing: .2em
|
|
}
|
|
|
|
#notifications,
|
|
.alert,
|
|
.help-block {
|
|
text-align: left
|
|
}
|
|
|
|
#notifications:empty,
|
|
.alert:empty,
|
|
.help-block:empty {
|
|
display: none
|
|
}
|
|
|
|
#notifications ul:last-child,
|
|
.alert ul:last-child,
|
|
.help-block ul:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.alert {
|
|
padding-left: 4.28571rem;
|
|
position: relative;
|
|
font-size: .85714rem;
|
|
line-height: 1.429rem
|
|
}
|
|
|
|
.alert:before {
|
|
font-family: FontAwesome;
|
|
font-size: 1.42857rem;
|
|
line-height: 1.42857rem;
|
|
display: block;
|
|
position: absolute;
|
|
top: .92857rem;
|
|
left: 1.57143rem
|
|
}
|
|
|
|
.alert.alert-info:before,
|
|
.alert.alert-warning:before {
|
|
content: "\F05A"
|
|
}
|
|
|
|
.alert.alert-danger:before {
|
|
content: "\F071"
|
|
}
|
|
|
|
.alert.alert-success:before {
|
|
content: "\F058"
|
|
}
|
|
|
|
.alert.alert-dismissible .close {
|
|
padding: 0;
|
|
top: 1rem;
|
|
right: 1.07143rem
|
|
}
|
|
|
|
.alert.alert-dismissible .close i {
|
|
font-size: 1.07143rem
|
|
}
|
|
|
|
.has-error input,
|
|
.has-error select {
|
|
outline: .1875rem solid #832431
|
|
}
|
|
|
|
.has-error .help-block {
|
|
padding: 0;
|
|
margin-top: 1.07143rem
|
|
}
|
|
|
|
.has-error .help-block .alert {
|
|
margin-bottom: .71429rem
|
|
}
|
|
|
|
.has-error .help-block .alert:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
[data-toggle=collapse] i {
|
|
transition: all .3s ease-in-out;
|
|
display: inline-block
|
|
}
|
|
|
|
[data-toggle=collapse][aria-expanded*=true] i {
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.toggle-wrapper i {
|
|
transition: transform .3s ease-in-out;
|
|
display: inline-block;
|
|
font-size: 1.14286rem;
|
|
transform-origin: 50% 40%
|
|
}
|
|
|
|
.toggle-wrapper[aria-expanded*=true] i {
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.dropdown-menu .dropdown-close.close {
|
|
cursor: pointer;
|
|
outline: none;
|
|
position: absolute;
|
|
right: .71429rem;
|
|
top: .71429rem;
|
|
z-index: 5;
|
|
width: auto;
|
|
height: auto;
|
|
font-size: 1.14286rem;
|
|
line-height: 1
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.dropdown-menu .dropdown-close.close {
|
|
font-size: 1.71429rem;
|
|
line-height: 1;
|
|
top: 2.5rem;
|
|
right: 2.85714rem
|
|
}
|
|
}
|
|
|
|
.close {
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
.close,
|
|
.close:not(:disabled):not(.disabled) {
|
|
opacity: 1
|
|
}
|
|
|
|
.close:active,
|
|
.close:focus,
|
|
.close:hover {
|
|
color: #000
|
|
}
|
|
|
|
input:-webkit-autofill {
|
|
-webkit-box-shadow: 0 0 0 2.14286rem transparent inset;
|
|
-webkit-text-fill-color: #000 !important
|
|
}
|
|
|
|
.to-hide {
|
|
display: none
|
|
}
|
|
|
|
form:not(#add-to-cart-or-refresh):not(#product-customization):not(.jxsearchform) {
|
|
max-width: 42.85714rem
|
|
}
|
|
|
|
label {
|
|
color: #000
|
|
}
|
|
|
|
.form-control {
|
|
font-size: .92857rem
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-radio .custom-control-input:checked~.color-box,
|
|
.custom-radio #search_filters_wrapper section.facet .facet-list li .custom-control-input:checked~.color-box,
|
|
.custom-radio .custom-control-input:checked~.custom-control-label:before {
|
|
background: #f2f2f2
|
|
}
|
|
|
|
.custom-radio .custom-control-input:checked~.custom-control-label:after {
|
|
border: .28571rem solid #f2f2f2;
|
|
background: #282828;
|
|
border-radius: 100%
|
|
}
|
|
|
|
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
|
|
font-family: Linearicons;
|
|
content: "\EC34";
|
|
font-size: .92857rem;
|
|
line-height: 1rem
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-checkbox .custom-control-input:checked~.color-box,
|
|
.custom-checkbox #search_filters_wrapper section.facet .facet-list li .custom-control-input:checked~.color-box,
|
|
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
|
|
box-shadow: none
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 2.14286rem
|
|
}
|
|
|
|
.form-group.form-check-radio {
|
|
margin-bottom: 1.64286rem
|
|
}
|
|
|
|
.custom-select {
|
|
max-width: 100%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
text-overflow: ellipsis;
|
|
letter-spacing: 0;
|
|
text-transform: none
|
|
}
|
|
|
|
.custom-file-wrapper .custom-file {
|
|
height: auto
|
|
}
|
|
|
|
.custom-file-wrapper .custom-file .custom-file-input {
|
|
position: absolute;
|
|
height: 100%;
|
|
padding: 0;
|
|
z-index: 0
|
|
}
|
|
|
|
.bootstrap-touchspin .btn,
|
|
.bootstrap-touchspin .grid .product-miniature .product-buttons .quick-view,
|
|
.bootstrap-touchspin .product-miniature-information .product-buttons .add-to-cart,
|
|
.bootstrap-touchspin .product-miniature-information .product-buttons .customize,
|
|
.bootstrap-touchspin .product-miniature-information .product-buttons .view-product,
|
|
.grid .product-miniature .product-buttons .bootstrap-touchspin .quick-view,
|
|
.product-miniature-information .product-buttons .bootstrap-touchspin .add-to-cart,
|
|
.product-miniature-information .product-buttons .bootstrap-touchspin .customize,
|
|
.product-miniature-information .product-buttons .bootstrap-touchspin .view-product {
|
|
border-radius: 0 !important
|
|
}
|
|
|
|
.product-thumbnail {
|
|
display: block;
|
|
text-align: center;
|
|
position: relative
|
|
}
|
|
|
|
.product-thumbnail a.product-thumbnail-link {
|
|
display: block
|
|
}
|
|
|
|
.product-thumbnail .close-product {
|
|
position: absolute;
|
|
right: .21429rem;
|
|
top: .21429rem;
|
|
width: auto;
|
|
height: auto;
|
|
text-align: center;
|
|
z-index: 1;
|
|
opacity: 1;
|
|
font-size: 1rem;
|
|
line-height: 1;
|
|
color: #8b8b8b
|
|
}
|
|
|
|
.product-thumbnail .close-product:active,
|
|
.product-thumbnail .close-product:focus,
|
|
.product-thumbnail .close-product:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
ul.product-flags {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 0;
|
|
z-index: 1
|
|
}
|
|
|
|
ul.product-flags li {
|
|
padding: .14286rem .35714rem 0;
|
|
min-width: 2.5rem;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
font-size: .85714rem;
|
|
line-height: 1.42857rem;
|
|
letter-spacing: .15em;
|
|
text-transform: uppercase;
|
|
white-space: nowrap;
|
|
float: left;
|
|
clear: left
|
|
}
|
|
|
|
ul.product-flags li:not(:first-child) {
|
|
margin-top: .35714rem
|
|
}
|
|
|
|
ul.product-flags li.discount,
|
|
ul.product-flags li.label-daydeal,
|
|
ul.product-flags li.on-sale {
|
|
background: #c83b4e
|
|
}
|
|
|
|
ul.product-flags li.new {
|
|
background: #000
|
|
}
|
|
|
|
ul.product-flags li.online-only {
|
|
background: #b8e1e2
|
|
}
|
|
|
|
ul.product-flags li.pack {
|
|
background: #f7d8bb
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
ul.product-flags li {
|
|
padding: .14286rem .42857rem 0 .71429rem;
|
|
font-weight: 600;
|
|
font-size: .92857rem;
|
|
line-height: 1.78571rem;
|
|
letter-spacing: .3em
|
|
}
|
|
|
|
ul.product-flags li:not(:first-child) {
|
|
margin-top: .71429rem
|
|
}
|
|
}
|
|
|
|
.product-title {
|
|
font: 500 .92857rem/1.07143rem Poppins, sans-serif;
|
|
color: #000
|
|
}
|
|
|
|
.product-title a {
|
|
color: #000
|
|
}
|
|
|
|
.product-title a:active,
|
|
.product-title a:focus,
|
|
.product-title a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.product-description-short {
|
|
font-size: .875rem;
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
.category-name {
|
|
font-weight: 300;
|
|
font-size: 2.14286rem;
|
|
line-height: 1.1;
|
|
font-family: Poppins, sans-serif
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.category-name {
|
|
font-size: 2.85714rem
|
|
}
|
|
}
|
|
|
|
.variant-links {
|
|
margin: 0 -.5rem .71429rem;
|
|
line-height: 0
|
|
}
|
|
|
|
.variant-links .variant-links-item {
|
|
margin: 0 .5rem .71429rem;
|
|
display: inline-block
|
|
}
|
|
|
|
.variant-links .variant-links-item a,
|
|
.variant-links .variant-links-item label {
|
|
display: block;
|
|
margin: 0;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative;
|
|
font-weight: 300;
|
|
font-size: 1.28571rem;
|
|
line-height: 1.42857rem;
|
|
font-family: Poppins, sans-serif;
|
|
color: #000;
|
|
transition: .3s
|
|
}
|
|
|
|
.variant-links .variant-links-item a:after,
|
|
.variant-links .variant-links-item label:after {
|
|
position: absolute;
|
|
content: "";
|
|
left: 0;
|
|
top: 100%;
|
|
background: #000;
|
|
height: .07143rem;
|
|
transition: all .3s ease-in-out;
|
|
width: 0;
|
|
opacity: 0
|
|
}
|
|
|
|
.variant-links .variant-links-item a.color span,
|
|
.variant-links .variant-links-item a input,
|
|
.variant-links .variant-links-item label.color span,
|
|
.variant-links .variant-links-item label input {
|
|
display: none
|
|
}
|
|
|
|
.variant-links .variant-links-item a.color,
|
|
.variant-links .variant-links-item label.color {
|
|
width: 3.14286rem;
|
|
height: 3.14286rem;
|
|
border-radius: 100%
|
|
}
|
|
|
|
.variant-links .variant-links-item a.color:after,
|
|
.variant-links .variant-links-item label.color:after {
|
|
display: none
|
|
}
|
|
|
|
.variant-links .variant-links-item a.color:before,
|
|
.variant-links .variant-links-item label.color:before {
|
|
position: absolute;
|
|
font-family: Linearicons;
|
|
content: "\EC34";
|
|
font-size: .92857rem;
|
|
line-height: 3.14286rem;
|
|
color: #000;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
opacity: 0;
|
|
text-align: center;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
.variant-links .variant-links-item a.color[style*="background-color: #ffffff"],
|
|
.variant-links .variant-links-item label.color[style*="background-color: #ffffff"] {
|
|
box-shadow: inset 0 0 0 .07143rem rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
.variant-links .variant-links-item.active a:after,
|
|
.variant-links .variant-links-item.active label:after,
|
|
.variant-links .variant-links-item:hover a:after,
|
|
.variant-links .variant-links-item:hover label:after {
|
|
width: 100%;
|
|
opacity: 1
|
|
}
|
|
|
|
.variant-links .variant-links-item:hover a.color,
|
|
.variant-links .variant-links-item:hover label.color {
|
|
transform: scale(.9)
|
|
}
|
|
|
|
.variant-links .variant-links-item.active a,
|
|
.variant-links .variant-links-item.active label {
|
|
font-weight: 500
|
|
}
|
|
|
|
.variant-links .variant-links-item.active a.color:before,
|
|
.variant-links .variant-links-item.active label.color:before {
|
|
opacity: 1
|
|
}
|
|
|
|
.variant-links .js-count {
|
|
display: none
|
|
}
|
|
|
|
.product-price,
|
|
[class*=" product-price-"],
|
|
[class^=product-price-] {
|
|
font-size: 1.28571rem;
|
|
line-height: 1.111;
|
|
display: inline-flex;
|
|
align-items: baseline;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.product-price .price,
|
|
[class*=" product-price-"] .price,
|
|
[class^=product-price-] .price {
|
|
order: 1
|
|
}
|
|
|
|
.product-price .regular-price,
|
|
[class*=" product-price-"] .regular-price,
|
|
[class^=product-price-] .regular-price {
|
|
order: 2
|
|
}
|
|
|
|
.product-price .discount-amount,
|
|
.product-price .discount-percentage,
|
|
[class*=" product-price-"] .discount-amount,
|
|
[class*=" product-price-"] .discount-percentage,
|
|
[class^=product-price-] .discount-amount,
|
|
[class^=product-price-] .discount-percentage {
|
|
order: 3
|
|
}
|
|
|
|
.product-price .tax-shipping-delivery-label,
|
|
[class*=" product-price-"] .tax-shipping-delivery-label,
|
|
[class^=product-price-] .tax-shipping-delivery-label {
|
|
order: 4;
|
|
margin-right: .35714rem
|
|
}
|
|
|
|
.product-price .daydeal-box,
|
|
[class*=" product-price-"] .daydeal-box,
|
|
[class^=product-price-] .daydeal-box {
|
|
order: 5;
|
|
flex: 1 1 100%
|
|
}
|
|
|
|
.product-price .unit-price-cart,
|
|
[class*=" product-price-"] .unit-price-cart,
|
|
[class^=product-price-] .unit-price-cart {
|
|
order: 5
|
|
}
|
|
|
|
.product-price.product-price-lg,
|
|
[class*=" product-price-"].product-price-lg,
|
|
[class^=product-price-].product-price-lg {
|
|
font-size: 2.85714rem
|
|
}
|
|
|
|
.product-price.product-price-lg .price,
|
|
[class*=" product-price-"].product-price-lg .price,
|
|
[class^=product-price-].product-price-lg .price {
|
|
font-size: 2.85714rem;
|
|
line-height: 1.111;
|
|
margin-right: .71429rem
|
|
}
|
|
|
|
.product-price.product-price-lg .discount-amount,
|
|
.product-price.product-price-lg .discount-percentage,
|
|
.product-price.product-price-lg .regular-price,
|
|
[class*=" product-price-"].product-price-lg .discount-amount,
|
|
[class*=" product-price-"].product-price-lg .discount-percentage,
|
|
[class*=" product-price-"].product-price-lg .regular-price,
|
|
[class^=product-price-].product-price-lg .discount-amount,
|
|
[class^=product-price-].product-price-lg .discount-percentage,
|
|
[class^=product-price-].product-price-lg .regular-price {
|
|
font-size: 1.71429rem;
|
|
line-height: 1.111
|
|
}
|
|
|
|
.product-price.product-price-sm,
|
|
[class*=" product-price-"].product-price-sm,
|
|
[class^=product-price-].product-price-sm {
|
|
font-size: 1.14286rem
|
|
}
|
|
|
|
.product-price.product-price-sm .price,
|
|
[class*=" product-price-"].product-price-sm .price,
|
|
[class^=product-price-].product-price-sm .price {
|
|
font-size: 1.14286rem;
|
|
line-height: 1.111;
|
|
margin-right: .35714rem
|
|
}
|
|
|
|
.product-price.product-price-sm .regular-price,
|
|
[class*=" product-price-"].product-price-sm .regular-price,
|
|
[class^=product-price-].product-price-sm .regular-price {
|
|
margin-right: .35714rem
|
|
}
|
|
|
|
.product-price.product-price-sm .discount-amount,
|
|
.product-price.product-price-sm .discount-percentage,
|
|
.product-price.product-price-sm .unit-price-cart,
|
|
[class*=" product-price-"].product-price-sm .discount-amount,
|
|
[class*=" product-price-"].product-price-sm .discount-percentage,
|
|
[class*=" product-price-"].product-price-sm .unit-price-cart,
|
|
[class^=product-price-].product-price-sm .discount-amount,
|
|
[class^=product-price-].product-price-sm .discount-percentage,
|
|
[class^=product-price-].product-price-sm .unit-price-cart {
|
|
font-size: 1.14286rem;
|
|
line-height: 1.111
|
|
}
|
|
|
|
.product-price.with-discount .price,
|
|
.product-price.with-discount .regular-price,
|
|
[class*=" product-price-"].with-discount .price,
|
|
[class*=" product-price-"].with-discount .regular-price,
|
|
[class^=product-price-].with-discount .price,
|
|
[class^=product-price-].with-discount .regular-price {
|
|
margin-right: .57143rem
|
|
}
|
|
|
|
.product-price.with-discount.product-price-lg .discount-amount,
|
|
.product-price.with-discount.product-price-lg .discount-percentage,
|
|
.product-price.with-discount.product-price-lg .price,
|
|
.product-price.with-discount.product-price-lg .regular-price,
|
|
[class*=" product-price-"].with-discount.product-price-lg .discount-amount,
|
|
[class*=" product-price-"].with-discount.product-price-lg .discount-percentage,
|
|
[class*=" product-price-"].with-discount.product-price-lg .price,
|
|
[class*=" product-price-"].with-discount.product-price-lg .regular-price,
|
|
[class^=product-price-].with-discount.product-price-lg .discount-amount,
|
|
[class^=product-price-].with-discount.product-price-lg .discount-percentage,
|
|
[class^=product-price-].with-discount.product-price-lg .price,
|
|
[class^=product-price-].with-discount.product-price-lg .regular-price {
|
|
margin-right: .71429rem
|
|
}
|
|
|
|
.price {
|
|
font: 500 1.28571rem/1.42857rem Poppins, sans-serif;
|
|
color: #000
|
|
}
|
|
|
|
.regular-price {
|
|
text-decoration: line-through;
|
|
font: 300 .92857rem/1.42857rem Poppins, sans-serif;
|
|
color: #8b8b8b
|
|
}
|
|
|
|
.discount-amount,
|
|
.discount-percentage,
|
|
.unit-price-cart {
|
|
font: 500 1.28571rem/1.42857rem Poppins, sans-serif;
|
|
color: #c83b4e
|
|
}
|
|
|
|
.tax-shipping-delivery-label {
|
|
font: 300 .92857rem/1.42857rem Poppins, sans-serif;
|
|
color: #8b8b8b
|
|
}
|
|
|
|
.material-scrolltop {
|
|
display: block;
|
|
position: fixed;
|
|
width: 0;
|
|
height: 0;
|
|
bottom: 100px;
|
|
right: 1.64286rem;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
outline: none !important;
|
|
border: none;
|
|
box-shadow: 0 .21429rem .71429rem rgba(200, 59, 78, .5);
|
|
cursor: pointer;
|
|
border-radius: 50%;
|
|
background: #c83b4e;
|
|
transition: all .3s cubic-bezier(.25, .25, 0, 1)
|
|
}
|
|
|
|
.material-scrolltop:hover {
|
|
background-color: #a22e3d;
|
|
text-decoration: none;
|
|
box-shadow: 0 .21429rem .71429rem rgba(200, 59, 78, .5), 0 .21429rem 1.07143rem rgba(200, 59, 78, .5)
|
|
}
|
|
|
|
.material-scrolltop.reveal {
|
|
width: 4rem;
|
|
height: 4rem
|
|
}
|
|
|
|
.material-scrolltop i {
|
|
display: block;
|
|
font-size: 1.78571rem;
|
|
color: #fff
|
|
}
|
|
|
|
.blockreassurance_product .item-product img.svg {
|
|
width: 1.78571rem;
|
|
height: 1.78571rem
|
|
}
|
|
|
|
#header .isStuck {
|
|
transition: .3s;
|
|
transform: translateY(0);
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
background: #fff;
|
|
border-bottom: .07143rem solid #000;
|
|
padding: .35714rem 1.07143rem
|
|
}
|
|
|
|
#header .isStuck:not(:hover):not(.active) {
|
|
transform: translateY(-100%)
|
|
}
|
|
|
|
div[class*=mobile_for_]:empty,
|
|
div[id^=_mobile_]:empty {
|
|
display: none
|
|
}
|
|
|
|
div[class*=mobile_for_]:not(:empty),
|
|
div[id^=_mobile_]:not(:empty) {
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-name: fadeIn;
|
|
animation-name: fadeIn
|
|
}
|
|
|
|
.swiper-button-next,
|
|
.swiper-button-prev {
|
|
background: none !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 2.85714rem;
|
|
height: 2.85714rem;
|
|
margin-top: -1.42857rem;
|
|
z-index: 10;
|
|
cursor: pointer;
|
|
font-size: 2.85714rem;
|
|
line-height: 1;
|
|
color: #202020;
|
|
text-align: center;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
.swiper-button-next:active,
|
|
.swiper-button-next:focus,
|
|
.swiper-button-next:hover,
|
|
.swiper-button-prev:active,
|
|
.swiper-button-prev:focus,
|
|
.swiper-button-prev:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.swiper-button-prev,
|
|
.swiper-container-rtl .swiper-button-next {
|
|
left: 10px;
|
|
right: auto
|
|
}
|
|
|
|
.swiper-button-prev:before,
|
|
.swiper-container-rtl .swiper-button-next:before {
|
|
font-family: FontAwesome;
|
|
content: "\F104"
|
|
}
|
|
|
|
.swiper-button-next,
|
|
.swiper-container-rtl .swiper-button-prev {
|
|
right: 10px;
|
|
left: auto
|
|
}
|
|
|
|
.swiper-button-next:before,
|
|
.swiper-container-rtl .swiper-button-prev:before {
|
|
font-family: FontAwesome;
|
|
content: "\F105"
|
|
}
|
|
|
|
.swiper-button-next.swiper-button-disabled,
|
|
.swiper-button-prev.swiper-button-disabled {
|
|
opacity: .35;
|
|
cursor: auto
|
|
}
|
|
|
|
.swiper-button-next.swiper-button-disabled.hideControlOnEnd,
|
|
.swiper-button-prev.swiper-button-disabled.hideControlOnEnd {
|
|
display: none
|
|
}
|
|
|
|
.swiper-container-vertical .swiper-button-next,
|
|
.swiper-container-vertical .swiper-button-prev {
|
|
background: none !important;
|
|
left: 50%;
|
|
right: auto;
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
top: 0;
|
|
margin-top: 0;
|
|
margin-left: -15px;
|
|
font-size: 30px
|
|
}
|
|
|
|
.swiper-container-vertical .swiper-button-next:before,
|
|
.swiper-container-vertical .swiper-button-prev:before {
|
|
font-family: FontAwesome;
|
|
content: "\F106"
|
|
}
|
|
|
|
.swiper-container-vertical .swiper-button-next {
|
|
top: auto;
|
|
bottom: 0
|
|
}
|
|
|
|
.swiper-container-vertical .swiper-button-next:before {
|
|
font-family: FontAwesome;
|
|
content: "\F107"
|
|
}
|
|
|
|
.swiper-pagination {
|
|
text-align: center;
|
|
transition: .3s;
|
|
transform: translateZ(0);
|
|
z-index: 10
|
|
}
|
|
|
|
.swiper-pagination.swiper-pagination-hidden {
|
|
opacity: 0
|
|
}
|
|
|
|
.swiper-pagination-bullet {
|
|
background: #000;
|
|
width: 1.14286rem;
|
|
height: 1.14286rem;
|
|
display: inline-block;
|
|
border-radius: 100%;
|
|
box-shadow: 0 0 0 .14286rem transparent;
|
|
opacity: 1;
|
|
transition: all .3s ease;
|
|
transform: scale(.6)
|
|
}
|
|
|
|
.swiper-pagination-bullet.swiper-pagination-bullet-active,
|
|
.swiper-pagination-bullet:hover {
|
|
background: transparent;
|
|
box-shadow: 0 0 0 .14286rem #000;
|
|
transform: scale(1)
|
|
}
|
|
|
|
.swiper-pagination-bullet.swiper-pagination-bullet-active {
|
|
pointer-events: none;
|
|
cursor: default
|
|
}
|
|
|
|
button.swiper-pagination-bullet {
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
box-shadow: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none
|
|
}
|
|
|
|
.swiper-pagination-clickable .swiper-pagination-bullet {
|
|
cursor: pointer
|
|
}
|
|
|
|
.swiper-container-vertical>.swiper-pagination-bullets {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 50%;
|
|
transform: translate3d(0, -50%, 0)
|
|
}
|
|
|
|
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
margin: 14px 0;
|
|
display: block
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
margin: 10px 0
|
|
}
|
|
}
|
|
|
|
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
|
|
margin-top: 5px
|
|
}
|
|
|
|
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
|
|
margin-bottom: 5px
|
|
}
|
|
|
|
.products-section-title>.swiper-pagination-bullets .swiper-pagination-bullet,
|
|
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
margin: 11px 24px 0
|
|
}
|
|
|
|
@media (max-width:1199.98px) {
|
|
|
|
.products-section-title>.swiper-pagination-bullets .swiper-pagination-bullet,
|
|
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
margin: 11px 16px 0
|
|
}
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
|
|
.products-section-title>.swiper-pagination-bullets .swiper-pagination-bullet,
|
|
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
margin: 6px 10px 0
|
|
}
|
|
}
|
|
|
|
.products-section-title>.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
|
|
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.products-section-title>.swiper-pagination-bullets .swiper-pagination-bullet:last-child,
|
|
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
|
|
margin-right: 5px
|
|
}
|
|
|
|
[class*=u-carousel] .swiper-container-vertical .swiper-wrapper {
|
|
flex-direction: row !important;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
[class*=u-carousel] .swiper-container-vertical .swiper-wrapper .swiper-slide {
|
|
height: auto !important;
|
|
margin: 0;
|
|
flex: 0 0 100% !important;
|
|
max-width: 100% !important
|
|
}
|
|
|
|
[class*=u-carousel] .hidden-controls .swiper-button-next,
|
|
[class*=u-carousel] .hidden-controls .swiper-button-prev,
|
|
[class*=u-carousel] .hidden-controls .swiper-pagination {
|
|
display: none
|
|
}
|
|
|
|
.swiper-container {
|
|
width: 100%
|
|
}
|
|
|
|
ul.swiper-wrapper {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout {
|
|
margin-top: 5.42857rem;
|
|
border-top: .07143rem solid #e0e0e0;
|
|
border-bottom: none;
|
|
justify-content: space-between
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout li {
|
|
position: relative;
|
|
text-align: center;
|
|
flex: 0 0 24%;
|
|
max-width: 7.14286rem;
|
|
font-weight: 500;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
@media (max-width:575.98px) {
|
|
body#checkout .nav-tabs-checkout li {
|
|
font-size: .85714rem;
|
|
max-width: 5rem
|
|
}
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout li a,
|
|
body#checkout .nav-tabs-checkout li span {
|
|
padding: 0;
|
|
border: none;
|
|
color: #282828
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout li a .step-number,
|
|
body#checkout .nav-tabs-checkout li span .step-number {
|
|
display: block;
|
|
font-size: 1.85714rem;
|
|
width: 7.14286rem;
|
|
height: 7.14286rem;
|
|
line-height: 7.14286rem;
|
|
border-radius: 100%;
|
|
border: .21429rem solid #000;
|
|
margin-top: -3.5rem;
|
|
margin-bottom: 1.71429rem;
|
|
background: #fff;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
@media (max-width:575.98px) {
|
|
|
|
body#checkout .nav-tabs-checkout li a .step-number,
|
|
body#checkout .nav-tabs-checkout li span .step-number {
|
|
width: 5rem;
|
|
height: 5rem;
|
|
line-height: 5rem;
|
|
margin-top: -2.42857rem;
|
|
font-size: 1.42857rem
|
|
}
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout li a.active,
|
|
body#checkout .nav-tabs-checkout li a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout li a.active .step-number,
|
|
body#checkout .nav-tabs-checkout li a:hover .step-number {
|
|
color: #c83b4e;
|
|
border-color: #c83b4e
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout li span.disabled {
|
|
color: #e0e0e0
|
|
}
|
|
|
|
body#checkout .nav-tabs-checkout li span.disabled .step-number {
|
|
color: #e0e0e0;
|
|
border-color: #e0e0e0
|
|
}
|
|
|
|
body#checkout .checkout-step .payment-option:not(:first-child) {
|
|
margin-top: .71429rem
|
|
}
|
|
|
|
body#checkout .checkout-step .delivery-options {
|
|
cursor: pointer
|
|
}
|
|
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item {
|
|
background: #f8f8f8;
|
|
padding: 1.42857rem;
|
|
cursor: pointer
|
|
}
|
|
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item * {
|
|
cursor: pointer
|
|
}
|
|
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item.current {
|
|
background: #f2f2f2
|
|
}
|
|
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item .delivery-option,
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item .row,
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item main .products,
|
|
main body#checkout .checkout-step .delivery-options .delivery-option-item .products {
|
|
align-items: center
|
|
}
|
|
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item .custom-control {
|
|
margin-bottom: 0;
|
|
padding-left: 4.28571rem
|
|
}
|
|
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item .custom-control .custom-control-label:after,
|
|
body#checkout .checkout-step .delivery-options .delivery-option-item .custom-control .custom-control-label:before {
|
|
top: 50% !important;
|
|
transform: translateY(-50%);
|
|
left: -3.57143rem
|
|
}
|
|
|
|
body#checkout .checkout-step .invoice-address-wrapper {
|
|
margin-top: 3.21429rem
|
|
}
|
|
|
|
body#checkout .checkout-step #conditions-to-approve {
|
|
padding-top: 2.14286rem
|
|
}
|
|
|
|
body#checkout .checkout-step #conditions-to-approve a {
|
|
color: #c83b4e
|
|
}
|
|
|
|
body#checkout .checkout-step #conditions-to-approve a:active,
|
|
body#checkout .checkout-step #conditions-to-approve a:focus,
|
|
body#checkout .checkout-step #conditions-to-approve a:hover {
|
|
color: #000
|
|
}
|
|
|
|
body#checkout .additional-information {
|
|
font-size: .875rem;
|
|
margin-left: 2.875rem;
|
|
margin-top: 1.25rem
|
|
}
|
|
|
|
body#checkout #order-summary-content {
|
|
padding-top: .9375rem
|
|
}
|
|
|
|
body#checkout #order-summary-content h4.h4 {
|
|
margin-top: .625rem;
|
|
margin-bottom: 1.25rem;
|
|
color: #000
|
|
}
|
|
|
|
body#checkout #order-summary-content h4.black {
|
|
color: #000
|
|
}
|
|
|
|
body#checkout #order-summary-content h4.addresshead {
|
|
margin-top: .1875rem
|
|
}
|
|
|
|
body#checkout #order-summary-content .order-confirmation-table {
|
|
padding: 1rem;
|
|
margin-bottom: 2rem;
|
|
background-color: #fff;
|
|
border: .21429rem solid #e5e5e5;
|
|
border-radius: 0
|
|
}
|
|
|
|
body#checkout #order-summary-content .summary-selected-carrier {
|
|
margin-bottom: .75rem;
|
|
background-color: #fff;
|
|
border: .07143rem solid #e5e5e5;
|
|
border-radius: 0;
|
|
padding: 1rem
|
|
}
|
|
|
|
body#checkout #delivery,
|
|
body#checkout #gift_message {
|
|
max-width: 100%;
|
|
border-color: #000
|
|
}
|
|
|
|
body#checkout #delivery textarea,
|
|
body#checkout #gift_message textarea {
|
|
max-width: 100%;
|
|
margin-bottom: .71429rem
|
|
}
|
|
|
|
body#checkout .identity a {
|
|
color: #d3f7bb;
|
|
font-weight: 700
|
|
}
|
|
|
|
body#checkout .identity a:active,
|
|
body#checkout .identity a:focus,
|
|
body#checkout .identity a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
body#checkout .header-checkout #contact-link {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
letter-spacing: .15em;
|
|
font: 400 1.14286rem/1.42857rem Poppins, sans-serif
|
|
}
|
|
|
|
body#checkout .header-checkout #contact-link a {
|
|
color: #c83b4e;
|
|
font: 500 2.14286rem/2.42857rem Poppins, sans-serif
|
|
}
|
|
|
|
body#checkout .header-checkout #contact-link a:active,
|
|
body#checkout .header-checkout #contact-link a:focus,
|
|
body#checkout .header-checkout #contact-link a:hover {
|
|
color: #000
|
|
}
|
|
|
|
.js-payment-binary,
|
|
.js-payment-binary .accept-cgv {
|
|
display: none
|
|
}
|
|
|
|
.js-payment-binary.disabled {
|
|
opacity: .6;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.js-payment-binary.disabled:before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
pointer-events: none
|
|
}
|
|
|
|
.js-payment-binary.disabled .accept-cgv {
|
|
display: block
|
|
}
|
|
|
|
#authentication .tooltip.tooltip-bottom {
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.form-control-content label+label {
|
|
margin-left: 1.42857rem
|
|
}
|
|
|
|
@media (min-width:470px) {
|
|
.address-selector {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 0 -1.07143rem
|
|
}
|
|
}
|
|
|
|
.address-selector .address-item {
|
|
background: #f8f8f8;
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
@media (min-width:470px) {
|
|
.address-selector .address-item {
|
|
flex: 0 0 calc(50% - 2.14286rem);
|
|
margin: 0 1.07143rem 2.14286rem
|
|
}
|
|
}
|
|
|
|
.address-selector .address-item.selected {
|
|
background: #E0E0E0;
|
|
}
|
|
|
|
.address-selector .address-item .address-header {
|
|
padding: 1.42857rem;
|
|
text-align: left
|
|
}
|
|
|
|
.address-selector .address-item .address-header h4 {
|
|
font: 500 1.57143rem/1.85714rem Poppins, sans-serif
|
|
}
|
|
|
|
.address-selector .address-item .address-header label {
|
|
cursor: pointer
|
|
}
|
|
|
|
.address-selector .address-item .address-footer {
|
|
padding: 1.42857rem 0;
|
|
border-top: .07143rem solid rgba(0, 0, 0, .2);
|
|
text-align: center
|
|
}
|
|
|
|
.address-selector .address-item .address-footer .btn,
|
|
.address-selector .address-item .address-footer .grid .product-miniature .product-buttons .quick-view,
|
|
.address-selector .address-item .address-footer .product-miniature-information .product-buttons .add-to-cart,
|
|
.address-selector .address-item .address-footer .product-miniature-information .product-buttons .customize,
|
|
.address-selector .address-item .address-footer .product-miniature-information .product-buttons .view-product,
|
|
.address-selector .address-item .address-footer a,
|
|
.grid .product-miniature .product-buttons .address-selector .address-item .address-footer .quick-view,
|
|
.product-miniature-information .product-buttons .address-selector .address-item .address-footer .add-to-cart,
|
|
.product-miniature-information .product-buttons .address-selector .address-item .address-footer .customize,
|
|
.product-miniature-information .product-buttons .address-selector .address-item .address-footer .view-product {
|
|
margin: 0 .71429rem
|
|
}
|
|
|
|
.page-my-account .my-account-links {
|
|
margin: 0 -.35714rem !important
|
|
}
|
|
|
|
.page-my-account .my-account-links li {
|
|
display: block;
|
|
text-align: center;
|
|
background: #f2f2f2;
|
|
margin: 0 .35714rem .71429rem !important;
|
|
padding: 0 !important;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
.page-my-account .my-account-links li a {
|
|
padding: 2.14286rem;
|
|
display: block;
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
color: #000
|
|
}
|
|
|
|
.page-my-account .my-account-links li a i {
|
|
font-weight: 400;
|
|
display: block;
|
|
font-size: 5.71429rem;
|
|
color: #000;
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
.page-my-account .my-account-links li:active,
|
|
.page-my-account .my-account-links li:focus,
|
|
.page-my-account .my-account-links li:hover {
|
|
background: #e0e0e0
|
|
}
|
|
|
|
.table-labeled td,
|
|
.table-labeled th {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.table-labeled .label {
|
|
font-weight: 400;
|
|
border-radius: .21429rem;
|
|
font-size: inherit;
|
|
padding: .25rem .375rem;
|
|
margin: .125rem;
|
|
color: #fff;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.page-order .table {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.page-order table td,
|
|
.page-order table th {
|
|
padding: .5rem
|
|
}
|
|
|
|
.page-order table thead th {
|
|
text-align: center
|
|
}
|
|
|
|
.page-order-detail {
|
|
font-size: .875rem;
|
|
color: #888
|
|
}
|
|
|
|
.page-order-detail .box {
|
|
background: #fff;
|
|
padding: 1rem;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.page-order-detail h3 {
|
|
font-size: 1rem;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: #202020;
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.page-order-detail #order-history .history-lines .history-line {
|
|
padding: .5rem 0;
|
|
border-bottom: .07143rem solid #f8f8f8
|
|
}
|
|
|
|
.page-order-detail #order-history .history-lines .history-line:last-child {
|
|
border-bottom: 0
|
|
}
|
|
|
|
.page-order-detail #order-history .history-lines .history-line .label {
|
|
display: inline-block;
|
|
margin: .25rem 0;
|
|
padding: .25rem .375rem;
|
|
color: #fff;
|
|
border-radius: .21429rem
|
|
}
|
|
|
|
.page-order-detail .addresses {
|
|
margin: 0 -.9375rem
|
|
}
|
|
|
|
.page-order-detail .addresses h4 {
|
|
font-size: 1rem;
|
|
font-weight: 700
|
|
}
|
|
|
|
.page-order-detail #order-products.return {
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.page-order-detail #order-products.return th.head-checkbox {
|
|
width: 2.14286rem
|
|
}
|
|
|
|
.page-order-detail #order-products.return td {
|
|
padding: 1.375rem .75rem
|
|
}
|
|
|
|
.page-order-detail #order-products.return td.qty {
|
|
min-width: 8.92857rem
|
|
}
|
|
|
|
.page-order-detail #order-products.return td.qty .current {
|
|
width: 30%;
|
|
float: left;
|
|
text-align: right;
|
|
padding-right: .5rem
|
|
}
|
|
|
|
.page-order-detail #order-products.return td.qty .select {
|
|
width: 70%;
|
|
float: left;
|
|
margin: -.625rem 0;
|
|
padding-left: .25rem
|
|
}
|
|
|
|
.page-order-detail #order-products.return td.qty .select select {
|
|
text-align: center
|
|
}
|
|
|
|
.page-order-detail .order-items {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.page-order-detail .order-items .order-item {
|
|
padding: 1rem 1rem 0;
|
|
border-bottom: .07143rem solid #f8f8f8
|
|
}
|
|
|
|
.page-order-detail .order-items .order-item .checkbox {
|
|
width: 2.14286rem;
|
|
float: left;
|
|
padding: 0 .9375rem
|
|
}
|
|
|
|
.page-order-detail .order-items .order-item .content {
|
|
width: calc(100% - 2.14286rem);
|
|
float: left;
|
|
padding: 0 .9375rem
|
|
}
|
|
|
|
.page-order-detail .order-items .order-item .desc {
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.page-order-detail .order-items .order-item .desc .name {
|
|
font-weight: 700
|
|
}
|
|
|
|
.page-order-detail .order-items .order-item .qty {
|
|
margin-bottom: 1rem
|
|
}
|
|
|
|
.page-order-detail .order-items .order-item .qty .q,
|
|
.page-order-detail .order-items .order-item .qty .s {
|
|
margin-bottom: .25rem
|
|
}
|
|
|
|
.page-order-detail .messages .message {
|
|
margin-top: .5rem;
|
|
border-bottom: .07143rem solid #f8f8f8
|
|
}
|
|
|
|
.page-order-detail .messages .message:last-child {
|
|
border-bottom: 0
|
|
}
|
|
|
|
.page-order-detail .messages .message>div {
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
.page-order-detail .customization {
|
|
margin-top: .75rem
|
|
}
|
|
|
|
#order-return-infos .thead-default th {
|
|
color: #202020
|
|
}
|
|
|
|
#order-return-infos .customization {
|
|
margin-top: .75rem
|
|
}
|
|
|
|
#history .orders {
|
|
margin: 0 -1rem
|
|
}
|
|
|
|
#history .orders .order {
|
|
padding: .75rem 1rem;
|
|
border-bottom: .07143rem solid #f8f8f8
|
|
}
|
|
|
|
#history .orders .order a h3 {
|
|
color: #888
|
|
}
|
|
|
|
#history .orders .order .label {
|
|
display: inline-block;
|
|
margin: .25rem 0;
|
|
padding: .25rem .375rem;
|
|
color: #fff;
|
|
border-radius: .21429rem
|
|
}
|
|
|
|
#history .orders .order:last-child {
|
|
border-bottom: 0
|
|
}
|
|
|
|
.renew-password {
|
|
margin-left: .71429rem
|
|
}
|
|
|
|
.renew-password .email {
|
|
padding-bottom: 2.14286rem
|
|
}
|
|
|
|
.renew-password [type=submit] {
|
|
margin-left: 3.57143rem
|
|
}
|
|
|
|
.contact-rich {
|
|
font-size: 1.14286rem;
|
|
line-height: 2.14286rem
|
|
}
|
|
|
|
@media (max-width:1199.98px) {
|
|
.contact-rich {
|
|
font-size: 1rem;
|
|
line-height: 1.71429rem
|
|
}
|
|
}
|
|
|
|
.contact-rich h3 {
|
|
margin-bottom: .71429rem
|
|
}
|
|
|
|
.contact-rich h3 i {
|
|
min-width: 2.85714rem;
|
|
font-size: 2.14286rem
|
|
}
|
|
|
|
.contact-rich p {
|
|
margin-bottom: 3.57143rem
|
|
}
|
|
|
|
.contact-rich p.number {
|
|
padding-top: .85714rem;
|
|
font-size: 2.57143rem;
|
|
line-height: 3.21429rem
|
|
}
|
|
|
|
@media (max-width:1199.98px) {
|
|
.contact-rich p.number {
|
|
padding-top: .35714rem;
|
|
font-size: 1.42857rem;
|
|
line-height: 2rem
|
|
}
|
|
}
|
|
|
|
#contact-info-block li {
|
|
font: 400 .92857rem/1.28571rem Poppins, sans-serif;
|
|
color: #000;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
#contact-info-block li .number {
|
|
font: 500 1.28571rem/1.42857rem Poppins, sans-serif;
|
|
color: #000
|
|
}
|
|
|
|
#contact-info-block li .number:active,
|
|
#contact-info-block li .number:focus,
|
|
#contact-info-block li .number:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
#contact-info-block li .mail {
|
|
font: 500 .92857rem/1.28571rem Poppins, sans-serif;
|
|
color: #c83b4e
|
|
}
|
|
|
|
#contact-info-block li .mail:active,
|
|
#contact-info-block li .mail:focus,
|
|
#contact-info-block li .mail:hover {
|
|
color: #000
|
|
}
|
|
|
|
#cms .page-header {
|
|
text-align: center
|
|
}
|
|
|
|
#cms hr {
|
|
margin-bottom: 3.57143rem;
|
|
margin-top: 3.57143rem
|
|
}
|
|
|
|
#cms .fa {
|
|
font-size: 150%;
|
|
line-height: 113%;
|
|
vertical-align: bottom
|
|
}
|
|
|
|
#cms .fa.fa-lg {
|
|
font-size: 7.16667rem;
|
|
color: #000;
|
|
line-height: 8.33333rem;
|
|
display: block;
|
|
margin-bottom: 1.66667rem
|
|
}
|
|
|
|
#cms .content-wrapper h2 .fa {
|
|
margin-right: 1rem
|
|
}
|
|
|
|
#cms .swiper-pagination {
|
|
position: static
|
|
}
|
|
|
|
#cms .swiper-pagination .swiper-pagination-bullet {
|
|
background: #ccc;
|
|
box-shadow: 0 0 0 .28571rem hsla(0, 0%, 80%, .25)
|
|
}
|
|
|
|
#cms .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
|
|
#cms .swiper-pagination .swiper-pagination-bullet:hover {
|
|
background: #c83b4e;
|
|
box-shadow: 0 0 0 .28571rem rgba(200, 59, 78, .25)
|
|
}
|
|
|
|
#cms .content-wrapper h2 .fa {
|
|
margin-right: .85714rem
|
|
}
|
|
|
|
#cms .content-wrapper .animateCount li {
|
|
text-align: center;
|
|
font: 700 4rem/3.21429rem Poppins, sans-serif;
|
|
color: #000;
|
|
padding: .42857rem 1.07143rem 0
|
|
}
|
|
|
|
@media (min-width:576px) and (max-width:767.98px) {
|
|
#cms .content-wrapper .animateCount li {
|
|
font: 700 3.28571rem/2.5rem Poppins, sans-serif
|
|
}
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#cms .content-wrapper .animateCount li {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .animateCount li h3 {
|
|
margin-top: 1.5rem
|
|
}
|
|
|
|
@media (min-width:576px) and (max-width:767.98px) {
|
|
#cms .content-wrapper .animateCount li h3 {
|
|
font: 700 1.14286rem/1.71429rem Poppins, sans-serif
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .iconBox li {
|
|
padding-top: 2.92857rem
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#cms .content-wrapper .iconBox li {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .iconBox li>p a {
|
|
display: block;
|
|
height: 19.28571rem;
|
|
color: #000;
|
|
background: #f2f2f2;
|
|
padding: 3.85714rem 3.57143rem 0;
|
|
font: 700 1.42857rem/2.42857rem Poppins, sans-serif;
|
|
text-transform: uppercase;
|
|
text-align: center
|
|
}
|
|
|
|
#cms .content-wrapper .iconBox li>p a i {
|
|
font-size: 5.78571rem;
|
|
line-height: 1em;
|
|
display: block;
|
|
margin-bottom: 1.21429rem;
|
|
color: #000
|
|
}
|
|
|
|
#cms .content-wrapper .iconBox li>p a:hover {
|
|
background: #000;
|
|
color: #fff
|
|
}
|
|
|
|
#cms .content-wrapper .iconBox li>p a:hover i {
|
|
color: #fff
|
|
}
|
|
|
|
@media (min-width:768px) and (max-width:991.98px) {
|
|
#cms .content-wrapper .iconBox li>p a {
|
|
padding: 3.85714rem 1.42857rem 0
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .list-1 {
|
|
list-style: none
|
|
}
|
|
|
|
#cms .content-wrapper .list-1 li {
|
|
padding: .28571rem 0 .42857rem;
|
|
font-weight: 700;
|
|
color: #d3f7bb;
|
|
border-top: .07143rem solid #f2f2f2
|
|
}
|
|
|
|
#cms .content-wrapper .list-1 li:first-child {
|
|
border: none
|
|
}
|
|
|
|
#cms .content-wrapper .list-1 li em {
|
|
font-size: 1.42857rem;
|
|
line-height: 1.42857rem;
|
|
padding-right: 1.07143rem;
|
|
vertical-align: -.14286rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-2 {
|
|
padding-top: 2.85714rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-2 li {
|
|
clear: both;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
padding-bottom: 2.14286rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-2 li i {
|
|
font-size: 5rem;
|
|
line-height: 10.57143rem;
|
|
width: 10.57143rem;
|
|
height: 10.57143rem;
|
|
text-align: center;
|
|
background: #f2f2f2;
|
|
display: block;
|
|
float: left;
|
|
border-radius: 50%;
|
|
margin-right: 2.5rem;
|
|
color: #000;
|
|
margin-bottom: .71429rem
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#cms .content-wrapper .list-2 li i {
|
|
font-size: 2.85714rem;
|
|
line-height: 7.14286rem;
|
|
width: 7.14286rem;
|
|
height: 7.14286rem
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .list-3 {
|
|
overflow: hidden;
|
|
padding: 1.64286rem 0 0;
|
|
border: none;
|
|
position: relative
|
|
}
|
|
|
|
#cms .content-wrapper .list-3 li {
|
|
padding-bottom: 1.42857rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-3.countBox {
|
|
counter-reset: li
|
|
}
|
|
|
|
#cms .content-wrapper .list-3.countBox li h4:before {
|
|
display: inline-block;
|
|
content: counter(li, decimal-leading-zero);
|
|
counter-increment: li;
|
|
font-size: 2.57143rem;
|
|
line-height: 2.14286rem;
|
|
margin-right: 1.07143rem;
|
|
font-weight: 300;
|
|
color: #000
|
|
}
|
|
|
|
#cms .content-wrapper .list-3.disk {
|
|
padding-top: 2.21429rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-3.disk li h4:before {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 1rem;
|
|
width: 1rem;
|
|
background: #000;
|
|
margin-right: 1.42857rem;
|
|
border-radius: 50%;
|
|
vertical-align: -.07143rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-3.disk.accordion_content {
|
|
padding-top: 0;
|
|
padding-bottom: 3.57143rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-3.disk.accordion_content li:not(.text) h4 {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
#cms .content-wrapper .list-3.disk.accordion_content li:not(.text) {
|
|
padding-left: 2.14286rem
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .list-accordion .accordion_current {
|
|
cursor: pointer
|
|
}
|
|
|
|
#cms .content-wrapper .list-accordion .accordion_current:before {
|
|
height: 2.92857rem;
|
|
width: 2.92857rem;
|
|
background: #000;
|
|
color: #fff;
|
|
content: "+";
|
|
line-height: 2.92857rem;
|
|
font-size: 2rem;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
margin-right: 1.42857rem;
|
|
text-align: center;
|
|
margin-bottom: .71429rem;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
#cms .content-wrapper .list-accordion .accordion_current.active:before {
|
|
content: "-"
|
|
}
|
|
|
|
#cms .content-wrapper .list-accordion .accordion_current:not(.active)+.accordion_content {
|
|
display: none
|
|
}
|
|
|
|
#cms .content-wrapper .list-4 li {
|
|
text-align: center;
|
|
padding-top: 1rem
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#cms .content-wrapper .list-4 li {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) and (max-width:767.98px) {
|
|
#cms .content-wrapper .list-4 li h3 {
|
|
font: 700 1.14286rem/1.71429rem Poppins, sans-serif
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .list-4 li i {
|
|
font-size: 6.14286rem;
|
|
line-height: 1em;
|
|
color: #000;
|
|
margin: 0 0 2.14286rem;
|
|
display: inline-block
|
|
}
|
|
|
|
#cms .content-wrapper #testimonials {
|
|
margin-left: auto;
|
|
margin-right: auto
|
|
}
|
|
|
|
#cms .content-wrapper #testimonials .testimonial {
|
|
font: 400 .92857rem/1.28571rem Poppins, sans-serif;
|
|
text-align: center;
|
|
padding: .35714rem 0 2.85714rem
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#cms .content-wrapper #testimonials .testimonial {
|
|
font-size: 1.14286rem;
|
|
line-height: 2rem
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper #testimonials .testimonial p {
|
|
margin-bottom: 2.35714rem
|
|
}
|
|
|
|
#cms .content-wrapper #testimonials .testimonial h5 {
|
|
text-transform: uppercase;
|
|
letter-spacing: .15em
|
|
}
|
|
|
|
#cms .content-wrapper #testimonials .swiper-container {
|
|
padding-bottom: 0;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
#cms .content-wrapper #testimonials .swiper-container .swiper-pagination {
|
|
bottom: 10px
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
#cms .content-wrapper #testimonials {
|
|
max-width: 64.28571rem
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li>h3 {
|
|
margin-bottom: .64286rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li>h3 i {
|
|
font-size: 2.85714rem;
|
|
margin-right: .71429rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li .list-3 {
|
|
overflow: hidden;
|
|
padding: 0 0 .78571rem 4.28571rem;
|
|
border: none;
|
|
position: relative
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#cms .content-wrapper .list-check>li .list-3 {
|
|
padding: 0 0 .78571rem 1.42857rem
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li .list-3:after {
|
|
display: none
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li .list-3 li {
|
|
padding-bottom: 0
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li .list-3 li h4 {
|
|
margin-bottom: .92857rem
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li .list-3 li.text {
|
|
margin-left: -4.28571rem;
|
|
padding-bottom: 1.85714rem
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#cms .content-wrapper .list-check>li .list-3 li.text {
|
|
margin-left: -1.42857rem
|
|
}
|
|
}
|
|
|
|
#cms .content-wrapper .list-check>li .list-3 li.text:before {
|
|
display: none
|
|
}
|
|
|
|
#cms .content-wrapper img {
|
|
margin: .28571rem 0 1.21429rem;
|
|
max-width: 100%;
|
|
height: auto
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms {
|
|
background: none repeat 0 0 #f6f6f6;
|
|
border: .07143rem solid #d2d0d0;
|
|
padding: .71429rem
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms p {
|
|
margin: 0
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms p span {
|
|
display: block;
|
|
padding-bottom: .71429rem;
|
|
font-size: 1rem;
|
|
font-weight: 700;
|
|
color: #c83b4e
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms p .btn,
|
|
#cms .content-wrapper #admin-action-cms p .grid .product-miniature .product-buttons .quick-view,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .add-to-cart,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .customize,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .view-product,
|
|
.grid .product-miniature .product-buttons #cms .content-wrapper #admin-action-cms p .quick-view,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .add-to-cart,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .customize,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .view-product {
|
|
font: 700 1.21429rem/1.5rem Poppins, sans-serif;
|
|
border: .07143rem solid;
|
|
padding: .71429rem 1rem;
|
|
display: inline-block
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms p .btn.publish_button,
|
|
#cms .content-wrapper #admin-action-cms p .grid .product-miniature .product-buttons .publish_button.quick-view,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .publish_button.add-to-cart,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .publish_button.customize,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .publish_button.view-product,
|
|
.grid .product-miniature .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.quick-view,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.add-to-cart,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.customize,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.view-product {
|
|
color: #333;
|
|
text-shadow: .07143rem .07143rem rgba(0, 0, 0, .2);
|
|
border-color: #0079b6 #006fa8 #012740;
|
|
background: #009ad0;
|
|
background: linear-gradient(180deg, #009ad0 0, #007ab7);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009ad0", endColorstr="#007ab7", GradientType=0)
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms p .btn.publish_button:hover,
|
|
#cms .content-wrapper #admin-action-cms p .grid .product-miniature .product-buttons .publish_button.quick-view:hover,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .publish_button.add-to-cart:hover,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .publish_button.customize:hover,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .publish_button.view-product:hover,
|
|
.grid .product-miniature .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.quick-view:hover,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.add-to-cart:hover,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.customize:hover,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .publish_button.view-product:hover {
|
|
border-color: #01314e #004b74 #0079b6;
|
|
-webkit-filter: none;
|
|
filter: none;
|
|
background: #0084bf
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms p .btn.lnk_view,
|
|
#cms .content-wrapper #admin-action-cms p .grid .product-miniature .product-buttons .lnk_view.quick-view,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .lnk_view.add-to-cart,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .lnk_view.customize,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .lnk_view.view-product,
|
|
.grid .product-miniature .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.quick-view,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.add-to-cart,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.customize,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.view-product {
|
|
color: #888;
|
|
text-shadow: .07143rem .07143rem #fff;
|
|
border-color: #cacaca #b7b7b7 #9a9a9a;
|
|
background: #f7f7f7;
|
|
background: linear-gradient(180deg, #f7f7f7 0, #ededed);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#ededed", GradientType=0)
|
|
}
|
|
|
|
#cms .content-wrapper #admin-action-cms p .btn.lnk_view:hover,
|
|
#cms .content-wrapper #admin-action-cms p .grid .product-miniature .product-buttons .lnk_view.quick-view:hover,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .lnk_view.add-to-cart:hover,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .lnk_view.customize:hover,
|
|
#cms .content-wrapper #admin-action-cms p .product-miniature-information .product-buttons .lnk_view.view-product:hover,
|
|
.grid .product-miniature .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.quick-view:hover,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.add-to-cart:hover,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.customize:hover,
|
|
.product-miniature-information .product-buttons #cms .content-wrapper #admin-action-cms p .lnk_view.view-product:hover {
|
|
border-color: #9e9e9e #9e9e9e #c8c8c8;
|
|
-webkit-filter: none;
|
|
filter: none;
|
|
background: #e7e7e7
|
|
}
|
|
|
|
@media (max-width:767.98px) {
|
|
|
|
#cms .content-wrapper .table.table-bordered>tbody>tr>td,
|
|
#cms .content-wrapper .table.table-bordered>tbody>tr>th,
|
|
#cms .content-wrapper .table.table-bordered>tfoot>tr>td,
|
|
#cms .content-wrapper .table.table-bordered>tfoot>tr>th,
|
|
#cms .content-wrapper .table.table-bordered thead>tr>td,
|
|
#cms .content-wrapper .table.table-bordered thead>tr>th {
|
|
padding: .64286rem .35714rem .78571rem .28571rem
|
|
}
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#cms.cms-pages-configuration .table {
|
|
font-size: .71429rem
|
|
}
|
|
}
|
|
|
|
.block-category #category-description .category-description-wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start
|
|
}
|
|
|
|
.block-category #category-description .category-description-wrap .btn,
|
|
.block-category #category-description .category-description-wrap .grid .product-miniature .product-buttons .quick-view,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .add-to-cart,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .customize,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .view-product,
|
|
.grid .product-miniature .product-buttons .block-category #category-description .category-description-wrap .quick-view,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .add-to-cart,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .customize,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .view-product {
|
|
order: 1
|
|
}
|
|
|
|
.block-category #category-description .category-description-wrap .btn.active+.category-description-short,
|
|
.block-category #category-description .category-description-wrap .btn.active span:first-child,
|
|
.block-category #category-description .category-description-wrap .btn:not(.active)+.category-description-short+.category-description-full,
|
|
.block-category #category-description .category-description-wrap .btn:not(.active) span:last-child,
|
|
.block-category #category-description .category-description-wrap .grid .product-miniature .product-buttons .active.quick-view+.category-description-short,
|
|
.block-category #category-description .category-description-wrap .grid .product-miniature .product-buttons .active.quick-view span:first-child,
|
|
.block-category #category-description .category-description-wrap .grid .product-miniature .product-buttons .quick-view:not(.active)+.category-description-short+.category-description-full,
|
|
.block-category #category-description .category-description-wrap .grid .product-miniature .product-buttons .quick-view:not(.active) span:last-child,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .active.add-to-cart+.category-description-short,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .active.add-to-cart span:first-child,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .active.customize+.category-description-short,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .active.customize span:first-child,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .active.view-product+.category-description-short,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .active.view-product span:first-child,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .add-to-cart:not(.active)+.category-description-short+.category-description-full,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .add-to-cart:not(.active) span:last-child,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .customize:not(.active)+.category-description-short+.category-description-full,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .customize:not(.active) span:last-child,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .view-product:not(.active)+.category-description-short+.category-description-full,
|
|
.block-category #category-description .category-description-wrap .product-miniature-information .product-buttons .view-product:not(.active) span:last-child,
|
|
.grid .product-miniature .product-buttons .block-category #category-description .category-description-wrap .active.quick-view+.category-description-short,
|
|
.grid .product-miniature .product-buttons .block-category #category-description .category-description-wrap .active.quick-view span:first-child,
|
|
.grid .product-miniature .product-buttons .block-category #category-description .category-description-wrap .quick-view:not(.active)+.category-description-short+.category-description-full,
|
|
.grid .product-miniature .product-buttons .block-category #category-description .category-description-wrap .quick-view:not(.active) span:last-child,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .active.add-to-cart+.category-description-short,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .active.add-to-cart span:first-child,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .active.customize+.category-description-short,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .active.customize span:first-child,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .active.view-product+.category-description-short,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .active.view-product span:first-child,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .add-to-cart:not(.active)+.category-description-short+.category-description-full,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .add-to-cart:not(.active) span:last-child,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .customize:not(.active)+.category-description-short+.category-description-full,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .customize:not(.active) span:last-child,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .view-product:not(.active)+.category-description-short+.category-description-full,
|
|
.product-miniature-information .product-buttons .block-category #category-description .category-description-wrap .view-product:not(.active) span:last-child {
|
|
display: none
|
|
}
|
|
|
|
#subcategories .subcategories-items-inner {
|
|
border: .07143rem solid rgba(0, 0, 0, .2);
|
|
padding: 2.14286rem 1.07143rem
|
|
}
|
|
|
|
.products-selection #grid-list-buttons {
|
|
white-space: nowrap
|
|
}
|
|
|
|
.products-selection #grid-list-buttons li {
|
|
margin-right: .71429rem;
|
|
display: inline-block
|
|
}
|
|
|
|
.products-selection #grid-list-buttons li:last-child {
|
|
margin-right: 0
|
|
}
|
|
|
|
.products-selection #grid-list-buttons li a {
|
|
color: #000
|
|
}
|
|
|
|
.products-selection #grid-list-buttons li a i {
|
|
font-size: 1.42857rem;
|
|
line-height: 1
|
|
}
|
|
|
|
.products-selection #grid-list-buttons li a.active,
|
|
.products-selection #grid-list-buttons li a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.products-selection #grid-list-buttons li a.active {
|
|
pointer-events: none;
|
|
cursor: default
|
|
}
|
|
|
|
.products-sort-order .custom-select {
|
|
width: 14.28571rem
|
|
}
|
|
|
|
.pagination li+li {
|
|
margin-left: .71429rem
|
|
}
|
|
|
|
.pagination a {
|
|
padding: .14286rem;
|
|
min-width: 2.5rem;
|
|
height: 2.5rem;
|
|
text-align: center;
|
|
font: 300 .92857rem/2.14286rem Poppins, sans-serif;
|
|
display: block;
|
|
color: #000;
|
|
background: #f8f8f8;
|
|
border: .07143rem solid #f8f8f8
|
|
}
|
|
|
|
.pagination a:active,
|
|
.pagination a:focus,
|
|
.pagination a:hover {
|
|
background: #fff;
|
|
border-color: #000
|
|
}
|
|
|
|
.pagination a.disabled.next,
|
|
.pagination a.disabled.previous {
|
|
display: none
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.pagination a {
|
|
min-width: 3.28571rem;
|
|
height: 3.28571rem;
|
|
line-height: 3.14286rem
|
|
}
|
|
}
|
|
|
|
.pagination .current a {
|
|
background: #fff;
|
|
border-color: #000;
|
|
font-weight: 700
|
|
}
|
|
|
|
.showing {
|
|
font: 300 .92857rem/1.14286rem Poppins, sans-serif
|
|
}
|
|
|
|
#search_filters_wrapper .facets-title {
|
|
font: 500 2.14286rem/2.28571rem Poppins, sans-serif;
|
|
margin-bottom: 2.85714rem;
|
|
color: #000
|
|
}
|
|
|
|
#search_filters_wrapper section.facet {
|
|
margin-top: .71429rem
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#search_filters_wrapper section.facet:not(:first-child) {
|
|
margin-top: 3.57143rem
|
|
}
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-title {
|
|
font: 500 1.28571rem/1.71429rem Poppins, sans-serif;
|
|
color: #000;
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
#search_filters_wrapper section.facet .facet-title {
|
|
font-size: 1.71429rem
|
|
}
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .custom-control {
|
|
padding-left: 1.643rem
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .custom-control-label:after,
|
|
#search_filters_wrapper section.facet .custom-control-label:before {
|
|
cursor: pointer;
|
|
top: 0;
|
|
left: -1.64286rem
|
|
}
|
|
|
|
.custom-control label #search_filters_wrapper section.facet .custom-control-label {
|
|
display: block
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li+li {
|
|
margin-top: 1.14286rem
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .custom-control-label {
|
|
display: block
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .color-box {
|
|
top: 0;
|
|
left: -1.64286rem;
|
|
border: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li .color-box[style*="background-color:#ffffff"] {
|
|
border: .07143rem solid rgba(0, 0, 0, .2)
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list li a {
|
|
width: calc(100% - 10px) !important;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-family: 'Poppins', sans-serif !important;
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list #price-slider-label {
|
|
display: block;
|
|
margin: -.71429rem -.35714rem 1.5rem;
|
|
color: #000
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list #price-slider-label strong {
|
|
margin-right: .71429rem;
|
|
font-weight: 400;
|
|
letter-spacing: .04em
|
|
}
|
|
|
|
#search_filters_wrapper section.facet .facet-list #price-slider-label span {
|
|
color: #000
|
|
}
|
|
|
|
.active_filters {
|
|
margin-bottom: 2.14286rem
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.active_filters {
|
|
margin-bottom: 4.28571rem
|
|
}
|
|
}
|
|
|
|
.active_filters h5 {
|
|
font: 500 1.28571rem/1.71429rem Poppins, sans-serif;
|
|
color: #000;
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.active_filters h5 {
|
|
font-size: 1.71429rem
|
|
}
|
|
}
|
|
|
|
.active_filters .active_filters_wrapper {
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
.active_filters .active_filters_wrapper>ul {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-items: center
|
|
}
|
|
|
|
.active_filters .active_filters_wrapper>ul>li {
|
|
background: #c83b4e;
|
|
color: #fff;
|
|
padding: .71429rem 2.85714rem .71429rem 1.42857rem;
|
|
font-size: 1rem;
|
|
border-radius: 5px;
|
|
width: 100%;
|
|
position: relative;
|
|
transition: all .3s ease-in-out;
|
|
margin: 0 .35714rem .35714rem 0;
|
|
}
|
|
|
|
.js-search-filters-clear-all {
|
|
width: 100%;
|
|
}
|
|
|
|
.active_filters .active_filters_wrapper>ul>li .js-search-link {
|
|
position: absolute;
|
|
right: 1.07143rem;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
color: #fff
|
|
}
|
|
|
|
.active_filters .active_filters_wrapper>ul>li .js-search-link i {
|
|
display: inline-block;
|
|
font-size: .85714rem;
|
|
line-height: 1
|
|
}
|
|
|
|
.active_filters .active_filters_wrapper>ul>li .js-search-link:active,
|
|
.active_filters .active_filters_wrapper>ul>li .js-search-link:focus,
|
|
.active_filters .active_filters_wrapper>ul>li .js-search-link:hover {
|
|
color: #000
|
|
}
|
|
|
|
.block-categories a {
|
|
display: inline-block
|
|
}
|
|
|
|
.block-categories .arrows .arrow-down,
|
|
.block-categories .arrows .arrow-right {
|
|
cursor: pointer;
|
|
margin-left: .35714rem
|
|
}
|
|
|
|
.block-categories .arrows .arrow-down:hover,
|
|
.block-categories .arrows .arrow-right:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.block-categories .arrows .arrow-down,
|
|
.block-categories .arrows[aria-expanded=true] .arrow-right {
|
|
display: none
|
|
}
|
|
|
|
.block-categories .arrows[aria-expanded=true] .arrow-down {
|
|
display: inline-block
|
|
}
|
|
|
|
.theme-pink .back-bar {
|
|
height: .42857rem;
|
|
background-color: #e0e0e0
|
|
}
|
|
|
|
.theme-pink .back-bar .selected-bar {
|
|
background-color: #c83b4e
|
|
}
|
|
|
|
.theme-pink .back-bar .pointer {
|
|
width: 1.28571rem;
|
|
height: 1.28571rem;
|
|
top: -.42857rem;
|
|
box-sizing: border-box;
|
|
border-radius: .71429rem;
|
|
background-color: #c83b4e
|
|
}
|
|
|
|
.theme-pink .back-bar .pointer-label {
|
|
display: none
|
|
}
|
|
|
|
.theme-pink .back-bar .focused {
|
|
color: #888
|
|
}
|
|
|
|
.theme-pink .scale {
|
|
display: none
|
|
}
|
|
|
|
main .products {
|
|
margin-left: -.35714rem;
|
|
margin-right: -.35714rem
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
main .products {
|
|
margin-left: -1.07143rem;
|
|
margin-right: -1.07143rem
|
|
}
|
|
}
|
|
|
|
.product-miniature {
|
|
margin-bottom: 2.14286rem
|
|
}
|
|
|
|
.product-miniature-container {
|
|
height: 100%
|
|
}
|
|
|
|
.product-miniature-thumbnail {
|
|
position: relative
|
|
}
|
|
|
|
.product-miniature-information {
|
|
padding-top: 1.07143rem
|
|
}
|
|
|
|
.product-miniature-information .js-compare-button,
|
|
.product-miniature-information .jx-wishlist-button {
|
|
color: #000;
|
|
display: inline-block
|
|
}
|
|
|
|
.product-miniature-information .js-compare-button i,
|
|
.product-miniature-information .jx-wishlist-button i {
|
|
font-size: 1.71429rem;
|
|
line-height: 1
|
|
}
|
|
|
|
.product-miniature-information .js-compare-button span,
|
|
.product-miniature-information .jx-wishlist-button span {
|
|
display: none
|
|
}
|
|
|
|
.product-miniature-information .js-compare-button:active,
|
|
.product-miniature-information .js-compare-button:focus,
|
|
.product-miniature-information .js-compare-button:hover,
|
|
.product-miniature-information .jx-wishlist-button:active,
|
|
.product-miniature-information .jx-wishlist-button:focus,
|
|
.product-miniature-information .jx-wishlist-button:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.product-miniature-information .js-compare-button+.jx-wishlist-button,
|
|
.product-miniature-information .jx-wishlist-button+.js-compare-button {
|
|
margin-left: 2.5rem
|
|
}
|
|
|
|
.grid .product-miniature .product-buttons .quick-view,
|
|
.grid .product-miniature .product-buttons .quick-view i {
|
|
display: none
|
|
}
|
|
|
|
.grid .product-miniature-thumbnail .daydeal-box {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: auto;
|
|
bottom: 0
|
|
}
|
|
|
|
.grid .product-miniature-information {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 0px;
|
|
}
|
|
|
|
.grid .product-miniature-information .product-description-short,
|
|
.grid .product-miniature-information .product-price .daydeal-box,
|
|
.grid .product-miniature-information .variant-links {
|
|
display: none
|
|
}
|
|
|
|
.grid .product-miniature-information .product-price {
|
|
justify-content: center
|
|
}
|
|
|
|
.grid .product-miniature-information .product-buttons {
|
|
margin-top: 1.42857rem;
|
|
}
|
|
|
|
.grid .product-miniature-information .buttons-wrapper {
|
|
margin-bottom: 1.42857rem
|
|
}
|
|
|
|
.grid .product-miniature-information .buttons-wrapper .btn i,
|
|
.grid .product-miniature-information .buttons-wrapper .product-buttons .add-to-cart i,
|
|
.grid .product-miniature-information .buttons-wrapper .product-buttons .customize i,
|
|
.grid .product-miniature-information .buttons-wrapper .product-buttons .view-product i,
|
|
.grid .product-miniature-information .buttons-wrapper .product-miniature .product-buttons .quick-view i,
|
|
.grid .product-miniature-information .product-buttons .buttons-wrapper .add-to-cart i,
|
|
.grid .product-miniature-information .product-buttons .buttons-wrapper .customize i,
|
|
.grid .product-miniature-information .product-buttons .buttons-wrapper .view-product i,
|
|
.grid .product-miniature .list-enable,
|
|
.grid .product-miniature .product-buttons .product-miniature-information .buttons-wrapper .quick-view i {
|
|
// display: none;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.grid .product-miniature .product-buttons .quick-view {
|
|
display: block
|
|
}
|
|
|
|
.grid .product-miniature .product-miniature-information .buttons-wrapper {
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
|
|
.grid .product-miniature .product-miniature-information .buttons-wrapper>a {
|
|
width: 50%;
|
|
padding-left: .71429rem;
|
|
padding-right: .71429rem
|
|
}
|
|
|
|
.grid .product-miniature .product-miniature-information .buttons-wrapper>a+a {
|
|
margin-left: -.07143rem
|
|
}
|
|
}
|
|
|
|
// @media (min-width:1200px) {
|
|
// .grid .product-miniature .product-miniature-container .product-miniature-thumbnail .daydeal-box {
|
|
// top: 55%;
|
|
// transform: translateY(-50%);
|
|
// bottom: auto;
|
|
// opacity: 0;
|
|
// pointer-events: none;
|
|
// overflow: hidden;
|
|
// transition: all .3s ease-in-out;
|
|
// will-change: transform
|
|
// }
|
|
|
|
// .grid .product-miniature .product-miniature-container .product-buttons {
|
|
// position: absolute;
|
|
// left: 0;
|
|
// right: 0;
|
|
// bottom: -10px;
|
|
// transition: all .3s ease-in-out;
|
|
// opacity: 0;
|
|
// pointer-events: none;
|
|
// overflow: hidden;
|
|
// margin-top: 0
|
|
// }
|
|
|
|
// .grid .product-miniature .product-miniature-container.hover .product-miniature-thumbnail .daydeal-box,
|
|
// .grid .product-miniature .product-miniature-container:active .product-miniature-thumbnail .daydeal-box,
|
|
// .grid .product-miniature .product-miniature-container:focus .product-miniature-thumbnail .daydeal-box,
|
|
// .grid .product-miniature .product-miniature-container:hover .product-miniature-thumbnail .daydeal-box {
|
|
// top: 58%
|
|
// }
|
|
|
|
// .grid .product-miniature .product-miniature-container.hover .product-buttons,
|
|
// .grid .product-miniature .product-miniature-container.hover .product-miniature-thumbnail .daydeal-box,
|
|
// .grid .product-miniature .product-miniature-container:active .product-buttons,
|
|
// .grid .product-miniature .product-miniature-container:active .product-miniature-thumbnail .daydeal-box,
|
|
// .grid .product-miniature .product-miniature-container:focus .product-buttons,
|
|
// .grid .product-miniature .product-miniature-container:focus .product-miniature-thumbnail .daydeal-box,
|
|
// .grid .product-miniature .product-miniature-container:hover .product-buttons,
|
|
// .grid .product-miniature .product-miniature-container:hover .product-miniature-thumbnail .daydeal-box {
|
|
// opacity: 1;
|
|
// pointer-events: auto;
|
|
// overflow: visible
|
|
// }
|
|
// }
|
|
|
|
.list .product-miniature {
|
|
margin-bottom: 4.28571rem
|
|
}
|
|
|
|
.list .product-miniature-container {
|
|
display: flex
|
|
}
|
|
|
|
.list .product-miniature-thumbnail {
|
|
flex: 0 0 35%;
|
|
max-width: 22.85714rem;
|
|
margin-right: 1.07143rem
|
|
}
|
|
|
|
.list .product-miniature-thumbnail .quick-view {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
display: none
|
|
}
|
|
|
|
.list .product-miniature-thumbnail .daydeal-box {
|
|
display: none
|
|
}
|
|
|
|
.list .product-miniature-information {
|
|
padding-top: 0
|
|
}
|
|
|
|
.list .product-miniature-information .grid-enable,
|
|
.list .product-miniature-information .product-buttons .quick-view,
|
|
.list .product-miniature-information .variant-links {
|
|
display: none
|
|
}
|
|
|
|
.list .product-miniature-information .daydeal-wrapper {
|
|
display: inline-block
|
|
}
|
|
|
|
.list .product-miniature-information .product-title {
|
|
font: 500 1.28571rem/1.42857rem Poppins, sans-serif
|
|
}
|
|
|
|
.list .product-miniature-information .product-description-short {
|
|
font: 300 .92857rem/1.57143rem Poppins, sans-serif;
|
|
color: #8b8b8b;
|
|
margin-top: 1.28571rem;
|
|
display: none
|
|
}
|
|
|
|
.list .product-miniature-information .product-price .price {
|
|
font-size: 1.71429rem;
|
|
line-height: 1.111
|
|
}
|
|
|
|
.list .product-miniature-information .js-compare-button+.jx-wishlist-button,
|
|
.list .product-miniature-information .jx-wishlist-button+.js-compare-button {
|
|
margin-left: 1.07143rem
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons {
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons .quick-view {
|
|
color: #000
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons .quick-view i {
|
|
font-size: 1.71429rem;
|
|
line-height: 1
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons .quick-view span {
|
|
display: none
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons .quick-view:active,
|
|
.list .product-miniature-information .product-buttons .quick-view:focus,
|
|
.list .product-miniature-information .product-buttons .quick-view:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.grid .product-miniature .list .product-miniature-information .product-buttons .buttons-wrapper .quick-view,
|
|
.list .product-miniature-information .grid .product-miniature .product-buttons .buttons-wrapper .quick-view,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .add-to-cart,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .btn,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .customize,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .view-product {
|
|
margin-right: 1.07143rem
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .add-to-cart,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .customize,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .view-product {
|
|
padding: 0;
|
|
width: 4.28571rem;
|
|
height: 4.28571rem
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .add-to-cart i,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .customize i,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .view-product i {
|
|
font-size: 1.71429rem;
|
|
left: -5px;
|
|
top: -5px;
|
|
position: relative;
|
|
}
|
|
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .add-to-cart span,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .customize span,
|
|
.list .product-miniature-information .product-buttons .buttons-wrapper .view-product span {
|
|
display: none
|
|
}
|
|
|
|
.list .product-miniature-information .daydeal-box,
|
|
.list .product-miniature-information .product-buttons {
|
|
margin-top: 1.42857rem
|
|
}
|
|
|
|
@media (min-width:768px) and (max-width:1199.98px) {
|
|
.list .product-miniature .product-miniature-information .quick-view {
|
|
display: inline-block
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.list .product-miniature .product-miniature-thumbnail {
|
|
max-width: 30.71429rem;
|
|
margin-right: 2.14286rem
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .product-description-short {
|
|
display: block
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .daydeal-box {
|
|
padding-left: 2.85714rem;
|
|
padding-right: 2.85714rem
|
|
}
|
|
|
|
.grid .list .product-miniature .product-buttons .product-miniature-information .buttons-wrapper .quick-view,
|
|
.grid .list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .quick-view,
|
|
.list .grid .product-miniature .product-buttons .product-miniature-information .buttons-wrapper .quick-view,
|
|
.list .grid .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .quick-view,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .btn,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .add-to-cart,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .customize,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .view-product,
|
|
.list .product-miniature .product-miniature-information .product-buttons .buttons-wrapper .add-to-cart,
|
|
.list .product-miniature .product-miniature-information .product-buttons .buttons-wrapper .customize,
|
|
.list .product-miniature .product-miniature-information .product-buttons .buttons-wrapper .view-product {
|
|
margin-right: 1.42857rem
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .daydeal-box,
|
|
.list .product-miniature .product-miniature-information .product-buttons {
|
|
margin-top: 2.14286rem
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .js-compare-button+.jx-wishlist-button,
|
|
.list .product-miniature .product-miniature-information .jx-wishlist-button+.js-compare-button {
|
|
margin-left: 1.42857rem
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.list .product-miniature .product-miniature-thumbnail .quick-view {
|
|
display: block;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
overflow: hidden
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .daydeal-box {
|
|
padding-left: 5.71429rem;
|
|
padding-right: 5.71429rem
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .js-compare-button+.jx-wishlist-button,
|
|
.list .product-miniature .product-miniature-information .jx-wishlist-button+.js-compare-button {
|
|
margin-left: 2.5rem
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .daydeal-box,
|
|
.list .product-miniature .product-miniature-information .product-buttons {
|
|
margin-top: 3.57143rem
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper {
|
|
margin-right: 2.71429rem
|
|
}
|
|
|
|
.grid .list .product-miniature .product-buttons .product-miniature-information .buttons-wrapper .quick-view,
|
|
.grid .list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .quick-view,
|
|
.list .grid .product-miniature .product-buttons .product-miniature-information .buttons-wrapper .quick-view,
|
|
.list .grid .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .quick-view,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .btn,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .add-to-cart,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .customize,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .product-buttons .view-product,
|
|
.list .product-miniature .product-miniature-information .product-buttons .buttons-wrapper .add-to-cart,
|
|
.list .product-miniature .product-miniature-information .product-buttons .buttons-wrapper .customize,
|
|
.list .product-miniature .product-miniature-information .product-buttons .buttons-wrapper .view-product {
|
|
margin-right: 0
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .add-to-cart,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .customize,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .view-product {
|
|
width: auto;
|
|
height: auto;
|
|
padding: 1.57143rem 3.57143rem
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .add-to-cart i,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .customize i,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .view-product i {
|
|
display: none
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .add-to-cart span,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .customize span,
|
|
.list .product-miniature .product-miniature-information .buttons-wrapper .view-product span {
|
|
display: inline-block
|
|
}
|
|
|
|
.list .product-miniature .product-miniature-container.hover .product-miniature-thumbnail .quick-view,
|
|
.list .product-miniature .product-miniature-container:active .product-miniature-thumbnail .quick-view,
|
|
.list .product-miniature .product-miniature-container:focus .product-miniature-thumbnail .quick-view,
|
|
.list .product-miniature .product-miniature-container:hover .product-miniature-thumbnail .quick-view {
|
|
opacity: 1;
|
|
pointer-events: auto;
|
|
overflow: visible
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#product .grid .product-miniature .product-miniature-information .buttons-wrapper>a {
|
|
width: 100%
|
|
}
|
|
}
|
|
|
|
.product-miniature-small:not(:last-child) {
|
|
margin-bottom: 2.14286rem
|
|
}
|
|
|
|
.product-miniature-small .product-miniature-container {
|
|
display: flex
|
|
}
|
|
|
|
.product-miniature-small .product-miniature-container .product-miniature-thumbnail {
|
|
flex: 0 0 30%;
|
|
max-width: 89px;
|
|
margin-right: 20px
|
|
}
|
|
|
|
.product-miniature-small .product-miniature-container .product-title {
|
|
margin-bottom: 4px
|
|
}
|
|
|
|
.product-miniature-small .product-miniature-container .discount-product,
|
|
.product-miniature-small .product-miniature-container .regular-price {
|
|
display: none
|
|
}
|
|
|
|
.product-miniature-custom {
|
|
height: 100%;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-container {
|
|
background: #f8f8f8;
|
|
border: 22px solid #fff
|
|
}
|
|
|
|
.product-miniature-custom .product-flags {
|
|
display: none
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information {
|
|
padding: 1.78571rem .71429rem 3.57143rem;
|
|
text-align: center
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .product-title {
|
|
font: 500 1.71429rem/2.14286rem Poppins, sans-serif;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .product-description-short {
|
|
font: 300 .92857rem/1.28571rem Poppins, sans-serif
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .variant-links {
|
|
display: none
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .product-buttons {
|
|
margin-top: 1.42857rem
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .add-to-cart,
|
|
.product-miniature-custom .product-miniature-information .customize,
|
|
.product-miniature-custom .product-miniature-information .view-product {
|
|
padding-left: 1.42857rem;
|
|
padding-right: 1.42857rem
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .add-to-cart .price,
|
|
.product-miniature-custom .product-miniature-information .customize .price,
|
|
.product-miniature-custom .product-miniature-information .view-product .price {
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .add-to-cart:active .price,
|
|
.product-miniature-custom .product-miniature-information .add-to-cart:focus .price,
|
|
.product-miniature-custom .product-miniature-information .add-to-cart:hover .price,
|
|
.product-miniature-custom .product-miniature-information .customize:active .price,
|
|
.product-miniature-custom .product-miniature-information .customize:focus .price,
|
|
.product-miniature-custom .product-miniature-information .customize:hover .price,
|
|
.product-miniature-custom .product-miniature-information .view-product:active .price,
|
|
.product-miniature-custom .product-miniature-information .view-product:focus .price,
|
|
.product-miniature-custom .product-miniature-information .view-product:hover .price {
|
|
color: #fff
|
|
}
|
|
|
|
@media (min-width:576px) and (max-width:1199.98px) {
|
|
.product-miniature-custom .product-miniature-information .product-title {
|
|
font-size: 1.28571rem;
|
|
line-height: 1.25
|
|
}
|
|
}
|
|
|
|
@media (min-width:576px) {
|
|
.product-miniature-custom .product-miniature-container {
|
|
border-width: 18px
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
.product-miniature-custom .product-miniature-information .product-buttons {
|
|
margin-top: 2.5rem
|
|
}
|
|
}
|
|
|
|
@media (min-width:1780px) {
|
|
.product-miniature-custom .product-miniature-container {
|
|
border-width: 22px
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information {
|
|
padding-bottom: 5rem
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .product-description-short {
|
|
padding-left: 5.71429rem;
|
|
padding-right: 5.71429rem
|
|
}
|
|
|
|
.product-miniature-custom .product-miniature-information .add-to-cart,
|
|
.product-miniature-custom .product-miniature-information .customize,
|
|
.product-miniature-custom .product-miniature-information .view-product {
|
|
min-width: 30rem
|
|
}
|
|
}
|
|
|
|
.ps_shoppingcart>a {
|
|
color: #000;
|
|
font: 300 1rem/1.14286rem Poppins, sans-serif;
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
|
|
.ps_shoppingcart>a i {
|
|
font-size: 1.71429rem;
|
|
line-height: 1;
|
|
margin-right: .28571rem
|
|
}
|
|
|
|
.ps_shoppingcart>a .cart-products-count-text,
|
|
.ps_shoppingcart>a .cart-products-label {
|
|
display: none
|
|
}
|
|
|
|
.ps_shoppingcart>a:active,
|
|
.ps_shoppingcart>a:focus,
|
|
.ps_shoppingcart>a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.ps_shoppingcart .dropdown-menu {
|
|
min-width: 23.85714rem;
|
|
padding: 2.14286rem
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.ps_shoppingcart .dropdown-menu {
|
|
min-width: 35.57143rem;
|
|
padding: 4.64286rem 4.64286rem 3.57143rem
|
|
}
|
|
}
|
|
|
|
#cart-summary-product-list .cart-summary-product-item {
|
|
margin-bottom: 2rem
|
|
}
|
|
|
|
#cart-summary-product-list .cart-summary-product-item .product-thumbnail {
|
|
flex: 0 0 40%;
|
|
max-width: 10rem;
|
|
margin-right: 1.35714rem
|
|
}
|
|
|
|
#cart-summary-product-list .cart-summary-product-item .product-thumbnail img {
|
|
width: 100%
|
|
}
|
|
|
|
#cart-summary-product-list .cart-summary-product-item .product-attributes>p {
|
|
font: 300 .92857rem/1.07143rem Poppins, sans-serif;
|
|
color: #8b8b8b
|
|
}
|
|
|
|
#cart-summary-product-list .cart-summary-product-item .close {
|
|
display: inline-block;
|
|
position: static;
|
|
float: none;
|
|
font: 500 .92857rem/1.07143rem Poppins, sans-serif;
|
|
letter-spacing: .3em;
|
|
color: #000;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
#cart-summary-product-list .cart-summary-product-item .close:active,
|
|
#cart-summary-product-list .cart-summary-product-item .close:focus,
|
|
#cart-summary-product-list .cart-summary-product-item .close:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.block-cart-body .cart-subtotals,
|
|
.block-cart-body .cart-total {
|
|
border-top: .07143rem solid #000;
|
|
padding-top: 1.78571rem
|
|
}
|
|
|
|
.block-cart-body .cart-total {
|
|
margin-top: 1.78571rem
|
|
}
|
|
|
|
.cart-subtotals .label,
|
|
.cart-subtotals .value {
|
|
font: 400 1.14286rem/1.57143rem Poppins, sans-serif
|
|
}
|
|
|
|
.cart-total .label,
|
|
.cart-total .value {
|
|
font: 500 1.71429rem/1.85714rem Poppins, sans-serif
|
|
}
|
|
|
|
.cart-container .product-price,
|
|
.cart-container .product-title,
|
|
.cart-container [class*=" product-price-"],
|
|
.cart-container [class^=product-price-] {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.cart-summary .cart-summary-line {
|
|
text-transform: uppercase;
|
|
color: #000
|
|
}
|
|
|
|
.cart-summary .cart-summary-line.cart-total {
|
|
font-size: 1.42857rem;
|
|
font-weight: 600
|
|
}
|
|
|
|
.cart-summary .cart-summary-line .label {
|
|
margin-right: .35714rem
|
|
}
|
|
|
|
.cart-summary .cart-summary-line .value {
|
|
color: #c83b4e
|
|
}
|
|
|
|
.cart-summary .promo-highlighted .label {
|
|
color: #000
|
|
}
|
|
|
|
.cart-summary .promo-highlighted .label .code {
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
color: #c83b4e
|
|
}
|
|
|
|
.cart-summary .promo-highlighted .label .code:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.product-line-grid .product-line-grid-body>.product-line-info>.label {
|
|
padding: 0;
|
|
line-height: inherit;
|
|
text-align: left;
|
|
white-space: inherit
|
|
}
|
|
|
|
.product-line-grid .product-line-grid-body>.product-line-info>.out-of-stock {
|
|
color: #f7bbbb
|
|
}
|
|
|
|
.product-line-grid .product-line-grid-body>.product-line-info>.available {
|
|
color: #d3f7bb
|
|
}
|
|
|
|
.product-line-grid .product-line-grid-right .cart-line-product-actions,
|
|
.product-line-grid .product-line-grid-right .product-price {
|
|
color: #000
|
|
}
|
|
|
|
.product-line-grid .product-line-grid-right .cart-line-product-actions .remove-from-cart,
|
|
.product-line-grid .product-line-grid-right .product-price .remove-from-cart {
|
|
color: #000;
|
|
display: inline-block;
|
|
margin-top: .3125rem
|
|
}
|
|
|
|
#block-reassurance {
|
|
text-align: right
|
|
}
|
|
|
|
#block-reassurance li .block-reassurance-item {
|
|
padding: 1.07143rem 0
|
|
}
|
|
|
|
#block-reassurance img {
|
|
width: 1.563rem;
|
|
margin-right: .625rem
|
|
}
|
|
|
|
#stores .page-stores .store-item {
|
|
padding-left: .75rem;
|
|
padding-right: .75rem;
|
|
margin-bottom: 2.14286rem
|
|
}
|
|
|
|
#stores .page-stores .store-picture img {
|
|
max-width: 100%
|
|
}
|
|
|
|
#stores .page-stores .store-item-container {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
padding: 45px 0
|
|
}
|
|
|
|
#stores .page-stores .store-item-container ul {
|
|
margin-bottom: 0;
|
|
font-size: 1.25rem
|
|
}
|
|
|
|
#stores .page-stores .store-item-container .divide-left {
|
|
border-left: 1px solid #f2f2f2
|
|
}
|
|
|
|
#stores .page-stores .store-item-container .divide-left tr {
|
|
height: 1.563rem
|
|
}
|
|
|
|
#stores .page-stores .store-item-container .divide-left td {
|
|
padding-left: .375rem
|
|
}
|
|
|
|
#stores .page-stores .store-item-container .divide-left th {
|
|
text-align: right
|
|
}
|
|
|
|
#stores .page-stores .store-item-container .store-description {
|
|
font-size: 1rem
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer {
|
|
margin-top: .5rem;
|
|
padding-top: .5rem;
|
|
display: flex;
|
|
justify-content: space-around
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer.divide-top {
|
|
border-top: .07143rem solid #f2f2f2
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer div:first-child {
|
|
flex: 0 0 65%
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer i.material-icons {
|
|
margin-right: 1.07143rem;
|
|
color: #888;
|
|
font-size: 1rem
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer li {
|
|
margin-bottom: 1.07143rem
|
|
}
|
|
|
|
@media (max-width:767.98px) {
|
|
#stores .page-stores {
|
|
width: 100%
|
|
}
|
|
|
|
#stores .page-stores .store-item-container {
|
|
padding: 1rem 0
|
|
}
|
|
}
|
|
|
|
@media (max-width:399.98px) {
|
|
#stores .page-stores .store-item-container {
|
|
display: block
|
|
}
|
|
|
|
#stores .page-stores .store-item-container .divide-left {
|
|
border-left: none
|
|
}
|
|
|
|
#stores .page-stores .store-item-container .store-description a,
|
|
#stores .page-stores .store-item-container .store-description address {
|
|
margin-bottom: .5rem
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer {
|
|
display: block
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer.divide-top {
|
|
border-top: .07143rem solid #f2f2f2
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer li {
|
|
margin-bottom: 1.07143rem
|
|
}
|
|
|
|
#stores .page-stores .store-item-footer .card-block {
|
|
padding: .75rem .75rem 0
|
|
}
|
|
}
|
|
|
|
#pagenotfound .page-not-found {
|
|
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAe8AAAH4CAYAAABjWmXuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjRDMjQ2MjQ0NTlGMTFFOTg1QUFBQTcyQTYxMDU3MzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjRDMjQ2MjU0NTlGMTFFOTg1QUFBQTcyQTYxMDU3MzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNEMyNDYyMjQ1OUYxMUU5ODVBQUFBNzJBNjEwNTczMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNEMyNDYyMzQ1OUYxMUU5ODVBQUFBNzJBNjEwNTczMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiMR7xsAAEVrSURBVHja7J19bF3n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") no-repeat;
|
|
background-size: contain;
|
|
padding-left: 35.35714rem;
|
|
min-height: 36rem;
|
|
margin: 3.57143rem 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center
|
|
}
|
|
|
|
#pagenotfound .page-not-found .page-not-found-info {
|
|
padding-left: 3.57143rem
|
|
}
|
|
|
|
#pagenotfound .page-not-found #search_widget {
|
|
max-width: 25rem
|
|
}
|
|
|
|
@media (max-width:1779.98px) {
|
|
#pagenotfound .page-not-found {
|
|
padding-left: 21.42857rem;
|
|
min-height: 21.78571rem
|
|
}
|
|
|
|
#pagenotfound .page-not-found .page-not-found-info {
|
|
padding-left: 2.14286rem
|
|
}
|
|
}
|
|
|
|
@media (max-width:767.98px) {
|
|
#pagenotfound .page-not-found {
|
|
background-size: 22.85714rem;
|
|
padding-left: 0;
|
|
min-height: auto;
|
|
padding-top: 23.28571rem
|
|
}
|
|
|
|
#pagenotfound .page-not-found .page-not-found-info {
|
|
padding-left: 0;
|
|
padding-top: 2.14286rem
|
|
}
|
|
}
|
|
|
|
.sitemap h2 {
|
|
color: #c83b4e;
|
|
text-transform: none
|
|
}
|
|
|
|
.sitemap .nested-link {
|
|
margin-left: .35714rem
|
|
}
|
|
|
|
.sitemap .nested-link i {
|
|
font-size: 1.07143rem;
|
|
vertical-align: -.21429rem
|
|
}
|
|
|
|
.sitemap .nested-link:not(.collapsed) i:before {
|
|
content: "\EC37"
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
|
|
.sitemap div>ul>li>.nested-link,
|
|
.sitemap div>ul>li>ul>li>.nested-link {
|
|
display: none
|
|
}
|
|
|
|
.sitemap div>ul>li>ul,
|
|
.sitemap div>ul>li>ul>li>ul {
|
|
display: block !important
|
|
}
|
|
}
|
|
|
|
.block-newsletter h4 {
|
|
font: 500 1.71429rem/1.85714rem Poppins, sans-serif
|
|
}
|
|
|
|
.block-newsletter #block-newsletter-label {
|
|
display: none
|
|
}
|
|
|
|
.block-newsletter form .form-control {
|
|
text-align: center
|
|
}
|
|
|
|
.block-newsletter form .btn,
|
|
.block-newsletter form .grid .product-miniature .product-buttons .quick-view,
|
|
.block-newsletter form .product-miniature-information .product-buttons .add-to-cart,
|
|
.block-newsletter form .product-miniature-information .product-buttons .customize,
|
|
.block-newsletter form .product-miniature-information .product-buttons .view-product,
|
|
.grid .product-miniature .product-buttons .block-newsletter form .quick-view,
|
|
.product-miniature-information .product-buttons .block-newsletter form .add-to-cart,
|
|
.product-miniature-information .product-buttons .block-newsletter form .customize,
|
|
.product-miniature-information .product-buttons .block-newsletter form .view-product {
|
|
margin-top: -.07143rem
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Linearicons;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
src: url(../../assets/fonts/Linearicons.eot);
|
|
src: local("Linearicons"), local("Linearicons"), url(../../assets/fonts/Linearicons.woff) format("woff"), url(../../assets/fonts/Linearicons.ttf) format("truetype")
|
|
}
|
|
|
|
.linearicons,
|
|
[class*=" linearicons-"],
|
|
[class^=linearicons-] {
|
|
font-family: Linearicons !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.linearicons-home:before {
|
|
content: "\E900"
|
|
}
|
|
|
|
.linearicons-home2:before {
|
|
content: "\E901"
|
|
}
|
|
|
|
.linearicons-home3:before {
|
|
content: "\E902"
|
|
}
|
|
|
|
.linearicons-home4:before {
|
|
content: "\E903"
|
|
}
|
|
|
|
.linearicons-home5:before {
|
|
content: "\E904"
|
|
}
|
|
|
|
.linearicons-home6:before {
|
|
content: "\E905"
|
|
}
|
|
|
|
.linearicons-bathtub:before {
|
|
content: "\E906"
|
|
}
|
|
|
|
.linearicons-toothbrush:before {
|
|
content: "\E907"
|
|
}
|
|
|
|
.linearicons-bed:before {
|
|
content: "\E908"
|
|
}
|
|
|
|
.linearicons-couch:before {
|
|
content: "\E909"
|
|
}
|
|
|
|
.linearicons-chair:before {
|
|
content: "\E90A"
|
|
}
|
|
|
|
.linearicons-city:before {
|
|
content: "\E90B"
|
|
}
|
|
|
|
.linearicons-apartment:before {
|
|
content: "\E90C"
|
|
}
|
|
|
|
.linearicons-pencil:before {
|
|
content: "\E90D"
|
|
}
|
|
|
|
.linearicons-pencil2:before {
|
|
content: "\E90E"
|
|
}
|
|
|
|
.linearicons-pen:before {
|
|
content: "\E90F"
|
|
}
|
|
|
|
.linearicons-pencil3:before {
|
|
content: "\E910"
|
|
}
|
|
|
|
.linearicons-eraser:before {
|
|
content: "\E911"
|
|
}
|
|
|
|
.linearicons-pencil4:before {
|
|
content: "\E912"
|
|
}
|
|
|
|
.linearicons-pencil5:before {
|
|
content: "\E913"
|
|
}
|
|
|
|
.linearicons-feather:before {
|
|
content: "\E914"
|
|
}
|
|
|
|
.linearicons-feather2:before {
|
|
content: "\E915"
|
|
}
|
|
|
|
.linearicons-feather3:before {
|
|
content: "\E916"
|
|
}
|
|
|
|
.linearicons-pen2:before {
|
|
content: "\E917"
|
|
}
|
|
|
|
.linearicons-pen-add:before {
|
|
content: "\E918"
|
|
}
|
|
|
|
.linearicons-pen-remove:before {
|
|
content: "\E919"
|
|
}
|
|
|
|
.linearicons-vector:before {
|
|
content: "\E91A"
|
|
}
|
|
|
|
.linearicons-pen3:before {
|
|
content: "\E91B"
|
|
}
|
|
|
|
.linearicons-blog:before {
|
|
content: "\E91C"
|
|
}
|
|
|
|
.linearicons-brush:before {
|
|
content: "\E91D"
|
|
}
|
|
|
|
.linearicons-brush2:before {
|
|
content: "\E91E"
|
|
}
|
|
|
|
.linearicons-spray:before {
|
|
content: "\E91F"
|
|
}
|
|
|
|
.linearicons-paint-roller:before {
|
|
content: "\E920"
|
|
}
|
|
|
|
.linearicons-stamp:before {
|
|
content: "\E921"
|
|
}
|
|
|
|
.linearicons-tape:before {
|
|
content: "\E922"
|
|
}
|
|
|
|
.linearicons-desk-tape:before {
|
|
content: "\E923"
|
|
}
|
|
|
|
.linearicons-texture:before {
|
|
content: "\E924"
|
|
}
|
|
|
|
.linearicons-eye-dropper:before {
|
|
content: "\E925"
|
|
}
|
|
|
|
.linearicons-palette:before {
|
|
content: "\E926"
|
|
}
|
|
|
|
.linearicons-color-sampler:before {
|
|
content: "\E927"
|
|
}
|
|
|
|
.linearicons-bucket:before {
|
|
content: "\E928"
|
|
}
|
|
|
|
.linearicons-gradient:before {
|
|
content: "\E929"
|
|
}
|
|
|
|
.linearicons-gradient2:before {
|
|
content: "\E92A"
|
|
}
|
|
|
|
.linearicons-magic-wand:before {
|
|
content: "\E92B"
|
|
}
|
|
|
|
.linearicons-magnet:before {
|
|
content: "\E92C"
|
|
}
|
|
|
|
.linearicons-pencil-ruler:before {
|
|
content: "\E92D"
|
|
}
|
|
|
|
.linearicons-pencil-ruler2:before {
|
|
content: "\E92E"
|
|
}
|
|
|
|
.linearicons-compass:before {
|
|
content: "\E92F"
|
|
}
|
|
|
|
.linearicons-aim:before {
|
|
content: "\E930"
|
|
}
|
|
|
|
.linearicons-gun:before {
|
|
content: "\E931"
|
|
}
|
|
|
|
.linearicons-bottle:before {
|
|
content: "\E932"
|
|
}
|
|
|
|
.linearicons-drop:before {
|
|
content: "\E933"
|
|
}
|
|
|
|
.linearicons-drop-crossed:before {
|
|
content: "\E934"
|
|
}
|
|
|
|
.linearicons-drop2:before {
|
|
content: "\E935"
|
|
}
|
|
|
|
.linearicons-snow:before {
|
|
content: "\E936"
|
|
}
|
|
|
|
.linearicons-snow2:before {
|
|
content: "\E937"
|
|
}
|
|
|
|
.linearicons-fire:before {
|
|
content: "\E938"
|
|
}
|
|
|
|
.linearicons-lighter:before {
|
|
content: "\E939"
|
|
}
|
|
|
|
.linearicons-knife:before {
|
|
content: "\E93A"
|
|
}
|
|
|
|
.linearicons-dagger:before {
|
|
content: "\E93B"
|
|
}
|
|
|
|
.linearicons-tissue:before {
|
|
content: "\E93C"
|
|
}
|
|
|
|
.linearicons-toilet-paper:before {
|
|
content: "\E93D"
|
|
}
|
|
|
|
.linearicons-poop:before {
|
|
content: "\E93E"
|
|
}
|
|
|
|
.linearicons-umbrella:before {
|
|
content: "\E93F"
|
|
}
|
|
|
|
.linearicons-umbrella2:before {
|
|
content: "\E940"
|
|
}
|
|
|
|
.linearicons-rain:before {
|
|
content: "\E941"
|
|
}
|
|
|
|
.linearicons-tornado:before {
|
|
content: "\E942"
|
|
}
|
|
|
|
.linearicons-wind:before {
|
|
content: "\E943"
|
|
}
|
|
|
|
.linearicons-fan:before {
|
|
content: "\E944"
|
|
}
|
|
|
|
.linearicons-contrast:before {
|
|
content: "\E945"
|
|
}
|
|
|
|
.linearicons-sun-small:before {
|
|
content: "\E946"
|
|
}
|
|
|
|
.linearicons-sun:before {
|
|
content: "\E947"
|
|
}
|
|
|
|
.linearicons-sun2:before {
|
|
content: "\E948"
|
|
}
|
|
|
|
.linearicons-moon:before {
|
|
content: "\E949"
|
|
}
|
|
|
|
.linearicons-cloud:before {
|
|
content: "\E94A"
|
|
}
|
|
|
|
.linearicons-cloud-upload:before {
|
|
content: "\E94B"
|
|
}
|
|
|
|
.linearicons-cloud-download:before {
|
|
content: "\E94C"
|
|
}
|
|
|
|
.linearicons-cloud-rain:before {
|
|
content: "\E94D"
|
|
}
|
|
|
|
.linearicons-cloud-hailstones:before {
|
|
content: "\E94E"
|
|
}
|
|
|
|
.linearicons-cloud-snow:before {
|
|
content: "\E94F"
|
|
}
|
|
|
|
.linearicons-cloud-windy:before {
|
|
content: "\E950"
|
|
}
|
|
|
|
.linearicons-sun-wind:before {
|
|
content: "\E951"
|
|
}
|
|
|
|
.linearicons-cloud-fog:before {
|
|
content: "\E952"
|
|
}
|
|
|
|
.linearicons-cloud-sun:before {
|
|
content: "\E953"
|
|
}
|
|
|
|
.linearicons-cloud-lightning:before {
|
|
content: "\E954"
|
|
}
|
|
|
|
.linearicons-cloud-sync:before {
|
|
content: "\E955"
|
|
}
|
|
|
|
.linearicons-cloud-lock:before {
|
|
content: "\E956"
|
|
}
|
|
|
|
.linearicons-cloud-gear:before {
|
|
content: "\E957"
|
|
}
|
|
|
|
.linearicons-cloud-alert:before {
|
|
content: "\E958"
|
|
}
|
|
|
|
.linearicons-cloud-check:before {
|
|
content: "\E959"
|
|
}
|
|
|
|
.linearicons-cloud-cross:before {
|
|
content: "\E95A"
|
|
}
|
|
|
|
.linearicons-cloud-crossed:before {
|
|
content: "\E95B"
|
|
}
|
|
|
|
.linearicons-cloud-database:before {
|
|
content: "\E95C"
|
|
}
|
|
|
|
.linearicons-database:before {
|
|
content: "\E95D"
|
|
}
|
|
|
|
.linearicons-database-add:before {
|
|
content: "\E95E"
|
|
}
|
|
|
|
.linearicons-database-remove:before {
|
|
content: "\E95F"
|
|
}
|
|
|
|
.linearicons-database-lock:before {
|
|
content: "\E960"
|
|
}
|
|
|
|
.linearicons-database-refresh:before {
|
|
content: "\E961"
|
|
}
|
|
|
|
.linearicons-database-check:before {
|
|
content: "\E962"
|
|
}
|
|
|
|
.linearicons-database-history:before {
|
|
content: "\E963"
|
|
}
|
|
|
|
.linearicons-database-upload:before {
|
|
content: "\E964"
|
|
}
|
|
|
|
.linearicons-database-download:before {
|
|
content: "\E965"
|
|
}
|
|
|
|
.linearicons-server:before {
|
|
content: "\E966"
|
|
}
|
|
|
|
.linearicons-shield:before {
|
|
content: "\E967"
|
|
}
|
|
|
|
.linearicons-shield-check:before {
|
|
content: "\E968"
|
|
}
|
|
|
|
.linearicons-shield-alert:before {
|
|
content: "\E969"
|
|
}
|
|
|
|
.linearicons-shield-cross:before {
|
|
content: "\E96A"
|
|
}
|
|
|
|
.linearicons-lock:before {
|
|
content: "\E96B"
|
|
}
|
|
|
|
.linearicons-rotation-lock:before {
|
|
content: "\E96C"
|
|
}
|
|
|
|
.linearicons-unlock:before {
|
|
content: "\E96D"
|
|
}
|
|
|
|
.linearicons-key:before {
|
|
content: "\E96E"
|
|
}
|
|
|
|
.linearicons-key-hole:before {
|
|
content: "\E96F"
|
|
}
|
|
|
|
.linearicons-toggle-off:before {
|
|
content: "\E970"
|
|
}
|
|
|
|
.linearicons-toggle-on:before {
|
|
content: "\E971"
|
|
}
|
|
|
|
.linearicons-cog:before {
|
|
content: "\E972"
|
|
}
|
|
|
|
.linearicons-cog2:before {
|
|
content: "\E973"
|
|
}
|
|
|
|
.linearicons-wrench:before {
|
|
content: "\E974"
|
|
}
|
|
|
|
.linearicons-screwdriver:before {
|
|
content: "\E975"
|
|
}
|
|
|
|
.linearicons-hammer-wrench:before {
|
|
content: "\E976"
|
|
}
|
|
|
|
.linearicons-hammer:before {
|
|
content: "\E977"
|
|
}
|
|
|
|
.linearicons-saw:before {
|
|
content: "\E978"
|
|
}
|
|
|
|
.linearicons-axe:before {
|
|
content: "\E979"
|
|
}
|
|
|
|
.linearicons-axe2:before {
|
|
content: "\E97A"
|
|
}
|
|
|
|
.linearicons-shovel:before {
|
|
content: "\E97B"
|
|
}
|
|
|
|
.linearicons-pickaxe:before {
|
|
content: "\E97C"
|
|
}
|
|
|
|
.linearicons-factory:before {
|
|
content: "\E97D"
|
|
}
|
|
|
|
.linearicons-factory2:before {
|
|
content: "\E97E"
|
|
}
|
|
|
|
.linearicons-recycle:before {
|
|
content: "\E97F"
|
|
}
|
|
|
|
.linearicons-trash:before {
|
|
content: "\E980"
|
|
}
|
|
|
|
.linearicons-trash2:before {
|
|
content: "\E981"
|
|
}
|
|
|
|
.linearicons-trash3:before {
|
|
content: "\E982"
|
|
}
|
|
|
|
.linearicons-broom:before {
|
|
content: "\E983"
|
|
}
|
|
|
|
.linearicons-game:before {
|
|
content: "\E984"
|
|
}
|
|
|
|
.linearicons-gamepad:before {
|
|
content: "\E985"
|
|
}
|
|
|
|
.linearicons-joystick:before {
|
|
content: "\E986"
|
|
}
|
|
|
|
.linearicons-dice:before {
|
|
content: "\E987"
|
|
}
|
|
|
|
.linearicons-spades:before {
|
|
content: "\E988"
|
|
}
|
|
|
|
.linearicons-diamonds:before {
|
|
content: "\E989"
|
|
}
|
|
|
|
.linearicons-clubs:before {
|
|
content: "\E98A"
|
|
}
|
|
|
|
.linearicons-hearts:before {
|
|
content: "\E98B"
|
|
}
|
|
|
|
.linearicons-heart:before {
|
|
content: "\E98C"
|
|
}
|
|
|
|
.linearicons-star:before {
|
|
content: "\E98D"
|
|
}
|
|
|
|
.linearicons-star-half:before {
|
|
content: "\E98E"
|
|
}
|
|
|
|
.linearicons-star-empty:before {
|
|
content: "\E98F"
|
|
}
|
|
|
|
.linearicons-flag:before {
|
|
content: "\E990"
|
|
}
|
|
|
|
.linearicons-flag2:before {
|
|
content: "\E991"
|
|
}
|
|
|
|
.linearicons-flag3:before {
|
|
content: "\E992"
|
|
}
|
|
|
|
.linearicons-mailbox-full:before {
|
|
content: "\E993"
|
|
}
|
|
|
|
.linearicons-mailbox-empty:before {
|
|
content: "\E994"
|
|
}
|
|
|
|
.linearicons-at-sign:before {
|
|
content: "\E995"
|
|
}
|
|
|
|
.linearicons-envelope:before {
|
|
content: "\E996"
|
|
}
|
|
|
|
.linearicons-envelope-open:before {
|
|
content: "\E997"
|
|
}
|
|
|
|
.linearicons-paperclip:before {
|
|
content: "\E998"
|
|
}
|
|
|
|
.linearicons-paper-plane:before {
|
|
content: "\E999"
|
|
}
|
|
|
|
.linearicons-reply:before {
|
|
content: "\E99A"
|
|
}
|
|
|
|
.linearicons-reply-all:before {
|
|
content: "\E99B"
|
|
}
|
|
|
|
.linearicons-inbox:before {
|
|
content: "\E99C"
|
|
}
|
|
|
|
.linearicons-inbox2:before {
|
|
content: "\E99D"
|
|
}
|
|
|
|
.linearicons-outbox:before {
|
|
content: "\E99E"
|
|
}
|
|
|
|
.linearicons-box:before {
|
|
content: "\E99F"
|
|
}
|
|
|
|
.linearicons-archive:before {
|
|
content: "\E9A0"
|
|
}
|
|
|
|
.linearicons-archive2:before {
|
|
content: "\E9A1"
|
|
}
|
|
|
|
.linearicons-drawers:before {
|
|
content: "\E9A2"
|
|
}
|
|
|
|
.linearicons-drawers2:before {
|
|
content: "\E9A3"
|
|
}
|
|
|
|
.linearicons-drawers3:before {
|
|
content: "\E9A4"
|
|
}
|
|
|
|
.linearicons-eye:before {
|
|
content: "\E9A5"
|
|
}
|
|
|
|
.linearicons-eye-crossed:before {
|
|
content: "\E9A6"
|
|
}
|
|
|
|
.linearicons-eye-plus:before {
|
|
content: "\E9A7"
|
|
}
|
|
|
|
.linearicons-eye-minus:before {
|
|
content: "\E9A8"
|
|
}
|
|
|
|
.linearicons-binoculars:before {
|
|
content: "\E9A9"
|
|
}
|
|
|
|
.linearicons-binoculars2:before {
|
|
content: "\E9AA"
|
|
}
|
|
|
|
.linearicons-hdd:before {
|
|
content: "\E9AB"
|
|
}
|
|
|
|
.linearicons-hdd-down:before {
|
|
content: "\E9AC"
|
|
}
|
|
|
|
.linearicons-hdd-up:before {
|
|
content: "\E9AD"
|
|
}
|
|
|
|
.linearicons-floppy-disk:before {
|
|
content: "\E9AE"
|
|
}
|
|
|
|
.linearicons-disc:before {
|
|
content: "\E9AF"
|
|
}
|
|
|
|
.linearicons-tape2:before {
|
|
content: "\E9B0"
|
|
}
|
|
|
|
.linearicons-printer:before {
|
|
content: "\E9B1"
|
|
}
|
|
|
|
.linearicons-shredder:before {
|
|
content: "\E9B2"
|
|
}
|
|
|
|
.linearicons-file-empty:before {
|
|
content: "\E9B3"
|
|
}
|
|
|
|
.linearicons-file-add:before {
|
|
content: "\E9B4"
|
|
}
|
|
|
|
.linearicons-file-check:before {
|
|
content: "\E9B5"
|
|
}
|
|
|
|
.linearicons-file-lock:before {
|
|
content: "\E9B6"
|
|
}
|
|
|
|
.linearicons-files:before {
|
|
content: "\E9B7"
|
|
}
|
|
|
|
.linearicons-copy:before {
|
|
content: "\E9B8"
|
|
}
|
|
|
|
.linearicons-compare:before {
|
|
content: "\E9B9"
|
|
}
|
|
|
|
.linearicons-folder:before {
|
|
content: "\E9BA"
|
|
}
|
|
|
|
.linearicons-folder-search:before {
|
|
content: "\E9BB"
|
|
}
|
|
|
|
.linearicons-folder-plus:before {
|
|
content: "\E9BC"
|
|
}
|
|
|
|
.linearicons-folder-minus:before {
|
|
content: "\E9BD"
|
|
}
|
|
|
|
.linearicons-folder-download:before {
|
|
content: "\E9BE"
|
|
}
|
|
|
|
.linearicons-folder-upload:before {
|
|
content: "\E9BF"
|
|
}
|
|
|
|
.linearicons-folder-star:before {
|
|
content: "\E9C0"
|
|
}
|
|
|
|
.linearicons-folder-heart:before {
|
|
content: "\E9C1"
|
|
}
|
|
|
|
.linearicons-folder-user:before {
|
|
content: "\E9C2"
|
|
}
|
|
|
|
.linearicons-folder-shared:before {
|
|
content: "\E9C3"
|
|
}
|
|
|
|
.linearicons-folder-music:before {
|
|
content: "\E9C4"
|
|
}
|
|
|
|
.linearicons-folder-picture:before {
|
|
content: "\E9C5"
|
|
}
|
|
|
|
.linearicons-folder-film:before {
|
|
content: "\E9C6"
|
|
}
|
|
|
|
.linearicons-scissors:before {
|
|
content: "\E9C7"
|
|
}
|
|
|
|
.linearicons-paste:before {
|
|
content: "\E9C8"
|
|
}
|
|
|
|
.linearicons-clipboard-empty:before {
|
|
content: "\E9C9"
|
|
}
|
|
|
|
.linearicons-clipboard-pencil:before {
|
|
content: "\E9CA"
|
|
}
|
|
|
|
.linearicons-clipboard-text:before {
|
|
content: "\E9CB"
|
|
}
|
|
|
|
.linearicons-clipboard-check:before {
|
|
content: "\E9CC"
|
|
}
|
|
|
|
.linearicons-clipboard-down:before {
|
|
content: "\E9CD"
|
|
}
|
|
|
|
.linearicons-clipboard-left:before {
|
|
content: "\E9CE"
|
|
}
|
|
|
|
.linearicons-clipboard-alert:before {
|
|
content: "\E9CF"
|
|
}
|
|
|
|
.linearicons-clipboard-user:before {
|
|
content: "\E9D0"
|
|
}
|
|
|
|
.linearicons-register:before {
|
|
content: "\E9D1"
|
|
}
|
|
|
|
.linearicons-enter:before {
|
|
content: "\E9D2"
|
|
}
|
|
|
|
.linearicons-exit:before {
|
|
content: "\E9D3"
|
|
}
|
|
|
|
.linearicons-papers:before {
|
|
content: "\E9D4"
|
|
}
|
|
|
|
.linearicons-news:before {
|
|
content: "\E9D5"
|
|
}
|
|
|
|
.linearicons-reading:before {
|
|
content: "\E9D6"
|
|
}
|
|
|
|
.linearicons-typewriter:before {
|
|
content: "\E9D7"
|
|
}
|
|
|
|
.linearicons-document:before {
|
|
content: "\E9D8"
|
|
}
|
|
|
|
.linearicons-document2:before {
|
|
content: "\E9D9"
|
|
}
|
|
|
|
.linearicons-graduation-hat:before {
|
|
content: "\E9DA"
|
|
}
|
|
|
|
.linearicons-license:before {
|
|
content: "\E9DB"
|
|
}
|
|
|
|
.linearicons-license2:before {
|
|
content: "\E9DC"
|
|
}
|
|
|
|
.linearicons-medal-empty:before {
|
|
content: "\E9DD"
|
|
}
|
|
|
|
.linearicons-medal-first:before {
|
|
content: "\E9DE"
|
|
}
|
|
|
|
.linearicons-medal-second:before {
|
|
content: "\E9DF"
|
|
}
|
|
|
|
.linearicons-medal-third:before {
|
|
content: "\E9E0"
|
|
}
|
|
|
|
.linearicons-podium:before {
|
|
content: "\E9E1"
|
|
}
|
|
|
|
.linearicons-trophy:before {
|
|
content: "\E9E2"
|
|
}
|
|
|
|
.linearicons-trophy2:before {
|
|
content: "\E9E3"
|
|
}
|
|
|
|
.linearicons-music-note:before {
|
|
content: "\E9E4"
|
|
}
|
|
|
|
.linearicons-music-note2:before {
|
|
content: "\E9E5"
|
|
}
|
|
|
|
.linearicons-music-note3:before {
|
|
content: "\E9E6"
|
|
}
|
|
|
|
.linearicons-playlist:before {
|
|
content: "\E9E7"
|
|
}
|
|
|
|
.linearicons-playlist-add:before {
|
|
content: "\E9E8"
|
|
}
|
|
|
|
.linearicons-guitar:before {
|
|
content: "\E9E9"
|
|
}
|
|
|
|
.linearicons-trumpet:before {
|
|
content: "\E9EA"
|
|
}
|
|
|
|
.linearicons-album:before {
|
|
content: "\E9EB"
|
|
}
|
|
|
|
.linearicons-shuffle:before {
|
|
content: "\E9EC"
|
|
}
|
|
|
|
.linearicons-repeat-one:before {
|
|
content: "\E9ED"
|
|
}
|
|
|
|
.linearicons-repeat:before {
|
|
content: "\E9EE"
|
|
}
|
|
|
|
.linearicons-headphones:before {
|
|
content: "\E9EF"
|
|
}
|
|
|
|
.linearicons-headset:before {
|
|
content: "\E9F0"
|
|
}
|
|
|
|
.linearicons-loudspeaker:before {
|
|
content: "\E9F1"
|
|
}
|
|
|
|
.linearicons-equalizer:before {
|
|
content: "\E9F2"
|
|
}
|
|
|
|
.linearicons-theater:before {
|
|
content: "\E9F3"
|
|
}
|
|
|
|
.linearicons-3d-glasses:before {
|
|
content: "\E9F4"
|
|
}
|
|
|
|
.linearicons-ticket:before {
|
|
content: "\E9F5"
|
|
}
|
|
|
|
.linearicons-presentation:before {
|
|
content: "\E9F6"
|
|
}
|
|
|
|
.linearicons-play:before {
|
|
content: "\E9F7"
|
|
}
|
|
|
|
.linearicons-film-play:before {
|
|
content: "\E9F8"
|
|
}
|
|
|
|
.linearicons-clapboard-play:before {
|
|
content: "\E9F9"
|
|
}
|
|
|
|
.linearicons-media:before {
|
|
content: "\E9FA"
|
|
}
|
|
|
|
.linearicons-film:before {
|
|
content: "\E9FB"
|
|
}
|
|
|
|
.linearicons-film2:before {
|
|
content: "\E9FC"
|
|
}
|
|
|
|
.linearicons-surveillance:before {
|
|
content: "\E9FD"
|
|
}
|
|
|
|
.linearicons-surveillance2:before {
|
|
content: "\E9FE"
|
|
}
|
|
|
|
.linearicons-camera:before {
|
|
content: "\E9FF"
|
|
}
|
|
|
|
.linearicons-camera-crossed:before {
|
|
content: "\EA00"
|
|
}
|
|
|
|
.linearicons-camera-play:before {
|
|
content: "\EA01"
|
|
}
|
|
|
|
.linearicons-time-lapse:before {
|
|
content: "\EA02"
|
|
}
|
|
|
|
.linearicons-record:before {
|
|
content: "\EA03"
|
|
}
|
|
|
|
.linearicons-camera2:before {
|
|
content: "\EA04"
|
|
}
|
|
|
|
.linearicons-camera-flip:before {
|
|
content: "\EA05"
|
|
}
|
|
|
|
.linearicons-panorama:before {
|
|
content: "\EA06"
|
|
}
|
|
|
|
.linearicons-time-lapse2:before {
|
|
content: "\EA07"
|
|
}
|
|
|
|
.linearicons-shutter:before {
|
|
content: "\EA08"
|
|
}
|
|
|
|
.linearicons-shutter2:before {
|
|
content: "\EA09"
|
|
}
|
|
|
|
.linearicons-face-detection:before {
|
|
content: "\EA0A"
|
|
}
|
|
|
|
.linearicons-flare:before {
|
|
content: "\EA0B"
|
|
}
|
|
|
|
.linearicons-convex:before {
|
|
content: "\EA0C"
|
|
}
|
|
|
|
.linearicons-concave:before {
|
|
content: "\EA0D"
|
|
}
|
|
|
|
.linearicons-picture:before {
|
|
content: "\EA0E"
|
|
}
|
|
|
|
.linearicons-picture2:before {
|
|
content: "\EA0F"
|
|
}
|
|
|
|
.linearicons-picture3:before {
|
|
content: "\EA10"
|
|
}
|
|
|
|
.linearicons-pictures:before {
|
|
content: "\EA11"
|
|
}
|
|
|
|
.linearicons-book:before {
|
|
content: "\EA12"
|
|
}
|
|
|
|
.linearicons-audio-book:before {
|
|
content: "\EA13"
|
|
}
|
|
|
|
.linearicons-book2:before {
|
|
content: "\EA14"
|
|
}
|
|
|
|
.linearicons-bookmark:before {
|
|
content: "\EA15"
|
|
}
|
|
|
|
.linearicons-bookmark2:before {
|
|
content: "\EA16"
|
|
}
|
|
|
|
.linearicons-label:before {
|
|
content: "\EA17"
|
|
}
|
|
|
|
.linearicons-library:before {
|
|
content: "\EA18"
|
|
}
|
|
|
|
.linearicons-library2:before {
|
|
content: "\EA19"
|
|
}
|
|
|
|
.linearicons-contacts:before {
|
|
content: "\EA1A"
|
|
}
|
|
|
|
.linearicons-profile:before {
|
|
content: "\EA1B"
|
|
}
|
|
|
|
.linearicons-portrait:before {
|
|
content: "\EA1C"
|
|
}
|
|
|
|
.linearicons-portrait2:before {
|
|
content: "\EA1D"
|
|
}
|
|
|
|
.linearicons-user:before {
|
|
content: "\EA1E"
|
|
}
|
|
|
|
.linearicons-user-plus:before {
|
|
content: "\EA1F"
|
|
}
|
|
|
|
.linearicons-user-minus:before {
|
|
content: "\EA20"
|
|
}
|
|
|
|
.linearicons-user-lock:before {
|
|
content: "\EA21"
|
|
}
|
|
|
|
.linearicons-users:before {
|
|
content: "\EA22"
|
|
}
|
|
|
|
.linearicons-users2:before {
|
|
content: "\EA23"
|
|
}
|
|
|
|
.linearicons-users-plus:before {
|
|
content: "\EA24"
|
|
}
|
|
|
|
.linearicons-users-minus:before {
|
|
content: "\EA25"
|
|
}
|
|
|
|
.linearicons-group-work:before {
|
|
content: "\EA26"
|
|
}
|
|
|
|
.linearicons-woman:before {
|
|
content: "\EA27"
|
|
}
|
|
|
|
.linearicons-man:before {
|
|
content: "\EA28"
|
|
}
|
|
|
|
.linearicons-baby:before {
|
|
content: "\EA29"
|
|
}
|
|
|
|
.linearicons-baby2:before {
|
|
content: "\EA2A"
|
|
}
|
|
|
|
.linearicons-baby3:before {
|
|
content: "\EA2B"
|
|
}
|
|
|
|
.linearicons-baby-bottle:before {
|
|
content: "\EA2C"
|
|
}
|
|
|
|
.linearicons-walk:before {
|
|
content: "\EA2D"
|
|
}
|
|
|
|
.linearicons-hand-waving:before {
|
|
content: "\EA2E"
|
|
}
|
|
|
|
.linearicons-jump:before {
|
|
content: "\EA2F"
|
|
}
|
|
|
|
.linearicons-run:before {
|
|
content: "\EA30"
|
|
}
|
|
|
|
.linearicons-woman2:before {
|
|
content: "\EA31"
|
|
}
|
|
|
|
.linearicons-man2:before {
|
|
content: "\EA32"
|
|
}
|
|
|
|
.linearicons-man-woman:before {
|
|
content: "\EA33"
|
|
}
|
|
|
|
.linearicons-height:before {
|
|
content: "\EA34"
|
|
}
|
|
|
|
.linearicons-weight:before {
|
|
content: "\EA35"
|
|
}
|
|
|
|
.linearicons-scale:before {
|
|
content: "\EA36"
|
|
}
|
|
|
|
.linearicons-button:before {
|
|
content: "\EA37"
|
|
}
|
|
|
|
.linearicons-bow-tie:before {
|
|
content: "\EA38"
|
|
}
|
|
|
|
.linearicons-tie:before {
|
|
content: "\EA39"
|
|
}
|
|
|
|
.linearicons-socks:before {
|
|
content: "\EA3A"
|
|
}
|
|
|
|
.linearicons-shoe:before {
|
|
content: "\EA3B"
|
|
}
|
|
|
|
.linearicons-shoes:before {
|
|
content: "\EA3C"
|
|
}
|
|
|
|
.linearicons-hat:before {
|
|
content: "\EA3D"
|
|
}
|
|
|
|
.linearicons-pants:before {
|
|
content: "\EA3E"
|
|
}
|
|
|
|
.linearicons-shorts:before {
|
|
content: "\EA3F"
|
|
}
|
|
|
|
.linearicons-flip-flops:before {
|
|
content: "\EA40"
|
|
}
|
|
|
|
.linearicons-shirt:before {
|
|
content: "\EA41"
|
|
}
|
|
|
|
.linearicons-hanger:before {
|
|
content: "\EA42"
|
|
}
|
|
|
|
.linearicons-laundry:before {
|
|
content: "\EA43"
|
|
}
|
|
|
|
.linearicons-store:before {
|
|
content: "\EA44"
|
|
}
|
|
|
|
.linearicons-haircut:before {
|
|
content: "\EA45"
|
|
}
|
|
|
|
.linearicons-store-24:before {
|
|
content: "\EA46"
|
|
}
|
|
|
|
.linearicons-barcode:before {
|
|
content: "\EA47"
|
|
}
|
|
|
|
.linearicons-barcode2:before {
|
|
content: "\EA48"
|
|
}
|
|
|
|
.linearicons-barcode3:before {
|
|
content: "\EA49"
|
|
}
|
|
|
|
.linearicons-cashier:before {
|
|
content: "\EA4A"
|
|
}
|
|
|
|
.linearicons-bag:before {
|
|
content: "\EA4B"
|
|
}
|
|
|
|
.linearicons-bag2:before {
|
|
content: "\EA4C"
|
|
}
|
|
|
|
.linearicons-cart:before {
|
|
content: "\EA4D"
|
|
}
|
|
|
|
.linearicons-cart-empty:before {
|
|
content: "\EA4E"
|
|
}
|
|
|
|
.linearicons-cart-full:before {
|
|
content: "\EA4F"
|
|
}
|
|
|
|
.linearicons-cart-plus:before {
|
|
content: "\EA50"
|
|
}
|
|
|
|
.linearicons-cart-plus2:before {
|
|
content: "\EA51"
|
|
}
|
|
|
|
.linearicons-cart-add:before {
|
|
content: "\EA52"
|
|
}
|
|
|
|
.linearicons-cart-remove:before {
|
|
content: "\EA53"
|
|
}
|
|
|
|
.linearicons-cart-exchange:before {
|
|
content: "\EA54"
|
|
}
|
|
|
|
.linearicons-tag:before {
|
|
content: "\EA55"
|
|
}
|
|
|
|
.linearicons-tags:before {
|
|
content: "\EA56"
|
|
}
|
|
|
|
.linearicons-receipt:before {
|
|
content: "\EA57"
|
|
}
|
|
|
|
.linearicons-wallet:before {
|
|
content: "\EA58"
|
|
}
|
|
|
|
.linearicons-credit-card:before {
|
|
content: "\EA59"
|
|
}
|
|
|
|
.linearicons-cash-dollar:before {
|
|
content: "\EA5A"
|
|
}
|
|
|
|
.linearicons-cash-euro:before {
|
|
content: "\EA5B"
|
|
}
|
|
|
|
.linearicons-cash-pound:before {
|
|
content: "\EA5C"
|
|
}
|
|
|
|
.linearicons-cash-yen:before {
|
|
content: "\EA5D"
|
|
}
|
|
|
|
.linearicons-bag-dollar:before {
|
|
content: "\EA5E"
|
|
}
|
|
|
|
.linearicons-bag-euro:before {
|
|
content: "\EA5F"
|
|
}
|
|
|
|
.linearicons-bag-pound:before {
|
|
content: "\EA60"
|
|
}
|
|
|
|
.linearicons-bag-yen:before {
|
|
content: "\EA61"
|
|
}
|
|
|
|
.linearicons-coin-dollar:before {
|
|
content: "\EA62"
|
|
}
|
|
|
|
.linearicons-coin-euro:before {
|
|
content: "\EA63"
|
|
}
|
|
|
|
.linearicons-coin-pound:before {
|
|
content: "\EA64"
|
|
}
|
|
|
|
.linearicons-coin-yen:before {
|
|
content: "\EA65"
|
|
}
|
|
|
|
.linearicons-calculator:before {
|
|
content: "\EA66"
|
|
}
|
|
|
|
.linearicons-calculator2:before {
|
|
content: "\EA67"
|
|
}
|
|
|
|
.linearicons-abacus:before {
|
|
content: "\EA68"
|
|
}
|
|
|
|
.linearicons-vault:before {
|
|
content: "\EA69"
|
|
}
|
|
|
|
.linearicons-telephone:before {
|
|
content: "\EA6A"
|
|
}
|
|
|
|
.linearicons-phone-lock:before {
|
|
content: "\EA6B"
|
|
}
|
|
|
|
.linearicons-phone-wave:before {
|
|
content: "\EA6C"
|
|
}
|
|
|
|
.linearicons-phone-pause:before {
|
|
content: "\EA6D"
|
|
}
|
|
|
|
.linearicons-phone-outgoing:before {
|
|
content: "\EA6E"
|
|
}
|
|
|
|
.linearicons-phone-incoming:before {
|
|
content: "\EA6F"
|
|
}
|
|
|
|
.linearicons-phone-in-out:before {
|
|
content: "\EA70"
|
|
}
|
|
|
|
.linearicons-phone-error:before {
|
|
content: "\EA71"
|
|
}
|
|
|
|
.linearicons-phone-sip:before {
|
|
content: "\EA72"
|
|
}
|
|
|
|
.linearicons-phone-plus:before {
|
|
content: "\EA73"
|
|
}
|
|
|
|
.linearicons-phone-minus:before {
|
|
content: "\EA74"
|
|
}
|
|
|
|
.linearicons-voicemail:before {
|
|
content: "\EA75"
|
|
}
|
|
|
|
.linearicons-dial:before {
|
|
content: "\EA76"
|
|
}
|
|
|
|
.linearicons-telephone2:before {
|
|
content: "\EA77"
|
|
}
|
|
|
|
.linearicons-pushpin:before {
|
|
content: "\EA78"
|
|
}
|
|
|
|
.linearicons-pushpin2:before {
|
|
content: "\EA79"
|
|
}
|
|
|
|
.linearicons-map-marker:before {
|
|
content: "\EA7A"
|
|
}
|
|
|
|
.linearicons-map-marker-user:before {
|
|
content: "\EA7B"
|
|
}
|
|
|
|
.linearicons-map-marker-down:before {
|
|
content: "\EA7C"
|
|
}
|
|
|
|
.linearicons-map-marker-check:before {
|
|
content: "\EA7D"
|
|
}
|
|
|
|
.linearicons-map-marker-crossed:before {
|
|
content: "\EA7E"
|
|
}
|
|
|
|
.linearicons-radar:before {
|
|
content: "\EA7F"
|
|
}
|
|
|
|
.linearicons-compass2:before {
|
|
content: "\EA80"
|
|
}
|
|
|
|
.linearicons-map:before {
|
|
content: "\EA81"
|
|
}
|
|
|
|
.linearicons-map2:before {
|
|
content: "\EA82"
|
|
}
|
|
|
|
.linearicons-location:before {
|
|
content: "\EA83"
|
|
}
|
|
|
|
.linearicons-road-sign:before {
|
|
content: "\EA84"
|
|
}
|
|
|
|
.linearicons-calendar-empty:before {
|
|
content: "\EA85"
|
|
}
|
|
|
|
.linearicons-calendar-check:before {
|
|
content: "\EA86"
|
|
}
|
|
|
|
.linearicons-calendar-cross:before {
|
|
content: "\EA87"
|
|
}
|
|
|
|
.linearicons-calendar-31:before {
|
|
content: "\EA88"
|
|
}
|
|
|
|
.linearicons-calendar-full:before {
|
|
content: "\EA89"
|
|
}
|
|
|
|
.linearicons-calendar-insert:before {
|
|
content: "\EA8A"
|
|
}
|
|
|
|
.linearicons-calendar-text:before {
|
|
content: "\EA8B"
|
|
}
|
|
|
|
.linearicons-calendar-user:before {
|
|
content: "\EA8C"
|
|
}
|
|
|
|
.linearicons-mouse:before {
|
|
content: "\EA8D"
|
|
}
|
|
|
|
.linearicons-mouse-left:before {
|
|
content: "\EA8E"
|
|
}
|
|
|
|
.linearicons-mouse-right:before {
|
|
content: "\EA8F"
|
|
}
|
|
|
|
.linearicons-mouse-both:before {
|
|
content: "\EA90"
|
|
}
|
|
|
|
.linearicons-keyboard:before {
|
|
content: "\EA91"
|
|
}
|
|
|
|
.linearicons-keyboard-up:before {
|
|
content: "\EA92"
|
|
}
|
|
|
|
.linearicons-keyboard-down:before {
|
|
content: "\EA93"
|
|
}
|
|
|
|
.linearicons-delete:before {
|
|
content: "\EA94"
|
|
}
|
|
|
|
.linearicons-spell-check:before {
|
|
content: "\EA95"
|
|
}
|
|
|
|
.linearicons-escape:before {
|
|
content: "\EA96"
|
|
}
|
|
|
|
.linearicons-enter2:before {
|
|
content: "\EA97"
|
|
}
|
|
|
|
.linearicons-screen:before {
|
|
content: "\EA98"
|
|
}
|
|
|
|
.linearicons-aspect-ratio:before {
|
|
content: "\EA99"
|
|
}
|
|
|
|
.linearicons-signal:before {
|
|
content: "\EA9A"
|
|
}
|
|
|
|
.linearicons-signal-lock:before {
|
|
content: "\EA9B"
|
|
}
|
|
|
|
.linearicons-signal-80:before {
|
|
content: "\EA9C"
|
|
}
|
|
|
|
.linearicons-signal-60:before {
|
|
content: "\EA9D"
|
|
}
|
|
|
|
.linearicons-signal-40:before {
|
|
content: "\EA9E"
|
|
}
|
|
|
|
.linearicons-signal-20:before {
|
|
content: "\EA9F"
|
|
}
|
|
|
|
.linearicons-signal-0:before {
|
|
content: "\EAA0"
|
|
}
|
|
|
|
.linearicons-signal-blocked:before {
|
|
content: "\EAA1"
|
|
}
|
|
|
|
.linearicons-sim:before {
|
|
content: "\EAA2"
|
|
}
|
|
|
|
.linearicons-flash-memory:before {
|
|
content: "\EAA3"
|
|
}
|
|
|
|
.linearicons-usb-drive:before {
|
|
content: "\EAA4"
|
|
}
|
|
|
|
.linearicons-phone:before {
|
|
content: "\EAA5"
|
|
}
|
|
|
|
.linearicons-smartphone:before {
|
|
content: "\EAA6"
|
|
}
|
|
|
|
.linearicons-smartphone-notification:before {
|
|
content: "\EAA7"
|
|
}
|
|
|
|
.linearicons-smartphone-vibration:before {
|
|
content: "\EAA8"
|
|
}
|
|
|
|
.linearicons-smartphone-embed:before {
|
|
content: "\EAA9"
|
|
}
|
|
|
|
.linearicons-smartphone-waves:before {
|
|
content: "\EAAA"
|
|
}
|
|
|
|
.linearicons-tablet:before {
|
|
content: "\EAAB"
|
|
}
|
|
|
|
.linearicons-tablet2:before {
|
|
content: "\EAAC"
|
|
}
|
|
|
|
.linearicons-laptop:before {
|
|
content: "\EAAD"
|
|
}
|
|
|
|
.linearicons-laptop-phone:before {
|
|
content: "\EAAE"
|
|
}
|
|
|
|
.linearicons-desktop:before {
|
|
content: "\EAAF"
|
|
}
|
|
|
|
.linearicons-launch:before {
|
|
content: "\EAB0"
|
|
}
|
|
|
|
.linearicons-new-tab:before {
|
|
content: "\EAB1"
|
|
}
|
|
|
|
.linearicons-window:before {
|
|
content: "\EAB2"
|
|
}
|
|
|
|
.linearicons-cable:before {
|
|
content: "\EAB3"
|
|
}
|
|
|
|
.linearicons-cable2:before {
|
|
content: "\EAB4"
|
|
}
|
|
|
|
.linearicons-tv:before {
|
|
content: "\EAB5"
|
|
}
|
|
|
|
.linearicons-radio:before {
|
|
content: "\EAB6"
|
|
}
|
|
|
|
.linearicons-remote-control:before {
|
|
content: "\EAB7"
|
|
}
|
|
|
|
.linearicons-power-switch:before {
|
|
content: "\EAB8"
|
|
}
|
|
|
|
.linearicons-power:before {
|
|
content: "\EAB9"
|
|
}
|
|
|
|
.linearicons-power-crossed:before {
|
|
content: "\EABA"
|
|
}
|
|
|
|
.linearicons-flash-auto:before {
|
|
content: "\EABB"
|
|
}
|
|
|
|
.linearicons-lamp:before {
|
|
content: "\EABC"
|
|
}
|
|
|
|
.linearicons-flashlight:before {
|
|
content: "\EABD"
|
|
}
|
|
|
|
.linearicons-lampshade:before {
|
|
content: "\EABE"
|
|
}
|
|
|
|
.linearicons-cord:before {
|
|
content: "\EABF"
|
|
}
|
|
|
|
.linearicons-outlet:before {
|
|
content: "\EAC0"
|
|
}
|
|
|
|
.linearicons-battery-power:before {
|
|
content: "\EAC1"
|
|
}
|
|
|
|
.linearicons-battery-empty:before {
|
|
content: "\EAC2"
|
|
}
|
|
|
|
.linearicons-battery-alert:before {
|
|
content: "\EAC3"
|
|
}
|
|
|
|
.linearicons-battery-error:before {
|
|
content: "\EAC4"
|
|
}
|
|
|
|
.linearicons-battery-low1:before {
|
|
content: "\EAC5"
|
|
}
|
|
|
|
.linearicons-battery-low2:before {
|
|
content: "\EAC6"
|
|
}
|
|
|
|
.linearicons-battery-low3:before {
|
|
content: "\EAC7"
|
|
}
|
|
|
|
.linearicons-battery-mid1:before {
|
|
content: "\EAC8"
|
|
}
|
|
|
|
.linearicons-battery-mid2:before {
|
|
content: "\EAC9"
|
|
}
|
|
|
|
.linearicons-battery-mid3:before {
|
|
content: "\EACA"
|
|
}
|
|
|
|
.linearicons-battery-full:before {
|
|
content: "\EACB"
|
|
}
|
|
|
|
.linearicons-battery-charging:before {
|
|
content: "\EACC"
|
|
}
|
|
|
|
.linearicons-battery-charging2:before {
|
|
content: "\EACD"
|
|
}
|
|
|
|
.linearicons-battery-charging3:before {
|
|
content: "\EACE"
|
|
}
|
|
|
|
.linearicons-battery-charging4:before {
|
|
content: "\EACF"
|
|
}
|
|
|
|
.linearicons-battery-charging5:before {
|
|
content: "\EAD0"
|
|
}
|
|
|
|
.linearicons-battery-charging6:before {
|
|
content: "\EAD1"
|
|
}
|
|
|
|
.linearicons-battery-charging7:before {
|
|
content: "\EAD2"
|
|
}
|
|
|
|
.linearicons-chip:before {
|
|
content: "\EAD3"
|
|
}
|
|
|
|
.linearicons-chip-x64:before {
|
|
content: "\EAD4"
|
|
}
|
|
|
|
.linearicons-chip-x86:before {
|
|
content: "\EAD5"
|
|
}
|
|
|
|
.linearicons-bubble:before {
|
|
content: "\EAD6"
|
|
}
|
|
|
|
.linearicons-bubbles:before {
|
|
content: "\EAD7"
|
|
}
|
|
|
|
.linearicons-bubble-dots:before {
|
|
content: "\EAD8"
|
|
}
|
|
|
|
.linearicons-bubble-alert:before {
|
|
content: "\EAD9"
|
|
}
|
|
|
|
.linearicons-bubble-question:before {
|
|
content: "\EADA"
|
|
}
|
|
|
|
.linearicons-bubble-text:before {
|
|
content: "\EADB"
|
|
}
|
|
|
|
.linearicons-bubble-pencil:before {
|
|
content: "\EADC"
|
|
}
|
|
|
|
.linearicons-bubble-picture:before {
|
|
content: "\EADD"
|
|
}
|
|
|
|
.linearicons-bubble-video:before {
|
|
content: "\EADE"
|
|
}
|
|
|
|
.linearicons-bubble-user:before {
|
|
content: "\EADF"
|
|
}
|
|
|
|
.linearicons-bubble-quote:before {
|
|
content: "\EAE0"
|
|
}
|
|
|
|
.linearicons-bubble-heart:before {
|
|
content: "\EAE1"
|
|
}
|
|
|
|
.linearicons-bubble-emoticon:before {
|
|
content: "\EAE2"
|
|
}
|
|
|
|
.linearicons-bubble-attachment:before {
|
|
content: "\EAE3"
|
|
}
|
|
|
|
.linearicons-phone-bubble:before {
|
|
content: "\EAE4"
|
|
}
|
|
|
|
.linearicons-quote-open:before {
|
|
content: "\EAE5"
|
|
}
|
|
|
|
.linearicons-quote-close:before {
|
|
content: "\EAE6"
|
|
}
|
|
|
|
.linearicons-dna:before {
|
|
content: "\EAE7"
|
|
}
|
|
|
|
.linearicons-heart-pulse:before {
|
|
content: "\EAE8"
|
|
}
|
|
|
|
.linearicons-pulse:before {
|
|
content: "\EAE9"
|
|
}
|
|
|
|
.linearicons-syringe:before {
|
|
content: "\EAEA"
|
|
}
|
|
|
|
.linearicons-pills:before {
|
|
content: "\EAEB"
|
|
}
|
|
|
|
.linearicons-first-aid:before {
|
|
content: "\EAEC"
|
|
}
|
|
|
|
.linearicons-lifebuoy:before {
|
|
content: "\EAED"
|
|
}
|
|
|
|
.linearicons-bandage:before {
|
|
content: "\EAEE"
|
|
}
|
|
|
|
.linearicons-bandages:before {
|
|
content: "\EAEF"
|
|
}
|
|
|
|
.linearicons-thermometer:before {
|
|
content: "\EAF0"
|
|
}
|
|
|
|
.linearicons-microscope:before {
|
|
content: "\EAF1"
|
|
}
|
|
|
|
.linearicons-brain:before {
|
|
content: "\EAF2"
|
|
}
|
|
|
|
.linearicons-beaker:before {
|
|
content: "\EAF3"
|
|
}
|
|
|
|
.linearicons-skull:before {
|
|
content: "\EAF4"
|
|
}
|
|
|
|
.linearicons-bone:before {
|
|
content: "\EAF5"
|
|
}
|
|
|
|
.linearicons-construction:before {
|
|
content: "\EAF6"
|
|
}
|
|
|
|
.linearicons-construction-cone:before {
|
|
content: "\EAF7"
|
|
}
|
|
|
|
.linearicons-pie-chart:before {
|
|
content: "\EAF8"
|
|
}
|
|
|
|
.linearicons-pie-chart2:before {
|
|
content: "\EAF9"
|
|
}
|
|
|
|
.linearicons-graph:before {
|
|
content: "\EAFA"
|
|
}
|
|
|
|
.linearicons-chart-growth:before {
|
|
content: "\EAFB"
|
|
}
|
|
|
|
.linearicons-chart-bars:before {
|
|
content: "\EAFC"
|
|
}
|
|
|
|
.linearicons-chart-settings:before {
|
|
content: "\EAFD"
|
|
}
|
|
|
|
.linearicons-cake:before {
|
|
content: "\EAFE"
|
|
}
|
|
|
|
.linearicons-gift:before {
|
|
content: "\EAFF"
|
|
}
|
|
|
|
.linearicons-balloon:before {
|
|
content: "\EB00"
|
|
}
|
|
|
|
.linearicons-rank:before {
|
|
content: "\EB01"
|
|
}
|
|
|
|
.linearicons-rank2:before {
|
|
content: "\EB02"
|
|
}
|
|
|
|
.linearicons-rank3:before {
|
|
content: "\EB03"
|
|
}
|
|
|
|
.linearicons-crown:before {
|
|
content: "\EB04"
|
|
}
|
|
|
|
.linearicons-lotus:before {
|
|
content: "\EB05"
|
|
}
|
|
|
|
.linearicons-diamond:before {
|
|
content: "\EB06"
|
|
}
|
|
|
|
.linearicons-diamond2:before {
|
|
content: "\EB07"
|
|
}
|
|
|
|
.linearicons-diamond3:before {
|
|
content: "\EB08"
|
|
}
|
|
|
|
.linearicons-diamond4:before {
|
|
content: "\EB09"
|
|
}
|
|
|
|
.linearicons-linearicons:before {
|
|
content: "\EB0A"
|
|
}
|
|
|
|
.linearicons-teacup:before {
|
|
content: "\EB0B"
|
|
}
|
|
|
|
.linearicons-teapot:before {
|
|
content: "\EB0C"
|
|
}
|
|
|
|
.linearicons-glass:before {
|
|
content: "\EB0D"
|
|
}
|
|
|
|
.linearicons-bottle2:before {
|
|
content: "\EB0E"
|
|
}
|
|
|
|
.linearicons-glass-cocktail:before {
|
|
content: "\EB0F"
|
|
}
|
|
|
|
.linearicons-glass2:before {
|
|
content: "\EB10"
|
|
}
|
|
|
|
.linearicons-dinner:before {
|
|
content: "\EB11"
|
|
}
|
|
|
|
.linearicons-dinner2:before {
|
|
content: "\EB12"
|
|
}
|
|
|
|
.linearicons-chef:before {
|
|
content: "\EB13"
|
|
}
|
|
|
|
.linearicons-scale2:before {
|
|
content: "\EB14"
|
|
}
|
|
|
|
.linearicons-egg:before {
|
|
content: "\EB15"
|
|
}
|
|
|
|
.linearicons-egg2:before {
|
|
content: "\EB16"
|
|
}
|
|
|
|
.linearicons-eggs:before {
|
|
content: "\EB17"
|
|
}
|
|
|
|
.linearicons-platter:before {
|
|
content: "\EB18"
|
|
}
|
|
|
|
.linearicons-steak:before {
|
|
content: "\EB19"
|
|
}
|
|
|
|
.linearicons-hamburger:before {
|
|
content: "\EB1A"
|
|
}
|
|
|
|
.linearicons-hotdog:before {
|
|
content: "\EB1B"
|
|
}
|
|
|
|
.linearicons-pizza:before {
|
|
content: "\EB1C"
|
|
}
|
|
|
|
.linearicons-sausage:before {
|
|
content: "\EB1D"
|
|
}
|
|
|
|
.linearicons-chicken:before {
|
|
content: "\EB1E"
|
|
}
|
|
|
|
.linearicons-fish:before {
|
|
content: "\EB1F"
|
|
}
|
|
|
|
.linearicons-carrot:before {
|
|
content: "\EB20"
|
|
}
|
|
|
|
.linearicons-cheese:before {
|
|
content: "\EB21"
|
|
}
|
|
|
|
.linearicons-bread:before {
|
|
content: "\EB22"
|
|
}
|
|
|
|
.linearicons-ice-cream:before {
|
|
content: "\EB23"
|
|
}
|
|
|
|
.linearicons-ice-cream2:before {
|
|
content: "\EB24"
|
|
}
|
|
|
|
.linearicons-candy:before {
|
|
content: "\EB25"
|
|
}
|
|
|
|
.linearicons-lollipop:before {
|
|
content: "\EB26"
|
|
}
|
|
|
|
.linearicons-coffee-bean:before {
|
|
content: "\EB27"
|
|
}
|
|
|
|
.linearicons-coffee-cup:before {
|
|
content: "\EB28"
|
|
}
|
|
|
|
.linearicons-cherry:before {
|
|
content: "\EB29"
|
|
}
|
|
|
|
.linearicons-grapes:before {
|
|
content: "\EB2A"
|
|
}
|
|
|
|
.linearicons-citrus:before {
|
|
content: "\EB2B"
|
|
}
|
|
|
|
.linearicons-apple:before {
|
|
content: "\EB2C"
|
|
}
|
|
|
|
.linearicons-leaf:before {
|
|
content: "\EB2D"
|
|
}
|
|
|
|
.linearicons-landscape:before {
|
|
content: "\EB2E"
|
|
}
|
|
|
|
.linearicons-pine-tree:before {
|
|
content: "\EB2F"
|
|
}
|
|
|
|
.linearicons-tree:before {
|
|
content: "\EB30"
|
|
}
|
|
|
|
.linearicons-cactus:before {
|
|
content: "\EB31"
|
|
}
|
|
|
|
.linearicons-paw:before {
|
|
content: "\EB32"
|
|
}
|
|
|
|
.linearicons-footprint:before {
|
|
content: "\EB33"
|
|
}
|
|
|
|
.linearicons-speed-slow:before {
|
|
content: "\EB34"
|
|
}
|
|
|
|
.linearicons-speed-medium:before {
|
|
content: "\EB35"
|
|
}
|
|
|
|
.linearicons-speed-fast:before {
|
|
content: "\EB36"
|
|
}
|
|
|
|
.linearicons-rocket:before {
|
|
content: "\EB37"
|
|
}
|
|
|
|
.linearicons-hammer2:before {
|
|
content: "\EB38"
|
|
}
|
|
|
|
.linearicons-balance:before {
|
|
content: "\EB39"
|
|
}
|
|
|
|
.linearicons-briefcase:before {
|
|
content: "\EB3A"
|
|
}
|
|
|
|
.linearicons-luggage-weight:before {
|
|
content: "\EB3B"
|
|
}
|
|
|
|
.linearicons-dolly:before {
|
|
content: "\EB3C"
|
|
}
|
|
|
|
.linearicons-plane:before {
|
|
content: "\EB3D"
|
|
}
|
|
|
|
.linearicons-plane-crossed:before {
|
|
content: "\EB3E"
|
|
}
|
|
|
|
.linearicons-helicopter:before {
|
|
content: "\EB3F"
|
|
}
|
|
|
|
.linearicons-traffic-lights:before {
|
|
content: "\EB40"
|
|
}
|
|
|
|
.linearicons-siren:before {
|
|
content: "\EB41"
|
|
}
|
|
|
|
.linearicons-road:before {
|
|
content: "\EB42"
|
|
}
|
|
|
|
.linearicons-engine:before {
|
|
content: "\EB43"
|
|
}
|
|
|
|
.linearicons-oil-pressure:before {
|
|
content: "\EB44"
|
|
}
|
|
|
|
.linearicons-coolant-temperature:before {
|
|
content: "\EB45"
|
|
}
|
|
|
|
.linearicons-car-battery:before {
|
|
content: "\EB46"
|
|
}
|
|
|
|
.linearicons-gas:before {
|
|
content: "\EB47"
|
|
}
|
|
|
|
.linearicons-gallon:before {
|
|
content: "\EB48"
|
|
}
|
|
|
|
.linearicons-transmission:before {
|
|
content: "\EB49"
|
|
}
|
|
|
|
.linearicons-car:before {
|
|
content: "\EB4A"
|
|
}
|
|
|
|
.linearicons-car-wash:before {
|
|
content: "\EB4B"
|
|
}
|
|
|
|
.linearicons-car-wash2:before {
|
|
content: "\EB4C"
|
|
}
|
|
|
|
.linearicons-bus:before {
|
|
content: "\EB4D"
|
|
}
|
|
|
|
.linearicons-bus2:before {
|
|
content: "\EB4E"
|
|
}
|
|
|
|
.linearicons-car2:before {
|
|
content: "\EB4F"
|
|
}
|
|
|
|
.linearicons-parking:before {
|
|
content: "\EB50"
|
|
}
|
|
|
|
.linearicons-car-lock:before {
|
|
content: "\EB51"
|
|
}
|
|
|
|
.linearicons-taxi:before {
|
|
content: "\EB52"
|
|
}
|
|
|
|
.linearicons-car-siren:before {
|
|
content: "\EB53"
|
|
}
|
|
|
|
.linearicons-car-wash3:before {
|
|
content: "\EB54"
|
|
}
|
|
|
|
.linearicons-car-wash4:before {
|
|
content: "\EB55"
|
|
}
|
|
|
|
.linearicons-ambulance:before {
|
|
content: "\EB56"
|
|
}
|
|
|
|
.linearicons-truck:before {
|
|
content: "\EB57"
|
|
}
|
|
|
|
.linearicons-trailer:before {
|
|
content: "\EB58"
|
|
}
|
|
|
|
.linearicons-scale-truck:before {
|
|
content: "\EB59"
|
|
}
|
|
|
|
.linearicons-train:before {
|
|
content: "\EB5A"
|
|
}
|
|
|
|
.linearicons-ship:before {
|
|
content: "\EB5B"
|
|
}
|
|
|
|
.linearicons-ship2:before {
|
|
content: "\EB5C"
|
|
}
|
|
|
|
.linearicons-anchor:before {
|
|
content: "\EB5D"
|
|
}
|
|
|
|
.linearicons-boat:before {
|
|
content: "\EB5E"
|
|
}
|
|
|
|
.linearicons-bicycle:before {
|
|
content: "\EB5F"
|
|
}
|
|
|
|
.linearicons-bicycle2:before {
|
|
content: "\EB60"
|
|
}
|
|
|
|
.linearicons-dumbbell:before {
|
|
content: "\EB61"
|
|
}
|
|
|
|
.linearicons-bench-press:before {
|
|
content: "\EB62"
|
|
}
|
|
|
|
.linearicons-swim:before {
|
|
content: "\EB63"
|
|
}
|
|
|
|
.linearicons-football:before {
|
|
content: "\EB64"
|
|
}
|
|
|
|
.linearicons-baseball-bat:before {
|
|
content: "\EB65"
|
|
}
|
|
|
|
.linearicons-baseball:before {
|
|
content: "\EB66"
|
|
}
|
|
|
|
.linearicons-tennis:before {
|
|
content: "\EB67"
|
|
}
|
|
|
|
.linearicons-tennis2:before {
|
|
content: "\EB68"
|
|
}
|
|
|
|
.linearicons-ping-pong:before {
|
|
content: "\EB69"
|
|
}
|
|
|
|
.linearicons-hockey:before {
|
|
content: "\EB6A"
|
|
}
|
|
|
|
.linearicons-8ball:before {
|
|
content: "\EB6B"
|
|
}
|
|
|
|
.linearicons-bowling:before {
|
|
content: "\EB6C"
|
|
}
|
|
|
|
.linearicons-bowling-pins:before {
|
|
content: "\EB6D"
|
|
}
|
|
|
|
.linearicons-golf:before {
|
|
content: "\EB6E"
|
|
}
|
|
|
|
.linearicons-golf2:before {
|
|
content: "\EB6F"
|
|
}
|
|
|
|
.linearicons-archery:before {
|
|
content: "\EB70"
|
|
}
|
|
|
|
.linearicons-slingshot:before {
|
|
content: "\EB71"
|
|
}
|
|
|
|
.linearicons-soccer:before {
|
|
content: "\EB72"
|
|
}
|
|
|
|
.linearicons-basketball:before {
|
|
content: "\EB73"
|
|
}
|
|
|
|
.linearicons-cube:before {
|
|
content: "\EB74"
|
|
}
|
|
|
|
.linearicons-3d-rotate:before {
|
|
content: "\EB75"
|
|
}
|
|
|
|
.linearicons-puzzle:before {
|
|
content: "\EB76"
|
|
}
|
|
|
|
.linearicons-glasses:before {
|
|
content: "\EB77"
|
|
}
|
|
|
|
.linearicons-glasses2:before {
|
|
content: "\EB78"
|
|
}
|
|
|
|
.linearicons-accessibility:before {
|
|
content: "\EB79"
|
|
}
|
|
|
|
.linearicons-wheelchair:before {
|
|
content: "\EB7A"
|
|
}
|
|
|
|
.linearicons-wall:before {
|
|
content: "\EB7B"
|
|
}
|
|
|
|
.linearicons-fence:before {
|
|
content: "\EB7C"
|
|
}
|
|
|
|
.linearicons-wall2:before {
|
|
content: "\EB7D"
|
|
}
|
|
|
|
.linearicons-icons:before {
|
|
content: "\EB7E"
|
|
}
|
|
|
|
.linearicons-resize-handle:before {
|
|
content: "\EB7F"
|
|
}
|
|
|
|
.linearicons-icons2:before {
|
|
content: "\EB80"
|
|
}
|
|
|
|
.linearicons-select:before {
|
|
content: "\EB81"
|
|
}
|
|
|
|
.linearicons-select2:before {
|
|
content: "\EB82"
|
|
}
|
|
|
|
.linearicons-site-map:before {
|
|
content: "\EB83"
|
|
}
|
|
|
|
.linearicons-earth:before {
|
|
content: "\EB84"
|
|
}
|
|
|
|
.linearicons-earth-lock:before {
|
|
content: "\EB85"
|
|
}
|
|
|
|
.linearicons-network:before {
|
|
content: "\EB86"
|
|
}
|
|
|
|
.linearicons-network-lock:before {
|
|
content: "\EB87"
|
|
}
|
|
|
|
.linearicons-planet:before {
|
|
content: "\EB88"
|
|
}
|
|
|
|
.linearicons-happy:before {
|
|
content: "\EB89"
|
|
}
|
|
|
|
.linearicons-smile:before {
|
|
content: "\EB8A"
|
|
}
|
|
|
|
.linearicons-grin:before {
|
|
content: "\EB8B"
|
|
}
|
|
|
|
.linearicons-tongue:before {
|
|
content: "\EB8C"
|
|
}
|
|
|
|
.linearicons-sad:before {
|
|
content: "\EB8D"
|
|
}
|
|
|
|
.linearicons-wink:before {
|
|
content: "\EB8E"
|
|
}
|
|
|
|
.linearicons-dream:before {
|
|
content: "\EB8F"
|
|
}
|
|
|
|
.linearicons-shocked:before {
|
|
content: "\EB90"
|
|
}
|
|
|
|
.linearicons-shocked2:before {
|
|
content: "\EB91"
|
|
}
|
|
|
|
.linearicons-tongue2:before {
|
|
content: "\EB92"
|
|
}
|
|
|
|
.linearicons-neutral:before {
|
|
content: "\EB93"
|
|
}
|
|
|
|
.linearicons-happy-grin:before {
|
|
content: "\EB94"
|
|
}
|
|
|
|
.linearicons-cool:before {
|
|
content: "\EB95"
|
|
}
|
|
|
|
.linearicons-mad:before {
|
|
content: "\EB96"
|
|
}
|
|
|
|
.linearicons-grin-evil:before {
|
|
content: "\EB97"
|
|
}
|
|
|
|
.linearicons-evil:before {
|
|
content: "\EB98"
|
|
}
|
|
|
|
.linearicons-wow:before {
|
|
content: "\EB99"
|
|
}
|
|
|
|
.linearicons-annoyed:before {
|
|
content: "\EB9A"
|
|
}
|
|
|
|
.linearicons-wondering:before {
|
|
content: "\EB9B"
|
|
}
|
|
|
|
.linearicons-confused:before {
|
|
content: "\EB9C"
|
|
}
|
|
|
|
.linearicons-zipped:before {
|
|
content: "\EB9D"
|
|
}
|
|
|
|
.linearicons-grumpy:before {
|
|
content: "\EB9E"
|
|
}
|
|
|
|
.linearicons-mustache:before {
|
|
content: "\EB9F"
|
|
}
|
|
|
|
.linearicons-tombstone-hipster:before {
|
|
content: "\EBA0"
|
|
}
|
|
|
|
.linearicons-tombstone:before {
|
|
content: "\EBA1"
|
|
}
|
|
|
|
.linearicons-ghost:before {
|
|
content: "\EBA2"
|
|
}
|
|
|
|
.linearicons-ghost-hipster:before {
|
|
content: "\EBA3"
|
|
}
|
|
|
|
.linearicons-halloween:before {
|
|
content: "\EBA4"
|
|
}
|
|
|
|
.linearicons-christmas:before {
|
|
content: "\EBA5"
|
|
}
|
|
|
|
.linearicons-easter-egg:before {
|
|
content: "\EBA6"
|
|
}
|
|
|
|
.linearicons-mustache2:before {
|
|
content: "\EBA7"
|
|
}
|
|
|
|
.linearicons-mustache-glasses:before {
|
|
content: "\EBA8"
|
|
}
|
|
|
|
.linearicons-pipe:before {
|
|
content: "\EBA9"
|
|
}
|
|
|
|
.linearicons-alarm:before {
|
|
content: "\EBAA"
|
|
}
|
|
|
|
.linearicons-alarm-add:before {
|
|
content: "\EBAB"
|
|
}
|
|
|
|
.linearicons-alarm-snooze:before {
|
|
content: "\EBAC"
|
|
}
|
|
|
|
.linearicons-alarm-ringing:before {
|
|
content: "\EBAD"
|
|
}
|
|
|
|
.linearicons-bullhorn:before {
|
|
content: "\EBAE"
|
|
}
|
|
|
|
.linearicons-hearing:before {
|
|
content: "\EBAF"
|
|
}
|
|
|
|
.linearicons-volume-high:before {
|
|
content: "\EBB0"
|
|
}
|
|
|
|
.linearicons-volume-medium:before {
|
|
content: "\EBB1"
|
|
}
|
|
|
|
.linearicons-volume-low:before {
|
|
content: "\EBB2"
|
|
}
|
|
|
|
.linearicons-volume:before {
|
|
content: "\EBB3"
|
|
}
|
|
|
|
.linearicons-mute:before {
|
|
content: "\EBB4"
|
|
}
|
|
|
|
.linearicons-lan:before {
|
|
content: "\EBB5"
|
|
}
|
|
|
|
.linearicons-lan2:before {
|
|
content: "\EBB6"
|
|
}
|
|
|
|
.linearicons-wifi:before {
|
|
content: "\EBB7"
|
|
}
|
|
|
|
.linearicons-wifi-lock:before {
|
|
content: "\EBB8"
|
|
}
|
|
|
|
.linearicons-wifi-blocked:before {
|
|
content: "\EBB9"
|
|
}
|
|
|
|
.linearicons-wifi-mid:before {
|
|
content: "\EBBA"
|
|
}
|
|
|
|
.linearicons-wifi-low:before {
|
|
content: "\EBBB"
|
|
}
|
|
|
|
.linearicons-wifi-low2:before {
|
|
content: "\EBBC"
|
|
}
|
|
|
|
.linearicons-wifi-alert:before {
|
|
content: "\EBBD"
|
|
}
|
|
|
|
.linearicons-wifi-alert-mid:before {
|
|
content: "\EBBE"
|
|
}
|
|
|
|
.linearicons-wifi-alert-low:before {
|
|
content: "\EBBF"
|
|
}
|
|
|
|
.linearicons-wifi-alert-low2:before {
|
|
content: "\EBC0"
|
|
}
|
|
|
|
.linearicons-stream:before {
|
|
content: "\EBC1"
|
|
}
|
|
|
|
.linearicons-stream-check:before {
|
|
content: "\EBC2"
|
|
}
|
|
|
|
.linearicons-stream-error:before {
|
|
content: "\EBC3"
|
|
}
|
|
|
|
.linearicons-stream-alert:before {
|
|
content: "\EBC4"
|
|
}
|
|
|
|
.linearicons-communication:before {
|
|
content: "\EBC5"
|
|
}
|
|
|
|
.linearicons-communication-crossed:before {
|
|
content: "\EBC6"
|
|
}
|
|
|
|
.linearicons-broadcast:before {
|
|
content: "\EBC7"
|
|
}
|
|
|
|
.linearicons-antenna:before {
|
|
content: "\EBC8"
|
|
}
|
|
|
|
.linearicons-satellite:before {
|
|
content: "\EBC9"
|
|
}
|
|
|
|
.linearicons-satellite2:before {
|
|
content: "\EBCA"
|
|
}
|
|
|
|
.linearicons-mic:before {
|
|
content: "\EBCB"
|
|
}
|
|
|
|
.linearicons-mic-mute:before {
|
|
content: "\EBCC"
|
|
}
|
|
|
|
.linearicons-mic2:before {
|
|
content: "\EBCD"
|
|
}
|
|
|
|
.linearicons-spotlights:before {
|
|
content: "\EBCE"
|
|
}
|
|
|
|
.linearicons-hourglass:before {
|
|
content: "\EBCF"
|
|
}
|
|
|
|
.linearicons-loading:before {
|
|
content: "\EBD0"
|
|
}
|
|
|
|
.linearicons-loading2:before {
|
|
content: "\EBD1"
|
|
}
|
|
|
|
.linearicons-loading3:before {
|
|
content: "\EBD2"
|
|
}
|
|
|
|
.linearicons-refresh:before {
|
|
content: "\EBD3"
|
|
}
|
|
|
|
.linearicons-refresh2:before {
|
|
content: "\EBD4"
|
|
}
|
|
|
|
.linearicons-undo:before {
|
|
content: "\EBD5"
|
|
}
|
|
|
|
.linearicons-redo:before {
|
|
content: "\EBD6"
|
|
}
|
|
|
|
.linearicons-jump2:before {
|
|
content: "\EBD7"
|
|
}
|
|
|
|
.linearicons-undo2:before {
|
|
content: "\EBD8"
|
|
}
|
|
|
|
.linearicons-redo2:before {
|
|
content: "\EBD9"
|
|
}
|
|
|
|
.linearicons-sync:before {
|
|
content: "\EBDA"
|
|
}
|
|
|
|
.linearicons-repeat-one2:before {
|
|
content: "\EBDB"
|
|
}
|
|
|
|
.linearicons-sync-crossed:before {
|
|
content: "\EBDC"
|
|
}
|
|
|
|
.linearicons-sync2:before {
|
|
content: "\EBDD"
|
|
}
|
|
|
|
.linearicons-repeat-one3:before {
|
|
content: "\EBDE"
|
|
}
|
|
|
|
.linearicons-sync-crossed2:before {
|
|
content: "\EBDF"
|
|
}
|
|
|
|
.linearicons-return:before {
|
|
content: "\EBE0"
|
|
}
|
|
|
|
.linearicons-return2:before {
|
|
content: "\EBE1"
|
|
}
|
|
|
|
.linearicons-refund:before {
|
|
content: "\EBE2"
|
|
}
|
|
|
|
.linearicons-history:before {
|
|
content: "\EBE3"
|
|
}
|
|
|
|
.linearicons-history2:before {
|
|
content: "\EBE4"
|
|
}
|
|
|
|
.linearicons-self-timer:before {
|
|
content: "\EBE5"
|
|
}
|
|
|
|
.linearicons-clock:before {
|
|
content: "\EBE6"
|
|
}
|
|
|
|
.linearicons-clock2:before {
|
|
content: "\EBE7"
|
|
}
|
|
|
|
.linearicons-clock3:before {
|
|
content: "\EBE8"
|
|
}
|
|
|
|
.linearicons-watch:before {
|
|
content: "\EBE9"
|
|
}
|
|
|
|
.linearicons-alarm2:before {
|
|
content: "\EBEA"
|
|
}
|
|
|
|
.linearicons-alarm-add2:before {
|
|
content: "\EBEB"
|
|
}
|
|
|
|
.linearicons-alarm-remove:before {
|
|
content: "\EBEC"
|
|
}
|
|
|
|
.linearicons-alarm-check:before {
|
|
content: "\EBED"
|
|
}
|
|
|
|
.linearicons-alarm-error:before {
|
|
content: "\EBEE"
|
|
}
|
|
|
|
.linearicons-timer:before {
|
|
content: "\EBEF"
|
|
}
|
|
|
|
.linearicons-timer-crossed:before {
|
|
content: "\EBF0"
|
|
}
|
|
|
|
.linearicons-timer2:before {
|
|
content: "\EBF1"
|
|
}
|
|
|
|
.linearicons-timer-crossed2:before {
|
|
content: "\EBF2"
|
|
}
|
|
|
|
.linearicons-download:before {
|
|
content: "\EBF3"
|
|
}
|
|
|
|
.linearicons-upload:before {
|
|
content: "\EBF4"
|
|
}
|
|
|
|
.linearicons-download2:before {
|
|
content: "\EBF5"
|
|
}
|
|
|
|
.linearicons-upload2:before {
|
|
content: "\EBF6"
|
|
}
|
|
|
|
.linearicons-enter-up:before {
|
|
content: "\EBF7"
|
|
}
|
|
|
|
.linearicons-enter-down:before {
|
|
content: "\EBF8"
|
|
}
|
|
|
|
.linearicons-enter-left:before {
|
|
content: "\EBF9"
|
|
}
|
|
|
|
.linearicons-enter-right:before {
|
|
content: "\EBFA"
|
|
}
|
|
|
|
.linearicons-exit-up:before {
|
|
content: "\EBFB"
|
|
}
|
|
|
|
.linearicons-exit-down:before {
|
|
content: "\EBFC"
|
|
}
|
|
|
|
.linearicons-exit-left:before {
|
|
content: "\EBFD"
|
|
}
|
|
|
|
.linearicons-exit-right:before {
|
|
content: "\EBFE"
|
|
}
|
|
|
|
.linearicons-enter-up2:before {
|
|
content: "\EBFF"
|
|
}
|
|
|
|
.linearicons-enter-down2:before {
|
|
content: "\EC00"
|
|
}
|
|
|
|
.linearicons-enter-vertical:before {
|
|
content: "\EC01"
|
|
}
|
|
|
|
.linearicons-enter-left2:before {
|
|
content: "\EC02"
|
|
}
|
|
|
|
.linearicons-enter-right2:before {
|
|
content: "\EC03"
|
|
}
|
|
|
|
.linearicons-enter-horizontal:before {
|
|
content: "\EC04"
|
|
}
|
|
|
|
.linearicons-exit-up2:before {
|
|
content: "\EC05"
|
|
}
|
|
|
|
.linearicons-exit-down2:before {
|
|
content: "\EC06"
|
|
}
|
|
|
|
.linearicons-exit-left2:before {
|
|
content: "\EC07"
|
|
}
|
|
|
|
.linearicons-exit-right2:before {
|
|
content: "\EC08"
|
|
}
|
|
|
|
.linearicons-cli:before {
|
|
content: "\EC09"
|
|
}
|
|
|
|
.linearicons-bug:before {
|
|
content: "\EC0A"
|
|
}
|
|
|
|
.linearicons-code:before {
|
|
content: "\EC0B"
|
|
}
|
|
|
|
.linearicons-file-code:before {
|
|
content: "\EC0C"
|
|
}
|
|
|
|
.linearicons-file-image:before {
|
|
content: "\EC0D"
|
|
}
|
|
|
|
.linearicons-file-zip:before {
|
|
content: "\EC0E"
|
|
}
|
|
|
|
.linearicons-file-audio:before {
|
|
content: "\EC0F"
|
|
}
|
|
|
|
.linearicons-file-video:before {
|
|
content: "\EC10"
|
|
}
|
|
|
|
.linearicons-file-preview:before {
|
|
content: "\EC11"
|
|
}
|
|
|
|
.linearicons-file-charts:before {
|
|
content: "\EC12"
|
|
}
|
|
|
|
.linearicons-file-stats:before {
|
|
content: "\EC13"
|
|
}
|
|
|
|
.linearicons-file-spreadsheet:before {
|
|
content: "\EC14"
|
|
}
|
|
|
|
.linearicons-link:before {
|
|
content: "\EC15"
|
|
}
|
|
|
|
.linearicons-unlink:before {
|
|
content: "\EC16"
|
|
}
|
|
|
|
.linearicons-link2:before {
|
|
content: "\EC17"
|
|
}
|
|
|
|
.linearicons-unlink2:before {
|
|
content: "\EC18"
|
|
}
|
|
|
|
.linearicons-thumbs-up:before {
|
|
content: "\EC19"
|
|
}
|
|
|
|
.linearicons-thumbs-down:before {
|
|
content: "\EC1A"
|
|
}
|
|
|
|
.linearicons-thumbs-up2:before {
|
|
content: "\EC1B"
|
|
}
|
|
|
|
.linearicons-thumbs-down2:before {
|
|
content: "\EC1C"
|
|
}
|
|
|
|
.linearicons-thumbs-up3:before {
|
|
content: "\EC1D"
|
|
}
|
|
|
|
.linearicons-thumbs-down3:before {
|
|
content: "\EC1E"
|
|
}
|
|
|
|
.linearicons-share:before {
|
|
content: "\EC1F"
|
|
}
|
|
|
|
.linearicons-share2:before {
|
|
content: "\EC20"
|
|
}
|
|
|
|
.linearicons-share3:before {
|
|
content: "\EC21"
|
|
}
|
|
|
|
.linearicons-magnifier:before {
|
|
content: "\EC22"
|
|
}
|
|
|
|
.linearicons-file-search:before {
|
|
content: "\EC23"
|
|
}
|
|
|
|
.linearicons-find-replace:before {
|
|
content: "\EC24"
|
|
}
|
|
|
|
.linearicons-zoom-in:before {
|
|
content: "\EC25"
|
|
}
|
|
|
|
.linearicons-zoom-out:before {
|
|
content: "\EC26"
|
|
}
|
|
|
|
.linearicons-loupe:before {
|
|
content: "\EC27"
|
|
}
|
|
|
|
.linearicons-loupe-zoom-in:before {
|
|
content: "\EC28"
|
|
}
|
|
|
|
.linearicons-loupe-zoom-out:before {
|
|
content: "\EC29"
|
|
}
|
|
|
|
.linearicons-cross:before {
|
|
content: "\EC2A"
|
|
}
|
|
|
|
.linearicons-menu:before {
|
|
content: "\EC2B"
|
|
}
|
|
|
|
.linearicons-list:before {
|
|
content: "\EC2C"
|
|
}
|
|
|
|
.linearicons-list2:before {
|
|
content: "\EC2D"
|
|
}
|
|
|
|
.linearicons-list3:before {
|
|
content: "\EC2E"
|
|
}
|
|
|
|
.linearicons-menu2:before {
|
|
content: "\EC2F"
|
|
}
|
|
|
|
.linearicons-list4:before {
|
|
content: "\EC30"
|
|
}
|
|
|
|
.linearicons-menu3:before {
|
|
content: "\EC31"
|
|
}
|
|
|
|
.linearicons-exclamation:before {
|
|
content: "\EC32"
|
|
}
|
|
|
|
.linearicons-question:before {
|
|
content: "\EC33"
|
|
}
|
|
|
|
.linearicons-check:before {
|
|
content: "\EC34"
|
|
}
|
|
|
|
.linearicons-cross2:before {
|
|
content: "\EC35"
|
|
}
|
|
|
|
.linearicons-plus:before {
|
|
content: "\EC36"
|
|
}
|
|
|
|
.linearicons-minus:before {
|
|
content: "\EC37"
|
|
}
|
|
|
|
.linearicons-percent:before {
|
|
content: "\EC38"
|
|
}
|
|
|
|
.linearicons-chevron-up:before {
|
|
content: "\EC39"
|
|
}
|
|
|
|
.linearicons-chevron-down:before {
|
|
content: "\EC3A"
|
|
}
|
|
|
|
.linearicons-chevron-left:before {
|
|
content: "\EC3B"
|
|
}
|
|
|
|
.linearicons-chevron-right:before {
|
|
content: "\EC3C"
|
|
}
|
|
|
|
.linearicons-chevrons-expand-vertical:before {
|
|
content: "\EC3D"
|
|
}
|
|
|
|
.linearicons-chevrons-expand-horizontal:before {
|
|
content: "\EC3E"
|
|
}
|
|
|
|
.linearicons-chevrons-contract-vertical:before {
|
|
content: "\EC3F"
|
|
}
|
|
|
|
.linearicons-chevrons-contract-horizontal:before {
|
|
content: "\EC40"
|
|
}
|
|
|
|
.linearicons-arrow-up:before {
|
|
content: "\EC41"
|
|
}
|
|
|
|
.linearicons-arrow-down:before {
|
|
content: "\EC42"
|
|
}
|
|
|
|
.linearicons-arrow-left:before {
|
|
content: "\EC43"
|
|
}
|
|
|
|
.linearicons-arrow-right:before {
|
|
content: "\EC44"
|
|
}
|
|
|
|
.linearicons-arrow-up-right:before {
|
|
content: "\EC45"
|
|
}
|
|
|
|
.linearicons-arrows-merge:before {
|
|
content: "\EC46"
|
|
}
|
|
|
|
.linearicons-arrows-split:before {
|
|
content: "\EC47"
|
|
}
|
|
|
|
.linearicons-arrow-divert:before {
|
|
content: "\EC48"
|
|
}
|
|
|
|
.linearicons-arrow-return:before {
|
|
content: "\EC49"
|
|
}
|
|
|
|
.linearicons-expand:before {
|
|
content: "\EC4A"
|
|
}
|
|
|
|
.linearicons-contract:before {
|
|
content: "\EC4B"
|
|
}
|
|
|
|
.linearicons-expand2:before {
|
|
content: "\EC4C"
|
|
}
|
|
|
|
.linearicons-contract2:before {
|
|
content: "\EC4D"
|
|
}
|
|
|
|
.linearicons-move:before {
|
|
content: "\EC4E"
|
|
}
|
|
|
|
.linearicons-tab:before {
|
|
content: "\EC4F"
|
|
}
|
|
|
|
.linearicons-arrow-wave:before {
|
|
content: "\EC50"
|
|
}
|
|
|
|
.linearicons-expand3:before {
|
|
content: "\EC51"
|
|
}
|
|
|
|
.linearicons-expand4:before {
|
|
content: "\EC52"
|
|
}
|
|
|
|
.linearicons-contract3:before {
|
|
content: "\EC53"
|
|
}
|
|
|
|
.linearicons-notification:before {
|
|
content: "\EC54"
|
|
}
|
|
|
|
.linearicons-warning:before {
|
|
content: "\EC55"
|
|
}
|
|
|
|
.linearicons-notification-circle:before {
|
|
content: "\EC56"
|
|
}
|
|
|
|
.linearicons-question-circle:before {
|
|
content: "\EC57"
|
|
}
|
|
|
|
.linearicons-menu-circle:before {
|
|
content: "\EC58"
|
|
}
|
|
|
|
.linearicons-checkmark-circle:before {
|
|
content: "\EC59"
|
|
}
|
|
|
|
.linearicons-cross-circle:before {
|
|
content: "\EC5A"
|
|
}
|
|
|
|
.linearicons-plus-circle:before {
|
|
content: "\EC5B"
|
|
}
|
|
|
|
.linearicons-circle-minus:before {
|
|
content: "\EC5C"
|
|
}
|
|
|
|
.linearicons-percent-circle:before {
|
|
content: "\EC5D"
|
|
}
|
|
|
|
.linearicons-arrow-up-circle:before {
|
|
content: "\EC5E"
|
|
}
|
|
|
|
.linearicons-arrow-down-circle:before {
|
|
content: "\EC5F"
|
|
}
|
|
|
|
.linearicons-arrow-left-circle:before {
|
|
content: "\EC60"
|
|
}
|
|
|
|
.linearicons-arrow-right-circle:before {
|
|
content: "\EC61"
|
|
}
|
|
|
|
.linearicons-chevron-up-circle:before {
|
|
content: "\EC62"
|
|
}
|
|
|
|
.linearicons-chevron-down-circle:before {
|
|
content: "\EC63"
|
|
}
|
|
|
|
.linearicons-chevron-left-circle:before {
|
|
content: "\EC64"
|
|
}
|
|
|
|
.linearicons-chevron-right-circle:before {
|
|
content: "\EC65"
|
|
}
|
|
|
|
.linearicons-backward-circle:before {
|
|
content: "\EC66"
|
|
}
|
|
|
|
.linearicons-first-circle:before {
|
|
content: "\EC67"
|
|
}
|
|
|
|
.linearicons-previous-circle:before {
|
|
content: "\EC68"
|
|
}
|
|
|
|
.linearicons-stop-circle:before {
|
|
content: "\EC69"
|
|
}
|
|
|
|
.linearicons-play-circle:before {
|
|
content: "\EC6A"
|
|
}
|
|
|
|
.linearicons-pause-circle:before {
|
|
content: "\EC6B"
|
|
}
|
|
|
|
.linearicons-next-circle:before {
|
|
content: "\EC6C"
|
|
}
|
|
|
|
.linearicons-last-circle:before {
|
|
content: "\EC6D"
|
|
}
|
|
|
|
.linearicons-forward-circle:before {
|
|
content: "\EC6E"
|
|
}
|
|
|
|
.linearicons-eject-circle:before {
|
|
content: "\EC6F"
|
|
}
|
|
|
|
.linearicons-crop:before {
|
|
content: "\EC70"
|
|
}
|
|
|
|
.linearicons-frame-expand:before {
|
|
content: "\EC71"
|
|
}
|
|
|
|
.linearicons-frame-contract:before {
|
|
content: "\EC72"
|
|
}
|
|
|
|
.linearicons-focus:before {
|
|
content: "\EC73"
|
|
}
|
|
|
|
.linearicons-transform:before {
|
|
content: "\EC74"
|
|
}
|
|
|
|
.linearicons-grid:before {
|
|
content: "\EC75"
|
|
}
|
|
|
|
.linearicons-grid-crossed:before {
|
|
content: "\EC76"
|
|
}
|
|
|
|
.linearicons-layers:before {
|
|
content: "\EC77"
|
|
}
|
|
|
|
.linearicons-layers-crossed:before {
|
|
content: "\EC78"
|
|
}
|
|
|
|
.linearicons-toggle:before {
|
|
content: "\EC79"
|
|
}
|
|
|
|
.linearicons-rulers:before {
|
|
content: "\EC7A"
|
|
}
|
|
|
|
.linearicons-ruler:before {
|
|
content: "\EC7B"
|
|
}
|
|
|
|
.linearicons-funnel:before {
|
|
content: "\EC7C"
|
|
}
|
|
|
|
.linearicons-flip-horizontal:before {
|
|
content: "\EC7D"
|
|
}
|
|
|
|
.linearicons-flip-vertical:before {
|
|
content: "\EC7E"
|
|
}
|
|
|
|
.linearicons-flip-horizontal2:before {
|
|
content: "\EC7F"
|
|
}
|
|
|
|
.linearicons-flip-vertical2:before {
|
|
content: "\EC80"
|
|
}
|
|
|
|
.linearicons-angle:before {
|
|
content: "\EC81"
|
|
}
|
|
|
|
.linearicons-angle2:before {
|
|
content: "\EC82"
|
|
}
|
|
|
|
.linearicons-subtract:before {
|
|
content: "\EC83"
|
|
}
|
|
|
|
.linearicons-combine:before {
|
|
content: "\EC84"
|
|
}
|
|
|
|
.linearicons-intersect:before {
|
|
content: "\EC85"
|
|
}
|
|
|
|
.linearicons-exclude:before {
|
|
content: "\EC86"
|
|
}
|
|
|
|
.linearicons-align-center-vertical:before {
|
|
content: "\EC87"
|
|
}
|
|
|
|
.linearicons-align-right:before {
|
|
content: "\EC88"
|
|
}
|
|
|
|
.linearicons-align-bottom:before {
|
|
content: "\EC89"
|
|
}
|
|
|
|
.linearicons-align-left:before {
|
|
content: "\EC8A"
|
|
}
|
|
|
|
.linearicons-align-center-horizontal:before {
|
|
content: "\EC8B"
|
|
}
|
|
|
|
.linearicons-align-top:before {
|
|
content: "\EC8C"
|
|
}
|
|
|
|
.linearicons-square:before {
|
|
content: "\EC8D"
|
|
}
|
|
|
|
.linearicons-plus-square:before {
|
|
content: "\EC8E"
|
|
}
|
|
|
|
.linearicons-minus-square:before {
|
|
content: "\EC8F"
|
|
}
|
|
|
|
.linearicons-percent-square:before {
|
|
content: "\EC90"
|
|
}
|
|
|
|
.linearicons-arrow-up-square:before {
|
|
content: "\EC91"
|
|
}
|
|
|
|
.linearicons-arrow-down-square:before {
|
|
content: "\EC92"
|
|
}
|
|
|
|
.linearicons-arrow-left-square:before {
|
|
content: "\EC93"
|
|
}
|
|
|
|
.linearicons-arrow-right-square:before {
|
|
content: "\EC94"
|
|
}
|
|
|
|
.linearicons-chevron-up-square:before {
|
|
content: "\EC95"
|
|
}
|
|
|
|
.linearicons-chevron-down-square:before {
|
|
content: "\EC96"
|
|
}
|
|
|
|
.linearicons-chevron-left-square:before {
|
|
content: "\EC97"
|
|
}
|
|
|
|
.linearicons-chevron-right-square:before {
|
|
content: "\EC98"
|
|
}
|
|
|
|
.linearicons-check-square:before {
|
|
content: "\EC99"
|
|
}
|
|
|
|
.linearicons-cross-square:before {
|
|
content: "\EC9A"
|
|
}
|
|
|
|
.linearicons-menu-square:before {
|
|
content: "\EC9B"
|
|
}
|
|
|
|
.linearicons-prohibited:before {
|
|
content: "\EC9C"
|
|
}
|
|
|
|
.linearicons-circle:before {
|
|
content: "\EC9D"
|
|
}
|
|
|
|
.linearicons-radio-button:before {
|
|
content: "\EC9E"
|
|
}
|
|
|
|
.linearicons-ligature:before {
|
|
content: "\EC9F"
|
|
}
|
|
|
|
.linearicons-text-format:before {
|
|
content: "\ECA0"
|
|
}
|
|
|
|
.linearicons-text-format-remove:before {
|
|
content: "\ECA1"
|
|
}
|
|
|
|
.linearicons-text-size:before {
|
|
content: "\ECA2"
|
|
}
|
|
|
|
.linearicons-bold:before {
|
|
content: "\ECA3"
|
|
}
|
|
|
|
.linearicons-italic:before {
|
|
content: "\ECA4"
|
|
}
|
|
|
|
.linearicons-underline:before {
|
|
content: "\ECA5"
|
|
}
|
|
|
|
.linearicons-strikethrough:before {
|
|
content: "\ECA6"
|
|
}
|
|
|
|
.linearicons-highlight:before {
|
|
content: "\ECA7"
|
|
}
|
|
|
|
.linearicons-text-align-left:before {
|
|
content: "\ECA8"
|
|
}
|
|
|
|
.linearicons-text-align-center:before {
|
|
content: "\ECA9"
|
|
}
|
|
|
|
.linearicons-text-align-right:before {
|
|
content: "\ECAA"
|
|
}
|
|
|
|
.linearicons-text-align-justify:before {
|
|
content: "\ECAB"
|
|
}
|
|
|
|
.linearicons-line-spacing:before {
|
|
content: "\ECAC"
|
|
}
|
|
|
|
.linearicons-indent-increase:before {
|
|
content: "\ECAD"
|
|
}
|
|
|
|
.linearicons-indent-decrease:before {
|
|
content: "\ECAE"
|
|
}
|
|
|
|
.linearicons-text-wrap:before {
|
|
content: "\ECAF"
|
|
}
|
|
|
|
.linearicons-pilcrow:before {
|
|
content: "\ECB0"
|
|
}
|
|
|
|
.linearicons-direction-ltr:before {
|
|
content: "\ECB1"
|
|
}
|
|
|
|
.linearicons-direction-rtl:before {
|
|
content: "\ECB2"
|
|
}
|
|
|
|
.linearicons-page-break:before {
|
|
content: "\ECB3"
|
|
}
|
|
|
|
.linearicons-page-break2:before {
|
|
content: "\ECB4"
|
|
}
|
|
|
|
.linearicons-sort-alpha-asc:before {
|
|
content: "\ECB5"
|
|
}
|
|
|
|
.linearicons-sort-alpha-desc:before {
|
|
content: "\ECB6"
|
|
}
|
|
|
|
.linearicons-sort-numeric-asc:before {
|
|
content: "\ECB7"
|
|
}
|
|
|
|
.linearicons-sort-numeric-desc:before {
|
|
content: "\ECB8"
|
|
}
|
|
|
|
.linearicons-sort-amount-asc:before {
|
|
content: "\ECB9"
|
|
}
|
|
|
|
.linearicons-sort-amount-desc:before {
|
|
content: "\ECBA"
|
|
}
|
|
|
|
.linearicons-sort-time-asc:before {
|
|
content: "\ECBB"
|
|
}
|
|
|
|
.linearicons-sort-time-desc:before {
|
|
content: "\ECBC"
|
|
}
|
|
|
|
.linearicons-sigma:before {
|
|
content: "\ECBD"
|
|
}
|
|
|
|
.linearicons-pencil-line:before {
|
|
content: "\ECBE"
|
|
}
|
|
|
|
.linearicons-hand:before {
|
|
content: "\ECBF"
|
|
}
|
|
|
|
.linearicons-pointer-up:before {
|
|
content: "\ECC0"
|
|
}
|
|
|
|
.linearicons-pointer-right:before {
|
|
content: "\ECC1"
|
|
}
|
|
|
|
.linearicons-pointer-down:before {
|
|
content: "\ECC2"
|
|
}
|
|
|
|
.linearicons-pointer-left:before {
|
|
content: "\ECC3"
|
|
}
|
|
|
|
.linearicons-finger-tap:before {
|
|
content: "\ECC4"
|
|
}
|
|
|
|
.linearicons-fingers-tap:before {
|
|
content: "\ECC5"
|
|
}
|
|
|
|
.linearicons-reminder:before {
|
|
content: "\ECC6"
|
|
}
|
|
|
|
.linearicons-fingers-crossed:before {
|
|
content: "\ECC7"
|
|
}
|
|
|
|
.linearicons-fingers-victory:before {
|
|
content: "\ECC8"
|
|
}
|
|
|
|
.linearicons-gesture-zoom:before {
|
|
content: "\ECC9"
|
|
}
|
|
|
|
.linearicons-gesture-pinch:before {
|
|
content: "\ECCA"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-horizontal:before {
|
|
content: "\ECCB"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-vertical:before {
|
|
content: "\ECCC"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-left:before {
|
|
content: "\ECCD"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-right:before {
|
|
content: "\ECCE"
|
|
}
|
|
|
|
.linearicons-hand2:before {
|
|
content: "\ECCF"
|
|
}
|
|
|
|
.linearicons-pointer-up2:before {
|
|
content: "\ECD0"
|
|
}
|
|
|
|
.linearicons-pointer-right2:before {
|
|
content: "\ECD1"
|
|
}
|
|
|
|
.linearicons-pointer-down2:before {
|
|
content: "\ECD2"
|
|
}
|
|
|
|
.linearicons-pointer-left2:before {
|
|
content: "\ECD3"
|
|
}
|
|
|
|
.linearicons-finger-tap2:before {
|
|
content: "\ECD4"
|
|
}
|
|
|
|
.linearicons-fingers-tap2:before {
|
|
content: "\ECD5"
|
|
}
|
|
|
|
.linearicons-reminder2:before {
|
|
content: "\ECD6"
|
|
}
|
|
|
|
.linearicons-gesture-zoom2:before {
|
|
content: "\ECD7"
|
|
}
|
|
|
|
.linearicons-gesture-pinch2:before {
|
|
content: "\ECD8"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-horizontal2:before {
|
|
content: "\ECD9"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-vertical2:before {
|
|
content: "\ECDA"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-left2:before {
|
|
content: "\ECDB"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-right2:before {
|
|
content: "\ECDC"
|
|
}
|
|
|
|
.linearicons-fingers-scroll-vertical3:before {
|
|
content: "\ECDD"
|
|
}
|
|
|
|
.linearicons-border-style:before {
|
|
content: "\ECDE"
|
|
}
|
|
|
|
.linearicons-border-all:before {
|
|
content: "\ECDF"
|
|
}
|
|
|
|
.linearicons-border-outer:before {
|
|
content: "\ECE0"
|
|
}
|
|
|
|
.linearicons-border-inner:before {
|
|
content: "\ECE1"
|
|
}
|
|
|
|
.linearicons-border-top:before {
|
|
content: "\ECE2"
|
|
}
|
|
|
|
.linearicons-border-horizontal:before {
|
|
content: "\ECE3"
|
|
}
|
|
|
|
.linearicons-border-bottom:before {
|
|
content: "\ECE4"
|
|
}
|
|
|
|
.linearicons-border-left:before {
|
|
content: "\ECE5"
|
|
}
|
|
|
|
.linearicons-border-vertical:before {
|
|
content: "\ECE6"
|
|
}
|
|
|
|
.linearicons-border-right:before {
|
|
content: "\ECE7"
|
|
}
|
|
|
|
.linearicons-border-none:before {
|
|
content: "\ECE8"
|
|
}
|
|
|
|
.linearicons-ellipsis:before {
|
|
content: "\ECE9"
|
|
}
|
|
|
|
#header {
|
|
background: #fff
|
|
}
|
|
|
|
#header .jxml-logo {
|
|
display: inline-block
|
|
}
|
|
|
|
#header .settings-toggle {
|
|
cursor: pointer;
|
|
font-size: 1.71429rem;
|
|
line-height: 1;
|
|
color: #057176;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
#header .settings-toggle:active,
|
|
#header .settings-toggle:focus,
|
|
#header .settings-toggle:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
#header .settings-wrapper .currency-wrapper,
|
|
#header .settings-wrapper .lang-wrapper {
|
|
width: 45%;
|
|
display: inline-block
|
|
}
|
|
|
|
#header .compare-header>a,
|
|
#header .jxwishlist-link>a {
|
|
text-transform: uppercase;
|
|
letter-spacing: .3em;
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
|
|
#header .compare-header>a i,
|
|
#header .jxwishlist-link>a i {
|
|
font-size: 1.42857rem;
|
|
margin-right: .71429rem
|
|
}
|
|
|
|
#header .link-block>ul>li a {
|
|
font: 500 .92857rem/1.14286rem Poppins, sans-serif;
|
|
letter-spacing: .3em;
|
|
color: #000;
|
|
text-transform: uppercase
|
|
}
|
|
|
|
#header .link-block>ul>li a:active,
|
|
#header .link-block>ul>li a:focus,
|
|
#header .link-block>ul>li a:hover {
|
|
color: #c83b4e
|
|
}
|
|
|
|
#header .link-block>ul>li:not(:last-child) {
|
|
margin-right: 2.57143rem
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#header {
|
|
padding-bottom: 2.85714rem
|
|
}
|
|
}
|
|
|
|
#wrapper {
|
|
flex: 1 1 auto;
|
|
|
|
.left-column {
|
|
.title-block {
|
|
font-size: 1.35rem;
|
|
line-height: 1.5;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.left-column {
|
|
order: 1;
|
|
}
|
|
|
|
.layout-left-column {
|
|
order: 2;
|
|
}
|
|
}
|
|
}
|
|
|
|
body:not(#index) #wrapper {
|
|
padding: 3.57143rem 0
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
body#product #wrapper {
|
|
padding-top: 5.71429rem
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
body#product #wrapper {
|
|
padding-top: 9.28571rem
|
|
}
|
|
}
|
|
|
|
#wrapper .left-column,
|
|
#wrapper .right-column {
|
|
flex: 0 0 100%
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
|
|
#wrapper .left-column,
|
|
#wrapper .right-column {
|
|
max-width: 21.42857rem;
|
|
flex: 0 0 21.42857rem
|
|
}
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
|
|
#wrapper .left-column>*,
|
|
#wrapper .right-column>* {
|
|
margin-bottom: 2.85714rem
|
|
}
|
|
|
|
#wrapper .left-column {
|
|
order: 1
|
|
}
|
|
|
|
#wrapper .content-wrapper {
|
|
order: 2
|
|
}
|
|
|
|
#wrapper .right-column {
|
|
order: 3
|
|
}
|
|
}
|
|
|
|
@media (min-width:1200px) {
|
|
|
|
#wrapper .left-column>*,
|
|
#wrapper .right-column>* {
|
|
margin-bottom: 3.57143rem
|
|
}
|
|
}
|
|
|
|
#footer {
|
|
background: #fff;
|
|
border-top: 1px solid #ccc;
|
|
|
|
@media (max-width: 576px) {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
|
|
.wrapper {
|
|
padding: 75px 0 0 !important;
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
#footer .jxml-logo {
|
|
display: inline-block
|
|
}
|
|
|
|
#footer .footer-links ul>li {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
#footer .footer-links ul>li a {
|
|
display: inline-block;
|
|
font: 400 .92857rem/1.14286rem Poppins, sans-serif;
|
|
color: #000;
|
|
position: relative
|
|
}
|
|
|
|
#footer .footer-links ul>li a:before {
|
|
position: absolute;
|
|
content: "";
|
|
height: .07143rem;
|
|
background: #000;
|
|
top: 100%;
|
|
left: 0;
|
|
width: 0;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
#footer .footer-links ul>li a:active:before,
|
|
#footer .footer-links ul>li a:focus:before,
|
|
#footer .footer-links ul>li a:hover:before {
|
|
width: 100%
|
|
}
|
|
|
|
#footer .footer-links ul>li+li {
|
|
margin-top: .57143rem
|
|
}
|
|
|
|
#footer .block-social>ul>li a i {
|
|
font-size: 1.28571rem;
|
|
line-height: 1
|
|
}
|
|
|
|
#footer .block-social>ul>li+li {
|
|
margin-left: 2.5rem
|
|
}
|
|
|
|
#footer .jxml-copyright {
|
|
color: #8b8b8b;
|
|
font: 400 1rem/1.28571rem Poppins, sans-serif
|
|
}
|
|
|
|
#footer .jxml-copyright a {
|
|
color: #8b8b8b
|
|
}
|
|
|
|
#footer .jxml-copyright a:active,
|
|
#footer .jxml-copyright a:focus,
|
|
#footer .jxml-copyright a:hover {
|
|
color: #000
|
|
}
|
|
|
|
.jxwl_popup_item>.jxwl_row_1 {
|
|
background: url(../../assets/img/jxwl_row_1.jpg) 0 0 no-repeat;
|
|
background-size: 100% 100%
|
|
}
|
|
|
|
.jxwl_popup_item>.jxwl_row_2 {
|
|
background: url(../../assets/img/jxwl_row_2.jpg) 0 0 no-repeat;
|
|
background-size: 100% 100%
|
|
}
|
|
|
|
.jxwl_popup_item>.jxwl_row_3 {
|
|
background: url(../../assets/img/jxwl_row_3.jpg) 0 0 no-repeat;
|
|
background-size: 100% 100%
|
|
}
|
|
|
|
.jxwl_popup_item>.jxwl_row_4 {
|
|
background: url(../../assets/img/jxwl_row_4.jpg) 0 0 no-repeat;
|
|
background-size: 100% 100%
|
|
}
|
|
|
|
.custom-bg,
|
|
.custom-bg-1,
|
|
.custom-bg-2,
|
|
.tabs.product-tabs {
|
|
position: relative;
|
|
z-index: 0
|
|
}
|
|
|
|
.tabs.product-tabs .tab-content>.tab-pane {
|
|
color: #fff
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
.slide-type-01 .jxml-banner-description {
|
|
background: url(../../assets/img/vector-slider.png) no-repeat;
|
|
background-position: 50% 10%
|
|
}
|
|
}
|
|
|
|
#newsletter_popup {
|
|
background: #057176
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
#newsletter_popup {
|
|
background: url(../../assets/img/newsletter.jpg) #057176 no-repeat 0 0;
|
|
background-size: contain
|
|
}
|
|
}
|
|
|
|
//zmiana styli
|
|
//sekcja najczesciej kupowane
|
|
.it_ZALLJOQLGEJQ {
|
|
background-color: white;
|
|
}
|
|
|
|
.html-block.bestseller-baner h2 {
|
|
color: black !important;
|
|
}
|
|
|
|
.jxml-html-description {
|
|
p {
|
|
color: black !important;
|
|
}
|
|
}
|
|
|
|
//darmowa dostawa
|
|
#product-card {
|
|
.product-additional-info {
|
|
.pdfla-cart {
|
|
margin-bottom: 20px;
|
|
border: none !important;
|
|
background-color: white !important;
|
|
padding: 0 !important;
|
|
|
|
.pdfla-table {
|
|
|
|
.pdfla-icon {
|
|
display: none !important;
|
|
}
|
|
|
|
.pdfla-prices {
|
|
font-size: 14px;
|
|
color: #c83b4e !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#header {
|
|
.pdfla-cart {
|
|
.pdfla-prices {
|
|
max-width: 100% !important;
|
|
|
|
@media (max-width: 576px) {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#cart {
|
|
.pdfla-cart {
|
|
background-color: white !important;
|
|
border: none !important;
|
|
|
|
.pdfla-table {
|
|
.pdfla-prices {
|
|
color: #c83b4e !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-quantity {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
//nazwy produktow
|
|
.product-miniature-information {
|
|
.product-title {
|
|
a {
|
|
display: block;
|
|
font-size: 15px;
|
|
line-height: 22px;
|
|
height: 44px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
|
|
//wyglad przycisku
|
|
.view-product {
|
|
width: 100% !important;
|
|
padding: 20px !important;
|
|
border-radius: 5px !important;
|
|
}
|
|
|
|
.add-to-cart {
|
|
padding: 20px !important;
|
|
border-radius: 5px !important;
|
|
}
|
|
|
|
//products-section-title
|
|
.products-section-title {
|
|
text-transform: none !important;
|
|
}
|
|
|
|
//lista produktow
|
|
.products {
|
|
.product-miniature {
|
|
@media(min-width:1200px) {
|
|
max-width: calc(100% / 4) !important;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
//najczesciej kupowane
|
|
.it_ZALLJOQLGEJQ {
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.it_KMPEGRCKPLSS {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 60px;
|
|
|
|
.it_ULQECLQBGPLP {
|
|
max-width: 100%;
|
|
flex: 0 0 100%;
|
|
}
|
|
}
|
|
|
|
//popup koszyka
|
|
.modal-content {
|
|
.close {
|
|
padding-top: 30px;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.modal-body {
|
|
font-size: 16px;
|
|
|
|
span {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.blockcart-title {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-size: 16px;
|
|
margin-bottom: 0;
|
|
|
|
i {
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
.product-thumbnail {
|
|
height: 260px;
|
|
padding: 30px 0;
|
|
|
|
img {
|
|
width: 100%;
|
|
object-fit: contain;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.product-title {
|
|
margin-bottom: 15px;
|
|
text-align: center;
|
|
|
|
a {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.total-wrap {
|
|
.product-quantity {
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
|
|
.modal-bottom {
|
|
margin-top: 0 !important;
|
|
padding-top: 15px !important;
|
|
|
|
h3.blockcart-title {
|
|
padding-bottom: 15px !important;
|
|
align-items: stretch;
|
|
|
|
i {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
.total-wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 3px;
|
|
}
|
|
|
|
.modal-cart-buttons {
|
|
.btn {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #C83B4E;
|
|
background: white;
|
|
|
|
&:hover {
|
|
background: #C83B4E;
|
|
color: white;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//widok produktu
|
|
#product {
|
|
#wrapper {
|
|
.product-name {
|
|
font-size: 22px !important;
|
|
// font-weight: 700 !important;
|
|
line-height: 1.4 !important;
|
|
}
|
|
|
|
.product-prices {
|
|
.price {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tab-content {
|
|
background-color: white !important;
|
|
margin-bottom: 30px !important;
|
|
border-bottom-left-radius: 16px;
|
|
border-bottom-right-radius: 16px;
|
|
padding: 50px !important;
|
|
|
|
&::after,
|
|
&::before {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.tab-pane {
|
|
#description-collapse {
|
|
.item {
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
p,
|
|
span,
|
|
label {
|
|
color: black !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-quantities {
|
|
|
|
.label,
|
|
span {
|
|
color: black !important;
|
|
}
|
|
}
|
|
|
|
.product-tabs {
|
|
.nav-tabs {
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
|
|
|
|
.nav-item {
|
|
height: 100%;
|
|
|
|
.nav-link {
|
|
display: block;
|
|
height: 100%;
|
|
padding-bottom: 20px;
|
|
text-transform: none;
|
|
letter-spacing: 2px;
|
|
|
|
&::before {
|
|
width: 0;
|
|
height: 3px;
|
|
transition: 0.3s;
|
|
border: 10px;
|
|
}
|
|
|
|
&:hover {
|
|
&::before {
|
|
width: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.nav-link.active {
|
|
&::before {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-description {
|
|
.item {
|
|
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
color: black !important;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-accessories {
|
|
.products-section-title {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-add-to-cart {
|
|
.product-quantity {
|
|
.product-add-to-cart-wrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 20px;
|
|
|
|
.qty {
|
|
border-radius: 5px;
|
|
|
|
.input-group {
|
|
height: 52px !important;
|
|
|
|
input {
|
|
border-radius: 5px;
|
|
padding: 15px;
|
|
width: 100px;
|
|
}
|
|
|
|
.input-group-btn-vertical {
|
|
.linearicons-plus {
|
|
right: 6px;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.linearicons-minus {
|
|
left: 6px;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.add {
|
|
.add-to-cart {
|
|
font-size: 14px;
|
|
letter-spacing: 0;
|
|
width: 200px;
|
|
height: 52px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//koszyk
|
|
#cart {
|
|
#wrapper {
|
|
.content-wrapper {
|
|
#main {
|
|
.cart-grid-body {
|
|
max-width: 100% !important;
|
|
flex: 0 0 100% !important;
|
|
margin-left: 0 !important;
|
|
|
|
.cart-container {
|
|
.cart-items {
|
|
.cart-item {
|
|
.product-title {
|
|
a {
|
|
display: block;
|
|
font-size: 14px;
|
|
line-height: 1.2;
|
|
|
|
@media (min-width:560px) {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.qty {
|
|
.input-group {
|
|
input {
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
|
|
.linearicons-plus {
|
|
top: 50%;
|
|
right: 10px;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.linearicons-minus {
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-thumbnail {
|
|
img {
|
|
height: 140px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.cart-summary {
|
|
padding-top: 20px;
|
|
|
|
.cart-summary-line.cart-total {
|
|
|
|
.label,
|
|
.value {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
border-radius: 5px !important;
|
|
letter-spacing: 1px !important;
|
|
padding: 15px !important;
|
|
}
|
|
|
|
//koszyk boczny
|
|
.dropdown-menu-right {
|
|
padding: 30px !important;
|
|
border-radius: 5px;
|
|
|
|
.cart-summary-header {
|
|
font-size: 30px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.block-cart-body {
|
|
#cart-summary-product-list {
|
|
.cart-summary-product-item {
|
|
.media {
|
|
flex-direction: row !important;
|
|
align-items: center;
|
|
gap: 20px;
|
|
|
|
.media-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 6px;
|
|
|
|
.product-title {
|
|
margin-bottom: 0;
|
|
line-height: 1;
|
|
|
|
a {
|
|
display: block;
|
|
line-height: 1;
|
|
font-size: 13px !important;
|
|
|
|
@media(min-width: 768px) {
|
|
font-size: 16px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-price {
|
|
margin-bottom: 0 !important;
|
|
|
|
.price {
|
|
font-size: 13px !important;
|
|
|
|
@media(min-width:768px) {
|
|
font-size: 16px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.remove-from-cart {
|
|
margin-top: 0 !important;
|
|
letter-spacing: 0;
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
.product-attributes {
|
|
p {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-thumbnail {
|
|
margin-right: 0 !important;
|
|
|
|
.img-fluid {
|
|
width: 80% !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.cart-total {
|
|
|
|
.label,
|
|
.value {
|
|
font-size: 20px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//h2
|
|
.products-section-title {
|
|
font-size: 34px !important;
|
|
font-weight: 400 !important;
|
|
}
|
|
|
|
.jxml-html-description {
|
|
h4 {
|
|
display: none !important;
|
|
}
|
|
|
|
.products-section-title {
|
|
font-size: 44px !important;
|
|
}
|
|
}
|
|
|
|
|
|
.add-to-cart {
|
|
letter-spacing: 1px !important;
|
|
}
|
|
|
|
.view-product {
|
|
letter-spacing: 1px !important;
|
|
}
|
|
|
|
|
|
.btn.btn-secondary {
|
|
color: #C83B4E;
|
|
background: white;
|
|
border: 1px solid #C83B4E;
|
|
|
|
&:hover {
|
|
background: #C83B4E;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
#products {
|
|
.category-description {
|
|
font-size: 13px;
|
|
padding-top: 30px;
|
|
|
|
p {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
margin-top: 25px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.megamenu-col {
|
|
ul.content {
|
|
li.category {
|
|
margin-top: 10px !important;
|
|
|
|
a {
|
|
font-weight: 400 !important;
|
|
font-size: 16px !important;
|
|
|
|
&.sf-with-ul {
|
|
font-weight: 600 !important;
|
|
}
|
|
}
|
|
|
|
ul {
|
|
margin-top: 10px !important;
|
|
|
|
li {
|
|
margin-top: 8px !important;
|
|
|
|
a {
|
|
font-weight: 400 !important;
|
|
font-size: 15px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
span.collapsed {
|
|
i {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
p,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
span {
|
|
font-family: 'Poppins', sans-serif !important;
|
|
}
|
|
|
|
.bestseller-products {
|
|
h2 {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.block-categories {
|
|
#category-top-menu {
|
|
li:nth-child(2) {
|
|
margin-top: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
#product-card {
|
|
|
|
h2 {
|
|
font-size: 18px !important;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
#product {
|
|
#wrapper {
|
|
background-color: #F8F9FA;
|
|
|
|
#product-card {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 20px;
|
|
|
|
.col-12 {
|
|
max-width: 100% !important;
|
|
background-color: white;
|
|
border-radius: 16px;
|
|
padding: 25px;
|
|
}
|
|
|
|
@media(min-width:992px) {
|
|
.col-12 {
|
|
max-width: calc(50% - 15px) !important;
|
|
flex: 0 0 calc(50% - 15px);
|
|
background-color: white;
|
|
border-radius: 16px;
|
|
padding: 25px;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-tabs {
|
|
background-color: white;
|
|
border-radius: 16px;
|
|
padding: 40px;
|
|
margin-top: 20px !important;
|
|
margin-bottom: 34px !important;
|
|
}
|
|
|
|
.thumb-container img {
|
|
border-radius: 16px;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.nav-tabs {
|
|
.nav-item {
|
|
.nav-link {
|
|
letter-spacing: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.product-miniature-container {
|
|
background-color: white !important;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
#checkout {
|
|
#header {
|
|
padding-bottom: 0 !important;
|
|
|
|
.header-checkout {
|
|
padding: 25px !important;
|
|
}
|
|
|
|
.col-12 {
|
|
img {
|
|
max-width: 300px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.checkout-social-media-login {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
padding-top: 30px;
|
|
gap: 20px;
|
|
align-items: center;
|
|
|
|
i {
|
|
color: rgba(0, 0, 0, .4);
|
|
transition: 0.3s ease;
|
|
|
|
&:hover {
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
.fa-facebook {
|
|
font-size: 22px;
|
|
}
|
|
|
|
.fa-google-plus {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
.mobile-contact-icon {
|
|
h3 {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
i {
|
|
font-size: 23px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.linearicons-cog2 {
|
|
display: none !important;
|
|
}
|
|
|
|
//ukrycie "Marki" i "Dostawcy"
|
|
.brand-list,
|
|
.supplier-list {
|
|
display: none;
|
|
}
|
|
|
|
.product-buttons {
|
|
.js-compare-button {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.product-actions {
|
|
.product-additional-info {
|
|
.js-compare-button {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.it_TWVKYMKOFOXF {
|
|
.desktop_for_account {
|
|
.jx-header-account {
|
|
.dropdown-toggle {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.thumbnails-carousel {
|
|
.carousel-indicators {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.top-level-menu {
|
|
.top-level-menu-li {
|
|
.first-level-menu {
|
|
.megamenu-row {
|
|
.megamenu-col {
|
|
.content {
|
|
.category {
|
|
ul {
|
|
.category {
|
|
ul {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#leo_block_top {
|
|
.js-dropdown.open {
|
|
.dropdown-menu {
|
|
visibility: visible !important;
|
|
opacity: 1 !important;
|
|
}
|
|
}
|
|
} |