@font-face {
font-family: 'FontAwesome';
src: url(//obataimu.com/wp-content/themes/twentynineteen-child/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//obataimu.com/wp-content/themes/twentynineteen-child/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//obataimu.com/wp-content/themes/twentynineteen-child/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//obataimu.com/wp-content/themes/twentynineteen-child/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//obataimu.com/wp-content/themes/twentynineteen-child/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//obataimu.com/wp-content/themes/twentynineteen-child/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",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%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}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;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}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}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:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}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{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px 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}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[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}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:-2px;-webkit-appearance:none}[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:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{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:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.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-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.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{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.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:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.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}.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}.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}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.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,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;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:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.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:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.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:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.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:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;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 (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;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:#007bff;border-color:#007bff}.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(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;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:#6c757d;border-color:#6c757d}.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 rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;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:#28a745;border-color:#28a745}.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(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;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:#17a2b8;border-color:#17a2b8}.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(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;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:#212529;background-color:#ffc107;border-color:#ffc107}.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,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;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:#dc3545;border-color:#dc3545}.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(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;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:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.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 rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;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:#343a40;border-color:#343a40}.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(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.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 (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 (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.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:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.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{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;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,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.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-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.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{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.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{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-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 (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-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 (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-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 (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.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 (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;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{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;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,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;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,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;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,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;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,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;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,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.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:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.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:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius: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{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.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;border-radius:.25rem;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 (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;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:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;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:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;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:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.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:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.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:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!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:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!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:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;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.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-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}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!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:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!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:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!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: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:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!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:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!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:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!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:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!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:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!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:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!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:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!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:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!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}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!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: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}}.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-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.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:1px solid #adb5bd;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:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,900;1,300;1,400&display=swap");
body {
font-family: Arial, sans-serif;
font-weight: bold;
}
body.page-id-8 .back-logo p.back-header {
display: none !important;
}
.pswp.pswp--supports-fs {
display: none;
opacity: 0;
}
#primary img {
cursor: default;
}
body.page-id-7 {
background-color: white;
}
body.page-id-3534,
body.page-id-3459,
body.page-id-3460,
body.page-id-3461,
body.page-id-7 {
background-color: #caa98d;
}
body.blog {
background: #e5001e;
}
::-webkit-input-placeholder { color: #404140;
font-weight: 300;
}
:-ms-input-placeholder { color: #404140;
font-weight: 300;
}
::placeholder {
color: #404140;
font-weight: 300;
}
body.woocommerce-cart #your-bag-font,
body.page-id-7 .paragraph.cart-empty {
font-size: 3.6rem !important;
}
body.woocommerce-cart.page-id-7 #your-bag-font,
body.page-id-7 .paragraph.cart-empty {
font-weight: normal !important;
}
table td,
table th {
word-break: normal !important;
}
p.um-notice a {
color: black !important;
}
a.text-light:focus,
a.text-light:hover {
color: #fff !important;
} body.page-template-login-page-template-php .um-register .select2-container {
z-index: 2 !important;
}
.no-product-title {
background: transparent;
width: 100%;
height: 48px;
display: block;
}
#my-repeater-show-more-link {
cursor: pointer;
text-decoration: none;
font-size: 13pt;
font-weight: 700; display: inline-block;
text-decoration: underline;
font-family: 'bodonibook';
}
#back-to-top-link {
cursor: pointer;
text-decoration: none;
font-size: 13pt;
font-weight: 700;
margin-top: 50px;
display: inline-block;
text-decoration: underline;
font-family: 'century_gothicbold'; 
} body.woocommerce-checkout form input[type="text"]::placeholder,
body.woocommerce-checkout form input[type="password"]::placeholder,
body.woocommerce-checkout form input[type="email"]::placeholder,
body.woocommerce-checkout form input[type="url"]::placeholder,
body.woocommerce-checkout form input[type="date"]::placeholder,
body.woocommerce-checkout form input[type="month"]::placeholder,
body.woocommerce-checkout form input[type="time"]::placeholder,
body.woocommerce-checkout form input[type="datetime"],
body.woocommerce-checkout form input[type="datetime-local"],
body.woocommerce-checkout form input[type="week"]::placeholder,
body.woocommerce-checkout form input[type="number"]::placeholder,
body.woocommerce-checkout form input[type="search"]::placeholder,
body.woocommerce-checkout form input[type="tel"]::placeholder,
body.woocommerce-checkout form input[type="color"]::placeholder,
body.woocommerce-checkout form select::placeholder,
body.woocommerce-checkout form textarea::placeholder {
font-family: 'century_gothicregular' !important;
font-weight: 300 !important;
color: #1a1818;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #1a1818;
font-weight: 300 !important;
}
body.woocommerce-checkout .woocommerce-input-wrapper>select,
body.woocommerce-checkout span.select2-selection.select2-selection--single,
body.woocommerce-checkout .select2-selection.select2-selection--single,
body.woocommerce-checkout #billing_country {
color: #1a1818;
font-weight: 300 !important;
}
body {
color: #000;
}
body #himherthey #radio-btn-values {
justify-content: flex-start !important;
} #himherthey .product_title {
font-style: italic;
}
body.woocommerce-account .ocwma_modal-content #shipping_gender {
font-size: 23px;
height: 80px !important;
}
#Shipping-and-Exchanges .modal-open .modal {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.modal-content {
border: none !important;
}
.my-account-naigations a:hover {
color: white !important;
}
body.woocommerce-account .ocwma_modal-content #billing_state {
font-family: 'century_gothicregular' !important;
font-size: 18px;
padding-left: 20px;
padding-top: 8px;
color: #444 !important;
}
.woocommerce-edit-address #ocwma_billing_popup {
overflow-x: hidden !important;
}
.woocommerce-edit-address #ocwma_shipping_popup {
overflow-x: hidden !important;
}
body.woocommerce-account .ocwma_modal-content .select2-container--default,
body.woocommerce-account .ocwma_modal-content .select2-selection--single,
body.woocommerce-account .ocwma_modal-content .select2-selection__rendered {
line-height: 68px;
font-size: 18px;
font-family: 'century_gothicregular';
padding-left: 11px !important;
}
.woocommerce-order-pay article#post-8 {
background-color: black;
}
.empty-order-history {
font-family: 'century_gothicbold' !important;
}
.no-address-paragraph {
font-family: 'century_gothicbold' !important;
}
.woocommerce-order-pay article#post-8 .entry-title {
color: white;
}
body.woocommerce-order-pay article#post-8 .order_details {
color: white !important;
}
#her-details-page .product_title {
font-style: italic;
}
.qib-button:focus:not(#qib_id):not(#qib_id) {
border: none !important;
}
.shipping-address-email,
.billing-address-email {
text-transform: lowercase !important;
}
body.woocommerce-checkout input[type="text"] {
text-transform: capitalize !important;
}
body.woocommerce-view-order .order-history-details-right .pack-of-field {
font-family: 'century_gothicregular' !important;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .pack-of-field-checkout {
font-family: 'century_gothicregular' !important;
font-size: 16px; }
.order-history-padding .order-history-details-right .price-label {
text-transform: capitalize;
color: #343a40;
}
body #categoryid-129 #name-radio-btn {
justify-content: center;
}
body #categoryid-129 .pick-a-size-text,
body #categoryid-130 .pick-a-size-text,
body #categoryid-128 .pick-a-size-text,
body #categoryid-84 .pick-a-size-text {
display: none;
}
body #categoryid-129 .mobile-table-full-width .label>label,
body #categoryid-130 .mobile-table-full-width .label>label,
body #categoryid-128 .mobile-table-full-width .label>label,
body #categoryid-84 .mobile-table-full-width .label>label {
padding-bottom: 0px !important;
margin-top: 0px !important;
} .woocommerce-SavedPaymentMethods-saveNew input[type='checkbox']:after {
line-height: 24px !important;
height: 20px !important;
width: 20px !important;
font-size: 20px !important;
}
#radio-btn-values {
width: 100% !important;
margin: auto !important;
justify-content: center !important;
}
.attributes-selection #name-radio-btn {
width: 100%;
margin: auto;
justify-content: center;
} textarea {
color: #1a1818 !important;
font-weight: 600 !important;
font-family: 'century_gothicregular' !important;
}
#register_phone_number-887 {
color: white !important;
}
.woocommerce-checkout .entry-title {
font-size: 100px !important;
}
#post-1145 .logout-btn {
text-decoration: underline;
}
.page-width.bookworms .her-listing-text span.paragraph {
display: block;
margin: 0;
text-align: left;
text-transform: lowercase;
}
#cart-proceed-btn {
margin-bottom: 1.2rem !important;
letter-spacing: -1px;
} .embed {
position: relative;
padding: 0px;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
}
.prev-link-div .prev-product-link {
text-transform: uppercase;
}
nav.navigation ul.mainmenu li a:hover,
nav.navigation ul.mainmenu li a:active {}
embed {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.btn.btn-light.rounded-btn.her-details-page { }
.memory-machine-left-image {
margin-right: 30px;
}
.vc_row.wpb_row.vc_row-fluid {
left: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.memory-machine-right-image {
margin-left: 30px;
}
.embed iframe,
.embed object,
.embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.iframeWrapper iframe {
border: 0px !important;
}
.post-img,
.embed {
margin: 0 0 15px 0;
} img {
max-width: 100%;
height: auto;
}  .width-1px {
width: 1px;
}
.width-2px {
width: 2px;
}
.width-3px {
width: 3px;
}
.width-4px {
width: 4px;
}
.width-5px {
width: 5px;
}
.width-6px {
width: 6px;
}
.width-7px {
width: 7px;
}
.width-8px {
width: 8px;
}
.width-9px {
width: 9px;
}
.width-10px {
width: 10px;
}
.width-15px {
width: 15px;
}
.width-20px {
width: 20px;
}
.width-25px {
width: 25px;
}
.width-30px {
width: 30px;
}
.width-35px {
width: 35px;
}
.width-40px {
width: 40px;
}
.width-50px {
width: 50px;
}
.width-55px {
width: 55px;
}
.width-60px {
width: 60px;
}
.width-65px {
width: 65px;
}
.width-70px {
width: 70px;
}
.width-75px {
width: 75px;
}
.width-80px {
width: 80px;
}
.width-85px {
width: 85px;
}
.width-90px {
width: 90px;
}
.width-100px {
width: 100px;
}
.width-120px {
width: 120px;
}
.width-130px {
width: 130px;
}
.width-150px {
width: 150px;
}
.width-180px {
width: 180px;
}
.width-200px {
width: 200px;
}
.width-250px {
width: 250px;
}
.width-300px {
width: 300px;
}
.width-350px {
width: 350px;
}
.width-400px {
width: 400px;
}
.width-450px {
width: 450px;
}
.width-500px {
width: 500px;
}
.width-550px {
width: 550px;
}
.width-600px {
width: 600px;
}
.width-650px {
width: 650px;
}
.width-700px {
width: 700px;
}
.width-750px {
width: 750px;
}
.width-800px {
width: 800px;
}
.width-850px {
width: 850px;
}
.width-900px {
width: 900px;
}
.width-950px {
width: 950px;
}
.width-1000px {
width: 1000px;
}
.width-10 {
width: 10%;
}
.width-12 {
width: 12%;
}
.width-15 {
width: 15%;
}
.product-single-grid-card a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
display: block;
}
.width-20 {
width: 20%;
}
.width-25 {
width: 25%;
}
.width-30 {
width: 30%;
}
.width-35 {
width: 33.33%;
}
.width-40 {
width: 40%;
}
.width-45 {
width: 45%;
}
.width-50 {
width: 50%;
}
.width-55 {
width: 55%;
}
.width-60 {
width: 60%;
}
.width-65 {
width: 66.66%;
}
.width-70 {
width: 70%;
}
.width-75 {
width: 75%;
}
.width-80 {
width: 80%;
}
.width-85 {
width: 85%;
}
.width-90 {
width: 90%;
}
.width-95 {
width: 95%;
}
.width-100 {
width: 100%;
}
.width-auto {
width: auto
}
.padding-0 {
padding: 0px !important;
;
}
.padding-1 {
padding: 1px;
}
.padding-2 {
padding: 2px;
}
.padding-3 {
padding: 3px;
}
.padding-4 {
padding: 4px;
}
.padding-5 {
padding: 5px;
} .padding-top-0 {
padding-top: 0px;
}
.padding-top-5 {
padding-top: 5px;
}
.padding-top-10 {
padding-top: 10px;
}
.padding-top-15 {
padding-top: 15px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-top-25 {
padding-top: 25px;
}
.padding-top-30 {
padding-top: 30px;
}
.padding-top-35 {
padding-top: 35px;
}
.padding-top-40 {
padding-top: 40px;
}
.padding-top-45 {
padding-top: 45px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-top-55 {
padding-top: 55px;
}
.padding-top-60 {
padding-top: 60px;
}
.padding-top-65 {
padding-top: 65px;
}
.padding-top-70 {
padding-top: 70px;
}
.padding-top-75 {
padding-top: 75px;
}
.padding-top-80 {
padding-top: 80px;
}
.padding-top-85 {
padding-top: 85px;
}
.padding-top-90 {
padding-top: 90px;
}
.padding-top-95 {
padding-top: 95px;
}
.padding-top-100 {
padding-top: 100px;
}
.padding-top-110 {
padding-top: 110px;
}
.padding-top-120 {
padding-top: 120px;
}
.padding-top-130 {
padding-top: 130px;
}
.padding-top-140 {
padding-top: 140px;
}
.padding-top-150 {
padding-top: 150px;
} .padding-right-0 {
padding-right: 0px;
}
.padding-right-5 {
padding-right: 5px;
}
.padding-right-10 {
padding-right: 10px;
}
.padding-right-15 {
padding-right: 15px;
}
.padding-right-20 {
padding-right: 20px;
}
.padding-right-25 {
padding-right: 25px;
}
.padding-right-30 {
padding-right: 30px;
}
.padding-right-35 {
padding-right: 35px;
}
.padding-right-40 {
padding-right: 40px;
}
.padding-right-45 {
padding-right: 45px;
}
.padding-right-50 {
padding-right: 50px;
}
.padding-right-55 {
padding-right: 55px;
}
.padding-right-60 {
padding-right: 60px;
}
.padding-right-65 {
padding-right: 65px;
}
.padding-right-70 {
padding-right: 70px;
}
.padding-right-75 {
padding-right: 75px;
}
.padding-right-80 {
padding-right: 80px;
}
.padding-right-85 {
padding-right: 85px;
}
.padding-right-90 {
padding-right: 90px;
}
.padding-right-95 {
padding-right: 95px;
}
.padding-right-100 {
padding-right: 100px;
} .padding-left- {
padding-left: 0px;
}
.padding-right-0 {
padding-left: 0px;
}
.padding-left-5 {
padding-left: 5px;
}
.padding-left-10 {
padding-left: 10px;
}
.padding-left-15 {
padding-left: 15px;
}
.padding-left-20 {
padding-left: 20px;
}
.padding-left-25 {
padding-left: 25px;
}
.padding-left-30 {
padding-left: 30px;
}
.padding-left-35 {
padding-left: 35px;
}
.padding-left-40 {
padding-left: 40px;
}
.padding-left-45 {
padding-left: 45px;
}
.padding-left-50 {
padding-left: 50px;
}
.padding-left-55 {
padding-left: 55px;
}
.padding-left-60 {
padding-left: 60px;
}
.padding-left-65 {
padding-left: 65px;
}
.padding-left-70 {
padding-left: 70px;
}
.padding-left-75 {
padding-left: 75px;
}
.padding-left-80 {
padding-left: 80px;
}
.padding-left-85 {
padding-left: 85px;
}
.padding-left-90 {
padding-left: 90px;
}
.padding-left-95 {
padding-left: 95px;
}
.padding-left-100 {
padding-left: 100px;
} .padding-bottom-0 {
padding-bottom: 0px;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
.padding-bottom-15 {
padding-bottom: 15px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
.padding-bottom-25 {
padding-bottom: 25px;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-bottom-35 {
padding-bottom: 35px;
}
.padding-bottom-40 {
padding-bottom: 40px;
}
.padding-bottom-45 {
padding-bottom: 45px;
}
.padding-bottom-50 {
padding-bottom: 50px;
}
.padding-bottom-55 {
padding-bottom: 55px;
}
.padding-bottom-60 {
padding-bottom: 60px;
}
.padding-bottom-65 {
padding-bottom: 65px;
}
.padding-bottom-70 {
padding-bottom: 70px;
}
.padding-bottom-75 {
padding-bottom: 75px;
}
.padding-bottom-80 {
padding-bottom: 80px;
}
.padding-bottom-85 {
padding-bottom: 85px;
}
.padding-bottom-90 {
padding-bottom: 90px;
}
.padding-bottom-95 {
padding-bottom: 95px;
}
.padding-bottom-100 {
padding-bottom: 100px;
} .margin-top-0 {
margin-top: 0px !important;
}
.margin-top-1 {
margin-top: 1px;
}
.margin-top-2 {
margin-top: 2px;
}
.margin-top-3 {
margin-top: 3px;
}
.margin-top-4 {
margin-top: 4px;
}
.margin-top-5 {
margin-top: 5px;
}
.margin-top-6 {
margin-top: 6px;
}
.margin-top-7 {
margin-top: 7px;
}
.margin-top-8 {
margin-top: 8px;
}
.margin-top-9 {
margin-top: 9px;
}
.margin-top-10 {
margin-top: 10px;
}
.margin-top-15 {
margin-top: 15px;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-top-25 {
margin-top: 25px;
}
.margin-top-30 {
margin-top: 30px;
}
.margin-top-35 {
margin-top: 35px;
}
.margin-top-40 {
margin-top: 40px;
}
.margin-top-45 {
margin-top: 45px;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-top-55 {
margin-top: 55px;
}
.margin-top-60 {
margin-top: 60px;
}
.margin-top-65 {
margin-top: 65px;
}
.margin-top-70 {
margin-top: 70px;
}
.margin-top-75 {
margin-top: 75px;
}
.margin-top-80 {
margin-top: 80px;
}
.margin-top-85 {
margin-top: 85px;
}
.margin-top-90 {
margin-top: 90px;
}
.margin-top-95 {
margin-top: 95px;
}
.margin-top-100 {
margin-top: 100px;
}
.margin-top-200 {
margin-top: 200px;
}
.margin-top-300 {
margin-top: 300px;
}
.margin-top-400 {
margin-top: 400px;
}
.margin-top-500 {
margin-top: 500px;
}
.margin-top-600 {
margin-top: 600px;
}
.margin-top-1rem {
margin-top: 1rem;
}
.margin-top-2rem {
margin-top: 2rem;
}
.margin-top-3rem {
margin-top: 3rem;
}
.margin-top-4rem {
margin-top: 4rem;
}
.margin-top-5rem {
margin-top: 5rem;
}
.margin-top-6rem {
margin-top: 6rem;
}
.margin-top-7rem {
margin-top: 7rem;
}
.margin-top-8rem {
margin-top: 8rem;
}
.margin-top-9rem {
margin-top: 9rem;
}
.margin-top-10rem {
margin-top: 10rem;
}
.margin-top-15rem {
margin-top: 15rem;
}
.margin-top-20rem {
margin-top: 20rem;
}
.margin-top-25rem {
margin-top: 25rem;
}
.margin-top-30rem {
margin-top: 30rem;
}
.margin-top-35rem {
margin-top: 35rem;
}
.margin-top-40rem {
margin-top: 40rem;
}
.margin-top-45rem {
margin-top: 45rem;
}
.margin-top-50rem {
margin-top: 50rem;
}
.margin-top-150 {
margin-top: 150px;
} .margin-right-0 {
margin-right: 0px;
}
.margin-right-1 {
margin-right: 1px;
}
.margin-right-2 {
margin-right: 2px;
}
.margin-right-3 {
margin-right: 3px;
}
.margin-right-4 {
margin-right: 4px;
}
.margin-right-5 {
margin-right: 5px;
}
.margin-right-6 {
margin-right: 6px;
}
.margin-right-7 {
margin-right: 7px;
}
.margin-right-8 {
margin-right: 8px;
}
.margin-right-9 {
margin-right: 9px;
}
.margin-right-10 {
margin-right: 10px;
}
.margin-right-15 {
margin-right: 15px;
}
.margin-right-20 {
margin-right: 20px;
}
.margin-right-25 {
margin-right: 25px;
}
.margin-right-30 {
margin-right: 30px;
}
.margin-right-35 {
margin-right: 35px;
}
.margin-right-40 {
margin-right: 40px;
}
.margin-right-45 {
margin-right: 45px;
}
.margin-right-50 {
margin-right: 50px;
}
.margin-right-55 {
margin-right: 55px;
}
.margin-right-60 {
margin-right: 60px;
}
.margin-right-65 {
margin-right: 65px;
}
.margin-right-70 {
margin-right: 70px;
}
.margin-right-75 {
margin-right: 75px;
}
.margin-right-80 {
margin-right: 80px;
}
.margin-right-85 {
margin-right: 85px;
}
.margin-right-90 {
margin-right: 90px;
}
.margin-right-95 {
margin-right: 95px;
}
.margin-right-100 {
margin-right: 100px;
} .margin-bottom-0 {
margin-bottom: 0px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-bottom-15 {
margin-bottom: 15px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-bottom-35 {
margin-bottom: 35px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-bottom-45 {
margin-bottom: 45px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.margin-bottom-55 {
margin-bottom: 55px;
}
.margin-bottom-60 {
margin-bottom: 60px;
}
.margin-bottom-65 {
margin-bottom: 65px;
}
.margin-bottom-70 {
margin-bottom: 70px;
}
.margin-bottom-75 {
margin-bottom: 75px;
}
.margin-bottom-80 {
margin-bottom: 80px;
}
.margin-bottom-85 {
margin-bottom: 85px;
}
.margin-bottom-90 {
margin-bottom: 90px;
}
.margin-bottom-95 {
margin-bottom: 95px;
}
.margin-bottom-100 {
margin-bottom: 100px;
} .margin-left-0 {
margin-left: 0px;
}
.margin-left-10 {
margin-left: 10px;
}
.margin-left-15 {
margin-left: 15px;
}
.margin-left-20 {
margin-left: 20px;
}
.margin-left-25 {
margin-left: 25px;
}
.margin-left-30 {
margin-left: 30px;
}
.margin-left-35 {
margin-left: 35px;
}
.margin-left-40 {
margin-left: 40px;
}
.margin-left-45 {
margin-left: 45px;
}
.margin-left-50 {
margin-left: 50px;
}
.margin-left-55 {
margin-left: 55px;
}
.margin-left-60 {
margin-left: 60px;
}
.margin-left-65 {
margin-left: 65px;
}
.margin-left-70 {
margin-left: 70px;
}
.margin-left-75 {
margin-left: 75px;
}
.margin-left-80 {
margin-left: 80px;
}
.margin-left-85 {
margin-left: 85px;
}
.margin-left-90 {
margin-left: 90px;
}
.margin-left-95 {
margin-left: 95px;
}
.margin-left-100 {
margin-left: 100px;
}
.margin-auto {
margin-left: auto;
margin-right: auto;
}
a {
color: #1a1818;
}
a:hover {
color: #000;
}
a:focus {
outline: 0;
text-decoration: none;
}
.entry .entry-content p {
word-wrap: normal;
} @font-face {
font-family: 'century_gothicregular';
src: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/gothic.woff2) format('woff2'),
url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/gothic.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'century_gothicbold';
src: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/gothicb.woff2) format('woff2'),
url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/gothicb.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'century_gothicitalic';
src: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/gothici.woff2) format('woff2'),
url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/gothici.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bodonibook';
src: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/bodoni_book-webfont.woff2) format('woff2'),
url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/bodoni_book-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bodoni_svtytwo_itc_ttbook';
src: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/bodoni_svtytwoitc_tt_book-webfont.woff2) format('woff2'),
url(//obataimu.com/wp-content/themes/twentynineteen-child/css/fonts/bodoni_svtytwoitc_tt_book-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
a:visited {
color: #1a1818;
text-decoration: underline;
}
a.cart-button-header:hover {
text-decoration: none;
}
.entry {
margin-top: 0 !important;
}
.entry .entry-content a {
text-decoration: none !important;
}
.page-width {
width: 90%;
margin: auto;
}
body.archive.category .page-width,
body.blog .page-width {
padding: 0 10px;
}
body.archive.category .page-width .page-width,
body.blog .page-width .page-width {
padding-bottom: 120px !important;
}
body.archive.category #primary #main article:last-child .page-width .page-width,
body.blog #primary #main article:last-child .page-width .page-width {
padding-bottom: 0px !important;
}
body.archive.category .page-width>.iframe,
body.blog .page-width>.iframe {
padding: 0 30px;
border: none;
}
body.archive.category .page-width .shop-by-dropdown-links.blog-list,
body.blog .page-width .shop-by-dropdown-links.blog-list {
padding: 0 10px !important;
}
ul.icons li {
display: inline-block;
}
ul.icons {
float: right;
}
.copyright {
text-align: right;
float: right;
width: 90%;
margin: 20px 5% 50px 0;
font-size: 20px;
font-weight: 700;
}
.copyright a:hover {
text-decoration: underline;
}
.#1a1818-background {
background-color: #1a1818;
}
.navbar.#1a1818-navbar {
background-color: #1a1818;
}
img.bag-icon {
float: right;
height: 30px;
margin-right: 75px;
}
.top-section-heading {
margin-top: 120px;
background-size: contain !important;
min-height: 1000px;
}
.top-section-heading h1 {
text-align: center;
font-size: 10rem;
line-height: 1.4;
color: #fff;
width: 80%;
margin: auto;
padding-top: 75px;
}
body.page-template-obataimu-system-template .top-section-heading h1 {
font-size: 100px;
line-height: 150px;
}
body.page-template-obataimu-system-template .modal-body p { color: #000;
font-size: 14pt;
line-height: 24pt;
text-align: left;
}
.system-paeg-desktop-top-image {
margin-bottom: 200px;
margin-top: 200px;
}
p.top-para {
color: #ffffff;
padding-top: 60px;
letter-spacing: 1.5px;
width: 96%;
margin: auto;
font-size: 14pt;
line-height: 22pt;
text-align: justify;
font-weight: normal;
}
h2.heading {
font-family: century_gothicbold;
font-size: 3.6rem;
line-height: 5rem;
margin-bottom: 7rem;
font-weight: bold;
color: #ffffff;
text-align: center;
}
body.page-template-obataimu-system-template h2.heading {
font-weight: normal;
} .fashion p {
color: #ffffff;
font-family: 'Nunito', sans-serif;
font-size: 14.5pt;
line-height: 27pt;
text-align: justify;
font-weight: normal;
}
.fashion .modal p {
color: #000;
font-size: 13pt;
line-height: 22pt;
text-align: justify;
}
.our-approach:hover {
background-color: #e5001e;
color: #ffffff;
text-decoration: none;
}
.fashion .margin-top-20rem {
margin-top: 0rem;
}
h2.heading {
margin-bottom: 2rem;
font-size: 2.5rem;
}
.our-approach {
padding: 0px 30px 5px;
border-radius: 36px;
background-color: #ffffff;
margin: auto;
display: inline-block;
font-size: 32px;
line-height: 48px;
margin-top: 5rem;
color: #1a1818;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-family: 'century_gothicbold';
font-weight: normal;
}
.red-background {
background-color: #fff;
}
body.product-template-default.single-product .red-background {
background-color: #caa98d; }
body.product-template-default.single-product .navbar {
background-color: #caa98d;
}
body.page-template-inner-page-template .red-background {
background-color: #fff; }
body.page-template-inner-page-template .navbar {
background-color: #fff;
}  .inner-pages .hamburger-button span {
background-color: #fff;
}
nav.navbar {
width: 90%;
margin: auto;
padding: 0px;
}
.navbar-toggler {
background-color: #1a1818;
}
.paragraph span.dash {
display: inline-block;
width: 100px;
background: #000;
height: 10px;
line-height: 9rem;
margin-bottom: 1.5rem;
}
.paragraph {
font-size: 3.6rem;
line-height: 83pt;
font-weight: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #1a1818;
text-align: left;
width: 90%;
margin: 50px auto 100px;
}
.paragraph.text-center.memorymachine-heading {
margin-bottom: 150px;
}
#categoryid-130 .product_title.paragraph {
font-size: 3.6rem;
line-height: 100px;
width: 100%;
}
body.logged-in .woocommerce .login-page-form .paragraph.white {
font-size: 130px;
line-height: 210px;
}
.paragraph-2 {
font-size: 2.3rem;
line-height: 1.70;
font-weight: bold;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #1a1818;
text-align: left;
width: 90%;
margin: 50px auto 70px;
}
.triangle-down {
position: relative;
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 75px solid #1a1818;
margin: 0px auto 20px;
display: inline-block;
text-align: center;
cursor: pointer;
}
.triangle-down2 {
position: relative;
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 75px solid #1a1818;
margin: 0 auto 50px;
display: inline-block;
text-align: center;
cursor: pointer;
}
.hamburger-text-left {
text-align: left;
list-style-type: none;
}
.hamburger-text-right {
text-align: right;
list-style-type: none;
}
.main-navigation {
position: fixed;
width: 100%;
height: 100%;
}
.hamburger-main-content {
display: none;
}
.hamburger-main-show {
display: block;
}
.list-element {
list-style-type: none;
}
h5 {
font-size: 2.25rem;
}
#shop-categories {
margin-left: -35px;
}  .hamburger-button {
position: absolute;
transition: .3s ease-in-out;
width: 70px;
display: block;
top: 5px;
right: 5px;
z-index: 100;
}
.hamburger-button span {
position: absolute;
height: 4px;
border-radius: 0px;
width: 100%;
background-color: #1a1818;
top: 0;
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.hamburger-button span:hover {
color: #e5001e;
}
.hamburger-button span:nth-child(1) {
top: 0px;
height: 4px;
}
.hamburger-button span:nth-child(2),
.hamburger-button span:nth-child(3) {
top: 13px;
}
.hamburger-button span:nth-child(4) {
top: 26px;
}
.hamburger-button11 {
position: absolute;
transition: .3s ease-in-out;
display: block;
top: 63px;
right: 25px;
z-index: 100;
}
.navigation-width .hamburger-button11.active {
right: 18px;
}
.hamburger-button11 span {
position: absolute;
height: 4px;
border-radius: 0px;
width: 100%;
background-color: #3D4146;
top: 0;
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.hamburger-button11.active span {
background-color: #1a1818;
}
.hamburger-button11.active span:nth-child(1),
.hamburger-button11.active span:nth-child(4) {
opacity: 0;
}
.hamburger-button11.active span:nth-child(2) {
transform: rotate(45deg);
}
.hamburger-button11.active span:nth-child(3) {
transform: rotate(-45deg);
} .navigation-width {
width: 90%;
margin: 0px auto 0px;
min-height: 290px;
}
.overlay {
position: fixed;
background: #fff;
top: 0;
left: 0;
width: 100%;
height: 0%;
opacity: 0;
visibility: hidden;
transition: opacity .3s, visibility .3s, height .3s;
display: inline-table;
align-items: center;
justify-content: center;
}
.overlay .triangle .empty {
position: absolute;
top: 48px;
left: -21px;
width: 0;
border-bottom: solid 36px #fff;
border-right: solid 21px transparent;
border-left: solid 21px transparent;
}
a#black-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new.svg) no-repeat 0 0;
background-size: contain;
width: 60px;
height: 65px;
position: relative;
top: 12px;
}
a#white-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new-white.svg) no-repeat 0 0;
background-size: contain;
width: 60px;
height: 65px;
position: relative;
top: 12px;
}
img.brand-logo {
position: relative;
left: 0px;
width: 65px;
top: 17.5px;
display: none;
}
.overlay .navigation-width .text-left a {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new.svg) no-repeat 0 0;
background-size: contain;
width: 60px;
height: 65px;
position: absolute;
top: 65px;
left: 15px;
}
.overlay img.brand-logo {
display: none;
}
.back-logo {
top: 40px;
position: relative;
} @media only screen and (min-width: 992px) {
nav.navbar {
height: 70px;
}
}
@media only screen and (max-width: 991px) {
nav.navbar {
height: 55px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
a#black-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new.svg) no-repeat 0 0;
background-size: contain;
width: 50px;
height: 45px;
left: 0px;
top: 15px;
}
a#white-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new-white.svg) no-repeat 0 0;
background-size: contain;
width: 50px;
height: 45px;
left: 0px;
top: 15px;
}
.overlay .navigation-width .text-left a {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new.svg) no-repeat 0 0;
background-size: contain;
width: 50px;
height: 45px;
top: 77.5px;
left: 15px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
a#black-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/images/obataimu-logo-mobile.png) no-repeat 0 0;
width: 33px;
height: 30px;
left: 0px;
top: -10px;
background-size: contain;
}
a#white-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new-white.svg) no-repeat 0 0;
width: 33px;
height: 30px;
left: 0px;
top: -2px;
background-size: contain;
}
.overlay .navigation-width .text-left a {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new.svg) no-repeat 0 0;
width: 33px;
height: 30px;
top: 52px;
left: 15px;
background-size: contain;
}
.search-button.white-logo .svg-search,
.search-button.black-logo .svg-search {
width: 30px;
top: -6px;
left: 20px;
}
.page-template-obataimu-system-template .search-button.white-logo .svg-search,
.page-template-obataimu-system-template .search-button.black-logo .svg-search {
top: 2px;
}
.overlay.overlay-search.visible .search-button.active {
width: 30px;
height: 30px;
top: 48px;
}
.search-button.active {
width: 30px;
height: 30px;
top: 46px;
right: 15px;
}
.back-logo {
position: relative;
top: 20px;
left: 35px;
}
.back-logo p {
margin-bottom: 0px;
}
.back-logo {
top: 0px;
left: 0px;
}
} @media only screen and (max-width: 767px) {
a#black-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new.svg) no-repeat 0 0;
background-size: contain;
width: 33px;
height: 30px;
left: 35px;
position: relative;
top: -2.5px;
}
body.page-id-8 a#black-logo {
top: -2.5px;
}
a#white-logo {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new-white.svg) no-repeat 0 0;
background-size: contain;
width: 33px;
height: 30px;
left: 35px;
position: relative;
top: -2.5px;
}
body.page-template-obataimu-system-template #white-logo {
top: -2.5px;
}
.overlay .navigation-width .text-left a {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/noun_triangle-new.svg) no-repeat 0 0;
background-size: contain;
width: 33px;
height: 30px;
top: 40px;
left: 35px
}
.back-logo {
position: relative;
top: 20px;
left: 35px;
}
.back-logo p {
margin-bottom: 0px;
}
}
nav.menu {
font-size: 2rem;
text-align: center;
width: 99.8%;
margin: auto;
position: absolute;
height: 100%;
overflow-y: scroll;
}
nav.menu::-webkit-scrollbar {
display: none;
} nav.menu::-webkit-scrollbar {
display: none;
} nav.menu {
-ms-overflow-style: none; scrollbar-width: none; }
nav.menu>ul {
list-style: none;
padding: 0;
margin: 0 auto;
width: 90%;
}
nav.menu ul li {
opacity: 0;
margin: 0 0 0px;
}
nav.menu>ul>li {
margin-bottom: 50px;
}
nav.menu ul.submenu>li>a {
color: #1a1818;
text-decoration: none;
transition: opacity .2s ease;
opacity: 1.0;
font-size: 2rem; line-height: 1;
display: inline-block;
border-bottom: 5px solid transparent;
}
nav.menu ul.submenu ul.submenu>li>a {
font-size: 1.5rem;
}
nav.menu ul.submenu li a:hover {
opacity: 1; }
nav.menu>ul>li.hamburger-text-left {
text-align: left;
display: block;
}
nav.menu>ul>li.hamburger-text-right {
text-align: right;
}
nav.menu>ul>li.hamburger-text-right ul.submenu li {
text-align: right;
}
nav.menu>ul>li ul.submenu li {
line-height: 1rem;
} @keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(0%, 0, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
} nav.navigation ul.mainmenu li a:hover {  }
ul.sub-menu {
display: none;
}
.mainmenu,
.submenu {
list-style: none;
padding: 0;
margin: 0;
}
.mainmenu a {
display: inline;
text-decoration: none;
padding: 5px 0px;
color: #000;
}
.mainmenu > li > ul.submenu {
margin: 30px 0 0;
padding: 0px;
}
@media (max-width: 768px) {
.submenu, .mainmenu > li > ul.submenu{margin: 20px 0 0;}
}
.mainmenu li ul.submenu>.submenu{
margin: 0 0 35px;
}
.mainmenu a:hover {
border-bottom: 9px solid black;
}
.mainmenu li:hover .submenu {
display: block; }
.overlay.visible {
opacity: 1.00;
visibility: visible;
height: 100%;
z-index: 9999;
}
ul.mainmenu li {
font-size: 5rem;
line-height: 6rem;
text-align: left;
list-style-type: none;
}
.overlay.visible li {
animation: fadeInLeft .3s ease forwards;
}
.overlay.visible li:nth-of-type(1) {
animation-delay: 0.23s;
}
.overlay.visible li:nth-of-type(2) {
animation-delay: 0.26s;
}
.overlay.visible li:nth-of-type(3) {
animation-delay: 0.29s;
}
.overlay.visible li:nth-of-type(4) {
animation-delay: 0.32s;
}
.overlay.visible li:nth-of-type(5) {
animation-delay: 0.35s;
}  .pos-f-t {
position: relative;
z-index: 9990;
padding: 50px 0 100px; }
body.search.search-results .pos-f-t {
z-index: 990;
}  footer ul.icons {
margin-bottom: 3rem;
}
footer ul.icons li {
margin-left: 30px;
} footer ul.icons li:nth-child(5) a img {
max-height: 65px;
margin-top: 5px;
margin-left: 0px;
}
footer ul.icons li:nth-child(1) {
margin-left: 0px;
}
footer ul.icons li:nth-child(2) { }
footer ul.icons li:nth-child(3) { }
footer ul.icons li:nth-child(4) { }
footer ul.icons li:nth-child(5) { position: relative;
}
footer {
width: 90%;
margin: auto;
}
.copyright {
width: 100%;
margin: 0 5px 5px 0;
}
.copyright p {
margin-left: 0px;
margin-bottom: 0px;
font-family: 'century_gothicbold' !important;
font-size: 16pt;
}
#style-3::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #e5001e;
}
#style-3::-webkit-scrollbar {
width: 6px;
background-color: #e5001e;
}
#style-3::-webkit-scrollbar-thumb {
background-color: #000000;
} #target {
display: none;
}
.Hide {
display: none;
}
body.page-template-inner-page-template .entry .entry-content>.page-width {
margin: 0px auto;
max-width: 90%;
}
body.page-template-inner-page-template .entry .entry-content>* {
margin: 0px 0;
max-width: 100%;
}   .color-variation-td .label label {
display: none;
}
.control_indicator {
height: 60px;
width: 60px;
background: #ce2626;
}
.single-color.active .control-radio .control_indicator::after {
width: 80px !important;
height: 80px !important;
border-radius: 50%;
border: 2px solid #1a1818;
}
.single-color.active .control-radio .control_indicator::after {
border: 2px solid #1a1818;
}
.control.control-radio {
height: 4em;
text-align: center;
}
.control-radio .color-label-name {
position: absolute;
top: 80px;
display: none;
font-size: 30px;
line-height: 32px;
width: 150px;
left: -45px;
}
.control-radio .control_indicator:after .color-label-name {
display: block;
}
.show-color-label {
display: block;
}
.control-radio .control_indicator:hover .color-label-name {
display: block;
}
.single-color.active .control-radio .control_indicator .color-label-name {
display: block;
}
.single-color.active .control-radio .control_indicator .color-label-name ::after {
left: -12px !important;
top: -9px;
width: 80px !important;
height: 80px !important;
border-radius: 50%;
border: 2px solid #1a1818 !important;
transition: background 250ms;
}
#radio-btn-values div.single-color {
width: 140px;
height: 150px;
margin-bottom: 20px;
cursor: auto;
width: 60px;
margin: 0 35px;
}
#radio-btn-values div.single-color:nth-child(6),
#radio-btn-values div.single-color:nth-child(12),
#radio-btn-values div.single-color:nth-child(18),
#radio-btn-values div.single-color:nth-child(24),
#radio-btn-values div.single-color:nth-child(30),
#radio-btn-values div.single-color:nth-child(36) {
margin-right: 0px;
} #radio-btn-values,
#name-radio-btn {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#name-radio-btn {
justify-content: center;
align-items: center;
}
#name-radio-btn div.attribute_pa_gender:nth-child(1) {
width: 42%;
margin-left: 8%;
}
#name-radio-btn div.attribute_pa_gender:nth-child(2) {
width: 42%;
margin-right: 8%;
}
#name-radio-btn div.attribute_pa_size {
width: 25%;
text-align: center;
}
#categoryid-84 #name-radio-btn div.attribute_pa_size,
#categoryid-128 #name-radio-btn div.attribute_pa_size,
#categoryid-129 #name-radio-btn div.attribute_pa_size,
#categoryid-130 #name-radio-btn div.attribute_pa_size {
width: auto;
text-align: center;
margin: 0 15px;
}
.attribute_pa_gender,
.attribute_pa_size {
text-align: center;
}
table td,
table th {
vertical-align: top;
}
.woocommerce-loop-product__title {
font-size: 1.5rem !important;
color: #1a1818;
}
.shop-page-background-color {
background-color: #caa98d;
}
.read-more-btn.show {
cursor: pointer;
margin-left: 50px;
position: relative;
top: -20px;
}
#readmore-btn {
font-family: 'bodonibook' !important;
font-weight: bold;
font-size: 13pt !important;
line-height: 22pt !important;
cursor: pointer;
}
.read-more-btn.him-her-they-final {
margin-top: 30px !important;
display: inline-block;
text-decoration: underline;
}
.text-center.read-more-icon-uparrow { }
.showby-arrowimg {
width: 22px !important;
}
.btn.btn-light.shop-by-archive-btn {
font-family: 'century_gothicbold' !important;
}
.read-more-btn.show:hover {
color: #e5001e;
}
button.btn.btn-light.rounded-btn {
border-radius: 500px;
margin-bottom: 1em;
padding: 0.3em 0.8em;
font-size: 24px;
line-height: 24px;
height: 45px;
} .woocommerce-variation-price {
display: none;
}
.quantity {
padding: 0 3.5em;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.quantity input {
height: 42px;
line-height: 1.65;
float: left;
display: block;
padding: 0;
margin: 0;
padding-left: 20px;
border: 1px solid #eee;
} .quantity-nav {
position: relative;
}
.quantity-button.quantity-up {
position: absolute;
font-size: 1.5em;
height: 50%;
right: 20px;
top: -5px;
cursor: pointer;
font-weight: 700;
}
.quantity-button.quantity-down {
position: absolute;
left: 20px;
height: 50%;
font-size: 1.5em;
top: -5px;
cursor: pointer;
font-weight: 700;
}
.input-text.qty.text {
width: 100%;
text-align: center;
margin: 0 auto 1em;
border-radius: 500px;
padding: 0 5px;
font-weight: 700;
font-family: 'century_gothicbold';
font-size: 30px;
line-height: 30px;
height: 50px;
}
.select-your-lenght-lable,
.back-header {
font-family: 'century_gothicbold' !important;
}
.woocommerce-variation-add-to-cart>.quantity {
padding: 0 120px;
}   .custom-select {
position: relative;
font-family: Arial;
}
.custom-select select {
display: none; }
.select-selected {
background-color: DodgerBlue;
} .select-selected:after {
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
border-color: #fff transparent transparent transparent;
} .select-selected.select-arrow-active:after {
border-color: transparent transparent #fff transparent;
top: 7px;
} .select-items div,
.select-selected {
color: #ffffff;
padding: 8px 16px;
border: 1px solid transparent;
border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
cursor: pointer;
} .select-items {
position: absolute;
background-color: DodgerBlue;
top: 100%;
left: 0;
right: 0;
z-index: 99;
} .select-hide {
display: none;
}
.select-items div:hover,
.same-as-selected {
background-color: rgba(0, 0, 0, 0.1);
} .color-variation-td {
position: relative;
padding: 2em;
}
.td-bottom-text {
position: absolute;
bottom: 0;
}
.circular-image-column {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 3em;
}
.circular-image-column img {
border: 1px solid #1a1818;
width: 60%;
}
.capsule-image-slider {
padding: 2.5em;
}
.add-to-cart-single-product {
padding: 1em 1em 48px;
}
table td.add-to-cart-single-product,
table th.add-to-cart-single-product,
table td.mobile-table-full-width {
border: 2px solid #1a1818;
word-break: normal;
border-left: 0px;
}
.mobile-table-full-width p.custom-length-lable {
display: none;
}
.add-to-cart-single-product {}
.woocommerce-Price-amount { }
.woocommerce-Price-amount:hover {
color: #1a1818;
} #name-radio-btn label {
display: inline-block;
width: 100px;
height: 100px;
padding: 10px;
border-radius: 50%;
transition: all 0.3s;
}
.inside-attribute_pa_gender label {
width: 100% !important;
height: auto !important;
border-radius: 500px !important;
background-color: #fff;
}
.inside-attribute_pa_size label {
padding-top: 1.3em !important;
border: solid 2px #000;
}
#radio-btn-values input[type="radio"]:checked+label {
border: solid 0 #1a1818 !important;
display: block;
}
#selection-box-div {
margin-top: 2em;
}
.select-box {
border: none;
width: 80%;
padding: 20px 20px 20px 25px;
border-radius: 15px;
font-weight: bold;
font-size: 24px;
line-height: 24px;
display: inline-block;
font-family: 'century_gothicbold';
background: #fff;
outline: 0px;
}
.selection-box-div {
margin-bottom: 60px;
margin-top: 80px;
}
#categoryid-43 .selection-box-div,
#categoryid-44 .selection-box-div,
#categoryid-45 .selection-box-div,
#categoryid-46 .selection-box-div,
#categoryid-47 .selection-box-div,
#categoryid-48 .selection-box-div,
#categoryid-49 .selection-box-div {
margin-bottom: 80px;
margin-top: 100px;
} .control input:checked~.control_indicator {
background: #2aa1c0;
}
.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
background: #0e6647d;
}
.control input:disabled~.control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: '';
position: absolute;
display: none;
width: 50px;
height: 50px;
}
.control input:checked~.control_indicator:after {
display: block;
}
.control-radio .control_indicator {
border-radius: 50%;
}
.control-radio .control_indicator:after .color-label-name {
display: block;
}
.control-radio input:disabled~.control_indicator:after {
background: #7b7b7b;
}
.control-radio .control_indicator::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 4.5rem;
height: 4.5rem;
margin-left: -1.3rem;
margin-top: -1.3rem;
background: #2aa1c0;
border-radius: 3rem;
opacity: 0.6;
z-index: 99999;
transform: scale(0);
}
.carousel-indicators {
bottom: -75px;
}
.carousel-indicators li {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #000;
}
.woocommerce-breadcrumb {
display: none
}
.carousel-inner.capsule-slider {
border: 2px solid;
border-radius: 500px;
}
.container>.row>.col>h1:last-child {
margin-bottom: 150px;
}
.read-more-icon-uparrow {
margin: 4rem 0rem;
cursor: pointer;
}
.read-more-icon-uparrow.him-her-they-final {
font-weight: 700;
margin: 0rem 0rem 4rem;
cursor: pointer;
font-size: 13pt;
line-height: 22pt;
text-decoration: underline;
text-align: left !important;
font-family: 'bodonibook' !important;
display: inline-block;
}
#himherthey .read-more-icon-uparrow {
margin: 0rem 0rem 0;
cursor: pointer;
}
.shop-by-dropdown-links {
margin-top: 50px;
}
.him-her-they-page-section>.row.products {
width: 90%;
margin: 100px auto 0;
}
.him-her-they-page-section .btn.btn-light.shop-by-archive-btn {
position: relative;
padding-right: 53px;
}
.him-her-they-page-section .shop-by-dropdown-links {
top: 0px;
right: 20px;
}
.him-her-they-page-section .shop-by-dropdown-links>ul.nav {
margin: auto;
width: 100%;
text-align: center;
display: inline-block !important;
}
.him-her-they-page-section .shop-by-archive-btn>.shop-by-dropdown-links {
position: absolute;
top: 0px;
right: 22px;
}
.shop-by-dropdown-links li a {
margin: 0 3.5rem;
transform: skewX(10deg);
}
.him-her-they-page-section .mobile-list-1>div,
.him-her-they-page-section .mobile-list-3>div {
margin-right: 50px;
}
.him-her-they-page-section .mobile-list-2>div,
.him-her-they-page-section .mobile-list-4>div {
margin-left: 50px;
}
.him-her-they-page-section .row.products .product {
padding-bottom: 50px;
}
.him-her-they-page-section .product-image {
margin-bottom: 30px;
}
.shop-by-dropdown-links li:last-child {
border-right: 0;
}
.product-main-heading {
font-size: 10rem;
text-align: center;
}
.packof-text {
font-size: 3rem;
text-align: center;
}
h1.packof-text {
font-size: 3.6rem;
line-height: 3.6rem;
text-align: center;
}
.pricing-text {
font-size: 3rem;
text-align: center;
}
.mobile-short-description-div {
display: none;
}
.details-product-description {
padding: 5rem 4rem;
border-bottom-width: 2px;
border-bottom-style: solid;
text-transform: none;
}
.pick-a-size-label {
font-size: 44px;
}
.selection-box-div p {
font-size: 44px;
}
.mobile-table-full-width.himherthey .label>label {
display: none;
}
.read-more-description-single-details {
margin-left: 10px;
position: none;
font-size: 1rem;
position: static !important;
top: 0;
margin-left: 0 !important;
}
.select-items {
z-index: -1;
}
.prev_next_buttons {
line-height: 40px;
margin-bottom: 20px;
}
.prev_next_buttons a[rel="prev"],
.prev_next_buttons a[rel="next"] {
display: block;
}
.prev_next_buttons a[rel="prev"] {
float: right;
}
.prev_next_buttons a[rel="next"] {
float: left;
}
.prev_next_buttons::after {
content: '';
display: block;
clear: both;
}
a.btn.btn-light.rounded-btn {
border-radius: 500px;
font-weight: normal;
font-size: 28px;
line-height: 36px;
padding: 7px 1em 10px;
background: #fff;
}
.btn-icon.shop-by-dropdown-links.show {
margin: 0 !important;
display: inline-block !important;
}
.shop-by-dropdown-links li a {
height: max-content;
padding: 0;
line-height: 25px;
margin: 0 60px 0 50px;
font-size: 28px;
border-bottom: 4px solid transparent;
}
body.blog .shop-by-dropdown-links li {
margin-right: 50px;
}
body.blog .shop-by-dropdown-links li a {
margin:0 0 0 0;
}
.shop-by-dropdown-links li {
height: max-content;
}
.shop-by-dropdown-links li a:hover {
color: #1a1818 !important;
}
#name-radio-btn label {
height: 65px;
width: 65px;
margin-top: 20px;
cursor: pointer;
font-size: 20px;
padding: 0 0 0 0;
line-height: 20px;
}
.inside-attribute_pa_size label {
padding-top: 20px !important;
}
#radio-btn-values,
#name-radio-btn {
justify-content: flex-start;
}
button.btn.btn-light.rounded-btn {
text-transform: lowercase;
font-size: 28px;
font-family: 'century_gothicbold';
background: #fff;
}
.inside-attribute_pa_gender label {
font-size: 1em;
}
#name-radio-btn .inside-attribute_pa_gender label {
padding: 0;
font-weight: 700;
border: 2px solid transparent;
background: #d4baa4;
color: #a68b75;
font-size: 28px;
line-height: 48px;
display: inline-block;
width: 90% !important;
font-family: 'century_gothicbold';
}
#name-radio-btn .inside-attribute_pa_gender input[type="radio"]:checked+label {
border: 2px solid transparent;
background: #fff;
color: #1a1818;
}
#categoryid-129 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label,
#categoryid-130 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label,
#categoryid-128 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label,
#categoryid-84 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label { }
#name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label {
border: 4px solid #1a1818 !important;
padding-top: 17px !important;
}
.mobile-paragraph {
display: none;
}
.image-slider-desktop {
display: block
}
.col-sm-6.col-md-6.start-image-left-div {
border: 2px solid #1a1818;
}
.col-sm-6.col-md-6.circular-image-column.start-image-right-div {
border-top: 2px solid #1a1818;
border-bottom: 2px solid #1a1818;
} .read-more-btn.show:hover {
color: #1a1818;
border: 0px;
outline: none;
}
.col-6.col-md-6.start-image-left-div {
border: 1px solid #1a1818;
}
.col-6.col-md-6.circular-image-column.start-image-right-div {
border-top: 1px solid #1a1818;
border-bottom: 1px solid #1a1818;
}
.carousel-control-prev,
.carousel-control-next {
display: none;
}
.td-bottom-text {
bottom: 0px;
font-size: 22px;
padding-right: 2.5rem;
position: absolute;
font-family: 'Nunito', sans-serif;
color: #000;
}
figure {
margin: 0 0 0rem;
}
.next-product-link-section {
float: none;
margin: 15px auto 30px;
}
.next-product-link {
background: transparent;
color: #000;
font-weight: 300;
text-transform: uppercase;
}
.popup-paragraph {
font-size: 36px;
font-stretch: normal;
font-style: normal;
line-height: 1.67;
text-align: left;
color: #1a1818;
font-family: 'Nunito', sans-serif;
}
h4.pop-up-sub-heading {
margin-top: 70px;
}
.text-center img.fa.fa-angle-up {
cursor: pointer;
}
.modal-content {
width: 100%;
border: 1px solid rgba(0, 0, 0, .2);
outline: 0;
border-radius: 60px;
}
.modal-body {
padding-right: 80px;
padding-left: 80px;
padding-bottom: 100px;
padding-top: 80px;
}
.modal-open .modal {
background: #caa98d;
}
.modal-body .modal-close-button {
width: 100%;
text-align: right;
margin: 0px 0 50px;
}
.modal-body .close {
float: none;
opacity: 1;
cursor: pointer;
display: inline-block;
width: 50px;
}
.modal-body .close span {
display: inline-block;
}
.modal-body .close span img {cursor: pointer !important;}
.modal-open .modal {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/images/popup-bg.png);
}
.modal-open .modal#Shipping-and-Exchanges {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/images/popup-bg.png);
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: 1.0;
}
.modal-body a.close span {
font-family: 'Nunito', sans-serif;
}
.modal-body h2.heading {
color: #000;
margin-bottom: 2rem;
}
.modal-body .top-heading {
padding-bottom: 80px;
}
.modal-body .top-heading h1 {
font-weight: 700;
}
.btn-light:hover {
color: #1a1818 !important;
background-color: #fff !important;
border-color: #fff !important;
}
.modal-body h1:not(.site-title):before,
.modal-body h2:before {
display: none;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
color: #1a1818 !important;
width: auto;
display: inline-block;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
text-decoration: none !important;
}
.row.item-card-title {
margin-top: 0.5rem;
margin-bottom: 1rem;
}
.item-card-title.product-title h6 .price {
line-height: 50px;
}
.row.item-card-title p {
font-size: 30px;
}
.row.item-card-title p:hover {
color: #000;
}
.row.product-row {
margin-bottom: 105px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
width: 80%;
}
h1:not(.site-title):before,
h2:before {
background: none;
content: "\020";
display: block;
height: 2px;
margin: 1rem 0;
width: 1em;
}
.woocommerce-product-gallery__trigger,
.flex-control-nav.flex-control-thumbs {
display: none;
}
#radio-btn-values {
display: flex;
flex-wrap: wrap;
} .control {
font-family: arial;
display: block;
position: relative;
margin-bottom: 5px;
padding-top: 3px;
cursor: pointer;
font-size: 16px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
@keyframes s-ripple {
0% {
opacity: 0;
transform: scale(0);
}
20% {
transform: scale(1);
}
100% {
opacity: 0.01;
transform: scale(1);
}
}
@keyframes s-ripple-dup {
0% {
transform: scale(0);
}
30% {
transform: scale(1);
}
60% {
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(1);
}
}
.control-radio input+.control_indicator::before {
animation: s-ripple 250ms ease-out;
}
.control-radio input:checked+.control_indicator::before {
animation-name: s-ripple-dup;
} #name-radio-btn input[type="radio"] {
display: none;
}
#name-radio-btn input[type="radio"]:checked+label {
border: solid 2px #1a1818;
}
.woocommerce-result-count,
.woocommerce-ordering {
display: none;
}
.shop-by-archive-btn {
border-radius: 500px;
padding: 0.2em 1em;
font-size: 20pt;
padding-top: 0.1em;
margin-top: 100px;
}
.shop-by-dropdown-links li {
border-right: 2px solid #1a1818;
transform: skewX(-15deg);
display: inline-block;
margin-right: 0px;
}
.row.products {
padding-top: 0px;
}
#himherthey .read-more-btn-details-desktop { }
.read-more-text.show {
display: block !important;
}
.shop-by-dropdown-links.show {
display: flex !important;
}
.shop-by-dropdown-links li a:hover {
color: #e5001e;
} .white-background {
background: #fff;
}
body.page-template-inner-page-template header.entry-header {
display: none !important;
}
body.page-template-inner-page-template .entry .entry-content,
body.page-template-inner-page-template .entry .entry-summary {
max-width: 100%;
margin: 0 0%;
padding: 0 0px;
}
p.inner-heading-paragraph {
font-size: 6rem;
line-height: 1.50;
font-weight: bold;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #1a1818;
text-align: left;
margin: 50px auto 50px;
}
p.inner-sub-paragraph {
font-size: 36px;
line-height: 1.67;
letter-spacing: normal;
text-align: left;
color: #1a1818;
padding-top: 100px;
font-family: 'Nunito', sans-serif;
letter-spacing: 1.5px;
margin: auto;
}
p.inner-sub-paragraph2 {
font-size: 1.4rem;
line-height: 2.5rem;
text-align: left;
color: #231f20;
font-family: 'Nunito', sans-serif;
letter-spacing: 1.5px;
margin-top: 30px;
} .color-variation-td {
position: relative;
padding: 80px 44px 0 44px;
}
.capsule-image-slider {
padding: 130px 0 130px;
}             @media only screen and (min-width: 1170px) {
#radio-btn-values div.single-color {
width: 60px;
}
} @media only screen and (max-width: 1024px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
width: 100% !important;
padding-left: 0px;
padding-right: 0px;
}
}
@media only screen and (min-width: 1920px) {
.fashion .margin-top-20rem {
margin-top: 0rem;
}
#radio-btn-values div.single-color {
width: 60px;
margin: 0 45px;
}
} @media only screen and (max-width: 1699px) {
#radio-btn-values div.single-color {
margin: 0 20px;
}
.control-radio .color-label-name {
position: absolute;
top: 80px;
display: none;
font-size: 17px;
line-height: 32px;
width: 150px;
left: -45px;
}
} @media only screen and (max-width: 1440px) {
.woocommerce-variation-add-to-cart>.quantity {
padding: 0 80px;
}  .selection-box-div {
margin-bottom: 30px;
margin-top: 40px;
}
.add-to-cart-single-product {
padding: 40px 4em 40px;
}
.select-box {
padding: 10px 20px 10px 25px;
font-size: 24px;
line-height: 32px;
}
} @media only screen and (max-width: 1280px) {
#radio-btn-values div.single-color {
margin: 0 16px;
}
#categoryid-43 .color-variation-td {
position: relative;
padding: 45px 0px 0 40px;
}
.control-radio .color-label-name {
position: absolute;
top: 80px;
display: none;
font-size: 16px;
line-height: 24px;
width: 90px;
left: -15px;
}
#radio-btn-values div.single-color {
height: 120px;
}
.um-887.um {
max-width: 100% !important;
}
} .desktop-hide {
display: none;
}
.mobile-hide {
display: block;
}
.count {
font-weight: bold !important;
}
@media only screen and (max-width: 767px) {
body.page-template-obataimu-system-template .fashion {
margin-bottom: 100px;
}
.add-to-cart-and-qty-btn.her-details-page {
width: auto !important;
}
#primary .product-popup-content .shipping-content .shipping-list h1.shipping-heading {
padding-bottom: 50px !important;
padding-top: 80px;
margin-bottom: 0px;
}
#categoryid-129 .color-variation-td {
margin-top: 35px;
}
.woocommerce-product-gallery__wrapper {
border-bottom: 2px solid black !important;
}
body.single-product .variations-div .prev-link-div {
border-top: 2px solid black !important;
}
#categoryid-43 .prev-link-div {
border-top: 2px solid black !important;
}
#categoryid-43 .variations-div .add-to-cart-single-product {
border-top: 2px solid black !important;
}
.him-her-they-page-section .paragraph {
font-weight: normal !important;
text-align: left;
}
body.woocommerce-cart #your-bag-font {
font-size: 52px !important;
}
body.archive.category .paragraph,
body.blog .paragraph {
font-size: 20px;
font-weight: normal;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .pack-of-field-checkout {
font-family: 'century_gothicregular' !important;
font-size: 12pt !important;
}
.mobile-list-5 {
display: none;
}
body #categoryid-129 .label label,
body #categoryid-130 .label label,
body #categoryid-128 .label label,
body #categoryid-84 .label label {
margin-top: 0px !important;
}
#her-details-page .two-images-it-page {
margin-top: 0px;
}
div#her-details-page>p,
.the-read-more-description>p {
font-size: 13pt !important;
line-height: 22pt !important;
text-align: left !important;
}
#her-details-page #readmore-details-3 p {
text-align: left !important;
}
.product-image {
margin-bottom: 1em;
background: transparent;
}
.woocommerce-loop-product__title {
font-size: 1rem !important;
}
.row.item-card-title p {
font-size: 16px !important;
line-height: 24px;
}
.row.item-card-title {
margin: 0;
}
.item-card-title.product-title .col-3 h6.text-right,
.item-card-title.product-title .col-3 h6.text-right p.price {
margin-bottom: 0px;
}
.mobile-short-description-heading {
font-size: 2rem;
}
nav.navbar {
width: 100%;
margin: auto;
padding: 0px;
margin-bottom: 12%;
}
.overlay img.brand-logo { }
.desktop-hide {
display: block;
}
.mobile-hide {
display: none;
}
.navigation-width {
min-height: 150px;
}
.overlay h5 {
font-size: 2.5rem;
line-height: 1.25;
}
nav.menu>ul>li {
margin-bottom: 25px;
line-height: 0px;
}
nav.navigation ul.mainmenu>li>a {
font-size: 40px;
line-height: 50px;
padding: 0px;
}
nav.menu ul.mainmenu ul.submenu>li>a {
font-size: 20px;
line-height: 21px;
padding: 0;
}
nav.menu ul.mainmenu ul.submenu>li>a:active {
border-bottom: 3px solid transparent !important;
}
nav.menu ul.mainmenu ul.submenu>li> {
border-bottom: 3px solid #ffffff !important;
}
nav.menu ul.mainmenu ul.submenu>li>a:hover {
border-bottom: 3px solid black !important;
}
nav.navigation ul.mainmenu li a:hover {  }
footer ul.icons li {
display: inline-block;
width: 45px;
}
footer ul.icons li {
margin-left: 16px;
}
.cart-number-icons {
text-align: center;
font-size: 11pt !important;
}
footer ul.icons {
margin-bottom: 0rem;
}
.copyright p {
font-size: 14px;
}
footer {
width: auto;
margin: 0 36px;
} .paragraph-2 {
font-size: 1.5rem;
line-height: 1.50;
margin: 0px auto 50px;
}
.pos-f-t { padding: 30px 0 30px;
}
.paragraph span.dash {
display: inline-block;
width: 34px;
background: #000;
height: 6px;
line-height: 9rem;
margin-bottom: 0.6rem;
}
.triangle-down {
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 15px solid #1a1818;
}
.triangle-down2 {
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-bottom: 15px solid #1a1818;
}
.top-section-heading {
margin-top: 0px;
min-height: 240px;
}
.top-section-heading h1 {
text-align: center;
font-size: 3rem;
line-height: 1.2;
color: #fff;
padding-top: 8px;
}
p.top-para {
font-size: 13pt;
line-height: 1.5;
padding-top: 40px;
width: 100%;
text-align: left;
}
.row.margin-top-15rem {
margin-top: 5rem;
}
h2.heading {
font-size: 1.5rem;
line-height: 1rem;
margin-bottom: 1.5rem;
margin-top: 3rem;
}
.fashion p {
font-size: 14.5pt;
line-height: 27pt;
text-align: left;
}
.modal-body .close {
width: 20px;
float: right;
}
.margin-top-20rem {
margin-top: 2rem;
}
.modal-content {
border-radius: 1.5rem;
margin-top: 15px;
}
.modal-body .close {
font-size: 2.5rem;
line-height: 1;
text-align: right;
margin-bottom: 1rem;
margin-top: 0px;
z-index: 9999;
}
.popup-paragraph {
font-size: 22px;
line-height: 30px;
}
.modal-body .top-heading {
padding-bottom: 30px;
}
.modal-body .top-heading h1 {
font-weight: 700;
font-size: 25px;
line-height: 36px;
}
.modal-body {
padding-right: 15px;
padding-left: 15px;
padding-top: 20px;
margin-top: 0px;
margin-bottom: 20%;
padding-bottom: 0px;
}
.modal-body .row {
width: 100%;
display: contents;
}
.fashion .modal p {
color: #000;
font-size: 1rem;
line-height: 1.5rem;
}
.modal-open .modal {
padding-right: 0px !important;
}
nav.menu>ul>li ul.submenu li {
vertical-align: top;
font-size: 20px;
line-height: 21px;
padding-bottom: 20px;
}
nav.menu>ul>li ul.submenu li:last-child{padding-bottom: 0;}
.page-width {
width: auto;
margin: 0 36px;
}
nav.menu>ul {
list-style: none;
padding: 0;
margin: 0 36px;
width: auto;
}
.details-product-description {
padding: 25px 50px 25px;
}
#categoryid-43 .carousel {
padding: 1.5em !important;
}
.add-to-cart-single-product.mobile-table-full-width {
padding: 0 15px !important;
}
.mobile-table-full-width {
display: block;
width: 99.9%;
clear: both
}
.mobile-paragraph {
display: block;
padding: 40px 30px;
word-break: break-word;
border-top: 2px solid #1a1818;
margin-bottom: 50px;
margin-top: 50px;
border-bottom: 2px solid #1a1818;
line-height: 50px;
}
.pick-a-size-label {
font-size: 30px;
}
#categoryid-43 .pick-a-size-label,
#categoryid-44 .pick-a-size-label,
#categoryid-45 .pick-a-size-label,
#categoryid-46 .pick-a-size-label,
#categoryid-47 .pick-a-size-label,
#categoryid-48 .pick-a-size-label,
#categoryid-49 .pick-a-size-label {
padding-top: 40px;
}
.selection-box-div p {
font-size: 30px;
}
#name-radio-btn label {
line-height: 8px;
}
#name-radio-btn .inside-attribute_pa_gender label {
font-size: 30px;
line-height: 40px;
}
.select-box {
padding: 15px 20px 15px 10px;
font-size: 20px;
line-height: 31px; width: 85%;
border-radius: 60px;
}
.selection-box-div {
margin-bottom: 10px;
}
.input-text.qty.text {
height: 60px;
margin-bottom: 30px;
}
#name-radio-btn label {
height: 45px;
width: 45px;
font-size: 14px;
line-height: 0px;
}
.attributes-selection #name-radio-btn {
width: 90%;
margin: 0 auto 0px;
}
#name-radio-btn .inside-attribute_pa_gender label {
font-size: 18px;
line-height: 32px;
} .col-sm-6.col-md-6.start-image-left-div {
border-top: 2px solid #1a1818;
border-bottom: 2px solid #1a1818;
}
.col-sm-6.col-md-6.circular-image-column.start-image-right-div {
border-bottom: 2px solid #1a1818;
border-top: 0px;
padding-bottom: 45px;
}
.the-read-more-description p,
.the-read-more-description {
font-size: 18px;
line-height: 25px;
font-weight: 400;
letter-spacing: 1px;
font-family: 'Nunito', sans-serif;
}
table td.add-to-cart-single-product,
table th.add-to-cart-single-product,
table td.mobile-table-full-width {
border-top: 2px solid #1a1818;
border-bottom: 2px solid #1a1818;
word-break: normal;
border: 0px;
}
#categoryid-43 table td.mobile-table-full-width.himherthey,
#categoryid-44 table td.mobile-table-full-width.himherthey,
#categoryid-45 table td.mobile-table-full-width.himherthey,
#categoryid-46 table td.mobile-table-full-width.himherthey,
#categoryid-47 table td.mobile-table-full-width.himherthey,
#categoryid-48 table td.mobile-table-full-width.himherthey,
#categoryid-49 table td.mobile-table-full-width.himherthey { border-collapse: collapse;
}
table td.add-to-cart-single-product {
border-bottom: 2px solid #1a1818;
}
.woocommerce-Price-amount {
font-size: 0.8em;
}
.pricing-text {
margin-bottom: 0.8em;
}
.circular-image-column img {
margin: 40px auto 0;
}
.capsule-image-slider {
padding: 0;
}
.capsule-image-slider {
padding: 0;
}
.td-bottom-text {
position: static !important;
word-break: break-word;
text-align: left;
}
#name-radio-btn div.attribute_pa_gender {
width: 42%;
}
.add-to-cart-single-product.mobile-table-full-width {
padding: 1em;
}
a.btn.btn-light.rounded-btn,
button.btn.btn-light.rounded-btn {
font-size: 24px;
word-break: break-word;
height: 48px;
line-height: 45px;
}
a.btn.btn-light.rounded-btn {
padding: 6px 30px;
margin-bottom: 30px;
}
.input-text.qty.text {
font-size: 20px;
}
.quantity {
padding: 0 2em;
}
.control_indicator {
width: 1.5em;
height: 1.5em;
}
.control-radio .control_indicator::after {
width: 2em !important;
height: 2em !important;
}
#radio-btn-values div.single-color {
width: 25% !important;
margin: 0 !important;
height: 3.5em !important;
}
.product_title.paragraph.text-center {
text-align: center !important;
}
.container>.row>.col>h1:last-child {
margin: 0 0 50px;
}
.container>#himherthey>.col>h1:last-child {
margin: 0 0 65px;
}
h1.pricing-text {
font-size: 38px;
}
h1.pricing-text:not(.site-title):before,
h2.pricing-text:before {
display: none;
}
#categoryid-43 .carousel-indicators {
bottom: -35px;
}
.capsule-image-slider {
padding: 0 1em 30px;
}
.woocommerce-product-gallery__wrapper {
border-top: 2px solid #1a1818;
border-bottom: 2px solid #1a1818;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
padding-bottom: 1.5em;
}
.control-radio .color-label-name { left: -35px !important;
top: 38px !important;
line-height: 18px;
}
.single-color.active .control-radio .control_indicator:after {
height: 32.5px !important;
width: 32.5px !important;
}
.single-color.active:nth-child(1) .control-radio .control_indicator:after,
.single-color.active:nth-child(5) .control-radio .control_indicator:after,
.single-color.active:nth-child(9) .control-radio .control_indicator:after,
.single-color.active:nth-child(13) .control-radio .control_indicator:after,
.single-color.active:nth-child(17) .control-radio .control_indicator:after,
.single-color.active:nth-child(21) .control-radio .control_indicator:after,
.single-color.active:nth-child(25) .control-radio .control_indicator:after,
.single-color.active:nth-child(29) .control-radio .control_indicator:after {
height: 32.5px !important;
width: 32.5px !important;
left: -6px !important;
top: -3px !important;
}
.single-color.active:nth-child(2) .control-radio .control_indicator:after,
.single-color.active:nth-child(6) .control-radio .control_indicator:after,
.single-color.active:nth-child(10) .control-radio .control_indicator:after,
.single-color.active:nth-child(14) .control-radio .control_indicator:after,
.single-color.active:nth-child(18) .control-radio .control_indicator:after,
.single-color.active:nth-child(22) .control-radio .control_indicator:after,
.single-color.active:nth-child(26) .control-radio .control_indicator:after,
.single-color.active:nth-child(30) .control-radio .control_indicator:after {
height: 32.5px !important;
width: 32.5px !important;
left: -6.4px !important;
top: -3px !important;
}
.single-color.active:nth-child(3) .control-radio .control_indicator:after,
.single-color.active:nth-child(7) .control-radio .control_indicator:after,
.single-color.active:nth-child(11) .control-radio .control_indicator:after,
.single-color.active:nth-child(15) .control-radio .control_indicator:after,
.single-color.active:nth-child(19) .control-radio .control_indicator:after,
.single-color.active:nth-child(23) .control-radio .control_indicator:after,
.single-color.active:nth-child(27) .control-radio .control_indicator:after,
.single-color.active:nth-child(31) .control-radio .control_indicator:after {
height: 32.5px !important;
width: 32.5px !important;
left: -6.5px !important;
top: -3px !important;
}
.single-color.active:nth-child(4) .control-radio .control_indicator:after,
.single-color.active:nth-child(8) .control-radio .control_indicator:after,
.single-color.active:nth-child(12) .control-radio .control_indicator:after,
.single-color.active:nth-child(16) .control-radio .control_indicator:after,
.single-color.active:nth-child(20) .control-radio .control_indicator:after,
.single-color.active:nth-child(24) .control-radio .control_indicator:after,
.single-color.active:nth-child(28) .control-radio .control_indicator:after,
.single-color.active:nth-child(32) .control-radio .control_indicator:after {
height: 32.5px !important;
width: 32.5px !important;
left: -6px !important;
top: -3px !important;
}
.read-more-text.show .text-center.read-more-icon-uparrow {
display: none;
}
p.paragraph .read-more-btn.show {
display: none !important;
} .read-more-text-new {
display: block !important;
margin-bottom: 70px;
margin-top: 90px;
}
body.single.single-product .read-more-text-new { }
body.single.single-product .read-more-text-new { margin-bottom: 0px;
margin-top: 50px;
}
.read-more-text.show .read-more-text-mobile {
display: block !important;
margin-left: 0px;
}
.read-more-text.show .read-more-text-mobile .read-more-btn.desktop-hide {
display: block !important;
text-align: center;
font-size: 17px;
font-weight: 700;
margin-left: 0;
cursor: pointer;
margin-top: 50px;
padding-bottom: 5px;
}
.read-more-text.show .read-more-text-mobile .text-center.read-more-icon-uparrow {
display: block !important;
margin: 0 0 50px;
position: relative;
top: -5px;
}
.read-more-text.show .read-more-text-mobile .text-center.read-more-icon-uparrow img {
width: 55px;
}
.read-more-text-new .read-more-btn.show {
text-align: center;
font-size: 17px;
margin-left: 0;
}
.read-more-text-new .read-more-icon-uparrow {
margin: 0rem 0rem;
cursor: pointer;
font-size: 14px;
position: relative;
bottom: 15px;
}
.read-more-text-new .read-more-icon-uparrow img {
width: 55px;
}
.read-more-text-new .read-more-btn.desktop-hide {
display: block !important;
text-align: center;
font-size: 17px;
font-weight: 700;
margin-left: 0;
cursor: pointer;
}
.read-more-text p {
font-size: 14pt;
line-height: 22pt;
text-transform: none;
}
.shop-by-dropdown-links {
margin-top: 20px;
}
.shop-by-dropdown-links>ul {
width: 97%;
margin: auto;
}
.shop-by-dropdown-links li a {
padding: 0;
line-height: initial;
margin: 0 20px;
font-size: 22px;
line-height: 16px;
}
.shop-by-dropdown-links>ul>li:first-child>a {
margin-left: 0px;
}
.shop-by-dropdown-links>ul>li:last-child>a {
margin-right: : 0px;
}
.shop-by-dropdown-links li {
margin: 10px 0;
}
.row.products {
padding-top: 0px;
}
.shop-by-archive-btn {
border-radius: 600px;
padding: 3px 40px;
margin-bottom: 0px;
}
.item-card-title.product-title .col-9 {
padding: 0px;
}
.item-card-title.product-title .col-3 {
padding: 0px;
}
.product-single-grid-card.mobile-list.mobile-list-3 {
padding-top: 60px;
}
.product-single-grid-card.mobile-list.mobile-list-5 {
padding-top: 60px;
}
.product-single-grid-card.mobile-list.mobile-list-7 {
padding-top: 60px;
}
.product-single-grid-card.mobile-list.mobile-list-9 {
padding-top: 60px;
}
.product-single-grid-card.mobile-list.mobile-list-11 {
padding-top: 60px;
}
.product-single-grid-card.mobile-list.mobile-list-13 {
padding-top: 60px;
}
.product-single-grid-card.mobile-list.mobile-list-15 {
padding-top: 60px;
}
.item-card-title.product-title .col.mobile-short-description-div {
padding: 80px 0 0 0;
}
} @media only screen and (min-width: 576px) {
.modal-dialog {
max-width: 90%;
margin: 150px auto; }
body.archive.category .modal-dialog,
body.blog .modal-dialog {
max-width: 90%;
margin: 100px auto; padding: 0 50px;
}
body.archive.category .modal-dialog .modal-content,
body.blog .modal-dialog .modal-content {
width: 100%;
border: 1px solid rgba(0, 0, 0, .2);
outline: 0;
border-radius: 3rem;
}
} @media only screen and (max-width: 420px) {
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
padding: 0 10%;
}
} @media only screen and (max-width: 375px) {
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
padding: 0 5%;
}
} @media only screen and (max-width: 320px) {
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
padding: 0 0%;
}
.login-page-form p.um-notice {
padding: 40px 10px !important;
}
}    .her-details-page-image-capsule-slider {
flex: 0 0 83.333333%;
max-width: 83.333333%; }
#her-details-page>#carousel-1>.carousel-inner.capsule-slider {
border: 0;
border-radius: 0;
}
#name-radio-btn div.attribute_pa_bottom,
#name-radio-btn div.attribute_pa_top {
width: 20%;
text-align: center;
}
.attribute_pa_gender,
.attribute_pa_bottom,
.attribute_pa_top {
text-align: center;
}
.inside-attribute_pa_bottom label,
.inside-attribute_pa_top label {
padding-top: 1.3em !important;
border: solid 1px #000;
}
.inside-attribute_pa_bottom label,
.inside-attribute_pa_top label {
padding-top: 20px !important;
}
#name-radio-btn .inside-attribute_pa_bottom input[type="radio"]:checked+label,
#name-radio-btn .inside-attribute_pa_top input[type="radio"]:checked+label {
border: 5px solid #1a1818 !important;
padding-top: 17px !important;
}
input#text-1606986598463 {
background: transparent;
border: 2px solid;
border-radius: 15px;
width: 60%;
margin: auto;
margin-bottom: 2em;
}
.col.details-product-description#her-details-page {
padding: 0;
}
.the-read-more-description#her-details-page {
width: 90%;
margin: auto;
padding-left: 15px;
margin-bottom: 100px;
} .text-center.attributes-selection#her-details-page {
width: 50%;
margin: auto;
}
.td-bottom-text.each-piece-text#her-details-page {
width: 83%;
padding: 0;
position: static !important;
margin: auto;
}
.select-your-lenght-lable#her-details-page,
.pick-a-size-label#her-details-page,
.pick-a-size-label.her-details-page {
display: none;
}
#her-details-page>#radio-btn-values div.single-color {
width: 11%;
margin: 0 !important;
}
.label {
text-align: center;
}
.label label {
font-size: 2em;
font-family: 'century_gothicbold';
text-transform: lowercase;
margin-top: 70px;
} #categoryid-84 .pricing-text#her-details-page {
margin-bottom: 150px;
}
.product_title.paragraph.text-center#her-details-page {
margin-bottom: 0;
}
.custom-length-lable#her-details-page {
font-size: 1.8em;
}
.wcpa_form_outer {
width: 50%;
margin: auto;
}
.wcpa_form_outer label {
word-break: break-word;
}
#himherthey.how-to-measure-my-length {
display: none;
}
#categoryid-85 .women-size-guide.experimental-details-page {
display: none;
}
#categoryid-85 .men-size-guide.experimental-details-page {
display: none;
}
.es_required_field.es_txt_email.ig_es_form_field_email {
border: 2px solid black;
border-radius: 10px;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button {
border: 2px solid black;
border-radius: 500px;
background: transparent;
color: #000;
font: bold;
padding: 10px 35px;
}
.above-subscribe-form {
font-size: 1.5em;
margin-top: 3em;
}
.es_subscription_message.success {
color: #1a1818;
} .col-sm-6.text-center.her-details-page-image-capsule-slider.slider-1-categoryid-84>div>ol {
display: none;
}
.readmore-2-it-details#readmore-2,
.two-images-it-page,
.readmore-3-it-details#readmore-3 {
margin-bottom: 110px;
}
.two-images-it-page {
padding: 0 15px;
}
.two-images-it-page .it-left-image {
float: left;
width: 45%
}
.two-images-it-page .it-right-image {
float: right;
width: 45%;
}
.the-read-more-description-3 {
text-align: center;
}
.col-sm-6.it-left-image {
padding-left: 0;
}
.col-sm-6.it-right-image {
padding-right: 0;
}
.tr-category-class-84>td>div.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
width: 100% !important;
}
.mobile-paragraph.experimental-details-page {
display: block
}
.add-to-cart-and-qty-btn.her-details-page {
width: 50%;
margin: auto
}
.text-center.attributes-selection.it-details-page>#radio-btn-values,
.text-center.attributes-selection.it-details-page>#name-radio-btn {
justify-content: center !important;
}
.text-center.attributes-selection.it-details-page>.attribute_pa_size>.inside-attribute_pa_size>label {
padding-top: 8px !important;
}
.entry .entry-content>*,
.entry .entry-summary>*,
.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,
.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>* {
max-width: 100%;
width: 100%;
}
.entry .entry-content,
.entry .entry-summary {
max-width: 100%;
margin: 0;
}
.coupon {
display: none;
}
.cart-page-thumbnail {
width: 50%;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
border: none;
}
#cart-page-product-name-div {
position: relative;
}
.variations-details-bottom-cart {
position: absolute;
bottom: 0;
}
#back-order-link {
display: none;
}
@media only screen and (max-width: 768px) {
.save-address-page table.ocwma_bill_table td,
.save-address-page table.ocwma_ship_table td {
word-break: normal !important;
}
body .woocommerce-checkout .product-quantity-number {
line-height: 33px;
padding-left: 50%;
}
.woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p {
text-transform: capitalize;
}
nav.menu {
height: 100vh !important;
background-color: white !important;
}
#shop-by-dropdown {
margin-top: 50px;
}
body.woocommerce-cart form .pack-of-field {
font-size: 24px !important;
text-align: center;
}
.woocommerce-checkout .variation .variation-row-Color .variation-Colour {
font-size: 12pt !important;
font-weight: bold !important;
}
.select2.select2-container .select2-selection .select2-selection__arrow:before {
top: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 35px !important;
}
.order-review-page-details-design .cart-variations p {
font-size: 20px;
font-family: 'century_gothicbold' !important;
font-size: 20px !important;
}
.price-below-quantity,
.variation-custom-length,
.price-value {
font-size: 20px !important;
font-family: 'century_gothicbold' !important;
}
body.woocommerce-checkout textarea {
height: 200px !important;
}
body.woocommerce-checkout .single-product-review-checkout-page .variation {
font-size: 20px !important;
font-family: 'century_gothicbold' !important;
margin-top: 20px !important;
}
body.woocommerce-checkout .cart_item .price-label {
font-size: 20px !important;
font-family: 'century_gothicbold' !important;
}
.price-below-quantity {
font-size: 20px !important;
}
#order_review_heading {
display: block;
}
select,
.billing_state,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
background-size: 11% !important;
}
body.woocommerce-checkout .select2.select2-container .select2-selection .select2-selection__arrow {
top: 3px;
}
.cart-button-new-font-style {
width: 41px !important;
height: 39px !important;
border: 3px solid #000 !important;
}
.cart-button-new-font-style p {
font-size: 18px;
font-family: 'century_gothicBold' !important;
color: black !important;
top: 8% !important;
left: 17% !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single {
padding: 0.36rem 0.66rem !important;
height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
padding-top: 0px !important;
}
#order_review_heading {
font-size: 22px !important;
padding-bottom: 0px;
padding-left: 0px !important
}
.terms-and-condition-margin {
margin-top: 15% !important;
}
#back-order-details-link {
display: none;
}
#back-order-link {
background-color: white !important;
display: block;
text-transform: uppercase;
border: none;
} body.user-registration-page.woocommerce-account .login-page-form {
width: 85% !important;
}
body.user-registration-page.woocommerce-account .login-page-form.orders-list {
margin-bottom: 100px !important;
}
body.user-registration-page.woocommerce-account .login-page-form {
margin-bottom: 3rem !important;
}
.btn.btn-light.rounded-btn.her-details-page {
line-height: 45px !important;
}
#categoryid-73 .modal-body span {
display: none;
}
#himherthey .col:first-child {
border-top: 2px solid #1a1818;
} #her-details-page .add-to-cart-and-qty-btn.her-details-page {
width: 70%;
margin: auto
}
.memory-machine-left-image {
margin-right: 0px;
}
.read-more-post-page.show {
width: 24% !important;
}
.memory-machine-right-image {
margin-left: 0px;
}
#her-details-page .inside-attribute_pa_bottom label,
#her-details-page .inside-attribute_pa_top label {
padding-top: 15px !important;
}
#her-details-page.text-center.attributes-selection {
width: 80%;
}
#her-details-page .wcpa_form_outer {
word-wrap: break-word;
width: 85%;
}
#her-details-page .row.item-card-title p {
font-size: 2em !important;
line-height: normal;
}
#her-details-page .her-listing-number {
font-size: 2em !important;
}
}   .the-read-more-description>p,
.the-read-more-description,
.read-more-text,
.read-more-text>p {
font-family: 'Nunito', sans-serif;
}
.read-less-details-page {
text-decoration: none;
}
.read-less-details-page:hover {
text-decoration: underline;
}
#her-details-page .the-read-more-description p,
#her-details-page .the-read-more-description {
font-family: 'Nunito', sans-serif;
}
span.read-more-btn.read-more-btn-details-desktop.read-more-description-single-details.show {
display: inline-block;
font-weight: 700;
}
#categoryid-84 span.read-more-btn.read-more-btn-details-desktop.read-more-description-single-details.show {
margin-top: 80px;
}
.mobile-table-full-width .label>label {
display: block;
padding-bottom: 30px;
}
.above-subscribe-form {
font-size: 1.8em;
margin-top: 3em;
margin-left: 59px;
text-transform: lowercase;
}
.es_required_field.es_txt_email.ig_es_form_field_email {
width: 431px;
margin-top: 15px;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button {
border: 2px solid #1a1818;
border-radius: 500px;
background: transparent;
color: #000;
font: bold;
padding: 10px 35px;
font-size: 22px;
margin-left: 50px;
}
#her-details-page .quantity .input-text.qty.text {
width: 153px; }
#her-details-page .quantity-nav .quantity-button.quantity-down {
left: 150px;
top: -85px;
}
#her-details-page .quantity-nav .quantity-button.quantity-up {
right: 137px;
top: -85px;
}
#her-details-page .mobile-table-full-width p.custom-length-lable {
display: block !important;
}
#her-details-page #name-radio-btn label {
height: 70px;
width: 70px;
font-size: 17px;
line-height: 26px;
}
#categoryid-84 {}
#categoryid-84 #her-details-page #name-radio-btn label {
font-size: 20px;
line-height: 18px;
padding-top: 12px !important;
}
.it-details-page .quantity .input-text.qty.text {
width: 21%;
float: none !important;
}
body.single-product #her-details-page div.product.wcpa_has_options form.cart {
padding-bottom: 150px;
}
.her-details-page .quantity .input-text.qty.text {
width: 60%;
float: none !important;
height: 48px;
}
.her-details-page .quantity-button.quantity-up {
right: 80px;
top: -77px;
}
.her-details-page .quantity-button.quantity-down {
left: 80px;
top: -77px;
}
#her-details-page .read-more-icon-uparrow {
margin: 1rem 0rem 5rem;
cursor: pointer;
display: inline-block;
}
#categoryid-73 .wcpa_form_outer .wcpa_form_item.wcpa_type_text.form-control_parent {
position: relative;
min-height: 130px;
display: none;
}
#categoryid-73 .wcpa_form_outer .wcpa_form_item.wcpa_type_text.form-control_parent>label {
position: relative;
top: 50px;
font-size: 22px;
padding-right: 0px;
}
#categoryid-73 .wcpa_form_outer .wcpa_form_item.wcpa_type_text.form-control_parent>.form-control {
position: relative;
top: -55px;
width: 50% !important;
border-radius: 10px;
margin: auto;
background: transparent;
border: 1px solid black;
}
#categoryid-84 #radio-btn-values div.single-color {
width: 13%;
}
#categoryid-73 { }
.variations_form.cart {
padding-bottom: 120px;
}
#categoryid-85 .variations_form.cart,
#categoryid-43 .variations_form.cart,
#categoryid-44 .variations_form.cart,
#categoryid-45 .variations_form.cart,
#categoryid-46 .variations_form.cart,
#categoryid-47 .variations_form.cart,
#categoryid-48 .variations_form.cart,
#categoryid-49 .variations_form.cart {
padding-bottom: 0px;
}
#categoryid-73 #loadMorePostRow {
border-top: 2px solid #1a1818;
padding-top: 20px;
}
#categoryid-43 .prev-link-div,
#categoryid-44 .prev-link-div,
#categoryid-45 .prev-link-div,
#categoryid-46 .prev-link-div,
#categoryid-47 .prev-link-div,
#categoryid-48 .prev-link-div,
#categoryid-49 .prev-link-div {
border-top: 0px solid #000;
}  .it-details-page .quantity .input-text.qty.text {
width: 22%;
float: none !important;
height: 48px;
}
.it-details-page .quantity-button.quantity-up {
right: -45px;
top: -75px;
position: relative;
height: 0px;
}
.it-details-page .quantity-button.quantity-down {
left: -45px;
top: -75px;
position: relative;
height: 0;
}
.it-details-page #name-radio-btn label {
height: 65px;
width: 65px;
margin-top: 20px;
cursor: pointer;
font-size: 20px;
padding: 0 0 0 0;
line-height: 18px;
top: 0px;
position: relative;
padding-top: 10px !important;
font-family: 'Nunito', sans-serif;
}
.it-details-page #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label {
border: 5px solid #1a1818 !important;
padding-top: 8px !important;
}
#categoryid-84 .packof-text {
display: none;
} h6.pick-a-size-label.experimental-details-page {
display: none;
}
#categoryid-85 .experimental-details-page .mobile-table-full-width .label>label {
display: block;
margin-top: 0em;
margin-bottom: 100px;
}
#categoryid-85 .experimental-details-page #name-radio-btn div.attribute_pa_size {
width: 100%;
margin-bottom: 150px;
}
.experimental-details-page .quantity .input-text.qty.text {
width: 100%;
float: none !important;
}
.experimental-details-page .quantity-button.quantity-up {
right: 25px;
top: -78px;
}
.experimental-details-page .quantity-button.quantity-down {
left: 25px;
top: -78px;
}
#categoryid-85 a.btn.btn-light {
border: 3px solid #181818;
}
#categoryid-85 a.btn.btn-light:hover {
border: 3px solid #181818 !important;
box-shadow: none;
}
.experimental-details-page button.btn.btn-light.rounded-btn:hover {
border: 3px solid #181818 !important;
}
.experimental-details-page .quantity .input-text.qty.text {
border: 3px solid #1a1818;
}
.experimental-details-page button.btn.btn-light.rounded-btn {
text-transform: lowercase;
padding: 10px 50px;
font-size: 26px;
line-height: 25px;
height: 50px;
font-family: 'century_gothicbold';
background: #fff;
border: 3px solid #1a1818;
}
.experimental-details-page #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label {
border: 4px solid #1a1818 !important;
padding-top: 15px !important;
font-size: 20px;
height: 70px;
width: 70px;
margin-top: 20px;
cursor: pointer;
padding: 0px;
line-height: 16px;
}
.experimental-details-page .text-center.selection-box-div {
display: none;
}
#categoryid-85 .mobile-paragraph.experimental-details-page {
display: block;
padding: 9rem 3rem 15rem 5rem;
font-size: 50px;
line-height: 80px;
margin-top: 0px;
font-family: 'century_gothicbold';
}
.color-variation-td.mobile-table-full-width.experimental-details-page {
padding: 6rem 4rem 6rem 4rem;
}
.color-variation-td.mobile-table-full-width.experimental-details-page>p {
font-family: 'Nunito', sans-serif;
font-size: 26px;
line-height: 42px;
}
#categoryid-85 h1.packof-text {
display: none !important;
}
#categoryid-73 .mobile-table-full-width p.custom-length-lable {
display: block;
}
#categoryid-73 .text-center.attributes-selection#her-details-page {
margin: 0 auto 50px;
}
#categoryid-73 .mobile-table-full-width .label>label {
padding-bottom: 10px;
} body.woocommerce-cart .woocommerce-shipping-totals.shipping {
margin-top: 50px;
display: inline-table;
width: 100%;
}
body.woocommerce-cart table.shop_table.shop_table_responsive tr {
border: 2px solid #1a1818;
}
body.woocommerce-cart .checkout-button.button:hover {
background-color: #fff;
color: #1a1818;
}
body.woocommerce-cart .wc-proceed-to-checkout:focus {
outline: none;
margin-top: 50px;
}
.woocommerce-cart {}
section.shipping-calculator-form {
background: #fff;
padding: 25px;
margin-top: 20px;
}
.variations-details-bottom-cart .quantity.input-text.qty.text {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.variations-details-bottom-cart .quantity .input-text.qty.text {
width: 100% !important;
margin: 0 !important;
padding: 8px !important;
float: left !important;
height: auto !important;
}
a.remove {
border-radius: 500px;
text-align: center;
float: right;
text-decoration: none !important;
background: #fff url(//obataimu.com/wp-content/themes/twentynineteen-child/images/delete-new11.svg) no-repeat;
background-position: center 0px;
text-indent: 9999px;
padding: 0px 0px;
width: 90px;
height: 54px;
background-repeat: no-repeat !important;
background-size: contain;
}
.variations-details-bottom-cart { line-height: 1.23;
color: #000000;
font-weight: normal;
}
.woocommerce-cart-form__cart-item cart_item {
margin-bottom: 10px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
border-collapse: separate;
border-spacing: 0 2em;
}
.wc-proceed-to-checkout {
text-align: center;
}
.wc-proceed-to-checkout a {
text-align: center;
background-color: white;
border-radius: 500px;
color: black !important;
text-transform: lowercase;
}
.variations-details-bottom-cart>.variation>.row>.col-sm-6 { height: auto;
}
.title-single-product-cart,
.title-single-product-cart h3 {
text-decoration: none !important;
font-size: 2rem;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
right: 20px !important;
top: -3px;
font-size: 22px;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
left: 30px !important;
top: -1px;
font-size: 22px;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity {
padding: 0 100px;
}
.quantity-row-single-cart {
padding-top: 20px;
}
.product-thumbnail.cart-page-thumbnail {
padding: 0;
}
.product-name.mobile-table-full-width.cart-mobile-td {
position: relative !important;
}
.entry .entry-title:before {
display: none;
}
.entry-title {
text-align: center;
}
.woocommerce-form.woocommerce-form-login.login label {
width: 100%;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login input {
border-radius: 10px;
width: 100%;
height: 80px;
}
.forgot-password-link-checkout-page {
text-align: right;
width: 100%;
color: #b3b5b8;
}
.lost_password {
text-align: right;
}
.text-on-login-form {
text-align: center;
}
.col-sm-6.checkout-login-form { justify-content: center;
align-items: center;
color: white;
flex-direction: column;
text-align: center;
}
body.woocommerce-checkout .text-on-login-form>p {
font-size: 46px;
line-height: 60px;
font-family: 'century_gothicregular' !important;
font-weight: bold;
margin-bottom: 20px;
}
body.woocommerce-checkout .select2.select2-container .select2-selection .select2-selection__arrow {
top: 20px;
right: 8px !important;
}
body.woocommerce-checkout select.ocwma_select {
width: 100%;
margin-bottom: 5px;
color: #181818;
line-height: 60px;
background: #fff;
border: 0px solid #ccc;
box-sizing: border-box;
outline: none;
padding: 0.36rem 0.66rem;
outline-offset: 0;
border-radius: 10px;
} .woocommerce-product-gallery__image--placeholder {
width: 100%;
margin: auto;
}
#categoryid-84 .color-variation-td.mobile-table-full-width.it-details-page {
display: block;
}
#categoryid-84 #radio-btn-values {
justify-content: center;
}
#categoryid-84 .td-bottom-text.each-piece-text.it-details-page {
display: none;
}
#categoryid-84 .style-and-fit-guide,
#categoryid-84 .men-size-guide.it-details-page,
#categoryid-73 .style-and-fit-guide,
#categoryid-128 .style-and-fit-guide,
#categoryid-43 .style-and-fit-guide,
#categoryid-44 .style-and-fit-guide,
#categoryid-45 .style-and-fit-guide,
#categoryid-46 .style-and-fit-guide,
#categoryid-47 .style-and-fit-guide,
#categoryid-48 .style-and-fit-guide,
#categoryid-49 .style-and-fit-guide {
display: none;
}
#categoryid-84 .variations .td-bottom-text.each-piece-text.it-details-page {
display: block;
}
#categoryid-84 .how-to-measure-my-length.it-details-page {
display: none;
}
#categoryid-73 .men-size-guide.her-details-page,
#categoryid-73 .women-size-guide.her-details-page,
#categoryid-128 .men-size-guide.her-details-page,
#categoryid-128 .women-size-guide.her-details-page {
display: none;
}
abbr[data-original-title],
abbr[title] {
display: none;
}
body.woocommerce-checkout {
background: #015bab;
}
body.woocommerce-checkout .red-background {
background-color: #015bab !important;
}
body.woocommerce-checkout .navbar {
background-color: #015bab !important;
}
body.woocommerce-checkout label {
display: inline-block;
margin-bottom: 0.2em;
width: 100%;
margin-top: 0.6rem;
}
body.woocommerce-checkout #billing-fields-checkout label {
text-transform: none;
}
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="url"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="search"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="range"],
body.woocommerce-checkout input[type="date"],
body.woocommerce-checkout input[type="month"],
body.woocommerce-checkout input[type="week"],
body.woocommerce-checkout input[type="time"],
body.woocommerce-checkout input[type="datetime"],
body.woocommerce-checkout input[type="datetime-local"],
body.woocommerce-checkout input[type="color"] {
width: 100% !important;
border-radius: 500px !important;
background-color: #d1d2d4 !important;
margin-bottom: 5px !important;
height: 80px;
font-family: 'century_gothicBold';
font-size: 23px;
padding-left: 20px;
padding-top: 8px;
}
body #woocommerce-checkout-login-form input[type="text"],
body #woocommerce-checkout-login-form input[type="email"],
body #woocommerce-checkout-login-form input[type="url"],
body #woocommerce-checkout-login-form input[type="password"] {
background-color: white !important;
border-radius: 500px !important;
}
body .woocommerce-checkout #shipping_state,
body .woocommerce-checkout #shipping_country {
background-color: #d1d2d4 !important;
border-radius: 500px !important;
font-weight: 300;
}
body.woocommerce-checkout textarea {
width: 100% !important;
border-radius: 13px !important;
background-color: #d1d2d4 !important;
margin-bottom: 5px !important;
height: 300px;
font-family: 'century_gothicregular' !important;
font-size: 16px !important;
}
body.woocommerce-checkout div#order_review {
width: 100%;
border-radius: 1rem;
color: #fff;
}
body.woocommerce-checkout label {
display: inline-block;
width: 100%;
font-size: 30px;
line-height: 60px;
font-family: 'century_gothicbold';
}
body.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 42px;
line-height: 90px;
letter-spacing: 1px;
}
.totalcheckout,
.grandtotal,
.order-total {
text-align: center;
font-weight: bold;
color: black;
margin-top: 25px;
}
.btn.btn-light.rounded-btn.checkout-page-btn {
text-decoration: none;
padding: 0px 15px;
}
.wc_payment_method.payment_method_razorpay {
color: #000000;
}
.single-product-review-checkout-page {
border-radius: 25px;
background-color: #000000;
padding: 30px 25px 20px;
}
.woocommerce-shipping-methods>li input{
margin-right: 45px;
height: 25px;
width: 25px;
accent-color: black;
}
.woocommerce-shipping-methods>li>label {
margin: 0;
color: #1a1818;
font-weight: bold;
cursor: pointer;
line-height: 1.2;
}
.woocommerce-shipping-methods ::marker {
display: none;
}
.shipping-cost-section {
color: #000000;
font-weight: bold;
}
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
border: 0;
}
body.woocommerce-checkout button#place_order {
margin: auto;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text p {
text-align: center !important;
}
body.woocommerce-checkout form p {
margin: auto;
}
body.woocommerce-checkout #additional_gift_field {
margin-bottom: 15px;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table p {
font-family: 'century_gothicregular';
}
body.woocommerce-checkout .col-4.col-sm-4.price-label {
font-family: 'century_gothicregular';
}
body.woocommerce-checkout .button,
body.woocommerce-checkout button,
body.woocommerce-checkout input[type="button"],
body.woocommerce-checkout input[type="reset"],
body.woocommerce-checkout input[type="submit"] {
margin-bottom: 14px !important;
}
body.woocommerce-checkout #oc_add_shipping_form_submit {
margin-top: 50px;
}
body.woocommerce-checkout span.woocommerce-input-wrapper {
width: 100%;
}
body.woocommerce-checkout .entry .entry-title {
margin: 0;
font-size: 120px;
}
body.woocommerce-cart .text-center {
text-align: center !important;
font-size: 40px;
}
body.woocommerce-cart form p {
margin: 0 0 22px;
line-height: 50px;
font-size: 40px;
font-weight: 400;
font-family: 'century_gothicregular';
}
body.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce .woocommerce-form.woocommerce-form-login,
body.woocommerce-checkout .woocommerce .text-on-login-form {
padding: 0 15px 30px;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
background-color: white;
border-radius: 50px;
color: white;
padding: 5em 3em;
display: block !important;
}
body.woocommerce-checkout input[type="text"] {
text-transform:lowercase !important;
}
body.woocommerce-checkout .col-sm-6.checkout-login-form {
margin-top: 78px;
}
body.woocommerce-checkout .col-sm-6.checkout-login-form div a {
color: white;
font-size: 36px;
line-height: 40px;
border-bottom: 4px solid white;
padding-bottom: 2px;
}
.col-sm-6.checkout-login-form div {
width: 80%;
color: white;
margin: 0 auto 32px;
}
.col-sm-6.checkout-login-form div a {
color: #fff;
}
body.woocommerce-checkout button.btn.btn-light.rounded-btn {
font-size: 24px;
margin-top: 50px;
font-family: 'Nunito', sans-serif;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .forgot-password-link-checkout-page {
font-size: 18px;
text-decoration: none;
font-family: 'Nunito', sans-serif;
letter-spacing: 1px;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .forgot-password-link-checkout-page:hover {
color: #fff;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p {
margin-bottom: 0 auto 15px;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p .select2-container--default .select2-selection--single {
background-color: #fff;
border: 0px solid #aaa;
border-radius: 0px;
background: transparent;
height: 80px;
}
body.woocommerce-checkout .select2-container {
width: 100% !important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #181818;
line-height: 39px; border: 0px solid #ccc;
box-sizing: border-box;
outline: none;
padding: 0.36rem 0.66rem;
outline-offset: 0;
border-radius: 10px;
}
body.woocommerce-checkout #billing_country_field {
margin-bottom: 40px;
}
body.woocommerce-checkout span.select2-selection.select2-selection--single {
outline: 0;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 15px;
height: 80px;
line-height: 48px;
padding-top: 10px;
}
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
margin-bottom: 40px;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
border: 0;
padding: 0 0 30px;
}
body.woocommerce-checkout input[type=checkbox],
body.woocommerce-checkout input[type=radio] {
box-sizing: border-box;
padding: 0;
height: 25px;
width: 25px;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Color,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Color p,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Gender,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Length,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Size {
line-height: 50px;
font-size: 40px;
font-weight: 400;
font-family: 'century_gothicregular';
}
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-label {
font-size: 40px;
line-height: 50px;
font-family: 'century_gothicregular';
}
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value {
font-size: 40px;
line-height: 50px;
font-family: 'century_gothicregular';
}
,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-value {
font-size: 40px;
line-height: 50px;
font-family: 'century_gothicregular';
}
body.woocommerce-cart .cart-page-title p.paragraph {
font-size: 130px;
margin-bottom: 200px;
}
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Length p,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.price-value .woocommerce-Price-amount.amount {
font-family: 'century_gothicregular';
font-size: 36px;
font-weight: 400 !important;
}
body.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #1a1818;
line-height: 60px;
font-size: 22px;
height: 60px;
text-align: left;
}
body.woocommerce-cart .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #1a1818;
border-radius: 15px;
height: 60px;
padding-left: 10px;
color: #1a1818;
}
body.woocommerce-cart .shipping-calculator-form .form-row.form-row-wide input.input-text {
height: 60px;
font-size: 22px;
line-height: 56px;
color: #1a1818;
border-radius: 15px;
width: 100%;
padding-left: 15px;
border: 1px solid #1a1818;
color: #1a1818;
}
body.woocommerce-cart .shipping-calculator-form p {
text-align: left;
}
body.woocommerce-cart .shipping-calculator-form p .button {
text-align: left;
font-size: 16px;
color: #fff;
background: #caa98d;
line-height: 30px;
padding: 6px 15px;
}
body.woocommerce-cart section.shipping-calculator-form {
background: #fff;
padding: 25px 25px 5px;
margin-top: 20px;
}
.shipping-calculator-form #calc_shipping_state_field>span {
width: 100% !important;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #1a1818;
font-size: 22px;
line-height: 30px;
}
.get-in-touch-arrow-image img {
width: 50% !important;
margin: auto;
}  @media only screen and (max-width: 991px) {
.woocommerce-shipping-methods>li input{margin-right: 20px; height: 20px; width: 20px;}
body .order-history-details-right .pack-of-field {
font-size: 13pt;
font-family: 'bodonibook' !important;
font-weight: normal;
}
body .order-history-details-right .order-details-style {
margin-top: 9%;
margin-bottom: 2%;
} input[type='checkbox']:after {
height: 45px !important;
width: 45px !important;
font-size: 42px !important;
}
.mobile-table-full-width .label>label {
padding-bottom: 0px;
}
.woocommerce-product-gallery__wrapper {
border-top: 0px solid black;
border-bottom: 0px solid black;
}
#categoryid-43 .quantity-button.quantity-up {
top: 0px;
}
#categoryid-43 .quantity-button.quantity-down {
top: 0px;
}
body.archive p.above-subscribe-form {
font-size: 22px;
line-height: 27px;
width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
body.archive .es-field-wrap {
margin-bottom: 0.6em;
margin-left: 0px;
font-size: 15px;
}
body.archive .es_required_field.es_txt_email.ig_es_form_field_email {
border: 2px solid #1a1818;
border-radius: 10px;
}
body.archive .es_subscription_form_submit.es_submit_button.es_textbox_button {
border: 2px solid #1a1818;
border-radius: 500px;
background: transparent;
color: #000;
font: bold;
padding: 10px 35px;
font-size: 22px;
margin-left: 14px;
}
body.archive .woocommerce-LoopProduct-link .her-listing-number {
font-size: 40px !important;
line-height: 50px !important;
margin-left: 0px;
}
body.archive .woocommerce-LoopProduct-link .row.item-card-title p {
font-size: 40px !important;
line-height: 50px !important;
}
body.archive .es_required_field.es_txt_email.ig_es_form_field_email {
width: 100%;
margin-top: 13px;
} #her-details-page .product_title.paragraph {
line-height: 72px;
margin: auto;
margin-bottom: 30px;
font-size: 60px;
}
h1.pricing-text#her-details-page {
margin-bottom: 60px;
}
#categoryid-84 h1.pricing-text#her-details-page,
#categoryid-128 h1.pricing-text#her-details-page,
#categoryid-129 h1.pricing-text#her-details-page,
#categoryid-130 h1.pricing-text#her-details-page {
margin-bottom: 60px;
}
#her-details-page .read-more-icon-uparrow {
margin: 0rem 0rem 0rem;
}
.mobile-table-full-width.her-details-page .label>label,
p.custom-length-lable.her-details-page#her-details-page,
#categoryid-84 .label>label {
font-size: 30px;
}
#her-details-page .td-bottom-text.each-piece-text#her-details-page {
width: 80%;
padding: 0;
font-size: 18px;
position: static !important;
text-align: left !important;
margin-right: 10%;
}
.her-details-page .mobile-paragraph.her-details-page,
#categoryid-84 .mobile-paragraph.it-details-page {
display: none !important;
}
#categoryid-73 .variations .add-to-cart-single-product.mobile-table-full-width.her-details-page { margin-top: 50px;
padding-top: 30px !important;
}
#her-details-page #name-radio-btn label {
height: 45px;
width: 45px;
font-size: 14px;
line-height: 14px;
}
#name-radio-btn .inside-attribute_pa_bottom input[type="radio"]:checked+label,
#name-radio-btn .inside-attribute_pa_top input[type="radio"]:checked+label {
border: 3px solid #1a1818 !important;
padding-top: 13px !important;
}
.her-details-page .quantity .input-text.qty.text {
height: 60px;
width: 100%;
}
.her-details-page .quantity-button.quantity-up {
right: 15px;
top: -90px;
}
.her-details-page .quantity-button.quantity-down {
left: 19px;
top: -90px;
}
#categoryid-73 .mobile-table-full-width .label>label {
padding-bottom: 30px;
}
#categoryid-73 .color-variation-td.mobile-table-full-width {
padding-top: 30px;
border-top: 2px solid #000 !important;
padding-left: 0;
padding-right: 0;
}
#categoryid-73 .wcpa_form_outer {
width: 100%;
margin: auto;
}
#categoryid-73 .add-to-cart-and-qty-btn.her-details-page {
width: 100%;
}
#categoryid-73 #her-details-page #radio-btn-values {
margin: 0 auto 0 40px;
justify-content: left !important;
}
#categoryid-73 #radio-btn-values div.single-color {
width: 27% !important;
} #categoryid-128 .mobile-table-full-width .label>label {
padding-bottom: 30px;
}
#categoryid-128 .color-variation-td.mobile-table-full-width {
padding-top: 30px;
border-top: 2px solid #000 !important;
padding-left: 0;
padding-right: 0;
}
#categoryid-128 .wcpa_form_outer {
width: 100%;
margin: auto;
}
#categoryid-128 .add-to-cart-and-qty-btn.her-details-page {
width: 100%;
}
#categoryid-128 #her-details-page #radio-btn-values {
margin: 0 auto 0 40px;
justify-content: left !important;
}
#categoryid-128 #radio-btn-values div.single-color {
width: 27% !important;
}
#categoryid-73 #radio-btn-values div.single-color:nth-child(4),
#categoryid-73 #radio-btn-values div.single-color:nth-child(8),
#categoryid-73 #radio-btn-values div.single-color:nth-child(12),
#categoryid-73 #radio-btn-values div.single-color:nth-child(16),
#categoryid-73 #radio-btn-values div.single-color:nth-child(20),
#categoryid-73 #radio-btn-values div.single-color:nth-child(24),
#categoryid-73 #radio-btn-values div.single-color:nth-child(28),
#categoryid-73 #radio-btn-values div.single-color:nth-child(32),
#categoryid-128 #radio-btn-values div.single-color:nth-child(4),
#categoryid-128 #radio-btn-values div.single-color:nth-child(8),
#categoryid-128 #radio-btn-values div.single-color:nth-child(12),
#categoryid-128 #radio-btn-values div.single-color:nth-child(16),
#categoryid-128 #radio-btn-values div.single-color:nth-child(20),
#categoryid-128 #radio-btn-values div.single-color:nth-child(24),
#categoryid-128 #radio-btn-values div.single-color:nth-child(28),
#categoryid-128 #radio-btn-values div.single-color:nth-child(32) {
width: 19% !important;
}  #categoryid-84 {
padding-top: 0px;
}
#categoryid-84 .it-details-page .quantity .input-text.qty.text {
width: 100%;
float: none !important;
height: 60px;
}
#categoryid-84 .quantity-button.quantity-up {
right: -40px;
top: -88px;
}
#categoryid-84 .quantity-button.quantity-down {
left: -40px;
top: -90px;
}
#categoryid-84 .mobile-table-full-width .label>label {
padding-bottom: 30px;
}
#categoryid-84 .color-variation-td.mobile-table-full-width {
padding-top: 30px;
padding-left: 0;
padding-right: 0;
}
#categoryid-84 .wcpa_form_outer {
width: 100%;
margin: auto;
}
#categoryid-84 .add-to-cart-and-qty-btn.her-details-page {
width: 100%;
}
#categoryid-84 #radio-btn-values {
margin: 0 auto 0 40px;
justify-content: left !important;
}
#categoryid-84 #radio-btn-values div.single-color {
width: 27% !important;
}
#categoryid-84 #radio-btn-values div.single-color:nth-child(4),
#categoryid-84 #radio-btn-values div.single-color:nth-child(8),
#categoryid-84 #radio-btn-values div.single-color:nth-child(12),
#categoryid-84 #radio-btn-values div.single-color:nth-child(16),
#categoryid-84 #radio-btn-values div.single-color:nth-child(20),
#categoryid-84 #radio-btn-values div.single-color:nth-child(24),
#categoryid-84 #radio-btn-values div.single-color:nth-child(28),
#categoryid-84 #radio-btn-values div.single-color:nth-child(32) {
width: 19% !important;
}
#categoryid-84 .td-bottom-text.each-piece-text.it-details-page {
text-align: left !important;
}
#categoryid-84 #her-details-page #name-radio-btn label {
padding-top: 6px !important;
height: 60px;
width: 60px;
mask-type: 20px;
}  #categoryid-85 h1.packof-text {
display: block !important;
}
#categoryid-85 .read-more-text-new.read-more-btn .read-more-icon-uparrow>img {
display: none;
}
.color-variation-td.mobile-table-full-width.experimental-details-page {
padding: 1rem 1rem 1rem 1rem;
display: none;
}
.color-variation-td.mobile-table-full-width.experimental-details-page>p {
font-size: 18px;
line-height: 30px;
}
.mobile-paragraph.experimental-details-page {
display: block;
padding: 9rem 3rem 8rem 5rem;
font-size: 60px;
line-height: 96px;
}
.mobile-paragraph.experimental-details-page {
padding: 80px 35px 60px 35px;
font-size: 22px;
line-height: 42px;
}
.mobile-paragraph.experimental-details-page p {
margin: 0px;
}
.experimental-details-page #name-radio-btn div.attribute_pa_size {
width: 100%;
margin-bottom: 20px;
}
.experimental-details-page #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label {
padding-top: 17px !important;
font-size: 15px;
height: 50px;
width: 50px;
margin-top: 0px;
padding-top: 9px !important;
line-height: 14px;
}
#categoryid-85 .mobile-table-full-width p.custom-length-lable {
display: none !important;
}
.experimental-details-page .quantity .input-text.qty.text {
border: 3px solid #1a1818;
height: 60px;
}
.experimental-details-page button.btn.btn-light.rounded-btn {
height: 60px;
margin-top: 15px;
}
#categoryid-85 .mobile-table-full-width .label>label {
padding-bottom: 30px;
}
#categoryid-85 .color-variation-td.mobile-table-full-width {
padding-top: 30px;
padding-left: 0;
padding-right: 0;
}
#categoryid-85 .wcpa_form_outer {
width: 100%;
margin: auto;
}
#categoryid-85 .add-to-cart-and-qty-btn.her-details-page {
width: 100%;
}
#categoryid-85 #radio-btn-values {
margin: 0 auto 0 40px;
justify-content: left !important;
}
#categoryid-85 #radio-btn-values div.single-color {
width: 27% !important;
}
#categoryid-85 #radio-btn-values div.single-color:nth-child(4),
#categoryid-85 #radio-btn-values div.single-color:nth-child(8),
#categoryid-85 #radio-btn-values div.single-color:nth-child(12),
#categoryid-85 #radio-btn-values div.single-color:nth-child(16),
#categoryid-85 #radio-btn-values div.single-color:nth-child(20),
#categoryid-85 #radio-btn-values div.single-color:nth-child(24),
#categoryid-85 #radio-btn-values div.single-color:nth-child(28),
#categoryid-85 #radio-btn-values div.single-color:nth-child(32) {
width: 19% !important;
}
.experimental-details-page .quantity-button.quantity-up {
right: 25px;
top: -88px;
}
.experimental-details-page .quantity-button.quantity-down {
left: 25px;
top: -88px;
}
#categoryid-85 .capsule-image-slider {
padding: 2em 30px 3em;
} .her-details-page .pick-a-size-label {
font-size: 22px;
}
#categoryid-73 .wcpa_form_outer .wcpa_form_item.wcpa_type_text.form-control_parent>label {
font-size: 18px;
}
.her-details-page .wcpa_form_outer {
width: 100%;
margin: auto;
}
.her-details-page .add-to-cart-and-qty-btn.her-details-page {
width: 100%;
margin: auto;
} #categoryid-73 .wcpa_form_outer .wcpa_form_item.wcpa_type_text.form-control_parent>.form-control {
width: 90% !important;
} #her-details-page .the-read-more-description p,
#her-details-page .the-read-more-description {
font-weight: 400;
}
td#her-details-page {
margin-left: 0;
padding-left: 0;
}
#her-details-page #radio-btn-values {
width: auto !important;
margin: 0 auto 0 50px;
}
#her-details-page .read-more-text-new.read-more-btn .read-more-icon-uparrow>img {
display: none;
}
.the-read-more-description#her-details-page {
width: 100%;
margin: auto;
padding-left: 50px;
padding-right: 50px;
}
body.single.single-product #her-details-page .read-more-text-new {
margin-bottom: 70px;
margin-top: 40px;
}
#her-details-page .carousel {
padding: 0 !important;
}
#her-details-page .carousel-indicators {
bottom: -40px;
margin-bottom: 0px;
}
#her-details-page .her-details-page-image-capsule-slider { }
#categoryid-73 #her-details-page .her-details-page-image-capsule-slider {
margin-top: 100px;
}
#categoryid-128 #her-details-page .her-details-page-image-capsule-slider { }
#her-details-page .color-variation-td {
padding: 45px 0px 0 0px;
} .it-details-page .quantity .input-text.qty.text {
width: 80%;
float: none !important;
}
body.woocommerce-cart .title-single-product-cart,
.title-single-product-cart h3 {
text-decoration: none !important;
font-size: 16px !important;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login label {
width: 100%;
font-size: 18px;
margin-top: 10px;
}
body.woocommerce-checkout .text-on-login-form {
text-align: center;
font-size: 15px;
}
.cart-mobile-td {
width: 99.9% !important;
}
.hide-in-mobile-cart-page {
display: none;
}
.variations-details-bottom-cart {
position: static;
}
.variations-details-bottom-cart .quantity .input-text.qty.text {
padding: 0 !important;
}
.variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
top: -4px;
right: 13px !important;
}
.variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
left: 18px !important;
top: -6px;
}
a.remove {
font-size: 1.2rem;
width: 1.5em;
}
.title-single-product-cart h3 {
text-align: center;
margin-bottom: 1em;
}
.woocommerce-cart-form__cart-item.cart_item {
padding: 2em;
}
.cart-mobile-td {
padding: 0 2em !important;
}
.quantity-row-single-cart.quantity {
padding: 0 !important;
}
.product-thumbnail.cart-page-thumbnail.mobile-table-full-width.cart-mobile-td {
margin-bottom: 1em;
}
.cart_totals {
font-size: 1.5em;
}
.checkout-button.button.alt.wc-forward {
font-size: 0.5em;
}
.row.cart-page-title {
padding: 0 4em;
}
} .login-page-form {
background-color: #1a1818;
border-radius: 75px;
color: white;
padding: 2em 2em;
text-align: center;
width: 75%;
margin: 0 auto 200px;
}
body.page-template-login-page-template .login-background.login-page-background .login-page-form {
padding: 100px 50px 100px;
}
.login-page-background {
display: flex;
text-align: center;
justify-content: center;
margin-bottom: 5em;
margin-top: 5em;
}
.um-887.um {
max-width: 60% !important;
}
.um-form-field {
width: 100% !important;
border-radius: 13px !important;
background-color: #ffffff !important;
margin-bottom: 5px !important;
}
.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form input[type=number],
.um .um-form textarea,
.um .um-form select {
color: #666666;
line-height: 80px;
height: 70px !important;
font-family: open-sans;
font-family: 'Nunito', sans-serif;
letter-spacing: -1px;
}
.um-field-error {
background: #fff101 !important;
font-family: 'century_gothicregular';
font-weight: normal !important;
font-size: 11pt;
letter-spacing: 0.5px;
border-radius: 50px;
text-align: center;
color: black !important;
}
.um-field-arrow {
color: #fff101 !important;
left: 20px;
}
.um-field-label label {
font-size: 36px !important;
line-height: 0 !important;
line-height: 60px !important;
font-weight: 600;
letter-spacing: 1px;
}
.um-field-label {
margin-bottom: 5px;
}
.paragraph.white {
color: white !important;
text-align: center;
}
.um:not(.um-directory) input,
.um:not(.um-directory) select,
.um:not(.um-directory) textarea {
padding: 8px 0;
}
#um-submit-btn {
float: none;
text-align: center;
border-radius: 50px !important;
font-size: 30px;
font-weight: normal;
margin-top: 60px;
color: #fff;
background: #231f20;
padding: 12px 50px 16px !important;
min-width: max-content !important;
text-transform: lowercase !important;
}
.um-form-field {
border-radius: 500px !important;
background-color: #231f20 !important;
padding-left: 35px !important;
}
.um .um-form input[type=text],
.um .um-form input[type=number],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea,
.um .um-form select {
padding-left: 35px !important;
}
.um .um-form input[type=text],
.um .um-form input[type=number],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea {
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/error1.png);
background-repeat: no-repeat;
background-position-x: 90%;
background-position-y: center;
background-size: 7px;
font-size: 20px !important;
margin-bottom: 10px !important;
color: white;
text-transform: lowercase;
}
.um .um-form #select-gender {
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/select-gender-arrow.png);
background-repeat: no-repeat;
background-position-x: 90%;
background-position-y: center;
background-size: 40px;
font-size: 20px !important;
margin-bottom: 15px !important;
width: 95% !important;
height: 60px !important;
line-height: 60px;
border: 0px;
outline: 0px;
color: #231f20;
}
.um .um-form #select-gender option:nth-child(1) {
display: none;
}  .um .um-form .um-field-select-gender {
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/error.png);
background-repeat: no-repeat;
background-position-x: 90%;
background-position-y: center;
background-size: 7px;
font-size: 20px !important;
margin-bottom: 15px !important;
z-index: 999 !important;
position: inherit;
}
.um .um-form .um-field-select-gender .select2-search.select2-search--dropdown {
display: none;
}
.um .um-form .um-field-select-gender .select2.select2-container .select2-selection {
background-color: #231f20 !important;
border-radius: 50px !important;
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/error1.png) !important;
background-repeat: no-repeat !important;
background-position-x: 90% !important;
background-position-y: center !important;
background-size: 8px !important;
}
.um-field-select-gender .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #fff !important;
font-family: 'Nunito', sans-serif;
font-size: 20px;
line-height: 68px;
font-weight: 300;
}
.um-field-select-gender .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 36px;
font-size: 16px;
padding-left: 10px !important;
color: #fff;
line-height: 67px;
padding-left: 20px !important;
display: inline-block;
font-family: 'Nunito', sans-serif;
font-size: 20px;
letter-spacing: -1px;
}
.um-field-select-gender .select2.select2-container .select2-selection .select2-selection__arrow {
left: 100px !important;
top: 30px !important
}
.um-field-select-gender .select2.select2-container .select2-selection .select2-selection__arrow:before {
content: "" !important;
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/images/gender-arrow.png);
background-repeat: no-repeat;
background-size: contain;
width: 26px !important; }
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 52px;
font-size: 16px;
padding-left: 10px !important;
font-family: 'century_gothicregular';
font-weight: 300;
}
body.woocommerce-checkout .select2.select2-container .select2-selection .select2-selection__arrow {
top: 10px !important;
right: 20px !important;
}
.select2-selection__clear {
display: none;
}
.um .um-form select:focus {
border: 0px;
outline: 0px;
}
.um-form-field::placeholder {
color: black !important;
}
.um-col-alt-b {
position: relative;
}
a.um-link-alt {
line-height: 22px;
color: #b8bab8 !important;
display: block !important;
text-decoration: none !important;
font-weight: normal;
text-align: center;
border-bottom: none !important;
text-transform: none;
font-weight: 600;
font-size: 20px;
font-family: 'Nunito', sans-serif;
position: absolute;
right: 26px;
top: -130px;
padding-bottom: 2px;
letter-spacing: -0.5px;
}
a.um-link-alt {
text-transform: lowercase;
}
a.um-link-alt:hover {
padding-bottom: 5%;
text-underline-position: under;
text-decoration: underline !important;
text-decoration-color: #b8bab8 !important;
text-decoration-thickness: 2px !important;
}
.login-background.login-page-background a.do-not-have-account {
display: inline-block;
text-decoration: underline !important;
}
.login-page-form .um-888.um {
max-width: 680px;
}
a.login-register-link {
font-size: 40px;
}
.login-register-link {
color: white !important;
text-decoration: underline;
}
bdi {
color: #000;
}
.shipping-cost-section {
text-transform: lowercase;
}
.edit-remove-btn-checkoutpage {
margin-top: 40px;
}
a.btn.btn-light.rounded-btn {
margin-bottom: 0.8em;
}
.woocommerce-MyAccount-navigation .login-page-form {
width: 93%;
}
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
width: 84%;
padding-top: 6px;
padding-bottom: 7px;
border: 0px;
}
#shipping_method {
list-style: none;
padding: 0;
}
.col-md-6.shipping-methods-lists {
padding: 0;
}
.totalcheckout,
.grandtotal-row {
text-align: center;
}
.cart-subtotal>td {
padding: 5px !important;
}
.grandtotal-row>.col-6,
.col-md-6.text-right.shipping-cost-section {
padding: 0;
}
select,
.billing_state,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//obataimu.com/wp-content/uploads/2020/12/Capture-4.png);
background-repeat: no-repeat;
background-position-x: 98%;
background-position-y: 50%;
background-size: 6%;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single {
width: 100% !important;
border-radius: 500px !important;
background-color: #d1d2d4 !important;
margin-bottom: 5px !important;
padding-left: 20px !important;
}
body.woocommerce-order-pay p {
text-align: center !important;
}
body.woocommerce-checkout .select2-dropdown {
background-color: #d1d2d4 !important;
}
.entry-title {
font-size: 2.5rem !important;
}
body.page-template-obataimu-system-template {
background-color: #1a1819;
padding-bottom: 150px;
}
body.page-template-obataimu-system-template .black-background {
background-color: #1a1819;
}
body.woocommerce-cart .cart-collaterals .text-right {
text-align: right !important;
color: #1a1818;
}
.cart-collaterals #card-total-id *{font-weight: bold !important;}
.cart_totals, .woocommerce-checkout-review-order-table{position: relative;}
.cart_totals input{cursor: pointer;}
.woocommerce-checkout-review-order-table.processing .shipping-methods-lists:after,
.cart_totals.processing:after{content: ""; background-color: #fff; opacity: 0.85; width: 100%;height: 100%; position: absolute; top: 0;left: 0;}
.cart_totals.processing:after{background-color: #caa98d;}
.woocommerce-checkout-review-order-table.processing .shipping-methods-lists:before,
.cart_totals.processing:before { content: "";
border: 8px solid #f3f3f3; border-top: 8px solid #000; border-right: 8px solid #000;
border-bottom: 8px solid #000; border-radius: 50%; width: 80px;
height: 80px; animation: spin 2s linear infinite; position: absolute; top: calc(50% - 40px);
left: calc(50% - 40px); z-index: 2;
}
.woocommerce-checkout-review-order-table.processing .shipping-methods-lists:before{width: 60px;
height: 60px;border: 6px solid #f3f3f3;
border-width: 6px 6px 6px 6px;
border-color: #000 #000 #000 #f3f3f3;}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
body.product-template-default #name-radio-btn label {
font-size: 15px;
}
body.product-template-default #name-radio-btn .attribute_pa_gender .inside-attribute_pa_gender label {
font-size: 28px;
} #categoryid-84 #name-radio-btn .attribute_pa_size label {
line-height: 40px;
}
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
width: 220px;
font-size: 28px;
padding: 0.3em 1em;
}
#categoryid-84 #loadMorePostRow {
margin-top: 40px;
border-top: 2px solid #000;
padding-top: 20px;
} #categoryid-84 .minus.qib-button:focus,
#categoryid-84 .plus.qib-button:focus,
#categoryid-84 .qib-container>button:focus,
#categoryid-84 .qib-button:not(#qib_id):not(#qib_id):focus {
outline: none;
border: 0px;
} #categoryid-73 #name-radio-btn .attribute_pa_size label,
#categoryid-128 #name-radio-btn .attribute_pa_size label {
line-height: 40px;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
height: 54px !important;
width: 220px;
font-size: 28px;
font-weight: normal;
}
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
height: 54px !important;
width: 220px;
font-size: 28px;
font-weight: normal;
}
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
height: 54px !important;
width: 220px;
font-size: 28px;
font-weight: normal;
}
#categoryid-73 #loadMorePostRow,
#categoryid-128 #loadMorePostRow {
margin-top: 40px;
border-top: 2px solid #000;
padding-top: 20px;
}
#categoryid-73 .minus.qib-button:focus,
#categoryid-73 .plus.qib-button:focus,
#categoryid-73 .qib-container>button:focus,
#categoryid-73 .qib-button:not(#qib_id):not(#qib_id):focus,
#categoryid-128 .minus.qib-button:focus,
#categoryid-128 .plus.qib-button:focus,
#categoryid-128 .qib-container>button:focus,
#categoryid-128 .qib-button:not(#qib_id):not(#qib_id):focus {
outline: none;
border: 0px;
}
#categoryid-130 .qib-button:focus:not(#qib_id):not(#qib_id) {
border: 0px #b3b3aa solid;
outline: none;
} #categoryid-43 #name-radio-btn .attribute_pa_size label,
#categoryid-45 #name-radio-btn .attribute_pa_size label { }
#categoryid-43 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-43 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-44 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-44 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-45 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-45 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-46 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-46 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-47 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-47 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-48 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-48 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-49 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-49 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
height: 54px !important;
width: 220px;
}
#categoryid-43 .minus.qib-button:focus,
#categoryid-43 .plus.qib-button:focus,
#categoryid-43 .qib-container>button:focus,
#categoryid-43 .qib-button:not(#qib_id):not(#qib_id):focus,
#categoryid-47 .minus.qib-button:focus,
#categoryid-47 .plus.qib-button:focus,
#categoryid-47 .qib-container>button:focus,
#categoryid-47 .qib-button:not(#qib_id):not(#qib_id):focus,
#categoryid-45 .minus.qib-button:focus,
#categoryid-45 .plus.qib-button:focus,
#categoryid-45 .qib-container>button:focus,
#categoryid-45 .qib-button:not(#qib_id):not(#qib_id):focus {
outline: none;
border: 0px;
}
#categoryid-43 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-44 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-45 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-46 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-47 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-48 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-49 .qib-container:not(#qib_id):not(#qib_id) {
box-shadow: none;
width: 160px;
display: block;
height: 54px;
}
form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id) {
box-shadow: none;
outline: none;
}
body.woocommerce-checkout .woocommerce-input-wrapper input#billing_phone {
text-align: right;
}
body.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
display: none;
}
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Size {
text-transform: lowercase;
}
body.page-template-get-in-touch-template p {
font-family: 'century_gothicregular' !important;
font-size: 26px;
line-height: 39px;
}
body.page-template-get-in-touch-template .wpb_wrapper {
text-align: left;
}
body.page-template-get-in-touch-template .wpb_wrapper p {
font-family: 'century_gothicregular';
}
body.page-template-get-in-touch-template .wpb_wrapper p.explore {
font-size: 38px !important;
font-family: 'century_gothicbold' !important;
text-align: center;
}
body.page-template-get-in-touch-template h1.paragraph.white {
width: 100%;
font-size: 157px;
line-height: 300px;
margin-bottom: 160px !important;
}
body.page-template-get-in-touch-template .wpb_wrapper a {
font-weight: bold !important;
}
.woocommerce-message {
display: none;
}
ul.woocommerce-error {
display: none;
}
body.woocommerce-checkout .entry .entry-title {
margin: 0;
}
body.page-template-login-page-template .hamburger-button span {
position: absolute;
height: 4px;
border-radius: 0px;
width: 100%;
background-color: #fff;
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p {
margin: 0 auto 15px;
}
body.page-id-7 .entry .entry-title {
margin: 0;
font-size: 130px !important;
}
body.page-id-7 .woocommerce {
text-align: center;
margin-top: 16px;
}
body.page-id-7 a.button.wc-backward {
background-color: #1a1818 !important;
}
body.page-id-7 p.cart-empty.woocommerce-info {
font-size: 45px;
font-family: 'century_gothicregular' !important;
text-align: center;
margin-bottom: 5%;
}
body.page-id-7 #page {
min-height: 600px;
}
.return-to-shop {
margin: auto;
text-align: center;
}
body.woocommerce-order-pay button#btn-razorpay {
background-color: #1a1818;
color: #fff;
border-radius: 500px;
}
body.woocommerce-order-pay button#btn-razorpay-cancel {
background-color: #1a1818;
color: #fff;
border-radius: 500px;
}
body.woocommerce-order-pay .woocommerce {
text-align: center;
}
body.woocommerce-order-pay ul.order_details {
display: inline-block;
list-style-type: none;
}
body.archive.category .shop-by-dropdown-links.blog-list.show,
body.blog .shop-by-dropdown-links.blog-list.show {
padding: 0 70px;
}
body.category-poems-lectures .read-more-data-obataimu-pages p {
font-family: 'Nunito', sans-serif;
font-size: 30px;
line-height: 46px;
}
body.category-poems-lectures p.category-post-page {
margin-top: 0.8em;
margin-bottom: 0;
font-family: 'Nunito', sans-serif;
font-size: 28px;
}
body.category-poems-lectures .shop-by-dropdown-links.blog-list.show {
padding: 0 70px;
}
body.category-art-architecture .read-more-data-obataimu-pages p {
font-family: 'Nunito', sans-serif;
font-size: 30px;
line-height: 46px;
}
body.category-art-architecture p.category-post-page {
margin-top: 0.8em;
margin-bottom: 0;
font-family: 'Nunito', sans-serif;
font-size: 28px;
}
body.category-art-architecture .shop-by-dropdown-links.blog-list.show {
padding: 0 70px;
}
body.category-lovers-quarrelling-in-film .read-more-data-obataimu-pages p {
font-family: 'Nunito', sans-serif;
font-size: 30px;
line-height: 46px;
}
body.category-lovers-quarrelling-in-film p.category-post-page {
margin-top: 0.8em;
margin-bottom: 0;
font-family: 'Nunito', sans-serif;
font-size: 28px;
}
body.category-lovers-quarrelling-in-film .shop-by-dropdown-links.blog-list.show {
padding: 0 70px;
}
body.category-playlists .read-more-data-obataimu-pages p {
font-family: 'Nunito', sans-serif;
font-size: 30px;
line-height: 46px;
}
body.category-playlists p.category-post-page {
margin-top: 0.8em;
margin-bottom: 0;
font-family: 'Nunito', sans-serif;
font-size: 28px;
}
body.category-playlists .shop-by-dropdown-links.blog-list.show {
padding: 0 70px;
}
body.woocommerce-cart .text-center {
text-align: center !important;
font-size: 40px;
color: #1a1818 !important;
}
body.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
color: black !important;
font-family: 'century_gothicregular';
border-radius: 50px;
padding: 10px 7px;
text-align: center;
}
body.postid-584 .experimental-details-page #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label {
border: 2px solid #1a1818 !important;
padding-top: 17px !important;
font-size: 20px !important;
height: 70px;
width: 70px;
margin-top: 20px;
cursor: pointer;
padding: 0px;
line-height: 16px;
}
.circular-image-column img {
border: 2px solid #1a1818;
width: 60% !important;
}
#himherthey .read-more-btn-details-desktop { font-size: 40px !important;
font-family: 'Nunito', sans-serif;
}
#categoryid-85 .qib-button:focus:not(#qib_id):not(#qib_id) {
border: 0px #b3b3aa solid !important;
}
#categoryid-85 .qib-container:not(#qib_id):not(#qib_id) {
border: 3px solid #181818 !important;
box-shadow: none; }
#categoryid-85 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id) {
height: 60px !important;
}
#categoryid-85 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
width: 65px !important;
}
#categoryid-85 .minus.qib-button,
#categoryid-85 .plus.qib-button,
#categoryid-85 .qib-container>button,
#categoryid-85 .qib-button:not(#qib_id):not(#qib_id) {
font-size: 28px;
}
#categoryid-85 .minus.qib-button {
position: relative;
top: -5px;
}
#categoryid-85 .plus.qib-button {
position: relative;
top: -3px;
}
#radio-btn-values div.single-color {
margin: 0 !important;
width: 20%;
display: flex;
justify-content: center;
align-items: center;
height: 7em;
}
.color-variation-td {
padding-top: 0;
}
.desktop-ipad-show {
display: block;
}
.desktop-ipad-show {
padding: 30px;
}
.mobile-show {
display: none;
}
h2.homepage-text {
font-size: 11rem;
line-height: 11rem;
text-align: center;
text-transform: uppercase;
letter-spacing: 20px;
font-family: 'Roboto' !important;
font-weight: 900;
position: relative;
left: -10px;
}
h3.homepage-text {
font-size: 1.6rem;
line-height: 1.6rem;
text-align: center;
text-transform: uppercase;
letter-spacing: 0px;
font-family: 'Roboto' !important;
position: relative;
left: -10px;
}
h3.homepage-text span.pull-right {
width: 31%;
text-align: right;
padding-right: 0; }                 @media only screen and (max-width: 1699px) {
#radio-btn-values div.single-color {
margin: 0 !important;
width: 20%;
display: flex;
justify-content: center;
align-items: center;
height: 7em;
}
.color-variation-td {
padding-top: 30px;
}
}
@media only screen and (max-width: 768px) {
.row.woocommerce-orders-table__row.woocommerce-orders-table__row--status-order-status.order>div>p {
margin-bottom: 0px !important;
}
body #woocommerce-checkout-login-form input[type="text"],
body #woocommerce-checkout-login-form input[type="email"],
body #woocommerce-checkout-login-form input[type="url"],
body #woocommerce-checkout-login-form input[type="password"] {
border-radius: 500px !important;
} .products p {
text-align: left;
}
body.woocommerce-checkout button#place_order {
height: 60px !important;
}
#woocommerce-checkout-login-form {
padding-top: 50px;
padding-bottom: 50px;
}
#dont-have-account-page {
margin-bottom: 0px !important;
}
.login-page-background {
margin-bottom: 2em;
margin-top: 2em;
}
#categoryid-84 .modal-body .read-more-btn-fabric {
display: none;
}
#categoryid-84 .modal-body h1 { }
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
padding: 15px;
}
}
@media only screen and (max-width: 991px) {
body.woocommerce-cart .cart-page-title p.paragraph {
font-size: 58px;
margin-bottom: 10px;
}
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Color,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Color p,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Gender,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Length,
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.variation-Size {
line-height: 50px;
font-size: 27px;
font-weight: 400;
font-family: 'century_gothicbold';
}
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-value {
font-size: 27px;
line-height: 50px;
font-family: 'century_gothicbold';
}
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value {
font-size: 27px;
line-height: 50px;
font-family: 'century_gothicbold';
}
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value {
font-size: 27px;
line-height: 50px;
font-family: 'century_gothicbold';
text-align: center;
}
body.woocommerce-cart .title-single-product-cart h3 {
text-align: center;
margin-bottom: 1em;
font-size: 22px !important;
}
body.woocommerce-cart form p {
margin: 0 0 22px;
line-height: 50px;
font-size: 27px;
font-weight: bold;
font-family: 'century_gothicregular';
}
body.woocommerce-cart bdi { color: #1a1818;
font-size: 27px;
}
body.woocommerce-cart .cart-collaterals .text-right {
text-align: right !important;
color: #1a1818;
}
body.woocommerce-cart .text-left bdi {
font-weight: bold;
color: #1a1818;
font-size: 34px;
}
body.woocommerce-cart .text-right bdi {
font-weight: bold;
color: #1a1818;
font-family: 'century_gothicregular';
font-size: 25px;
}
body.woocommerce-checkout .entry .entry-title {
margin: 0;
font-size: 40px !important;
}
body.woocommerce-checkout .woocommerce-billing-fields h3 {
font-size: 23px;
text-align: center;
font-family: 'century_gothicbold';
}
body.woocommerce-checkout label {
display: inline-block;
margin-bottom: 0.2em;
width: 100%;
margin-top: 0.6rem;
font-size: 18px;
}
body.woocommerce-checkout .shipping-ul-cart-checkout label{margin-top: 0;}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #181818;
line-height: 28px; border: 0px solid #ccc;
box-sizing: border-box;
outline: none;
padding: 0.36rem 0.66rem;
outline-offset: 0;
border-radius: 10px;
font-size: 18px;
}
body.woocommerce-checkout h3#order_review_heading {
text-align: center;
font-size: 27px;
color: #1a1818;
}
body.woocommerce-checkout a.btn.btn-light.rounded-btn {
padding: 10px 22px;
width: 100%
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
padding: 0 36px 0 35px;
}
body.woocommerce-checkout div#customer_details {
padding: 0 0px 0 0px;
}
body.woocommerce-checkout .single-product-review-checkout-page {
border-radius: 25px;
background-color: #000000;
padding: 30px 25px 20px;
margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce .woocommerce-info {
text-align: center;
font-size: 17px;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
background-color: white;
border-radius: 50px;
color: black;
padding: 18px;
margin: 0 35px 0 35px;
}
body.page-template-obataimu-system-template .modal-body p {
margin-bottom: 4rem;
padding: 0px 10px 0 10px;
font-family: 'Nunito', sans-serif;
}
body.page-template-inner-page-template p.inner-heading-paragraph {
font-size: 38px;
line-height: 1.50;
font-weight: bold;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: center;
color: #1a1818;
text-align: left;
margin: 50px auto 50px;
}
body.page-template-inner-page-template p.inner-sub-paragraph {
font-size: 20px;
line-height: 1.67;
text-align: left;
color: #1a1818;
padding-top: 100px;
font-family: 'Nunito', sans-serif;
letter-spacing: 1.5px;
margin: auto;
}
body.page-template-inner-page-template p.inner-sub-paragraph2 {
font-size: 20px;
line-height: 1.67rem;
color: #1a1818;
font-family: 'Nunito', sans-serif;
letter-spacing: 1.5px;
margin-top: 30px;
text-align: left;
} body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
left: 4px !important;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
right: 5px !important;
padding-top: 3px !important;
}
body.page-template-get-in-touch-template .wpb_wrapper p {
font-family: 'century_gothicregular';
font-size: 16px;
}
body.page-template-get-in-touch-template .wpb_wrapper p.explore {
font-size: 18px !important;
font-family: 'century_gothicbold' !important;
text-decoration: underline;
}
body.woocommerce-cart .variations-details-bottom-cart>.variation>.row>.text-left {
font-size: 27px;
line-height: 50px;
font-family: 'century_gothicbold';
}
body.woocommerce-cart .variations-details-bottom-cart .variation .row .text-right p {
font-weight: bold;
color: #1a1818;
font-family: 'century_gothicbold' !important;
font-size: 25px !important;
}
body.woocommerce-cart .col-8.col-sm-8.text-right.price-value>span.woocommerce-Price-amount.amount>bdi {
font-family: 'century_gothicbold';
}
body.woocommerce-cart .calculated_shipping .text-center {
text-align: center !important;
font-size: 25px;
}
body.product-template-default #name-radio-btn label {
font-size: 11px;
}
body.single-product .quantity-button.quantity-down {
position: absolute;
left: 20px;
height: 50%;
font-size: 1.5em;
top: 1px;
cursor: pointer;
font-weight: 700;
}
body.single-product .quantity-button.quantity-up {
position: absolute;
font-size: 1.5em;
height: 50%;
right: 20px;
top: 1px;
cursor: pointer;
font-weight: 700;
}
body.woocommerce-cart a.remove {
background-size: 20px;
padding: 0 1.3em;
}
}
.read-more-data-obataimu-pages,
.read-more-post-page,
.back-logo {
display: none;
}
.col-2.col-sm-2.her-listing-number,
.col-9.col-sm-8.her-listing-text.text-center.pt-1>.woocommerce-loop-product__title {
line-height: 1;
height: max-content;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
display: flex;
flex-direction: column;
width: 70%;
margin: auto;
}
.qib-container {
text-align: center;
margin: auto;
margin-bottom: 1em;
background-color: white;
border-radius: 500px;
}
#categoryid-73 .qib-button:hover:not(#qib_id):not(#qib_id) {
height: 35px;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
background-color: white;
}
.minus.qib-button,
.plus.qib-button,
.qib-container>button,
.qib-button:not(#qib_id):not(#qib_id) {
background-color: white;
background: white;
border: 0;
}
body.woocommerce-cart .minus.qib-button,
body.woocommerce-cart .plus.qib-button,
body.woocommerce-cart .qib-container>button,
body.woocommerce-cart .qib-button:not(#qib_id):not(#qib_id) {
font-size: 28px;
}
body.woocommerce-cart .minus.qib-button:focus,
body.woocommerce-cart .plus.qib-button:focus,
body.woocommerce-cart .qib-container>button:focus,
body.woocommerce-cart .qib-button:not(#qib_id):not(#qib_id):focus {
border: 0px;
outline: none;
}
.row.quantity-row-single-cart>.col-8.col-sm-8.quantity-value {
display: flex;
justify-content: flex-end;
}
.row.quantity-row-single-cart>.col-8.col-sm-8.quantity-value>.qib-container {
margin: 0;
margin-right: 15px;
padding: 0 15px;
}
.qib-container {
padding: 0 30px !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled>.qib-container {
height: 48px;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
height: 48px !important;
margin: auto !important;
}
.u-column.woocommerce-Address {
margin-top: 2em;
text-align: left;
padding: 35px;
font-family: 'Bodoni_Book' !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled>button.btn.btn-light.rounded-btn {
margin: auto;
}
.qib-container:not(#qib_id):not(#qib_id) {
display: block;
height: 54px;
align-items: center;
width: 160px;
position: relative;
}
.qib-button:not(#qib_id):not(#qib_id) {
height: 28px !important;
width: auto;
font-size: 28px;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
width: 100% !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 24px;
text-align: center;
margin: auto;
width: 100%;
height: 54px;
border: none;
}
.qib-container .minus.qib-button {
position: absolute;
left: 20px;
top: 10px;
}
.qib-container .plus.qib-button {
position: absolute;
right: 20px;
top: 13px;
}
#categoryid-43 .qib-container .plus.qib-button,
#categoryid-44 .qib-container .plus.qib-button,
#categoryid-45 .qib-container .plus.qib-button,
#categoryid-46 .qib-container .plus.qib-button,
#categoryid-47 .qib-container .plus.qib-button,
#categoryid-48 .qib-container .plus.qib-button,
#categoryid-49 .qib-container .plus.qib-button {
top: 10px;
}
body.woocommerce-cart .qib-container:not(#qib_id):not(#qib_id) {
width: 160px;
display: inline-flex;
align-items: center;
}
body.woocommerce-cart .qib-container .minus.qib-button {
position: absolute;
left: 20px;
top: 10px;
}
body.woocommerce-cart .qib-container .plus.qib-button {
position: absolute;
right: 20px;
top: 12px;
}
.minus.qib-button,
.plus.qib-button {
border-radius: 50% !important;
}
.deletebtn-shipping-saved,
.form_option_ship_edit {
padding: 0 50px;
text-decoration: none !important;
}
.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 !important;
animation: none;
}
.row.shipping-button-edit-delete-saved-address {
margin-top: 2em;
}
.ocwma_modal-content {
background: #1a1818;
color: white;
width: 70%;
padding: 3em;
border-radius: 50px;
}
.ocwma_ship_table,
.cus_menu {
display: none;
}
.col-2.col-sm-2.her-listing-number {
padding-top: 6px;
}
.her-listing-number a:hover {
text-decoration: none;
}
.shop-by-dropdown-links.blog-list.show>ul.nav.d-xl-flex.justify-content-center {
margin: auto;
}
.ocwma_woocommerce-address-fields_field-wrapper>p>label {
width: 100% !important;
text-align: left;
}
.order-history-details-right {
display: flex;
flex-direction: column;
justify-content: end;
}
.orders-details-page-background {
padding: 3em;
}
.order-history-details-right>.title {
align-items: flex-start;
align-self: flex-start; font-size: 22pt;
}
.variations-details-bottom-order-details {
font-size: 40px;
font-family: 'century_gothicregular';
}
.make-sure-same-size {
color: black;
font-size: 13pt;
font-family: 'bodonibook';
}
.col-12.text-center.total-order-history,
.col-12.text-center.grand-total-order-history {
font-size: 1.5rem;
}
.col-12.text-center.grand-total-order-history {
margin-top: 2em;
}
.text-center.login-page-form.orders-details-page-background>.row.woocommerce-customer-details {
margin-top: 0rem;
border-top: 4px dotted white;
padding-top: 0rem;
padding-bottom: 2rem;
}
.top-order-history-details {
margin-bottom: 4rem;
}
.woocommerce-column__title.billing-order-history-page {
margin-bottom: 1em;
}
.order-history-addresses-tag,
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
font-size: 1rem;
font-family: 'century_gothicregular';
}
.billing-order-history-page {
font-family: 'bodonibook';
font-size: 1rem;
font-weight: bold;
}
.single-product-details-pages-row {
margin-bottom: 4em;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses .woocommerce-Address .form_option_ship_edit {
padding: 5px 20px 5px 20px;
margin-left: 15px;
height: 50px;
border: none;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses .woocommerce-Address .deletebtn-shipping-saved {
padding: 5px 20px 5px 20px;
margin-left: 15px;
height: 50px;
display: none;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses.addresses h4.text-left {
margin-bottom: 50px;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses.addresses select {
width: 100%;
border-radius: 15px;
height: 60px;
line-height: 60px;
padding: 0 0 0 15px;
outline: none;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses.addresses .u-column.woocommerce-Address:first-child {}
body.user-registration-page.woocommerce-account .woocommerce-input-wrapper span.select2.select2-container span.select2-selection.select2-selection--single {
background: #fff !important;
border-radius: 15px !important;
height: 60px;
line-height: 60px !important;
border: 0 !important;
outline: none;
}
body.user-registration-page.woocommerce-account .woocommerce-input-wrapper span.select2.select2-container {
width: 100%;
}
body.user-registration-page.woocommerce-account span.woocommerce-input-wrapper .select2.select2-container .select2-selection .select2-selection__arrow {
width: 45px !important;
height: 100% !important;
right: 10px !important;
top: 5px !important;
}
body.user-registration-page.woocommerce-account .login-page-form {
margin-bottom: 100px !important;
}
body.user-registration-page.woocommerce-account .login-page-form.orders-list {
margin-bottom: 150px;
}
body.user-registration-page.woocommerce-account .login-page-form.orders-list .dotted-lines-orders-list-div:last-child {
margin-bottom: 100px !important;
}
body.user-registration-page.woocommerce-account .login-page-form.orders-list .dotted-lines-orders-list-div:last-child p.dotted-lines-orders-list {
display: none;
}
.u-columns.woocommerce-Addresses.col2-set.addresses.row {
padding: 2em;
}
.ocwma_woocommerce-address-fields_field-wrapper>p>span {
width: 100%;
}
body.user-registration-page.woocommerce-account .ocwma_woocommerce-address-fields_field-wrapper>p>span>input {
width: 100%;
border-radius: 15px;
background-color: #ffffff;
margin-bottom: 5px;
height: 60px;
}
#her-details-page>#radio-btn-values div.single-color {
display: flex;
justify-content: center;
align-items: center;
}
.read-more-data-obataimu-pages.show,
.read-more-post-page.show {
display: block;
margin-top: 1.5em;
margin-bottom: 8rem;
}
.read-more-post-page.show {
font-weight: bold;
border-bottom: 3px solid black;
cursor: pointer;
width: max-content;
}
body.archive.category .read-more-post-page.show,
body.blog .read-more-post-page.show {
font-size: 18px;
line-height: 18px;
}
.iframe>iframe {
width: 100%;
min-height: 47vw;
margin-top: 3.5em;
}
body.archive.category .post-page-title,
body.blog .post-page-title {
margin-top: 80px;
}
body.archive.category .category-post-page,
body.blog .category-post-page,
.date-obataimu-pages {
margin-top: 0.8em;
margin-bottom: 0;
font-family: 'Nunito', sans-serif;
font-size: 28px;
}
body.blog .shop-by-dropdown-links.blog-list li a {
margin-right: 50px;
} .shop-by-dropdown-links.blog-list li:last-child {
margin-right: 0px;
}
.shop-by-dropdown-links.blog-list.show {
padding: 0 15px;
}
.zoomImg {
display: none !important;
}
.woocommerce-message {
text-align: center;
margin-top: 2em;
}
a.button.wc-forward,
#wpforms-submit-1140,
.woocommerce-MyAccount-navigation-link>a,
button.button {
border-radius: 500px;
font-weight: bold;
margin-bottom: 1em;
padding: 0.2em 1em;
font-size: 24px;
line-height: 48px;
background-color: #fff;
color: #000;
text-transform: lowercase;
}
body.page-template-default .woocommerce button.button {
background-color: #000;
color: #fff;
}
body.page-id-7 .woocommerce .actions button.button {
background-color: #ffffff;
color: #000000;
font-weight: normal !important;
}
a.button.wc-forward:hover,
#wpforms-submit-1140:hover,
.woocommerce-MyAccount-navigation-link>a:hover,
button.button:hover {
background-color: #fff;
color: #000;
}
#wpforms-submit-1140 {
border: 2px solid black;
}
.checkout-contact-container {
padding: 5rem;
background-color: white;
border-radius: 50px;
font-size: 28px;
}
.checkout-inside-paragraph {
margin-top: 4rem;
}
.checkout-page-returntohome {
margin-top: 3rem;
padding-top: 10px;
}
#wpforms-1140-field_8,
#wpforms-1140-field_11 {
margin: auto;
padding: 30px 15px;
border: 3px solid;
}
.wpforms-field-container,
.wpforms-submit-container {
text-align: center;
}
.wpforms-field.wpforms-field-text>label,
.wpforms-field.wpforms-field-text>input {
font-size: 28px;
}
.collaborate-btn,
.cross-icon-modal {
cursor: pointer;
text-decoration: underline;
}
.woocommerce-MyAccount-navigation-link {
list-style: none;
margin: 1em;
text-transform: lowercase;
}
.woocommerce-MyAccount-navigation-link>a {
text-decoration: none !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout>a {
color: white;
background: transparent;
text-decoration: underline !important;
}
.woocommerce-MyAccount-navigation {
margin: 0 auto 200px;
padding-bottom: 150px;
}
.myAccount-page-welcome {
margin-bottom: 3em;
}
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--dashboard {
display: none;
}
.white-underlined-link {
color: white !important;
text-decoration: underline;
background: transparent;
padding: 0 1em;
}
.dot-under-border {
border-bottom: 5px dotted #fff;
padding-bottom: 3em;
margin-bottom: 3em;
}
.no-underline {
text-decoration: none;
}
.cart-img-header {
position: relative;
top: 80px;
right: -30px;
}
p.cart-number-header {
position: absolute;
top: 35%;
left: 38%;
}
.variations-details-bottom-cart {
width: 85%;
}
.cart-img {
width: 50px;
}
.variations-details-bottom-cart>.variation>.row>.cart-variations {
font-size: 40px;
font-family: 'century_gothicregular';
}
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.cart-variations {
font-size: 38px;
font-family: 'century_gothicregular';
}
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Color,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Color p,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Gender,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Length,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Size,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Length p,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.price-value .woocommerce-Price-amount.amount,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.cart-variations,
body.page-id-7 .variations-details-bottom-cart>.row>.price-label,
body.page-id-7 .variations-details-bottom-cart>.row>.quantity-label {
font-size: 22px;
}
body.page-id-7 .variations-details-bottom-cart .pricing-number,
body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
font-size: 38px !important;
}
body.page-id-7 form p {
font-size: 22px;
}
body.woocommerce-cart .text-center {
font-size: 2rem;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
top: 0;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
top: 0;
}
#billing_country {
line-height: 60px;
border: 0px solid #ccc;
box-sizing: border-box;
outline: none;
padding: 0.36rem 0rem;
padding-left: 0rem;
padding-left: 0.66rem;
outline-offset: 0;
border-radius: 10px;
width: 100%;
background-position-x: 99%;
font-family: 'century_gothicbold';
}
body.woocommerce-checkout button#place_order {
width: auto;
font-weight: normal;
font-size: 32px;
line-height: 80px;
padding: 0px 40px;
display: block;
height: auto;
border: 1px transparent;
}
body.woocommerce-checkout .col-8.col-sm-8.text-right.price-value>span.woocommerce-Price-amount.amount>bdi {
color: #fff;
}
body.woocommerce-checkout button#place_order:focus {
outline: none;
border: 0px;
} .totalcheckout,
.grandtotal,
.order-total,
button,
input,
select,
optgroup,
textarea {
color: #1a1818;
}
.col-6.shipping-methods-lists {
padding: 0;
}
.btn.btn-light.rounded-btn.checkout-page-btn {
text-decoration: none;
padding: 0.2em 1.5em; }
body.woocommerce-checkout .btn.btn-light.rounded-btn.checkout-page-btn {
font-size: 25px;
line-height: 40px;
}
.wc_payment_methods.payment_methods.methods {
display: none;
}
body.woocommerce-checkout .woocommerce-checkout-payment label{margin-top: 0;}
.row.edit-remove-btn-checkoutpage>.col {padding: 8px;}
.single-product-review-checkout-page,.cart-subtotal,.woocommerce-shipping-totals,.grandtotal-row {
font-size: 25px;
}
.single-product-review-checkout-page .variation>.row {margin-bottom: 8px;}
body.woocommerce-checkout .single-product-review-checkout-page .variation {
margin-top: 20px;
font-size: 32px;
line-height: 48px;
font-family: 'century_gothicregular';
}
body.woocommerce-checkout .single-product-review-checkout-page,
body.woocommerce-checkout .cart-subtotal,
body.woocommerce-checkout .woocommerce-shipping-totals,
body.woocommerce-checkout .grandtotal-row {
font-size: 26px;
line-height: 54px;
font-family: 'century_gothicbold';
}
body.woocommerce-checkout .single-product-review-checkout-page {line-height: 23px !important;}
.woocommerce-shipping-totals.shipping {margin-top: 0 !important;}
.shipping-cost-section,.shipping-methods-lists {
font-size: 40px;
color: #1a1818;
font-family: 'century_gothicbold';
}
.shop_table.shop_table_responsive>tbody,
.shop_table.shop_table_responsive>td {
border: 0;
}
.cart-img-header {
width: 55px;
height: 55px;
left: 13px;
margin-top: 15px;
display: flex;
justify-content: center;
border: 4px solid white;
color: white;
border-radius: 5px;
}
.cart-img-header p.cart-number-header {
font-size: 16pt;
font-family: 'century_gothicbold' !important;
color: black !important;
font-weight: normal;
}
.woocommerce-EditAccountForm.edit-account>p>label,
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide>label,
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide>span {
width: 100%;
text-align: left;
}
.woocommerce-EditAccountForm.edit-account>p>input,
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide>span>input {
width: 100% !important;
border-radius: 13px !important;
background-color: #ffffff !important;
margin-bottom: 5px !important;
}
p.cart-number-header {
align-self: center;
margin-bottom: 0;
position: static;
}
.woocommerce-shipping-methods>li {
line-height: 1.5;
display: flex;
margin-bottom: 15px;
align-items: center;
}
.body.woocommerce-checkout .woocommerce-shipping-methods>li {margin-bottom: 35px;}
.woocommerce-shipping-calculator {
display: none;
}
.woocommerce-shipping-totals.shipping>td {
padding: 0;
border: 0;
}
body.woocommerce-cart table.shop_table.shop_table_responsive tr {
border: 0;
}
a.btn:focus {
box-shadow: none;
}
#cart-proceed-btn {
color: black;
}
body.page-id-7 #cart-proceed-btn {
color: black;
height: 58px;
width: 185px;
text-align: center;
padding: 0 !important;
font-size: 24px;
line-height: 58px;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
padding: 5px;
padding-left: 10px;
font-family: 'century_gothicRegular';
background-color: #fff101;
display: block;
font-weight: 600;
font-size: 11pt;
letter-spacing: 0.5px;
}
table.variations {
margin-bottom: 0;
}
.totalcheckout,
.shop_table.woocommerce-checkout-review-order-table>tfoot>.woocommerce-shipping-totals.shipping,
.grandtotal-row {
font-family: 'century_gothicbold';
font-size: 25px;
}
body.woocommerce-checkout .totalcheckout,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table>tfoot>.woocommerce-shipping-totals.shipping,
body.woocommerce-checkout .grandtotal-row { font-size: 42px;
} body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .price-value .woocommerce-Price-amount.amount bdi {
color: #fff; font-size: 16px;
font-family: 'century_gothicRegular' !important;
}
body.woocommerce-checkout .shipping-label-cart-checkout,
body.woocommerce-checkout #shipping_method .woocommerce-Price-amount {
text-transform: lowercase; font-size: 42px;
font-weight: 700;
}
.woocommerce-Button.button,
.button {
font-family: 'century_gothicbold';
}
.woocommerce-checkout-review-order-table>tfoot>.woocommerce-shipping-totals>td>.row>.shipping-cost-section,
.woocommerce-checkout-review-order-table>tfoot>.woocommerce-shipping-totals>td>.row>.shipping-methods-lists {
font-size: 25px;
}
.row.woocommerce-orders-table__row.woocommerce-orders-table__row--status-order-status.order>div>p {
margin-bottom: 0.3rem;
}
.row.woocommerce-orders-table__row.woocommerce-orders-table__row--status-order-status.order {
margin-bottom: 2em;
}
.title-single-product-cart>h3,
.col-4.col-sm-4.price-label,
.col-4.col-sm-4.quantity-label,
#shipping_method {
text-align: left;
}
body.woocommerce-checkout .cart_item .price-label {
font-family: 'century_gothicregular';
}
::selection {
background-color: #fff !important;
}
#registeration_gender {
padding-left: 12px !important;
width: 96% !important;
}
.shipping-label-cart-checkout {
text-transform: lowercase;
}  .woocommerce-Price-amount.amount bdi {  }  .stock.in-stock {
display: none;
}
body.archive.category .read-more-data-obataimu-pages p,
body.blog .read-more-data-obataimu-pages p {
font-family: 'Nunito', sans-serif;
font-size: 30px;
line-height: 46px;
}
.control-radio .control_indicator::before {
background: transparent;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td,
.quantity-row-single-cart {
padding-bottom: 2em;
}
body.woocommerce-checkout .woocommerce-input-wrapper input#billing_phone {
text-align: left;
outline: none;
border-color: transparent;
}
.bg-dark-tracking {
background: #1d1d1b
}
.col-6.text-right.p-0.border-lines-tracking>p {
margin-bottom: 0.5px;
}
.order-placed-icon {
margin-top: 3em;
}
#billing_state {
line-height: 28px;
border: 0px solid #ccc;
box-sizing: border-box;
outline: none;
outline-offset: 0;
border-radius: 50px;
width: 100%;
background-position-x: 99%;
font-family: 'century_gothicregular';
}
.woocommerce-input-wrapper>select,
span.select2-selection.select2-selection--single,
.select2-selection.select2-selection--single {
line-height: 28px;
background: #fff;
border: 0px solid #ccc;
box-sizing: border-box;
outline: none;
padding: 0.36rem 0.66rem 0.36rem 30px;
outline-offset: 0;
border-radius: 10px;
width: 100%;
height: 55px;
font-family: 'century_gothicregular';
font-size: 16px;
}
.ocwma_close {
font-size: 120px;
font-weight: normal;
position: absolute;
right: 80px;
top: 60px;
height: 25px;
line-height: 26px;
width: 25px;
vertical-align: middle;
text-align: center;
color: #fff;
z-index: 9999999;
border-radius: 50%;
font-family: auto;
font-weight: 300;
}
#oc_edit_shipping_form,
#oc_edit_billing_form {
margin-top: 100px;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button {
margin: auto !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
font-size: 24px !important;
}
#wpforms-form-1140 {
margin-top: 3em !important;
}
.shop-by-dropdown-links.blog-list.show {
font-size: 25px;
}
.prev-link-div {
width: 100%;
text-align: center;
padding: 30px;
border-top: 2px solid #000; }  .order-history-order-number>a {
text-decoration: none !important;
}
.dot-under-border-orders {
letter-spacing: 15px;
font-size: 24px;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.row.text-center.justify-content-center.order-history-view-details>.white-underlined-link {
text-transform: lowercase;
}
.variation-length,
.variation-bottom,
.variation-top { }
.custom-length-variation {
margin-bottom: 0.5em;
font-size: 40px;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
margin-top: 8px;
}
.single-product-review-checkout-page>div>div>.variation-quantity {
display: none;
}
.price-below-quantity,
.variation-custom-length,
.price-value {
font-family: 'century_gothicregular';
font-size: 40px;
}
.single-product-review-checkout-page .variation>.row {
margin-bottom: 0;
}
.myaccount-btn {
width: 100%;
text-decoration: none !important;
}
:required {
background-color: #e2401c;
display: block !important;
font-weight: 300;
font-size: 20px;
letter-spacing: 1px;
padding: 5px;
padding-left: 10px;
}
.save_shipping_address,
.save_billing_address {
display: none;
}
.save_shipping_address.show,
.save_billing_address.show {
display: block;
}
.shipping-section-checkout-field,
.gifting-message-checkout-field,
.additional-info-checkout-form,
.billing-address-title-checkout-form,
.your-information-text {
font-size: 40px;
margin-top: 2em;
margin-bottom: 1em;
}
.yesNoBillingAddress {
width: 100% !important;
border-radius: 13px !important;
background-color: #d1d2d4 !important;
margin-bottom: 5px !important;
line-height: 60px;
padding-left: 15px;
height: 80px;
border: 0px;
outline: 0px;
}
body.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
display: block;
}
.woocommerce-billing-fields {
display: none;
}
html {
scroll-behavior: smooth;
}
body {
text-transform: lowercase;
}
.bar1,
.bar2,
.bar3 {
width: 60px;
height: 5px;
background-color: #000;
margin: 6px 0;
transition: 0.4s;
border-radius: 500px;
}
ul>.submenu.menus>ul>.submenu.menus {
margin-top: 0;
}
.hamburger-button {
display: flex;
flex-direction: column;
justify-content: space-around;
top: 18px;
padding-left: 5px;
}
nav.navbar .hamburger-button {
right: -5px;
}
h3.your-information-heading {
padding-left: 20px; }
h3.your-information-heading {
font-size: 21px;
padding-left: 40px;
}
.billing-address-title-checkout-form {
font-size: 21px;
padding-left: 30px;
margin-top: 80px;
margin-bottom: 0px;
padding-bottom: 20px;
}
h3#order_review_heading {
font-size: 21px;
padding-left: 40px;
}
body.woocommerce-checkout p#billing_email_field>label {
font-size: 21px;
padding-left: 30px;
line-height: 30px;
margin-bottom: 0;
margin-top: 80px;
}
body.woocommerce-checkout span.yes-or-no label { font-size: 21px;
line-height: 30px;
font-family: 'century_gothicregular';
}
.shipping-section-checkout-field {
font-size: 21px;
padding-left: 30px;
}
body.woocommerce-checkout label[for=additional_gift_message] {
font-size: 21px;
padding-left: 30px;
margin-top: 80px !important;
}
body.woocommerce-checkout .cart-subtotal .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .order-total .woocommerce-Price-amount.amount bdi {
color: #1a1818 !important;
}
.white-logo {
display: none;
}
.experimental-top-text {
vertical-align: middle;
}
.experimaental-right-side-text-1 {
height: 100%;
margin: auto;
padding: 5em;
vertical-align: middle;
}
.read-more-btn-details-desktop,
.read-less-details-page {
cursor: pointer;
text-decoration: none;
font-size: 13pt;
font-weight: 700;
margin-top: 50px;
display: inline-block;
text-decoration: underline;
font-family: 'bodonibook';
}
.read-more-btn-details-desktop:hover,
.read-less-details-page:hover {
text-decoration: underline;
}
.tr-category-class-85>.color-variation-td.mobile-table-full-width.experimental-details-page {
padding: 0;
}
.tr-category-class-85>.color-variation-td.mobile-table-full-width.experimental-details-page>.label {
display: none;
}
.image-slider-desktop.experimental-details-page>#carousel-2 {
margin: 0;
}
.image-slider-desktop.experimental-details-page>#carousel-2>ol {
display: none;
} .homepage-text-left {
padding-right: 30px;
}
.homepage-text-right {
padding-left: 30px;
}
.homepage-text,
p,
.popup-paragraph {
font-family: 'century_gothicregular' !important;
font-size: 14pt;
line-height: 22pt;
text-transform: none;
text-align: left;
}
.fabric-content-section p,
.stroke-our-fabrics-paragraph p {
font-family: 'bodonibook' !important;
font-size: 14.5pt;
line-height: 27pt;
text-align: justify;
font-weight: normal;
}
.row.item-card-title.product-title>div>h6>p {
line-height: 1.6 !important;
}
.single-product-review-checkout-page>.variation>div>div>p {
font-size: 32px;
line-height: 1.3;
}
.pricing-text>p {  line-height: 1.3;
text-align: center;
}
.row.item-card-title.product-title>.col-9.him-listings,
.row.item-card-title.product-title>div>h6>p,
.row.item-card-title.product-title>div>h6>p>span,
.row.item-card-title.product-title>div.col-9.him-listings>p,
.row.item-card-title.product-title>div>h6>p>span>bdi {
font-family: 'century_gothicbold' !important;
font-size: 13pt !important;
font-weight: normal !important;
text-align: inherit;
}
.control-radio .color-label-name {
font-family: 'century_gothicBold' !important;
font-size: 13pt;
line-height: 22pt;
font-weight: 600;
}
.col-sm-6.text-center.her-details-page-image-capsule-slider.slider-1-categoryid-84 {
min-width: 100% !important;
}
.btn.btn-light.rounded-btn.women-size-guide,
.btn.btn-light.rounded-btn.shipping {
display: none;
}
.text-center.attributes-selection.experimental-details-page>div>div.attribute_pa_size {
margin-bottom: 25px !important;
}
.btn.btn-light.rounded-btn {
font-family: 'century_gothicbold' !important;
}
.woocommerce-loop-product__title,
.paragraph {
font-family: 'century_gothicbold' !important;
margin: 50px auto 30px; }
.above-subscribe-form,
.her-it-experimental.subscription-form {
display: none;
}
.himherthey-image-capsule-slider>div>ol {
display: none;
}
.page-width {
padding-top: 4.5em;
}
.item-card-title.product-title h6 .price {
line-height: 1 !important;
}
.the-read-more-description>p,
.the-read-more-description,
.read-more-text,
.read-more-text>p {
font-family: 'bodonibook' !important;
font-weight: normal !important; font-size: 14pt;
}
.checkout-inside-paragraph,
.question-text-checkout {
font-family: 'Nunito', sans-serif;
font-weight: 400;
}
.slider-1-categoryid-84>#carousel-1 {
min-width: 100%;
}
body.woocommerce-checkout .totalcheckout,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table>tfoot>.woocommerce-shipping-totals.shipping,
body.woocommerce-checkout .grandtotal-row,
body.woocommerce-checkout .shipping-label-cart-checkout,
body.woocommerce-checkout #shipping_method .woocommerce-Price-amount {
font-weight: normal;
font-size: 18px;
font-family: 'century_gothicregular';
}
select[name=attribute_pa_length] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
background-image: url(//obataimu.com/wp-content/uploads/2020/12/Capture-4.png) !important;
background-repeat: no-repeat !important;
background-position-x: 96% !important;
background-position-y: 0px !important;
background-size: contain !important;
border-radius: 500px;
}
body.postid-584 .experimental-details-page #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label {
border: 5px solid #1a1818 !important;
padding-top: 13px !important;
}
.woocommerce-error {
display: block !important;
text-align: center;
list-style-type: none;
background-color: #fff101;
padding: 10px;
color: black;
font-family: 'century_gothicRegular';
font-size: 14pt;
width: max-content;
margin: auto;
padding: 10px 44px;
border-radius: 50px;
}
ul.woocommerce-error>li {
font-weight: normal;
}
ul.woocommerce-error>li strong {
font-weight: normal !important;
}
.row.variation-row-length,
.row.variation-row-top,
.row.variation-row-bottom { }
div#categoryid-73>div>.prev-link-div,
div#categoryid-128>div>.prev-link-div {
margin-top: 15px !important;
border-top: 2px solid black !important;
}
.back-header:hover,
.back-header:visited {
color: inherit;
}
.her-details-page-image-capsule-slider.slider-1-categoryid-84,
.her-details-page-image-capsule-slider.slider-1-categoryid-128,
.her-details-page-image-capsule-slider.slider-1-categoryid-129,
.her-details-page-image-capsule-slider.slider-1-categoryid-130 {
margin-bottom: 5rem;
}
.readmore-2-it-details#readmore-2 { }
.readmore-2-it-details#readmore-2 p,
.readmore-3-it-details#readmore-3 p { }
.dotted-lines-orders-list {
letter-spacing: 15px;
overflow: hidden;
overflow-wrap: inherit !important;
}
.no-underline {
text-decoration: none !important;
}
.ocwma_select_shipping {
width: 100% !important;
border-radius: 13px !important;
margin-bottom: 5px !important;
line-height: 60px;
padding-left: 15px;
border: 0px;
outline: 0px;
}
.social-media-cart-icon {
position: relative;
}
.cart-number-icons {
position: absolute;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
top: 26px;
font-family: 'century_gothicbold' !important;
text-align: center;
font-size: 20px;
}
.arrow-img {
width: 55px;
padding-top: 5px !important;
}
.read-more-text>div.homepage-readmore-text>p {
font-size: 4.6rem;
line-height: 150px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: left;
color: #1a1818;
font-family: 'century_gothicbold';
width: 90%;
}
.image-filters-enabled .entry .post-thumbnail {
position: static;
margin: 0;
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
filter: none;
}
.image-filters-enabled .entry .post-thumbnail:before {
display: none
}
.image-filters-enabled .entry .post-thumbnail:before,
.image-filters-enabled .entry .post-thumbnail:after {
display: none
}
figure.post-thumbnail {
width: 100%;
margin: 0;
}
.close-header {
width: 50px !important;
}
.her-listing-number.paragraph,
.her-listing-text.text-center.paragraph {
width: max-content;
margin: 0;
font-size: 3.6rem;
line-height: 160px;
}
.her-listing-number.paragraph {
margin-right: 60px;
}
#himherthey .read-more-btn-details-desktop {
font-family: 'bodonibook';
font-size: 13pt !important;
line-height: 22pt !important;
}
.her-listing-text.text-center.paragraph>p {
font-size: 3.6rem !important;
line-height: 150px !important;
}
.page-width.bookworms .her-listing-text.text-center.paragraph>p {
line-height: 100px !important;
margin-bottom: 60px;
}
.td-bottom-text.each-piece-text {
display: none !important;
}
#carousel-2 {
margin-top: 80px;
margin-bottom: 100px;
}
.add-to-cart-single-product.himherthey {
vertical-align: middle;
}
img.hamburgericon {
position: relative;
bottom: -15px;
}
body.home .cart-img-header { }
body.home .full-vw {
min-width: 100vw !important;
left: -60px !important;
}
body.home .navbar,
body.home .red-background {
background-color: #fff !important;
}
body.home figure.wpb_wrapper.vc_figure,
body.home .vc_single_image-wrapper.vc_box_border_grey,
body.home .vc_single_image-wrapper.vc_box_border_grey>img {
min-width: 100% !important;
}
body.home .read-more-memory-page {
margin: 0 !important;
}
body.home .vc_row.wpb_row.vc_row-fluid {
left: 0 !important;
}
body.home .entry-content>.vc_row-full-width.vc_clearfix {
display: none;
}
body.home .entry-content {
padding: 0 !important;
}
body.home .entry-header {
display: none !important;
}
body.home .obataimu-text.vc_row.wpb_row.vc_row-fluid {
margin-bottom: 100px !important;
padding: 0 65px;
margin-top: 60px !important;
}
body.home .obataimu-text-bottom.vc_row.wpb_row.vc_row-fluid {
margin-bottom: 0px !important;
}
.obataimu-text {
margin-bottom: 120px !important;
padding: 0 65px;
margin-top: 80px !important;
}
.home-page-top-spacing {
margin-top: 30px;
}
.home-page-content {
padding: 70px 70px 0;
}
.left-home-para {
padding-right: 40px;
}
.right-home-para {
padding-left: 40px;
}
.home-page-text1,
.home-page-text2 {
padding-bottom: 30px;
}
.obataimu-home-last-text {
padding: 0 50px;
}
@media only screen and (max-width: 767px) {
.mainmenu a:hover {
border-bottom: 9px solid black;
}
#Shipping-and-Exchanges .shipping-heading {
padding-top: 15%;
}
body.woocommerce-view-order .order-history-details-right .pack-of-field {
font-family: 'bodonibook' !important;
margin-bottom: 0px;
}
body.woocommerce-checkout #select2-billing_country-container {
padding-right: 17% !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
width: 100%;
}
.him-her-they-page-section .btn.btn-light.shop-by-archive-btn {
font-size: 13pt;
}
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
width: 200px;
font-size: 24px;
padding: 0.3em 1em;
}
body.woocommerce-cart .shipping-ul-cart-checkout .woocommerce-Price-currencySymbol {
font-size: 25px !important;
font-family: 'century_gothicbold' !important;
}
.woocommerce-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
margin-top: 5%;
}
body.woocommerce-checkout label[for=additional_gift_message] {
font-size: 22px !important;
padding-left: 0px;
margin-top: 0px !important;
text-align: center;
color: black !important;
}
body.woocommerce-checkout .woocommerce-account-fields {
display: none;
}
body.woocommerce-checkout p#billing_email_field>label {
font-size: 22px !important;
padding-left: 0px;
margin-top: 50px;
text-align: center;
padding-bottom: 20px;
color: black !important;
}
body.woocommerce-checkout .col-sm-6.checkout-login-form {
margin-bottom: 78px;
}
body.woocommerce-checkout .col-sm-6.checkout-login-form div a {
font-size: 22px;
}
body.woocommerce-checkout .text-on-login-form>p {
font-size: 28px;
margin-top: 20px;
line-height: 45px;
}
body.home .mobile-small-image>figure>div>img {
max-width: 90%
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login input {
height: 50px;
}
body.home .margin-left-minus-15 {
margin-left: -15px;
text-align: left !important;
}
body.home .margin-right-minus-15 {
margin-right: -15px;
text-align: right !important;
}
body.home .obataimu-text {
margin-bottom: 40px !important;
padding: 0 30px;
margin-top: 50px !important;
}
.home-page-content {
padding: 50px 20px 0px;
margin: 0px;
}
.right-home-para,
.left-home-para {
padding: 0;
}
.obataimu-home-last-text {
padding: 0 30px;
}
.obataimu-home-last-text.mobile-show {
padding: 70px 30px 30px;
}
}
.contact-address-text p.contact-first-text {
padding-bottom: 0px;
margin-bottom: 0px;
text-align: center !important;
font-weight: 700;
}
h1.get-in-touch {
font-size: 80px;
line-height: 80px;
padding-bottom: 60px;
padding-top: 100px;
}
h1.get-in-touch.heading {
font-size: 80px;
line-height: 80px;
padding-bottom: 40px;
padding-top: 80px;
}
.address-1 {
padding-bottom: 120px;
padding-top: 35px;
}
a.explore-our-memory-machine {
font-family: 'century_gothicbold';
padding-bottom: 40px;
display: inline-block;
}
a.explore-our-memory-machine:hover {
text-decoration: underline !important;
}
body.page-template-default .paragraph.my-account {
margin-bottom: 150px;
margin-top: 100px;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
padding-bottom: 5px;
font-size: 34px;
margin-top: 100px;
font-weight: normal;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page:hover {
border-bottom: 3px solid #000;
}
.login-page-form.orders-list .justify-content-center.order-history-view-details {
text-decoration: underline !important;
font-family: 'bodonibook';
font-size: 13pt;
font-weight: bold;
}
body.page-template-default .paragraph.cart-empty {
line-height: 119px;
position: relative;
left: -1px;
}                 @media only screen and (min-width: 768px) {
.obataimu-home-last-text.last-image.mobile-hide {
margin-top: 80px;
margin-bottom: 40px;
}
input[type='checkbox']:after {
height: 45px !important;
width: 45px !important;
}
#categoryid-43 table.variations,
#categoryid-44 table.variations,
#categoryid-45 table.variations,
#categoryid-46 table.variations {
border-bottom: 2px solid #000;
}
} @media only screen and (min-width: 1025px) {
.experimental-listing-text p {
margin-right: 25px;
}
.experimental-listing-text.mobile-hide.read-more-text p {
margin-right: 0px;
margin-left: 25px;
}
.stripe-source-errors ul.woocommerce-error.wc-stripe-error {
width: 240px !important;
padding: 10px 20px !important;
}
.stripe-source-errors ul.woocommerce-error.wc-stripe-error li {
font-size: 11pt !important;
}
} @media only screen and (min-width: 1440px) {
.paragraph {
font-size: 3.6rem;
line-height: 100px;
letter-spacing: -1px;
}
body.archive .page-width .paragraph {
margin-bottom: 50px;
}
body.page-template-default .paragraph {
font-size: 3.6rem;
line-height: 150px;
width: 96%;
margin: 50px 15px 100px;
letter-spacing: -1px;
}
body.page-template-default .paragraph.my-account {
margin-bottom: 150px;
margin-top: 100px;
}
body.home .paragraph {
font-size: 3.6rem;
line-height: 150px;
}
body.archive.category .paragraph,
body.blog .paragraph {
font-size: 80px;
line-height: 145px;
}
body.archive.category .post-page-title {
margin-top: 80px;
font-size: 30px;
line-height: 40px;
text-transform: lowercase;
}
body.blog .post-page-title {
margin-top: 80px;
font-size: 30px;
line-height: 40px;
text-transform: lowercase;
}
body.archive.category .modal-content .post-page-title,
body.blog .modal-content .post-page-title {
margin-top: 150px;
}
} @media only screen and (max-width: 991px) {
body.term-himherthey .products .product-image {
margin-bottom: 32px;
background: transparent;
}
body.term-himherthey .woocommerce-LoopProduct-link .row.item-card-title p {
font-size: 20px !important;
line-height: 21px !important;
}
#categoryid-43 .the-read-more-description>p,
#categoryid-43 .the-read-more-description,
.read-more-text,
.read-more-text>p {
font-family: 'Nunito', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 29px;
}
#categoryid-43 #himherthey.color-variation-td p.td-bottom-text {
position: static !important;
word-break: break-word;
text-align: left !important;
margin: auto !important;
padding-left: 39px;
padding-right: 28px;
}
#categoryid-43 .color-variation-td {
position: relative;
padding: 45px 0px 0 0px;
}
#categoryid-43 #himherthey.mobile-table-full-width.himherthey .label>label,
#categoryid-44 #himherthey.mobile-table-full-width.himherthey .label>label,
#categoryid-45 #himherthey.mobile-table-full-width.himherthey .label>label,
#categoryid-46 #himherthey.mobile-table-full-width.himherthey .label>label,
#categoryid-47 #himherthey.mobile-table-full-width.himherthey .label>label,
#categoryid-48 #himherthey.mobile-table-full-width.himherthey .label>label,
#categoryid-49 #himherthey.mobile-table-full-width.himherthey .label>label {
display: block;
margin-top: 0;
font-size: 30px;
margin-bottom: 50px;
}
#categoryid-43 .himherthey .mobile-paragraph {
border-top: 1px solid #1a1818;
}
#categoryid-43 .himherthey .select-box {
padding: 12px 30px 12px 23px;
}
#categoryid-43 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-43 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-44 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-44 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-45 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-45 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-46 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-46 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-47 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-47 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-48 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-48 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-49 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-49 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
height: 48px !important;
margin-bottom: 17px !important;
}
body.woocommerce-cart table.shop_table.shop_table_responsive tr {
padding-left: 0;
}
table td.product-thumbnail.cart-page-thumbnail.mobile-table-full-width.cart-mobile-td,
table tr.woocommerce-cart-form__cart-item.cart_item {
display: block;
width: 100% !important;
}
.product-name.mobile-table-full-width.cart-mobile-td {
width: 100vw !important;
}
body.page-id-7 .product-name.mobile-table-full-width.cart-mobile-td {
width: 98vw !important;
}
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value {
text-align: left;
}
.variations-details-bottom-cart .quantity .input-text.qty.text {}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
right: 95px !important;
top: -12px !important;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
left: 35px !important;
top: -12px !important;
}
a.remove {
line-height: 1.3em;
}
body.woocommerce-cart .title-single-product-cart h3 {
font-size: 40px;
}
.variations-details-bottom-cart {
width: 100% !important;
}
.row.edit-remove-btn-checkoutpage {
padding: 0 3em;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
padding: 0 3em;
}
tr.cart_item {
margin-bottom: 1em;
}
p.cart-number-header { top: 32%;
left: 27%;
margin: 0px;
}
body.page-template-obataimu-system-template .top-section-heading h1 {
font-size: 28px;
line-height: 34px;
padding-bottom: 100px;
padding-top: 9px;
}
.system-paeg-desktop-top-image {
margin-top: 0px;
margin-bottom: 150px;
}
.our-approach {
font-size: 22px;
line-height: 36px;
margin-top: 1rem;
}
.um-887.um {
max-width: 100% !important;
}
.iframe>iframe {
margin-top: 0em;
}
.shop-by-dropdown-links.blog-list.show>.nav.d-xl-flex.justify-content-start {
margin-bottom: 30px !important;
}
body.page-template-default .paragraph.my-account {
font-size: 40px;
}
#categoryid-84 div#her-details-page.the-read-more-description,
#categoryid-128 div#her-details-page.the-read-more-description,
#categoryid-129 div#her-details-page.the-read-more-description,
#categoryid-130 div#her-details-page.the-read-more-description {
margin-bottom: 60px;
}
} @media only screen and (max-width: 767px) {
.navigation-width .hamburger-button11.active {
right: 20px;
}
.hamburger-button11 {
top: 15px;
}
body.woocommerce-cart #post-7 .entry-title {
font-size: 40px !important;
}
body.woocommerce-cart #post-7 .cart-empty {
font-size: 13pt !important;
margin-bottom: 11% !important;
}
#Womens-Size-Guide .product-popup-content .popup-heading {
font-size: 18pt;
}
#Fabric .modal-body .popup-heading {
margin-top: 0px !important;
padding-top: 0px;
font-size: 24pt;
}
#shipping-and-Exchanges .product-popup-content .shipping-content img.shipping-top-image {
margin-bottom: 0px !important;
}
#shipping-and-Exchanges .product-popup-content .shipping-heading {
padding-bottom: 7px !important;
text-align: center;
font-size: 18pt;
padding-top: 7px !important;
}
#shipping-and-Exchanges .product-popup-content .popup-heading {
display: none;
}
#shipping-and-Exchanges .product-popup-content .shipping-list {
padding-bottom: 7px !important;
}
#shipping-and-Exchanges .product-popup-content .popup-paragraph a b {
font-weight: normal !important;
}
#shipping-and-Exchanges .product-popup-content .shipping-top-image {
max-width: 60%;
}
#Fabric .product-popup-content .fabric-content {
padding-top: 7px;
padding-bottom: 7px;
}
.woocommerce-order-received #wpforms-form-1140 {
margin-top: 1em !important;
}  body.woocommerce-cart .col-8.col-sm-8.text-right.price-value .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
font-size: 14pt !important;
font-family: Arial, Helvetica, sans-serif !important;
}
body.woocommerce-cart .col-8.col-sm-8.text-right.price-value .woocommerce-Price-amount .pricing-number {
font-size: 14pt !important;
font-weight: bold !important;
}
body.woocommerce-cart .variations-details-bottom-cart .col-8.col-sm-8.text-right.price-value .woocommerce-Price-amount .pricing-number {
font-family: 'century_gothicbold' !important;
}
body.woocommerce-cart .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td,
.quantity-row-single-cart {
padding-bottom: 0em;
}
.exp-listing {
padding-top: 5%;
padding-bottom: 15%;
}
.exp-listing-readmore {
border-bottom: 0px solid white;
}
.home-page-text1 p,
.home-page-text2 p {
padding-bottom: 0px;
text-align: left !important;
font-size: 14pt;
line-height: 22pt;
text-transform: none;
}
.homepage-text-left {
padding-right: 0px;
}
.homepage-text-right {
padding-left: 0px;
}
.fashion h2.heading {
font-size: 28px;
line-height: 40px;
margin-bottom: 2rem;
margin-top: 2rem;
}
.desktop-ipad-show {
display: none;
}
.mobile-show {
display: block;
}
.home-page-content-bottom {
padding: 0 15px 30px;
margin: 0px !important;
}
h2.homepage-text {
font-size: 50px;
line-height: 0px;
letter-spacing: 10px;
left: -10px;
}
h3.homepage-text {
font-size: 22px;
line-height: 36px;
text-align: center;
}
.cart-img-header {
position: relative;
top: 32px;
left: 11px;
width: 46px;
}
p.cart-number-header { top: 21%;
left: 36%;
margin: 0px;
font-family: 'century_gothicbold' !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
width: 100%;
padding-bottom: 0px;
}
#categoryid-73 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
#categoryid-73 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
#categoryid-128 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
#categoryid-128 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
width: 100%;
padding-bottom: 0px;
}
.shop-by-dropdown-links.blog-list li a {
margin-left: 0;
margin-right: 1rem;
line-height: 1;
font-size: 18px !important;
}
.nav.d-xl-flex.justify-content-start {
margin: 0;
}
.container-blog {
padding: 0 25px;
}
.shop-by-dropdown-links.blog-list.show {
padding: 0;
}
.shop-by-dropdown-links.blog-list li {
margin-right: 0;
width: max-content;
}
.shop-by-dropdown-links.blog-list.show>.nav.d-xl-flex.justify-content-start {
flex-direction: column;
}
.checkout-contact-container {
padding: 30px;
}
.order-number-text {
margin-bottom: 2rem;
}
.question-text-checkout,
p.checkout-inside-paragraph {
font-size: 18px;
font-family: 'century_gothicRegular' !important;
}
h4.text-center.collaborate-text {
margin-top: 1em;
}
p.checkout-inside-paragraph {
margin-top: 2rem;
}
.yay-text {
padding: 0 0px;
}
a.button.wc-forward.checkout-page-returntohome {
padding-top: 12px;
}
p.order-number-text {
margin-top: 2rem;
}
.quantity {
padding: 0;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
top: -5px !important;
right: 40px !important;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
left: 40px !important;
top: -3px !important;
}
.variations-details-bottom-cart {
width: 100%;
}
body.woocommerce-cart .title-single-product-cart h3 {
text-align: center;
margin-bottom: 0em;
font-size: 24px !important;
line-height: 32px;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity {
width: 85%;
}
a.remove {
padding: 0 1.5em;
}
.variations-details-bottom-cart .quantity .input-text.qty.text {
padding: 8px !important;
}
.quantity-row-single-cart>.col-4.col-sm-4.quantity-label {
text-align: left !important;
} .quantity-row-single-cart {
padding-bottom: 5em;
padding-top: 0em;
}
.col-8.col-sm-8.text-right.price-value>span.woocommerce-Price-amount.amount>bdi {
font-weight: bold;
}
.variations-details-bottom-cart>.variation>div {
height: 2em;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
margin-bottom: 0;
}
.homepage-text-left {
padding-right: 0px;
}
.homepage-text-right {
padding-left: 0px;
}
.shop-by-dropdown-links.blog-list.show>.nav {
margin: 0 !important;
flex-direction: column;
}
.shop-by-dropdown-links.blog-list.show {
padding: 0 !important;
}
body.archive.category .shop-by-dropdown-links.blog-list.show>ul>li>a,
body.blog .shop-by-dropdown-links.blog-list.show>ul>li>a,
.post-page-title,
.read-more-data-obataimu-pages.show {
font-size: 25px !important;
}
body.archive.category .category-post-page,
body.blog .category-post-page,
.date-obataimu-pages,
body.archive.category .read-more-data-obataimu-pages p,
body.blog .read-more-data-obataimu-pages p {
font-size: 22px;
}
body.archive.category .read-more-data-obataimu-pages p,
body.blog .read-more-data-obataimu-pages p {
line-height: 1.5;
}
.date-obataimu-pages {
margin-top: 0;
}
body.page-template-login-page-template .login-background.login-page-background .login-page-form {
padding: 10px;
}
.login-page-form {
padding: 25px;
} .custom-length-variation {
font-size: 19px;
font-weight: bold;
color: #1a1818;
font-family: 'century_gothicbold';
}
.col-5.col-sm-6.text-right.custom-length-variation,
.col-7.col-sm-6.price-label.text-left.custom-length-variation {
line-height: 2.5;
margin-bottom: 0;
}
td.actions {
padding-right: 1.6em;
}
a#cart-proceed-btn {
width: 65%;
}
body.page-id-9 a#cart-proceed-btn {
width: auto;
height: 48px !important;
line-height: 34px;
}
div#her-details-page>p,
.the-read-more-description>p,
.the-read-more-description,
.read-more-text,
.read-more-text>p,
.the-read-more-description {
font-size: 22px !important;
line-height: 1.5 !important;
}
#categoryid-84 div#her-details-page>p {
font-size: 13pt !important;
line-height: 22pt !important;
}
div#her-details-page.the-read-more-description {
font-size: 18px;
}
h1.pricing-text#her-details-page {
margin-bottom: 40px;
}
h1#her-details-page>p>span>bdi {
font-size: 28px;
}
h1#her-details-page>p.price {
margin-bottom: 0;
margin-top: 20px;
}
.btn.btn-light.rounded-btn.how-to-measure-my-length.her-details-page {
padding: 6px 10px;
margin-bottom: 30px;
font-size: 18px;
height: 45px;
}
.btn.btn-light.rounded-btn.returns-and-exchanges.her-details-page {
padding: 6px 15px;
height: 45px;
}
.btn.btn-light.rounded-btn,
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
padding: 0px 25px !important; }
#categoryid-43 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-43 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
height: 48px !important;
line-height: 45px;
}
.btn.btn-light.rounded-btn.returns-and-exchanges,
.btn.btn-light.rounded-btn.how-to-measure-my-length,
.btn.btn-light.rounded-btn.himherthey {
padding: 0px 30px !important;
height: 48px !important;
font-size: 24px;
line-height: 45px;
margin-bottom: 20px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
margin-left: 1em;
padding: 0 30px;
}
#name-radio-btn div.attribute_pa_gender:nth-child(1) {
width: 100%;
margin-left: 0%;
}
#name-radio-btn div.attribute_pa_gender:nth-child(2) {
width: 100%;
margin-right: 0%;
}
#name-radio-btn .inside-attribute_pa_gender input[type="radio"]:checked+label,
#name-radio-btn .inside-attribute_pa_gender label {
width: auto !important;
padding: 0 30px;
font-size: 24px !important;
line-height: 48px !important;
}
#name-radio-btn .attribute_pa_gender label {
margin-top: 20px !important;
}
select[name=attribute_pa_length] {
width: 75%;
}
#categoryid-84 #radio-btn-values {
margin: auto;
width: 90%;
}
.td-bottom-text.each-piece-text.it-details-page {
display: block !important;
font-size: 18px;
}
#categoryid-84 #her-details-page #name-radio-btn label {
padding: 11px 8px !important;
font-size: 17px !important;
}
.mobile-paragraph.experimental-details-page {
padding: 50px 22px !important;
margin: auto !important;
font-size: 25px !important;
line-height: 1.5 !important;
}
.um-field-label label {
font-size: 20px !important;
line-height: 0 !important;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
}
.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form input[type=number],
.um .um-form textarea,
#register_phone_number-887 {
height: 54px !important;
font-size: 16px !important;
margin-bottom: 0px !important; }
.um .um-form select,
.um .um-form #select-gender {
height: 34px !important;
font-size: 16px !important;
margin-bottom: 0px !important;
background-color: #ececee !important;
border-color: #ececee !important;
line-height: 34px;
}
body.page-template-login-page-template .login-background.login-page-background .login-page-form {
padding: 15px;
}
#categoryid-85 #himherthey .read-more-btn-details-desktop.show {
display: none !important;
}
.mobile-paragraph.experimental-details-page {
padding: 50px 30px;
font-size: 25px;
line-height: 1.5;
}
#categoryid-85 .experimental-details-page #name-radio-btn div.attribute_pa_size {
margin-bottom: 0 !important;
}
.add-to-cart-and-qty-btn.experimental-details-page {
margin-bottom: 35px;
}
.login-register-link,
.top-order-history-details {
font-size: 18px !important; }
.login-page-form {
border-radius: 35px !important;
}
#registeration_gender {
height: 28px;
}
nav.woocommerce-MyAccount-navigation.text-center.login-page-form {
padding: 0 !important;
}
nav.woocommerce-MyAccount-navigation.text-center.login-page-form>.paragraph.white,
.login-page-form.orders-list>.paragraph.white,
body.logged-in .woocommerce .login-page-form .paragraph.white {
font-size: 40px !important;
line-height: 1.5 !important;
}
.logout-btn-col.myaccount-page {
margin-bottom: 100px;
margin-bottom: 100px;
background-color: #231f20 !important;
border-radius: 500px;
font-weight: bold;
margin-bottom: 1em;
padding: 0 1em;
font-size: 28px;
font-family: 'century_gothicbold';
background: #fff;
width: auto !important;
height: 49px;
flex: inherit !important;
margin-bottom: 100px;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
font-size: 24px;
margin-top: 0px;
margin-bottom: 100px;
display: inline-block;
border-bottom: 0px
}
.logout-btn-col.myaccount-page a {
color: white;
font-size: 20px;
text-decoration: none !important;
text-align: center;
}
.myAccount-page-welcome {
margin-bottom: 10px;
}
.login-page-form.orders-list,
.text-center.login-page-form.orders-details-page-background {
padding: 20px;
}
.order-number.order-date,
.total-number.total-amount,
h2.woocommerce-column__title.billing-order-history-page,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col>.woocommerce-column__title {
font-size: 13pt;
}
.order-number.order-date {
margin-bottom: 0px;
}
.order-number.order-date>.order-history-order-number,
.total-number.total-amount>.order-history-total-number {
margin-bottom: 0 !important;
}
.row.text-center.justify-content-center.order-history-view-details,
.woocommerce-EditAccountForm.edit-account,
.cart-variations,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-value,
.quantity-row-single-cart,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart .variation .row .text-right p,
.woocommerce-Price-amount,
body.woocommerce-cart .text-right bdi {
font-size: 16px !important;
}
.col-md-6.woocommerce-table__product-total.product-total.order-history-details-right>h4.text-md-left.title {
font-size: 22px;
width: 100%; text-align: left;
margin-top: 10%;
font-family: 'bodonibook' !important;
}
.col-12.text-center.total-order-history,
.col-12.text-center.grand-total-order-history {
font-size: 22px;
}
.variations-details-bottom-order-details,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col>address,
.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
font-size: 13pt !important;
font-family: 'bodonibook' !important;
}
.make-sure-same-size {
font-size: 14px;
margin-top: 10px;
text-align: center !important;
}
.reorder-col {
margin-top: 25px;
text-align: center !important;
}
.reorder-col>a,
address.text-left.order-history-addresses-tag {
font-size: 16px;
}
.row.woocommerce-customer-details {
margin-top: 35px;
}
.td-bottom-text.each-piece-text.it-details-page {
display: block !important;
}
.the-read-more-description#himherthey>div>.read-more-text-mobile.read-more-btn,
.the-read-more-description#himherthey>div>div>.text-center.read-more-icon-uparrow,
.the-read-more-description#himherthey>.read-more-text-new.read-more-btn {
display: none !important;
}
.login-page-form.orders-details-page-background {
padding: 25px;
}
button.woocommerce-Button.button {
padding: 0px 20px !important;
font-size: 16px;
}
#categoryid-43 .the-read-more-description>p,
#categoryid-43 .the-read-more-description,
.read-more-text,
.read-more-text>p {
font-size: 13pt !important;
font-family: 'bodonibook' !important;
letter-spacing: normal;
font-weight: normal;
}
.below-display-name-text,
.single-product-review-checkout-page {
font-size: 16px;
}
#um-submit-btn {
margin-top: 0;
padding: 10px 15px !important;
}
#um-submit-btn {
margin-top: 0;
font-size: 20px !important;
min-width: max-content !important;
padding: 8px 25px !important;
}
.login-background.login-page-background #um-submit-btn {
margin-top: 30px;
padding: 10px 30px 15px !important;
}
.um-col-alt-b a.um-link-alt {
right: auto;
top: -90px;
text-align: center;
display: inline-block !important;
width: 100%;
font-size: 14px;
}
#categoryid-84 .td-bottom-text.each-piece-text.it-details-page {
display: block !important;
}
.text-center.shop-by-dropdown-links>ul.nav.d-xl-flex.justify-content-start.margin-auto {
justify-content: center !important;
}
body.woocommerce-cart .text-center {
font-size: 25px !important;
}
.u-column.woocommerce-Address,
.ocwma_woocommerce-address-fields {
font-size: 15px !important;
}
.row.shipping-button-edit-delete-saved-address>div>.btn {
margin-left: 0 !important;
font-size: 16px !important;
padding: 10px 17px !important;
}
.add-new-address-text {
text-align: center;
font-size: 18px;
margin: 20px 0;
}
.login-background.login-page-background a.do-not-have-account {
font-size: 22px;
}
nav.woocommerce-MyAccount-navigation.text-center.login-page-form>.paragraph.white,
.login-page-form.orders-list>.paragraph.white,
body.logged-in .woocommerce .login-page-form .paragraph.white {
font-size: 38px !important;
}
.u-column.woocommerce-Address {
padding: 15px;
}
body.user-registration-page.woocommerce-account .ocwma_woocommerce-address-fields_field-wrapper>p>span>input {
height: 45px;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses.addresses select {
height: 45px !important;
font-size: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout label *{
font-size: 16px !important;
}
.um-field-select-gender .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #fff !important;
font-family: 'Nunito', sans-serif;
font-size: 16px;
line-height: 54px;
font-weight: 600;
}
.um-field-select-gender .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff !important;
font-size: 16px !important;
line-height: 54px !important;
font-weight: 600;
padding-left: 10px !important;
}
.um .um-form .um-field-select-gender .select2.select2-container .select2-selection {
height: 54px !important;
padding-left: 5px !important;
color: #fff !important;
}
.um .um-form .um-field-select-gender .select2.select2-container .select2-selection .select2-selection__arrow:before {
top: 0px !important;
}
.um-field-select-gender .select2.select2-container .select2-selection .select2-selection__arrow {
left: 100px !important;
top: 22px !important;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses.addresses select {
line-height: 1 !important;
}
.single-product-review-checkout-page>div>div {
font-size: 20px !important;
line-height: 2;
}
.single-product-review-checkout-page>div>div.col-4.col-sm-4.price-below-quantity,
.single-product-review-checkout-page>div>div.col-6.col-sm-6.text-left.cart-variations.variation-custom-length {
padding-right: 0;
}
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="url"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="search"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="range"],
body.woocommerce-checkout input[type="date"],
body.woocommerce-checkout input[type="month"],
body.woocommerce-checkout input[type="week"],
body.woocommerce-checkout input[type="time"],
body.woocommerce-checkout input[type="datetime"],
body.woocommerce-checkout input[type="datetime-local"],
body.woocommerce-checkout input[type="color"] {
height: 50px;
font-size: 16px !important;
margin: 10px 0px !important;
}
.searchform .search-field {
height: 65px;
font-size: 16px !important;
}
.row.text-center.justify-content-center.order-history-view-details,
.woocommerce-EditAccountForm.edit-account,
.cart-variations,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-value,
.quantity-row-single-cart,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart .variation .row .text-right p {
font-size: 16px !important;
} .row.totalcheckout>div,
.col-12.text-center.shipping-methods-lists>div>div,
.grandtotal-row>.col.text-center {
font-size: 25px !important;
}
body.page-id-8 span.checkout-total {
font-weight: normal;
font-family: 'century_gothicBold';
}
body.page-id-8 span.checkout-price {
font-weight: normal;
font-family: 'century_gothicBold';
}
body.page-id-8 span.checkout-price span.woocommerce-Price-currencySymbol {
font-weight: normal;
font-family: 'century_gothicBold';
}
body.page-id-8 span.checkout-price span.pricing-number {
font-weight: normal;
font-family: 'century_gothicBold';
}
body.page-id-8 .shipping-ul-cart-checkout span.pricing-number {
font-weight: normal;
font-family: 'century_gothicBold';
}
body.page-id-8 .woocommerce-Price-amount.amount span.pricing-number {
font-weight: normal;
font-family: 'century_gothicBold';
}
.button.alt.btn.btn-light.rounded-btn.checkout-place-order-btn {
width: 100% !important;
font-size: 20px !important;
padding: 0 !important;
margin: 10px !important;
}
.variation-color,
.variation-color>p,
.variation-size,
.custom-length-variation,
.variation-size>p,
.price-label,
.quantity-label,
.single-product-review-checkout-page,
.price-value>.woocommerce-Price-amount.amount,
body.woocommerce-checkout .btn.btn-light.rounded-btn.checkout-page-btn {
font-size: 25px !important;
font-family: 'bodonibook' !important;
letter-spacing: normal; }
.shipping-section-checkout-field,
.billing-address-title-checkout-form,
.gifting-message-checkout-field,
.additional-info-checkout-form,
.your-information-text {
text-align: center;
font-size: 22px !important;
}
.row.edit-remove-btn-checkoutpage {
margin-top: 15px;
}
.single-product-review-checkout-page>.variation {
margin-top: 0;
}
table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td.product-name {
padding: 0 0px;
}
.single-product-review-checkout-page>div>div>span.woocommerce-Price-amount.amount>bdi {
color: white;
font-size: 20px !important;
}
body.user-registration-page.woocommerce-account span.woocommerce-input-wrapper .select2.select2-container .select2-selection .select2-selection__arrow {
top: -8px !important;
}
span.select2-selection.select2-selection--single {
height: 40px !important;
}
.yesNoBillingAddress,
.ocwma_select_shipping {
height: 45px !important;
font-size: 16px !important;
line-height: 1 !important;
}
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
font-size: 16px;
}
label[for=shipping_method_0_flat_rate2] {
padding-top: 0px;
padding-left: 6px;
}
button#place_order {
font-size: 20px;
}
body.page-template-default.page.page-id-8.logged-in.admin-bar.wp-embed-responsive.theme-twentynineteen.user-registration-page.woocommerce-checkout.woocommerce-page.woocommerce-order-pay.woocommerce-js.singular.image-filters-enabled.wpb-js-composer.js-comp-ver-6.1.vc_responsive.customize-support {
padding: 0 15px !important;
}
.form_option_shipping {
margin: auto;
width: 100%;
border-radius: 500px;
}
body.page-template-obataimu-system-template .top-section-heading h1 {
font-size: 28px;
line-height: 34px;
padding-bottom: 100px;
padding-top: 45px;
}
body.archive.category .page-width,
body.blog .page-width {
padding: 0 0px;
}
body.archive.category .page-width>.iframe,
body.blog .page-width>.iframe {
padding: 0 0px;
}
body.archive.category .page-width .shop-by-dropdown-links.blog-list,
body.blog .page-width .shop-by-dropdown-links.blog-list {
padding: 0 0px !important;
}
body.archive.category .paragraph,
body.blog .paragraph {
font-size: 40px;
line-height: 1.5;
margin: 0px auto 50px;
}
body.archive.category .shop-by-dropdown-links.blog-list.show>ul>li>a,
body.blog .shop-by-dropdown-links.blog-list.show>ul>li>a {
font-size: 22px !important;
margin: 0 10px 0 0 !important; }
body.archive.category #primary #main article .page-width,
body.blog #primary #main article .page-width {
width: auto;
margin: 0 0;
padding-left: 0px !important;
padding-right: 0px !important;
}
body.archive.category .post-page-title,
body.blog .post-page-title {
margin-top: 40px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
body.archive.category .page-width .page-width,
body.blog .page-width .page-width {
padding-bottom: 80px !important;
}
body.archive.category #primary #main article:last-child .page-width .page-width,
body.blog #primary #main article:last-child .page-width .page-width {
padding-bottom: 0px !important;
}
body.archive.category .read-more-post-page.show,
body.blog .read-more-post-page.show {
font-size: 15px;
line-height: 15px;
display: inline-block;
width: auto !important;
}
.modal-dialog {
margin: 30px 20px;
}
body.archive.category .modal-content .post-page-title,
body.blog .modal-content .post-page-title {
margin-top: 100px;
}
body.home .read-more-btn-home {
font-size: 13pt;
cursor: pointer;
}
body.home .home-page-content-text2 .read-more-text>.vc_column-inner {
padding-top: 0px;
}
h1.get-in-touch {
font-size: 28px;
line-height: 2rem;
padding-bottom: 20px;
padding-top: 40px;
}
.address-1 h1.get-in-touch {
padding-left: 20%;
padding-right: 20%;
}
h1.get-in-touch.heading {
font-size: 36px;
line-height: 2rem;
padding-bottom: 0px;
padding-top: 40px;
}
.contact-address-text {
width: 80%;
margin: auto;
padding: 10px 0;
text-align: left;
}
.contact-address-text p {
text-align: center !important;
}
.contact-address-text .span1 {
float: left;
display: inline-block;
width: 22%;
}
.contact-address-text .span2 {
float: left;
display: inline-block;
width: 100%;
font-size: 13pt;
}
.contact-address-text p.contact-first-text {
padding-bottom: 20px;
display: inline-block;
text-align: center !important;
font-weight: 700;
width: 100%;
font-size: 13pt;
}
.contact-seond-text {
padding-top: 50px;
display: inline-block;
}
.address-1 {
padding-bottom: 0px;
padding-top: 35px;
}
.explore-our-memory-machine {
padding-bottom: 0px;
}
.get-in-touch-arrow-image img {
width: 40% !important;
margin: auto;
}
a.explore-our-memory-machine {
padding-bottom: 10px;
}
body.page-template-login-page-template h1.paragraph {
font-size: 2rem;
line-height: 1.5;
display: inline-block;
margin-bottom: 0px !important;
}
h1:not(.site-title):before,
h2:before {
display: none;
}
.paragraph {
font-size: 28px;
line-height: 2rem;
}
.login-page-form.orders-list h1.paragraph.text-center {
font-size: 40px;
margin-bottom: 60px;
}
.login-page-form.orders-list>.row {
margin-left: 30px;
margin-right: 30px;
}
.login-page-form.orders-list p.order-history-order-number,
.login-page-form.orders-list p.order-history-order-date,
.login-page-form.orders-list p.order-history-total-number,
.login-page-form.orders-list p.order-history-total-amount,
.login-page-form.orders-list p.order-history-total-amount .woocommerce-Price-amount.amount bdi {
font-size: 13pt !important;
line-height: 30px;
text-align: left !important;
}
.login-page-form.orders-list .justify-content-center.order-history-view-details a {
font-size: 13pt;
line-height: 30px;
font-family: 'bodonibook';
font-weight: 700;
}
body.archive .woocommerce-LoopProduct-link .her-listing-number,
body.archive .her-listing-text.text-center.paragraph>p {
font-size: 28px !important;
line-height: 2rem !important;
padding-bottom: 90px;
}
#her-details-page .product_title.paragraph {
font-size: 28px !important;
line-height: 2rem !important;
margin-top: 50px;
font-weight: normal;
}
#categoryid-84 #her-details-page .product_title.paragraph,
#categoryid-128 #her-details-page .product_title.paragraph,
#categoryid-129 #her-details-page .product_title.paragraph,
#categoryid-130 #her-details-page .product_title.paragraph {
margin-bottom: 15px;
}
#categoryid-73 #her-details-page .product_title.paragraph {
padding-top: 50px;
}
#categoryid-73 h1.pricing-text#her-details-page {
margin-bottom: 70px;
}
#categoryid-73 h1#her-details-page>p.price {
margin-top: 0px;
}
#categoryid-128 #her-details-page .product_title.paragraph {
padding-top: 0px;
}
#categoryid-128 h1#her-details-page>p.price {
margin-top: 0px;
}
#himherthey .product_title.paragraph {
font-size: 28px !important;
line-height: 2rem !important;
margin-bottom: 0px;
margin-top: 50px;
}
.packof-text {
font-size: 28px;
}
h1.packof-text {
font-size: 26px;
}
body.archive .product .her-listing-number.paragraph {
margin-right: 20px;
position: relative;
top: 6px;
}
#categoryid-84 span.read-more-btn.read-more-btn-details-desktop.read-more-description-single-details.show {
margin-top: 0px;
}
.read-more-btn-details-desktop,
.read-less-details-page {
margin-bottom: 70px;
margin-top: 70px;
}
#categoryid-84 div#her-details-page.the-read-more-description,
#categoryid-128 div#her-details-page.the-read-more-description,
#categoryid-129 div#her-details-page.the-read-more-description,
#categoryid-130 div#her-details-page.the-read-more-description {
margin-bottom: 60px;
}
#categoryid-84 .pricing-text#her-details-page,
#categoryid-128 .pricing-text#her-details-page,
#categoryid-129 .pricing-text#her-details-page,
#categoryid-130 .pricing-text#her-details-page {
margin-bottom: 60px;
}
#categoryid-84 .pricing-text#her-details-page>p,
#categoryid-128 .pricing-text#her-details-page>p,
#categoryid-129 .pricing-text#her-details-page>p,
#categoryid-130 .pricing-text#her-details-page>p {
margin-top: 0px;
}
#categoryid-84 .readmore-2-it-details#readmore-2 {
margin-top: 0;
} #categoryid-84 .capsule-image-slider#her-details-page {
padding: 0;
padding-bottom: 100px;
}
#categoryid-84 .readmore-3-it-details#readmore-3 {
margin-bottom: 0px
}
#her-details-page .her-details-page-image-capsule-slider.slider-1-categoryid-84,
#her-details-page .her-details-page-image-capsule-slider.slider-1-categoryid-128,
#her-details-page .her-details-page-image-capsule-slider.slider-1-categoryid-129,
#her-details-page .her-details-page-image-capsule-slider.slider-1-categoryid-130 {
margin-bottom: 60px;
}
#categoryid-84 #her-details-page .td-bottom-text.each-piece-text#her-details-page {
display: none !important;
}
#categoryid-84 .two-images-it-page .col-sm-6:nth-child(1) img {
margin-bottom: 50px;
}
#categoryid-84 .two-images-it-page,
#categoryid-128 .two-images-it-page,
#categoryid-129 .two-images-it-page,
#categoryid-130 .two-images-it-page {
margin-bottom: 60px;
}
.control-radio .color-label-name {
font-size: 10pt;
line-height: 13pt;
}
.page-width.him-her-they-page-section {
padding-top: 0px;
}
.him-her-they-page-section .mobile-list-1>div,
.him-her-they-page-section .mobile-list-3>div {
margin-right: 0px;
}
.him-her-they-page-section .mobile-list-2>div,
.him-her-they-page-section .mobile-list-4>div {
margin-left: 0px;
}
.him-her-they-page-section .row.products {}
.him-her-they-page-section .row.products .product {
padding: 0px;
margin: 20px auto 0;
}
.him-her-they-page-section .product-image {
margin: 50px auto 0;
}
.him-her-they-page-section>.row.products {
width: 100%;
margin: 0px auto 0;
}
.him-her-they-page-section>.row>.col>.paragraph.mb-0 {
font-size: 27px; line-height: 2rem;
display: inline-block;
margin-bottom: 40px !important;
}
.him-her-they-page-section .mobile-short-description-heading {
font-size: 42px;
line-height: 2.5rem;
margin-bottom: 150px;
}
nav.menu ul.submenu ul.submenu>li>a {
font-size: 16px;
}
.him-her-they-page-section .read-more-btn.him-her-they-final {
margin-top: 50px !important;
}
.him-her-they-page-section .read-more-icon-uparrow.him-her-they-final {
padding-top: 50px;
margin-bottom: 0px;
}
.him-her-they-page-section .shop-by-dropdown-links>ul>li>a {
margin: 0 24px 0 14px !important;
font-size: 24px !important;
line-height: 24px;
}
.him.numbered-listing-page,
.her.numbered-listing-page {
margin-left: 50px !important;
margin-right: 50px !important;
}
.experimental-listing-text .read-more-btn.show {
cursor: pointer;
margin-left: 0px;
position: relative;
text-align: center;
width: 100%;
top: 20px;
left: 0;
font-size: 13pt;
line-height: 22pt;
text-decoration: underline;
margin-top: 0px;
margin-bottom: 0px;
}
.experimental-listing-text .read-more-btn.show span {
text-decoration: underline;
}
.experimental-listing-text .read-more-text-new {
margin-top: 50px;
margin-bottom: 0px;
}
.page-width.experimental-listing-below-text {
padding-bottom: 50px;
}
.two-images-it-page {
padding: 0 0px;
margin-top: 50px;
}
.two-images-it-page .it-left-image {
float: left;
width: 100%;
margin-bottom: 30px;
}
.two-images-it-page .it-right-image {
float: right;
width: 100%;
margin-bottom: 0px;
}
body.page-template-default .paragraph.my-account {
margin-bottom: 0;
margin-top: 0;
padding: 80px 0 50px;
font-size: 40px;
}
.woocommerce-MyAccount-navigation a.btn.btn-light.edit-profile,
.woocommerce-MyAccount-navigation a.btn.btn-light.order-tracking,
.woocommerce-MyAccount-navigation a.btn.btn-light.order-history,
.woocommerce-MyAccount-navigation a.btn.btn-light.saved-addresses {
width: auto; font-size: 24px;
padding-bottom: 2px !important;
}
} @media only screen and (max-width: 600px) {
.col-2.col-sm-2.her-listing-number {
text-align: left !important;
padding-left: 20px;
}
.color-variation-td.mobile-table-full-width.her-details-page>#radio-btn-values {
margin-left: 0 !important;
padding-right: 0px;
padding-left: 0px;
}   .woocommerce-cart-form__cart-item.cart_item {
padding: 0 1.2em;
}
.cart-mobile-td {
padding: 0 1.2em !important;
}
.cart-variations,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-value,
.quantity-row-single-cart,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart .variation .row .text-right p,
.woocommerce-Price-amount {
font-size: 20px !important;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
padding: 0;
}
.row.edit-remove-btn-checkoutpage {
padding: 0 !important;
}
a.remove {
background-size: 20px;
padding: 0 1.2em;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
top: -5px !important;
right: 15px !important;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
left: 15px !important;
top: -3px !important;
}
body.woocommerce-cart bdi {
font-size: 25px;
}
.btn.btn-light.rounded-btn.checkout-page-btn {
font-size: 20px !important;
}
.btn.btn-light.rounded-btn.checkout-page-btn {
padding: 0 !important;
}
body.woocommerce-checkout a.btn.btn-light.rounded-btn {
height: max-content;
width: 80%;
}
body.woocommerce-checkout div#order_review {
padding: 0px;
}
} @media only screen and (max-width: 375px) {
.variations-details-bottom-cart .quantity .input-text.qty.text {
padding: 0 !important;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-up {
top: -13px !important;
right: 12px !important;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity-nav .quantity-button.quantity-down {
top: -15px !important;
left: 12px !important;
}
a.remove {
padding: 0px 30px !important;
line-height: 36px !important;
}
body.woocommerce-checkout a.btn.btn-light.rounded-btn {
height: max-content;
width: 90%;
}
} @media only screen and (max-width: 320px) {
a.remove {
padding: 0 20px !important;
}
body.woocommerce-cart .variations-details-bottom-cart .quantity {
width: 100%;
}
}  .save-address-page {
width: 100%;
margin: 0 auto 0px !important;
}
.pack-of-field {
font-family: 'century_gothicBold' !important;
font-weight: normal !important;
} .um.um-password.um-um_password_id input::placeholder {
color: #ffffff !important;
opacity: 1; }
.um.um-password.um-um_password_id input:-ms-input-placeholder { color: #ffffff !important;
}
.um.um-password.um-um_password_id input::-ms-input-placeholder { color: #ffffff !important;
}
.woocommerce-order-pay article#post-8,
body.woocommerce-order-received .woocommerce-order h1 { }
#Shipping-and-Exchanges .shipping-top-image,
.shipping-content .shipping-top-image {
width: 30% !important;
}
.product-quantity-number {
font-size: 16px; line-height: 54px;
} .get-in-touch-arrow-image {
display: none;
}
#product-4037 .product_title {
margin: 50px auto 30px;
}
.im {
color: black !important;
}
#select-gender .custom-select-trigger {
font-weight: 600 !important;
}
body.home .home-page-text {
padding-top: 4%;
}
body.home .home-page-text .top-heading {
font-size: 36px;
line-height: 16px;
padding-bottom: 0%;
}
body.home .home-page-text .bottom-heading {
font-size: 36px; padding-bottom: 2%;
}
body.obataimu-home-last-text {
text-align: center;
}
body.home .home-page-text1,
body.home .home-page-text1 p,
.home-page-text2 {
text-align: justify;
font-size: 14.5pt;
line-height: 27pt;
font-family: 'bodonibook' !important;
font-weight: normal;
letter-spacing: normal;
}
.return-to-shop {
font-family: 'century_gothicbold' !important;
font-size: 20pt;
}
.him-her-they-page-section .mobile-list-6>div,
.him-her-they-page-section .mobile-list-8>div {
margin-right: 50px;
}
.him-her-they-page-section .mobile-list-7>div,
.him-her-they-page-section .mobile-list-9>div {
margin-left: 50px;
}
.him-her-they-page-section .mobile-list-11>div,
.him-her-they-page-section .mobile-list-13>div {
margin-right: 50px;
}
.him-her-they-page-section .mobile-list-12>div,
.him-her-they-page-section .mobile-list-14>div {
margin-left: 50px;
}
.him-her-they-page-section .mobile-list-16>div,
.him-her-they-page-section .mobile-list-18>div {
margin-right: 50px;
}
.him-her-they-page-section .mobile-list-17>div,
.him-her-they-page-section .mobile-list-19>div {
margin-left: 50px;
}
body.product_cat-himherthey .screen-reader-text .input-text {
color: black !important;
}
.shop-by-dropdown-links ul li a:hover {
border-bottom: 3px solid black;
}
.get-in-touch-arrow-image a:hover {
text-decoration: none !important;
}
body.woocommerce-edit-address .login-page-form {
background-color: #1a1818;
border-radius: 75px;
color: white;
padding: 2em 2em;
text-align: center;
width: 85%;
margin: 0 auto 200px;
}
.save-address-page .ocwma_bill_table .billing-label {
font-family: 'bodonibook';
font-weight: bold;
}
.save-address-page .ocwma_bill_table td {
font-family: 'bodonibook';
}
#her-details-page .woocommerce-Price-currencySymbol {
font-size: 13pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
body .product_cat-they #himherthey .woocommerce-Price-currencySymbol {
font-size: 14pt;
font-family: Arial, Helvetica, sans-serif !important;
font-weight: normal;
}
body .product_cat-they #himherthey .pricing-number {
font-size: 14pt;
font-family: 'century_gothicBold' !important;
font-weight: normal;
}
body.woocommerce-cart .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
font-size: 40px !important;
font-family: Arial, Helvetica, sans-serif !important;
}
body.woocommerce-cart .variations-details-bottom-cart .pricing-number {
font-size: 40px !important;
font-family: 'century_gothicregular' !important;
font-weight: normal !important;
} body.page-id-7 .cart-collaterals .cart_totals #card-total-id .woocommerce-Price-currencySymbol {
font-weight: bold;
}
body.page-id-7 .shipping-ul-cart-checkout #shipping_method .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-weight: bold !important;
} body.woocommerce-cart #cart-shipping-font {
font-size: 40px !important;
font-family: 'century_gothicbold' !important;
}
.cart-collaterals .shipping-ul-cart-checkout{padding: 0 35px;}
body.woocommerce-cart .shipping-ul-cart-checkout .woocommerce-Price-currencySymbol {
font-size: 40px !important;
font-family: Arial, Helvetica, sans-serif !important;
font-weight: normal !important;
}
body.woocommerce-cart .shipping-ul-cart-checkout .pricing-number {
font-size: 40px !important;
font-family: 'century_gothicBold' !important;
font-weight: bold;
}
#her-details-page .pricing-number,
#himherthey .pricing-number,
#him-details-page .pricing-number,
#they-details-page .pricing-number {
font-size: 14pt;
font-family: 'century_gothicBold' !important;
font-weight: normal;
}
.orders-list .order-history-total-amount .woocommerce-Price-currencySymbol {
font-size: 13pt;
font-family: Arial, Helvetica, sans-serif;
}
.orders-list .order-history-total-amount .pricing-number {
font-size: 13pt;
font-family: 'bodonibook' !important;
font-weight: normal;
}
.page-template-himherthey-php .woocommerce-Price-currencySymbol {
font-size: 13pt;
font-family: Arial, Helvetica, sans-serif;
}
.page-template-himherthey-php .pricing-number {
font-size: 13pt;
font-family: 'century_gothicBold' !important;
font-weight: bold;
}
#billing_country {
margin-top: 3%;
width: 100% !important;
border-radius: 500px !important;
background-color: #d1d2d4 !important;
margin-bottom: 5px !important;
height: 55px;
font-family: 'century_gothicregular';
font-size: 12pt;
padding-left: 20px;
padding-top: 8px;
line-height: 38px;
font-weight: 300;
padding-left: 30px;
}  .home .home-page-text1 p {
text-align: justify;
}
.home .home-page-text2 p {
text-align: justify;
}
input#wpforms-1140-field_11,
input#wpforms-1140-field_8 {
color: white;
}
.home .home-page-text3 p {
text-align: justify;
}
.home .home-page-text4 p {
text-align: justify;
}
.page-template-obataimu-system-template .top-section-heading h1 {
display: none;
}
.item-card-title.product-title.her-listings.d-flex>div>.woocommerce-loop-product__title {
border-bottom: 8px solid transparent;
text-transform: lowercase;
}
.item-card-title.product-title.her-listings.d-flex>div>.woocommerce-loop-product__title:hover {
text-decoration: underline;
text-underline-position: under;
}
.listing-extra-paragraph{margin: 70px 0 20px;}
.listing-extra-paragraph p{ margin: 0; font-size: 14pt; font-weight: bold;}
@media (max-width: 768px){
.listing-extra-paragraph{margin: 30px 0 0px;}
} input[type='checkbox'] {
margin-top: -30px;
}
input[type='checkbox'] {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeSpeed;
width: 13px;
height: 13px;
margin: 0;
margin-right: 1px;
display: block; cursor: pointer;
}
input[type='checkbox']:after {
content: "";
vertical-align: baseline;
text-align: center;
line-height: 47px;
position: absolute;
cursor: pointer;
height: 55px;
width: 56px;
left: 0;
top: 0;
font-size: 55px;
box-shadow: none !important;
}   .modal-2-image-desktop {
width: 100% !important;
}
.section-1-image { }
.section-3-image { }
.section-4-image { }
#her-details-page.woocommerce-Price-amount .bdi span {
font-family: Arial, Helvetica, sans-serif;
}
#her-details-page.woocommerce-Price-amount.amount bdi {
font-family: 'century_gothicbold' !important;
}
.save-address-page .saved-address-text {
font-family: 'century_gothicbold' !important;
}
.save-address-page .ocwma_table_ship {
font-size: 14pt;
}
.save-address-page .ocwma_table_ship .shipping-label {
font-family: 'bodonibook';
font-weight: bold;
}
.save-address-page .ocwma_table_ship td {
font-family: 'bodonibook';
}
.trash-btn-save-address {
display: none;
}  .obataimu-system-image2 img {
margin-top: 10%;
}
.obataimu-system-image3 img {
width: 100% !important;
}
.page-template-obataimu-system-template .modal-body .fashion img {
padding-right: 50px;
padding-left: 50px;
}
#select2-billing_country-container {
background: #d1d2d4;
}
#wpforms-1140-field_8::placeholder {
color: #b4b6b4;
}
#wpforms-1140-field_11::placeholder {
color: #b4b6b4;
}
.woocommerce-cart .checkout-place-order-btn {
line-height: 48px;
padding: 0.2em 2em !important;
margin-top: 4% !important;
}
.fabric-content-section {
margin-top: 20px !important;
}
.single-product-description p {
text-align: justify;
}
.him-her-they-page-section p {
text-align: justify;
}
.page-template-himherthey .paragraph {
line-height: 140px;
margin-bottom: 80px !important;
text-align: left;
}
.tracking-order-lists {
font-size: 22pt;
}
.view-order-details {
letter-spacing: -1px;
}
.order-number-order-amount .price-sign {
font-size: 13pt;
font-family: Arial, Helvetica, sans-serif;
}
.order-number-order-amount .price-amount {
font-family: 'bodonibook';
font-size: 13pt;
}
.orders-details-page-background {
width: 85%;
margin: 0 auto 200px !important;
}
.orders-list {
width: 85%;
margin: 0 auto 200px !important;
}
.orders-list {
padding: 2em 3em 5em 3em !important;
}
.woocommerce-MyAccount-navigation {
width: 85%;
}
.page-template-login-page-template .paragraph {
margin: 32px 0px 120px 0px;
letter-spacing: -1px;
}
body.page-template-terms-and-conditions-php .login-page-background {
margin-bottom: 0em;
}
.terms-page-form {
padding-bottom: 140px !important;
}
#terms-and-condition-text {
margin-bottom: 140px !important;
}
.terms-page-form p.para-heading {
margin-top: 75px !important;
}
.page-template-memorymachine .readmore-readless-section p {
text-align: justify;
margin-bottom: 2rem;
}
.experimental-listing-below-text {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.experimental-listing-text p {
text-align: justify;
}
body .woocommerce-checkout #shipping_state {
margin: 20px 0px 0px;
}
.dotted-lines-orders-list-div:last-child {
display: none;
}
.woocommerce-view-order .total-order-history {
display: none;
}
.woocommerce-view-order .grand-total-order-history {
display: none;
}
.woocommerce-view-order .dotted-lines-orders-list {
display: none;
}
body.woocommerce-checkout .status-publish {
background: white;
width: 85%;
margin: auto !important;
border-radius: 75px;
padding: 100px 50px 0px;
margin-top: 5em !important;
}
body.woocommerce-checkout .status-publish .underline {
font-size: 32px;
}
.saved-address-text {
font-family: 'bodonibook' !important;
}
#categoryid-45 .mwb_wrma_exchange_wrapper {
display: none;
}
.last-add-to-cart-section table td,
table th {
vertical-align: top;
}
#carousel-2 .carousel-inner {
width: 90%;
margin: auto;
border: 2px solid #000;
}
.shipping-cost-section,
.shipping-methods-lists {
color: black;
}
#categoryid-128 .shipping-and-Exchanges {
background-color: black;
color: white;
}
body.woocommerce-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
width: 100% !important;
} body .woocommerce-checkout .product-quantity-number {
font-size: 12pt !important;
line-height: 28px;
}
.single-product-review-checkout-page>.row.variation-row-quantity-new.new-quantity-style:nth-child(2) {
margin-top: 20px;
}
.new-quantity-price {
line-height: 28px;
display: flex;
justify-content: center;
}
@-moz-document url-prefix() {
.mainmenu a:hover {
text-decoration: underline !important;
border: none !important;
}
nav.navigation ul.mainmenu>li>a span:hover,
nav.navigation ul.mainmenu>li>a p:hover {
text-decoration: underline;
text-underline-position: under;
}
ul li a.active:hover {
text-decoration: underline !important;
}
.her-listings .paragraph {
width: auto;
}
.mainmenu a {
display: inline-block;
}
.cart-number-icons {
right: 13px;
}
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
width: 85%;
}
.woocommerce-checkout .variation .variation-row-Color,
.woocommerce-checkout .variation .variation-row-gender,
.woocommerce-checkout .variation .variation-row-size,
.woocommerce-checkout .variation .variation-row-length {
display: flex !important;
}
}
.woocommerce-checkout-review-order-table .woocommerce-checkout-review-order-table {
color: white;
}
.him-her-they-page-section #readmore-btn p {
font-family: 'bodonibook' !important;
font-weight: normal !important;
}
.order-review-page-details-design .totalcheckout {
color: black !important;
}
body.woocommerce-checkout .cart-subtotal .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .order-total .woocommerce-Price-amount.amount bdi {
color: black !important;
font-size: 18px;
font-family: 'century_gothicregular' !important;
}
body.woocommerce-checkout .order-total .woocommerce-Price-amount.amount bdi {
font-weight: 500;
}
.woocommerce-cart-form.shipping-label-cart-checkout {
color: white;
}
.grandtotal-row {
color: black;
}
.shipping-ul-cart-checkout { margin-top: 65px;}
.um-s1 {
padding: 10px 20px 8px 25px !important;
border-radius: 500px !important;
}
.um-s1 {
width: 93% !important;
height: 50px !important;
color: #666666;
line-height: 80px;
letter-spacing: -1px;
font-family: 'century_gothicregular' !important;
}
.custom-select-wrapper {
position: relative;
display: block;
user-select: none;
}
.custom-select-wrapper select {
display: none !important;
opacity: 0 !important;
}
.um-s1 {
position: relative;
display: inline-block;
}
.um-s1 .custom-select-trigger {
position: relative;
display: block;
width: 100%;
padding: 0 0px 0 8px;
font-weight: normal;
font-size: 20px;
font-family: 'Nunito', sans-serif !important;
line-height: 50px;
border-radius: 4px;
cursor: pointer;
color: black;
transition: all 0.3s;
text-align: left;
text-transform: none;
}
.um-s1 .custom-select-trigger:after {
right: 50px !important;
}
.custom-select-trigger:hover {
background-color: transparent;
transition: all 0.3s;
}
.custom-select-trigger:after {
position: absolute;
display: block;
content: '';
width: 15px;
height: 15px;
top: 50%;
right: 25px;
margin-top: -3px;
border-bottom: 1px solid #5f5f5f;
border-right: 1px solid #5f5f5f;
transform: rotate(45deg) translateY(-50%);
transition: all 0.4s ease-in-out;
transform-origin: 50% 0;
}
.um-s1.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
position: absolute;
display: block;
top: 98%;
left: 0;
right: 0;
margin: 0px 0;
border: 1px solid #b5b5b5;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
background: #fff;
transition: all 0.4s ease-in-out; opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-15px);
}
.um-s1.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateY(0);
z-index: 999;
} .option-hover:before {
background: #f9f9f9;
}
.custom-option {
position: relative;
display: block;
padding: 0 22px;
border-bottom: 1px solid #b5b5b5;
font-size: 28px;
font-weight: 600;
color: black;
line-height: 47px;
cursor: pointer;
font-family: 'century_gothicbold' !important;
text-align: left;
transition: all 0.15s ease-in-out;
}
.custom-option:first-of-type {
border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
background: #f2f0f0;
} .wapf-input {
border: none;
width: 80%;
padding: 20px 20px 20px 25px;
border-radius: 15px;
font-weight: bold;
font-size: 24px;
line-height: 24px;
display: inline-block;
font-family: 'century_gothicbold';
background: #fff;
outline: 0px;
}
.wapf-input {
padding: 8px 20px 8px 25px !important;
border-radius: 500px !important;
}
.custom-select-wrapper {
position: relative;
display: block;
user-select: none;
}
.custom-select-wrapper select {
display: none;
}
.wapf-input {
position: relative;
display: inline-block;
}
.custom-select-trigger {
position: relative;
display: block;
width: 100%;
padding: 0 84px 0 22px;
font-weight: bold;
font-size: 28px;
font-family: 'century_gothicbold';
line-height: 50px;
border-radius: 4px;
cursor: pointer;
margin-left: 0px;
transition: all 0.3s;
text-align: left;
}
.custom-select-trigger:hover {
background-color: transparent;
transition: all 0.3s;
}
.custom-select-trigger:after {
position: absolute;
display: block;
content: '';
width: 15px;
height: 15px;
top: 50%;
right: 25px;
margin-top: -3px;
border-bottom: 1px solid #5f5f5f;
border-right: 1px solid #5f5f5f;
transform: rotate(45deg) translateY(-50%);
transition: all 0.4s ease-in-out;
transform-origin: 50% 0;
}
.wapf-input.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
position: absolute;
display: block;
top: 98%;
left: 0;
right: 0;
margin: 0px 0;
border: 1px solid #b5b5b5;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
background: #fff;
transition: all 0.4s ease-in-out; opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-15px);
}
.wapf-input.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateY(0);
z-index: 1;
} .select-box {
padding: 8px 20px 8px 25px !important;
border-radius: 500px !important;
}
.custom-select-wrapper {
position: relative;
display: block;
user-select: none;
}
.custom-select-wrapper select {
display: none;
}
.select-box {
position: relative;
display: inline-block;
}
.custom-select-trigger {
position: relative;
display: block;
width: 100%;
padding: 0 84px 0 22px;
font-weight: bold;
font-size: 28px;
font-family: 'century_gothicbold';
line-height: 50px;
border-radius: 4px;
cursor: pointer;
margin-left: 0px;
transition: all 0.3s;
text-align: left;
}
.custom-select-trigger:hover {
background-color: transparent;
transition: all 0.3s;
}
.custom-select-trigger:after {
position: absolute;
display: block;
content: '';
width: 15px;
height: 15px;
top: 50%;
right: 25px;
margin-top: -3px;
border-bottom: 1px solid #5f5f5f;
border-right: 1px solid #5f5f5f;
transform: rotate(45deg) translateY(-50%);
transition: all 0.4s ease-in-out;
transform-origin: 50% 0;
}
.select-box.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
position: absolute;
display: block;
top: 98%;
left: 0;
right: 0;
margin: 0px 0;
border: 1px solid #b5b5b5;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
background: #fff;
transition: all 0.4s ease-in-out; opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-15px);
}
.select-box.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateY(0);
z-index: 1;
} .option-hover:before {
background: #f9f9f9;
}
.custom-option {
position: relative;
display: block;
padding: 0 22px;
border-bottom: 1px solid #b5b5b5;
font-size: 28px;
font-weight: 600;
color: black;
line-height: 47px;
cursor: pointer;
font-family: 'century_gothicbold' !important;
text-align: left;
transition: all 0.15s ease-in-out;
}
.custom-option:first-of-type {
border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
background: #f2f0f0;
}
.um-page-password-reset .um-field-label {
display: none;
}
.um-page-password-reset #um-submit-btn {
margin-top: 40px;
}
.yesNoBillingAddress {
padding: 13px 20px 8px 25px !important;
border-radius: 500px !important;
}
.custom-select-wrapper {
position: relative;
display: block;
user-select: none;
}
.custom-select-wrapper select {
display: none;
}
.yesNoBillingAddress {
position: relative;
display: inline-block;
}
.custom-select-trigger {
position: relative;
display: block;
width: 100%;
padding: 0 84px 0 22px;
font-weight: bold;
font-size: 28px;
font-family: 'century_gothicbold';
line-height: 50px;
border-radius: 4px;
cursor: pointer;
margin-left: 0px;
transition: all 0.3s;
text-align: left;
}
.custom-select-trigger:hover {
background-color: transparent;
transition: all 0.3s;
}
.custom-select-trigger:after {
position: absolute;
display: block;
content: '';
width: 15px;
height: 15px;
top: 50%;
right: 25px;
margin-top: -3px;
border-bottom: 1px solid #5f5f5f;
border-right: 1px solid #5f5f5f;
transform: rotate(45deg) translateY(-50%);
transition: all 0.4s ease-in-out;
transform-origin: 50% 0;
}
.yesNoBillingAddress.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
position: absolute;
display: block;
top: 98%;
left: 0;
right: 0;
margin: 0px 0;
border: 1px solid #b5b5b5;
border-radius: 4px;
box-sizing: border-box;
box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
background: #fff;
transition: all 0.4s ease-in-out; opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-15px);
}
.yesNoBillingAddress.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateY(0);
z-index: 1;
} .option-hover:before {
background: #f9f9f9;
}
.custom-option {
position: relative;
display: block;
padding: 0 22px;
border-bottom: 1px solid #b5b5b5;
font-size: 28px;
font-weight: 600;
color: black;
line-height: 47px;
cursor: pointer;
font-family: 'century_gothicbold' !important;
text-align: left;
transition: all 0.15s ease-in-out;
}
.custom-option:first-of-type {
border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
background: #f2f0f0;
}
.get-in-touch-arrow-image p {
font-family: 'century_gothicbold' !important;
}
select:focus>option:hover {
background: transparent !important;
}
.highlight {
background-color: white !important;
cursor: pointer !important;
}
body.woocommerce-account .ocwma_modal-content #oc_add_billing_form_submit:hover {
background-color: white !important;
color: black !important;
}
body.woocommerce-account .ocwma_modal-content #oc_add_shipping_form_submit:hover {
background-color: white !important;
color: black !important;
}
body.woocommerce-account .ocwma_modal-content #reference_field {
display: none;
}
body.woocommerce-account .ocwma_modal-content #billing_country,
body.woocommerce-account .ocwma_modal-content #billing_state {
width: 70%;
font-family: 'century_gothicregular';
}
body.woocommerce-account .ocwma_modal-content #shipping_gender,
body.woocommerce-account .ocwma_modal-content #shipping_country,
body.woocommerce-account .ocwma_modal-content #shipping_state {
width: 70%;
font-family: 'century_gothicbold';
}
body.woocommerce-account .ocwma_modal-content {
background-color: #231f20;
margin-bottom: 100px;
}
body.woocommerce-account .ocwma_modal-content #oc_add_billing_form_submit {
background-color: white;
color: black;
}
body.woocommerce-account .ocwma_modal-content #oc_add_billing_form_submit {
background-color: black;
color: white;
}
body.woocommerce-account .ocwma_modal-content label {
display: inline-block;
margin-bottom: 0.2em;
width: 100%;
margin-top: 0.6rem;
font-size: 30px;
line-height: 60px;
font-family: 'century_gothicbold';
color: black;
}
body.woocommerce-account .ocwma_modal-content .ocwma_close { color: white !important text-indent:-9999px;
color: white !important;
text-indent: -9999px;
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/images/close-button-new-white-new.png) no-repeat center center;
background-size: contain;
width: 65px;
height: 65px;
}
.ocwma_close {
right: 50px;
top: 50px;
}
body.woocommerce-account .ocwma_modal-content input[type="text"],
body.woocommerce-account .ocwma_modal-content input[type="email"],
body.woocommerce-account .ocwma_modal-content input[type="url"],
body.woocommerce-account .ocwma_modal-content input[type="password"],
body.woocommerce-account .ocwma_modal-content input[type="search"],
body.woocommerce-account .ocwma_modal-content input[type="number"],
body.woocommerce-account .ocwma_modal-content input[type="tel"],
body.woocommerce-account .ocwma_modal-content input[type="range"],
body.woocommerce-account .ocwma_modal-content input[type="date"],
body.woocommerce-account .ocwma_modal-content input[type="month"],
body.woocommerce-account .ocwma_modal-content input[type="week"],
body.woocommerce-account .ocwma_modal-content input[type="time"],
body.woocommerce-account .ocwma_modal-content input[type="datetime"],
body.woocommerce-account .ocwma_modal-content input[type="datetime-local"],
body.woocommerce-account .ocwma_modal-content input[type="color"] {
width: 60% !important;
border-radius: 500px !important;
background-color: #ffffff !important;
margin-bottom: 5px !important;
height: 70px;
font-family: 'century_gothicregular';
font-size: 18px;
padding-left: 30px;
padding-top: 8px;
color: #444 !important;
}
body.woocommerce-account .ocwma_modal-content .form-row {
text-align: center;
}
body.woocommerce-account .ocwma_modal-content #oc_edit_billing_form .select2.select2-container,
#oc_edit_shipping_form .select2.select2-container {
width: 60% !important;
height: 70px;
border-radius: 500px;
}
body.woocommerce-account .ocwma_modal-content .select2.select2-container .select2-selection .select2-selection__arrow {
right: 17px !important;
top: 18px !important;
}
body.woocommerce-account .ocwma_modal-content .update-address {
text-align: center;
}
body.woocommerce-account .ocwma_modal-content .form-row label {
text-align: center;
color: white;
}
body.woocommerce-account .ocwma_modal-content #shipping_gender,
body.woocommerce-account .ocwma_modal-content #shipping_country,
body.woocommerce-account .ocwma_modal-content #shipping_state {
width: 60% !important;
font-family: 'century_gothicregular';
border-radius: 500px !important;
height: 70px !important;
font-size: 18px !important;
}
body.woocommerce-account .ocwma_modal-content #shipping_gender {
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/images/gender-arrow-black.png);
background-repeat: no-repeat;
background-size: contain !important;
}
body.woocommerce-account .ocwma_modal-content #oc_edit_billing_form .select2.select2-container,
body.woocommerce-account .ocwma_modal-content #oc_edit_shipping_form .select2.select2-container {
width: 60% !important;
border-radius: 500px !important;
height: 70px !important;
font-family: 'century_gothicregular';
} body.woocommerce-account .ocwma_modal-content .select2.select2-container .select2-selection {
height: 70px !important;
} .save-address-page .billling-button .form_option_billing {
margin-left: 25%;
background-color: #000000;
color: #ffffff;
padding: 8px 10px;
font-size: 28px !important;
padding: 0.2em 1em !important;
padding-top: 6px !important;
padding-bottom: 7px !important;
font-family: 'century_gothicbold' !important;
text-transform: lowercase;
}
.ocwma_table_bill,
.ocwma_table_ship {
padding: 0px !important;
}
.save-address-page .cus_menu {
margin-bottom: 5%;
display: none !important;
}
.save-address-page .shipping-button .form_option_shipping {
margin-right: 25%;
background-color: #000000;
color: #ffffff;
padding: 8px 10px;
font-size: 28px !important;
padding: 0.2em 1em !important;
padding-top: 6px !important;
padding-bottom: 7px !important;
font-family: 'century_gothicbold' !important;
text-transform: lowercase;
}
.login-page-form p.um-notice {
padding: 30px !important;
font-family: 'century_gothicregular' !important;
font-weight: bold;
}
.new-thank-you-class #wpforms-submit-1140 {
padding: 0.1em 1.5em !important;
}
.new-thank-you-class .cross-icon-modal {
display: none;
}
.order-confirmation-page h1 {
font-size: 80px !important;
line-height: 125px !important;
}
.checkout-img img {
margin-top: 7% !important;
}
.order-confirmation-page strong {
font-family: 'century_gothicBold' !important;
}
p.um-notice.err {
background: #fff101 !important;
font-family: 'century_gothicregular' !important;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.5px;
border-radius: 50px;
text-align: center;
color: black !important;
}
.wpforms-confirmation-container-full.wpforms-confirmation-scroll {
background: #fff101 !important;
font-family: 'century_gothicregular' !important;
font-weight: 600;
font-size: 11px;
}
.wpforms-confirmation-container-full.wpforms-confirmation-scroll p {
font-family: 'century_gothicregular' !important;
font-weight: 600;
color: #1a1818;
font-size: 11px;
}
ul li a.active {   }
nav.menu ul.submenu ul.submenu>li>a:active {
border-bottom: 5px solid black !important;
}
.submenu ul li a:active {
border-bottom: 5px solid black;
}
.new-thank-you-class {
margin-bottom: 1rem !important;
}
.question-text-checkout {
font-family: 'century_gothicregular' !important;
}
.checkout-inside-paragraph {
font-family: 'bodonibook' !important;
text-align: center;
}
.home-button-style input {
background-color: #000;
color: #fff;
border-radius: 500px;
border-radius: 500px;
font-weight: bold;
margin-bottom: 1em;
padding: 0.2em 1em;
font-size: 24px;
line-height: 48px;
font-family: 'century_gothicbold';
}
.or-case {
text-transform: uppercase !important;
font-size: 34px !important;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .forgot-password-link-checkout-page:hover {
border-bottom: 1px solid #b3b5b8;
color: #b3b5b8;
}
#woocommerce-checkout-login-form .text-on-login-form p {
text-align: center;
font-family: 'century_gothicbold' !important;
font-size: 38px;
}
#terms-and-condition-text {
width: 100% !important;
}
.blockOverlay {
display: none !important;
}
.checkout-add-shipping-address-button .form_option_shipping {
padding: 0px 30px !important;
border-radius: 500px !important;
line-height: 48px;
}
#payment .checkout-place-order-btn {
background-color: black !important;
color: white !important;
}
#payment .checkout-place-order-btn:hover {
background-color: black !important;
color: white !important;
} .yay-text p {
text-align: center;
}
.back-order-details-link:hover {
color: #1a1818 !important;
background-color: transparent !important;
}
.terms-and-condition-margin {
margin-top: 5%;
}
body.user-registration-page.woocommerce-account .login-page-form {
width: 93%;
}
.order-review-page-details-design .variation-gender,
.order-review-page-details-design .variation-row-color,
.order-review-page-details-design .variation-size,
.order-review-page-details-design .variation-row-length,
.order-review-page-details-design .variation-row-quantity,
.order-review-page-details-design .price-label,
.order-review-page-details-design .price-value,
.order-review-page-details-design .woocommerce-Price-amount.amount bdi,
.order-review-page-details-design .price-below-quantity {
color: white !important;
}
.order-review-page-details-design .cart-variations p {
font-family: 'century_gothicregular' !important; }
.order-review-page-details-design button {
background-color: white !important;
}
#woocommerce-checkout-login-form label {
text-align: left;
font-family: 'century_gothicbold' !important; }
.variations-details-bottom-cart .cart-variations p {
text-align: right;
font-family: 'century_gothicregular' !important;
text-transform: lowercase;
}
#woocommerce-checkout-login-form .lost_password {
text-align: right;
padding-top: 2%;
}
#woocommerce-checkout-login-form button {
background-color: white;
color: black;
padding: 0.3em 1.8em;
}
.shipping-name-saved-address,
.shipping-address-saved-address,
.shipping-city-saved-address,
.shipping-state-saved-address {
text-transform: none;
}
.cart-button-header .cart-img-header {
border: 4px solid #000 !important;
color: black !important;
}
.order-history-details-right>.title span {
font-weight: normal;
font-family: 'century_gothicregular' !important;
font-size: 22pt;
}
.billing-address-table td,
th {
border: none !important;
padding: 0px;
}
.billing-address-table {
width: 31%;
font-family: 'bodonibook';
}
.shipping-address-font {
font-size: 1rem;
font-family: 'bodonibook';
font-weight: bold;
margin-top: 5%;
} .price-label span {
font-weight: normal;
font-family: 'century_gothicregular' !important;
font-size: 22pt;
}
.single-product-details-pages-row .order-details-style {
margin-bottom: 3%;
}
.single-product-details-pages-row .price-label {  font-size: 22pt;
}
.single-product-details-pages-row .text-left.price-label.text-dark {
margin-bottom: 5%;
} .order-number-order-details,
.order-number-order-date,
.order-number-order-number,
.order-number-order-amount {
font-weight: normal;
font-family: 'bodonibook';
font-size: 14pt;
}
.row.shipping-button-edit-delete-saved-address>div.col-sm-12 {
position: absolute;
top: 15px !important;
right: 0;
}
header.woocommerce-Address-title.title {
position: relative;
}
header.woocommerce-Address-title .edit {
position: absolute;
right: 0;
top: 0;
}
header.woocommerce-Address-title p {
font-weight: bold;
}
.shipping-heading-saved-address {
font-weight: bold;
}
body.home .navbar,
body.home .red-background {
background-color: #1a1819 !important;
}
.obataimu-heaidng,
.stroke-our-fabrics-heading {
font-size: 3.6rem;
line-height: 100px;
padding-bottom: 150px;
width: 40%;
margin: auto;
}
.padding-top-spacing {
padding-top: 50px;
}
.image-top-margin {
margin-top: 50px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
margin-bottom: 0px !important;
}
.extra-top-spacing {
margin-top: 20%;
}
.modal-body .top-heading {
padding-bottom: 80px !important;
}
.center-block {
margin: auto;
display: block;
width: 50%;
font-size: 14px;
text-align: center;
padding: 10px;
}
.memory-machine-left-image {
margin-right: 15px;
}
.memory-machine-right-image {
margin-left: 15px;
}
.read-less {
font-family: 'Bodoni_Book' !important;
font-size: 13pt;
font-weight: bold;
border-bottom: 3px solid black;
}
.memory-machine-margin-bottom-image-left {
margin-bottom: 70px;
margin-right: 15px
}
.memory-machine-margin-bottom-image-right {
margin-bottom: 70px;
margin-left: 15px
}
.homepage-text,
p,
.popup-paragraph,
.stroke-our-fabrics-paragraph {
font-family: 'bodonibook' !important;
}
body.home { }
.page-template-default {
background-color: white
}
.read-more-post-page.show {
text-align: center !important; margin: auto !important;
}
#categoryid-43 .add-to-cart-single-product #name-radio-btn label {
margin-top: 45px;
}
#categoryid-73 {}
#categoryid-43 .add-to-cart-single-product select[name=attribute_pa_length] {
margin-top: 5%;
}
#categoryid-45 .add-to-cart-single-product #name-radio-btn label {
margin-top: 45px;
}
#categoryid-45 .add-to-cart-single-product select[name=attribute_pa_length] {
margin-top: 5%;
}
body.page-template-stroke-our-fabrics-template .pos-f-t.red-background.header-background-color {
background-color: #fff101;
}
body.page-template-stroke-our-fabrics-template {
background-color: #fff101;
}
body.page-template-stroke-our-fabrics-template .navbar {
background-color: #fff101;
}
body.page-template-stroke-our-fabrics-template .img-responsive.full-width-image,
body.page-template-stroke-our-fabrics-template .wpb_single_image .vc_figure,
body.page-template-stroke-our-fabrics-template .wpb_single_image .vc_single_image-wrapper,
body.page-template-stroke-our-fabrics-template .wpb_single_image img,
body.page-template-stroke-our-fabrics-template .vc_row.wpb_row.vc_row-fluid.vc_row-no-padding {
text-align: center;
}
body.page-template-stroke-our-fabrics-template a.more-button {
background-color: transparent;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-paragraph {
font-size: 14px;
line-height: 30px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-section {
width: 86% !important;
margin: 0 auto 0px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-paragraph {
margin-top: 0px;
} .page-width {
padding-top: 0.5em;
}
.image-con {
width: 50%; text-align: center;
}
figure.wpb_wrapper.vc_figure,
.vc_single_image-wrapper.vc_box_border_grey,
.vc_single_image-wrapper.vc_box_border_grey>img {   }
body.page-template-obataimu-system-template .our-approach:hover {
background-color: #fff;
color: #1a1818; }
body.page-template-stroke-our-fabrics-template .entry-header h1.entry-title,
body.page-template-stroke-our-fabrics-template header.entry-header {
display: none;
}
.fabric-content-section img {
width: 100%;
float: left;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-section .obataimu-icon {
min-height: 200px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-section .obataimu-icon img {
width: 40%;
float: left;
}
body.page-template-stroke-our-fabrics-template .fabric-content-section h3 {
font-size: 48px;
line-height: 60px;
margin: 0;
padding: 0 0 30px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-left-content {
padding-right: 7% !important;
padding-bottom: 100px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-right-content {
padding-left: 7% !important;
padding-bottom: 100px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-paragraph {
font-weight: normal;
width: 100%;
float: left;
font-size: 18px;
line-height: 30px;
margin-top: 0px;
text-align: left; }
body.page-template-stroke-our-fabrics-template .entry .entry-content,
body.page-template-stroke-our-fabrics-template .entry .entry-summary {
max-width: 100%;
margin: 0;
padding: 0 !important;
}
#categoryid-73 .wcpa_form_outer .wcpa_form_item.wcpa_type_text.form-control_parent>.form-control {
display: none !important;
}
#categoryid-73 .mobile-table-full-width p.custom-length-lable {
display: none;
}
.btn.btn-light.rounded-btn.how-to-measure-my-length.her-details-page {
display: none;
}
#categoryid-73 .wcpa_form_outer .wcpa_form_item.wcpa_type_text.form-control_parent>label {
display: none;
}
.cart-img-header {
left: 0px;
}
#post-9 .order-history-view-details {
text-decoration: underline !important;
font-family: 'bodonibook';
font-size: 13pt;
font-weight: bold;
} .back-order-details-link {
background-color: #343a40 !important;
color: white !important;
}
.obataimu-home-last-text {
padding-left: 65px;
padding-right: 65px;
}
nav.menu ul.submenu>li>a:hover {
border-bottom: 5px solid black;
}
.woocommerce-checkout #billing_state {
background-color: #d1d2d4 !important;
}
.her-listing-text:hover {
text-decoration: underline;
text-underline-position: under;
}
.u-info-para {
display: none;
}
.order-confirmation-page .paragraph {
margin: 50px 15px 60px;
}
body.home .obataimu-home-last-text {
display: none;
}
@media only screen and (max-width: 320px) {
#shipping_country_field>label {
font-size: 20px !important;
}
#yesNoBillingAddress {
height: 23px !important;
width: 28px !important;
}
.row.totalcheckout>div,
.col-12.text-center.shipping-methods-lists>div>div,
.grandtotal-row>.col.text-center {
font-size: 23px !important;
}
}
@media only screen and (max-width: 767px) {
.readmore-btn-memorymachine {
text-decoration: none !important;
}
body.page-template-obataimu-system-template .read-more-text-new .exp-listing-readmore {
border-bottom: 2px solid white !important;
}
.pack-of-field {
font-family: 'century_gothicbold' !important;
} #primary .product-popup-content .shipping-content .shipping-list {
padding-bottom: 0px !important;
}
body #categoryid-129 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label,
body #categoryid-130 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label,
body #categoryid-128 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label,
body #categoryid-84 #name-radio-btn .inside-attribute_pa_size input[type="radio"]:checked+label {
padding-top: 5px !important;
line-height: normal;
} #Womens-Size-Guide .image-1 {
padding-left: 15px;
padding-right: 15px;
}
#carousel-2 .carousel-inner {
width: 100%;
margin: auto;
border: 2px solid #000;
border-left: none;
border-right: none;
}
#Mens-Size-Guide .modal-content .size-guide-list-section h1 {
margin-top: 32px !important;
}
#Mens-Size-Guide .modal-content .product-popup-content .size-guid-content .big-image { margin-top: 12%;
}
body.home {
margin-bottom: 10%;
}
body.home .obataimu-home-last-text {
display: none;
}
body.home .home-page-text1,
.home-page-text2 {
padding-bottom: 0px;
}
body.home .home-page-text .top-heading {
font-size: 28px;
line-height: 16px;
padding-top: 5%;
}
body.home .home-page-text1,
.home-page-text2 {
text-align: left;
}
.back-to-top-home {
font-family: 'bodonibook' !important;
font-weight: bold;
font-size: 13pt !important;
line-height: 16pt !important;
cursor: pointer;
border-bottom: 2px solid black !important;
margin-bottom: 3rem !important;
display: inline-block;
}
body.home .home-page-text .bottom-heading {
font-size: 28px; padding-bottom: 2%;
}
.product-single-grid-card.mobile-list.himherthey-product-2>div,
.product-single-grid-card.mobile-list.himherthey-product-4>div {
margin-left: 0px !important;
}
.product-single-grid-card.mobile-list.himherthey-product-2>div,
.product-single-grid-card.mobile-list.himherthey-product-4>div {
margin-left: 0px !important;
}
#product-4037 .packof-text {
font-size: 28px !important;
}
.product-single-grid-card.mobile-list.himherthey-product-1>div,
.product-single-grid-card.mobile-list.himherthey-product-3>div {
margin-right: 0px !important;
}
body.woocommerce-edit-address .login-page-form {
padding: 0px 30px;
margin-bottom: 1em !important;
}
body.woocommerce-edit-address .login-page-form .saved-address-text {
font-size: 40px;
}
body.woocommerce-cart .cart-collaterals .cart_totals #card-total-id .pricing-number {
font-family: 'century_gothicBold' !important;
}
#Shipping-and-Exchanges .shipping-top-image,
.shipping-content .shipping-top-image {
width: 50% !important;
}
#Shipping-and-Exchanges .popup-heading {
display: none;
}
#Shipping-and-Exchanges .shipping-heading,
.shipping-content .shipping-list h1.shipping-heading {
font-size: 18pt;
}
#Shipping-and-Exchanges .shipping-heading {
padding-bottom: 0px !important;
}
#Shipping-and-Exchanges .shipping-top-image,
.shipping-content .shipping-top-image {
margin-bottom: 0px !important;
}
#Shipping-and-Exchanges .modal-body p {
padding-right: 10px;
padding-left: 10px;
}
.product-popup-content .popup-heading {
font-size: 18pt;
}
.product-popup-content .modal-body p {
padding-right: 10px;
padding-left: 10px;
}
.product-popup-content img {
width: 100% !important;
}
.product-popup-content .product-popup-content .fabric-content {
padding-top: 0px;
padding-bottom: 0px;
}
#Mens-Size-Guide .popup-heading {
font-size: 18pt;
}
#Mens-Size-Guide .size-guide-list-heading {
font-size: 18pt;
}
#Mens-Size-Guide .size-guide-list-content {
margin-left: 0px;
}
#Mens-Size-Guide .modal-body p {
padding-right: 10px;
padding-left: 10px;
}
#Mens-Size-Guide img {
width: 100% !important;
}
#Mens-Size-Guide .product-popup-content .size-guid-content .size-guide-list-section {
margin-bottom: 80px;
}
#Mens-Size-Guide .product-popup-content .size-guid-content {
padding-top: 0px;
}
#Mens-Size-Guide .product-popup-content .fabric-content {
padding-top: 0px;
padding-bottom: 0px;
}
#Womens-Size-Guide .popup-heading {
font-size: 18pt;
}
#Womens-Size-Guide .size-guide-list-heading {
font-size: 18pt;
}
#Womens-Size-Guide .size-guide-list-content {
margin-left: 0px;
}
#Womens-Size-Guide .modal-body p {
padding-right: 10px;
padding-left: 10px;
}
#Womens-Size-Guide img {
width: 100% !important;
margin-top: 15%;
margin-bottom: 18%;
}
#Womens-Size-Guide .product-popup-content .size-guid-content .size-guide-list-section {
margin-bottom: 40px;
}
#Womens-Size-Guide .product-popup-content .size-guid-content {
padding-top: 0px;
}
#Womens-Size-Guide .product-popup-content .fabric-content {
padding-top: 0px;
padding-bottom: 0px;
}
body.single-product .screen-reader-text .input-text {
color: white !important;
}
body.product_cat-himherthey .screen-reader-text .input-text {
color: black !important;
}
#radio-btn-values {
width: 90%;
margin: 0 auto 0px;
}
body.woocommerce-checkout .totalcheckout .woocommerce-Price-amount bdi {
font-size: 25px !important;
font-family: 'bodonibook' !important;
font-weight: bold !important;
}
body.woocommerce-cart #cart-shipping-font {
font-size: 32px !important;
font-weight: normal !important;
}
#cart-shipping-font, .shipping-ul-cart-checkout { font-family: 'century_gothicbold' !important; font-size: 20px !important;
}
#card-total-id .woocommerce-Price-amount .pricing-number {
font-size: 25px !important;
font-family: 'bodonibook' !important;
font-weight: bold !important;
}
.shop-by-dropdown-links.blog-list li a:active {
border-bottom: 3px solid black !important;
} .product_cat-himherthey .images-above-description-details-page .circular-image-column,
.product_cat-him .images-above-description-details-page .circular-image-column,
.product_cat-her .images-above-description-details-page .circular-image-column,
.product_cat-they .images-above-description-details-page .circular-image-column {
padding-bottom: 0px !important;
}
.product_cat-himherthey .images-above-description-details-page .circular-image-column img,
.product_cat-him .images-above-description-details-page .circular-image-column img,
.product_cat-her .images-above-description-details-page .circular-image-column img,
.product_cat-they .images-above-description-details-page .circular-image-column img {
margin-bottom: 70px !important;
margin-top: 70px !important;
}
.product_cat-himherthey .details-product-description .read-more-description-single-details {
margin-bottom: 30px;
margin-top: 30px;
} .page-template-memorymachine .readmore-readless-section {
padding: 60px 40px 20px !important;
}
.page-template-himherthey .item-card-title .price {
padding-top: 10px;
}
.page-template-memorymachine .readmore-btn-memorymachine {
padding-top: 15% !important;
padding-bottom: 0px !important;
margin-bottom: 20px;
} .him-her-they-page-section #readmore-btn p {
text-align: left !important;
}
.single-product .variations .add-to-cart-and-qty-btn {
padding-bottom: 10%;
}
.single-product .variations .custom-select-trigger {
padding: 0 0px 0 20px;
}
.single-product #himherthey .woocommerce-Price-amount>bdi,
body.woocommerce-cart .text-right bdi {
font-size: 13pt !important;
font-weight: bold !important;
}
.single-product #himherthey .single-product-description p {
text-align: left;
font-size: 13pt;
letter-spacing: normal;
}
.single-product .last-add-to-cart-section .variations .mobile-table-full-width .himherthey {
border-bottom: 0px solid #1a1818;
}
.single-product .variations .pick-a-size-text {
padding-left: 10%;
padding-right: 10%;
}
.him-her-they-page-section .read-more-text p {
font-family: 'bodonibook' !important;
font-weight: normal !important;
text-align: left;
font-size: 13pt !important;
letter-spacing: normal;
}
.page-template-himherthey .item-card-title .him-listings .woocommerce-loop-product__title {
font-size: 12pt !important;
padding-top: 10px;
}
.woocommerce-order-pay .status-publish {
border-radius: 20px !important;
}
.page-template-himherthey .him-her-they-page-section .paragraph {
line-height: 42px;
font-size: 26px;
margin: 31px auto 40px !important;
text-align: left;
font-weight: normal;
}
.woocommerce-order-received .order-confirmation-page h1 {
margin: 0px auto 60px !important;
}
.woocommerce-order-received .checkout-inside-paragraph {
font-family: 'bodonibook' !important;
}
.woocommerce-order-received .checkout-inside-paragraph a u {
font-weight: normal;
text-decoration: none;
} .woocommerce-input-wrapper>select,
span.select2-selection.select2-selection--single,
.select2-selection.select2-selection--single {
color: #696a68;
}
#billing_country {
color: #696a68;
}
body.woocommerce-checkout .cart-subtotal .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .woocommerce-shipping-totals .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .order-total .woocommerce-Price-amount.amount bdi {
font-size: 25px !important;
font-family: 'bodonibook' !important;
font-weight: bold !important;
}
body.woocommerce-checkout.page-id-8 .cart-subtotal .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout.page-id-8 .woocommerce-shipping-totals .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout.page-id-8 .order-total .woocommerce-Price-amount.amount bdi {
font-family: 'century_gothicregular' !important;
}
.woocommerce-shipping-totals label{margin-top: 0;}
body.woocommerce-checkout button#place_order {
line-height: 50px;
font-size: 22px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
body .woocommerce-checkout .grandtotal-row {
font-family: 'century_gothicBold';
}
body .woocommerce-checkout .totalcheckout {
font-family: 'century_gothicBold';
margin-top: 0px;
} body .woocommerce-checkout #billing_first_name {
padding-left: 30px !important;
}
.billing-address-checkbox>span {
padding: 0px;
}
body .woocommerce-checkout #shipping_state {
margin: 10px 0px 0px;
}
body.woocommerce-checkout p#shipping_country_field {
margin-top: 2rem !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single {
margin: 10px 0px !important;
}
.all-fields-info {
padding-left: 0px;
padding-right: 0px;
}
.u-info-para {
display: block;
font-size: 16pt;
font-family: 'century_gothicbold' !important;
text-align: center;
margin-top: 10%;
}
body.woocommerce-checkout .form-row-first input {
padding-left: 15px !important;
font-size: 12pt !important;
text-transform: lowercase;
font-weight: normal !important;
font-family: 'century_gothicregular';
}
body #woocommerce-checkout-login-form input[type="password"],
body #woocommerce-checkout-login-form input[type="text"] {
padding-left: 0px !important;
font-size: 12pt !important;
text-transform: lowercase;
font-weight: normal !important;
font-family: 'century_gothicregular';
}
body.woocommerce-checkout #shipping_first_name {
padding-left: 30px !important;
}
body.woocommerce-checkout input[type="password"] {
padding-left: 0px !important;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login p:first-child {
display: none;
}
#woocommerce-checkout-login-form .lost_password {
text-align: center;
}
.or-details {
margin-top: 10% !important;
margin-bottom: 10% !important;
}
.or-details h3 {
font-size: 16pt;
}
body.woocommerce-checkout {
margin-bottom: 2rem !important;
}
body #woocommerce-checkout-login-form input[type="text"],
body #woocommerce-checkout-login-form input[type="password"],
#woocommerce-checkout-login-form button {
font-size: 13pt !important;
font-family: 'century_gothicregular';
text-align: center;
}
body.woocommerce-checkout .status-publish .underline {
font-size: 16pt;
}
body.woocommerce-checkout .status-publish {
padding: 50px 0px 0px !important;
border-radius: 30px;
margin-top: 2em !important;
}
body.woocommerce-checkout .status-publish .entry-header {
margin-top: 0px;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
margin: 0 0px 0 0px;
padding-left: 0px;
padding-right: 0px;
}
.woocommerce-cart .cart-variations,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.price-value,
.quantity-row-single-cart,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.woocommerce-cart .variations-details-bottom-cart .variation .row .text-right p,
.woocommerce-Price-amount {
font-size: 16pt !important;
text-transform: lowercase;
font-family: 'century_gothicbold' !important;
}
.order-number-order-amount .price-amount .woocommerce-Price-amount.amount .pricing-number {
font-family: 'bodonibook';
font-size: 13pt;
}
.order-number-order-amount .price-amount .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-size: 13pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
.woocommerce-cart .woocommerce-Price-currencySymbol {
font-family: Arial, Helvetica, sans-serif !important;
}
.tr-category-class-129 td {
padding: 0px !important;
}
#her-details-page .label label {
margin-top: 25px;
margin-bottom: 25px;
}
.variations_form.cart {
padding-bottom: 60px;
}
.Fabric {
height: 48px !important;
}
.experimental-listing-below-text {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.term-her-experimental .exp-listing {
padding-bottom: 0%;
}
.term-her-experimental .experimental-listing-below-text {
padding-bottom: 20px;
}
.experimental-listing-text p {
text-align: left;
font-size: 13pt;
}
ul li a.active {
border-bottom: 0px solid transparent !important;
}
#categoryid-84 .color-variation-td.mobile-table-full-width.it-details-page {
display: none;
}
#categoryid-84 .woocommerce-variation-add-to-cart {
padding-bottom: 0px;
}
#categoryid-84 .variations_form.cart {
padding-bottom: 60px;
}
.readmore-3-it-details#readmore-3 {
text-align: left !important;
}
.cart .wcrw_warranty_info {
display: none;
}
#her-details-page .single-product-description p {
font-size: 13pt;
text-align: left;
}
#her-details-page .read-more-btn-details-desktop,
.read-less-details-page {
margin-bottom: 40px;
margin-top: 40px;
}
#categoryid-84 #her-details-page .read-more-btn-details-desktop,
#categoryid-128 #her-details-page .read-more-btn-details-desktop,
#categoryid-129 #her-details-page .read-more-btn-details-desktop,
#categoryid-130 #her-details-page .read-more-btn-details-desktop {
margin-bottom: 0px;
margin-top: 20px;
}
#her-details-page #readmore-details-2 p {
font-size: 13pt !important;
text-align: left !important;
margin: 30px;
margin-left: 0px;
margin-right: 0px;
}
#categoryid-84 #her-details-page #readmore-details-2 p,
#categoryid-128 #her-details-page #readmore-details-2 p,
#categoryid-129 #her-details-page #readmore-details-2 p,
#categoryid-130 #her-details-page #readmore-details-2 p {
margin: 0 0 30px;
}
#categoryid-84 .readmore-2-it-details#readmore-2,
#categoryid-128 .readmore-2-it-details#readmore-2,
#categoryid-129 .readmore-2-it-details#readmore-2,
#categoryid-130 .readmore-2-it-details#readmore-2 {
margin-top: 0;
margin-bottom: 60px;
}
#her-details-page #readmore-details-3 p {
margin-top: 40px;
font-size: 13pt !important;
text-align: left !important;
}
#categoryid-84 #her-details-page #readmore-details-3 p,
#categoryid-128 #her-details-page #readmore-details-3 p,
#categoryid-129 #her-details-page #readmore-details-3 p,
#categoryid-130 #her-details-page #readmore-details-3 p {
margin-top: 0px;
}
.item-card-title.product-title.her-listings.d-flex>div>.woocommerce-loop-product__title {
border-bottom: 0px solid transparent;
}
.item-card-title.product-title.her-listings.d-flex>div>.woocommerce-loop-product__title:hover {
text-decoration: none;
}
.her-listing-text:hover {
text-decoration: none;
}
.um-page-password-reset .paragraph {
margin: 32px 0px 30px 0px;
}
.um-page-password-reset .um-field-block {
font-size: 13pt;
line-height: 20px;
}
.tracking-order-lists {
margin: 34px;
margin-bottom: 0px;
margin-top: 20px !important;
}
.tracking-order-lists {
font-size: 18pt;
line-height: 28px;
}
.div-2-status {
font-size: 18pt;
line-height: 28px;
} .border-lines-tracking p {
line-height: 3pt;
font-size: 8pt;
font-weight: bold !important;
}
.page-template-tracking .paragraph {
font-size: 40px;
}
.billing-address-table,
.shipping-address-table {
text-transform: none !important;
}
h4.back-button {
padding-bottom: 20px !important;
}
.order-number-order-amount .price-sign {
font-size: 13pt;
}
.order-number-order-amount .price-amount {
font-size: 13pt;
}
.modal-1-image-mobile {
width: 100%;
margin: auto;
}
.page-template-obataimu-system-template #white-logo { }
.page-template-obataimu-system-template .brand-logo {
filter: invert(1);
}
.page-template-obataimu-system-template .overlay img.brand-logo {
filter: inherit;
}
.system-paeg-desktop-top-image {
margin-bottom: 120px;
}
.page-template-obataimu-system-template .margin-top-10rem {
margin-top: 3rem;
}
.woocommerce-view-order .woocommerce {
margin-bottom: 2em;
}
.woocommerce-view-order .single-product-details-pages-row {
margin-bottom: 2em;
}
.woocommerce-view-order .shipping-address-table tr td:first-child {
width: 30%;
}
.woocommerce-view-order .billing-address-table tr td:first-child {
width: 30%;
}
.woocommerce-view-order .billing-address-table tr td {
font-size: 13pt;
}
.woocommerce-view-order .shipping-address-table tr td {
font-size: 13pt;
}
p.order-details-exchange-text {
padding-top: 0px !important;
padding-bottom: 60px !important;
}
.billing-address-table,
.shipping-address-table {
font-size: 13pt !important;
}
.woocommerce-view-order .price-label span {
font-family: 'bodonibook' !important;
font-size: 13pt;
}
.woocommerce-view-order .price-label {
font-size: 13pt !important;
margin-bottom: 2%;
}
.order-history-details-right>.title span {
font-family: 'bodonibook' !important;
font-size: 13pt;
}
.top-order-history-details {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2rem;
}  .order-history-details h2 {
font-size: 40px;
}
.order-number,
.order-date,
.order-history-total-number,
.total-amount {
padding-left: 0px;
padding-right: 0px;
}
.orders-list {
margin-bottom: 2em !important;
}
.orders-list {
padding-left: 0px !important;
padding-right: 0px !important;
}
::placeholder {
color: #696a68 !important;
font-weight: 600;
}
.login-page-form {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.stroke-our-fabrics-paragraph {
font-size: 13pt !important;
}
.terms-page-form {
margin-bottom: 60px;
padding-bottom: 60px !important;
}
#terms-and-condition-text {
margin-bottom: 0px !important;
font-size: 30px;
line-height: 50px;
}
.fashion img {
max-width: 90%;
margin: auto;
}
.homepage-text,
p,
.popup-paragraph {
font-size: 13pt;
}
.modal-body .close span img {
top: -14px;
right: 48%;
cursor: pointer !important;
}
.modal-body p {
padding-right: 18px;
padding-left: 18px;
}
.memorymachine-heading {
padding-right: 50px;
font-size: 34px;
margin-bottom: 80px;
padding-left: 50px;
} .dotted-lines-orders-list {
font-size: 12px;
letter-spacing: 4px;
}
.home .pos-f-t {
padding: 30px 0 0px !important;
}
.woocommerce-MyAccount-navigation {
margin: 0 auto 100px;
margin-bottom: 2em !important;
}
.margin-top-10rem {
margin-bottom: 100px !important;
}
body.um-page-password-reset p {
text-align: center !important;
}
.um .um-form input[type=text],
.um .um-form input[type=number],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea,
.um .um-form select {
padding-left: 15px !important;
padding-right: 62px !important;
}
.homepage-text,
p,
.popup-paragraph {
line-height: 18pt;
}
.login-page-form .paragraph {
text-align: center;
}
.pencil-edit-btn-save-address {
width: 27px !important;
}
.tracking-order-lists {
padding: 30px 15px !important;
}
img.brand-logo {
top: -2px;
}
.top-section-heading {
background-size: cover;
} .readmore-readless-section p { font-size: 13pt;
}
.read-more-btn.show {
top: 0px;
}
.it {
margin: 0 50px !important;
}
.bookworms {
margin: 0 50px !important;
}
.home-page-top-spacing {
margin-top: 0px;
}
#woocommerce-checkout-login-form button {
background-color: black;
color: white;
}
body.woocommerce-account .ocwma_modal-content input[type="text"],
body.woocommerce-account .ocwma_modal-content input[type="email"],
body.woocommerce-account .ocwma_modal-content input[type="url"],
body.woocommerce-account .ocwma_modal-content input[type="password"],
body.woocommerce-account .ocwma_modal-content input[type="search"],
body.woocommerce-account .ocwma_modal-content input[type="number"],
body.woocommerce-account .ocwma_modal-content input[type="tel"],
body.woocommerce-account .ocwma_modal-content input[type="range"],
body.woocommerce-account .ocwma_modal-content input[type="date"],
body.woocommerce-account .ocwma_modal-content input[type="month"],
body.woocommerce-account .ocwma_modal-content input[type="week"],
body.woocommerce-account .ocwma_modal-content input[type="time"],
body.woocommerce-account .ocwma_modal-content input[type="datetime"],
body.woocommerce-account .ocwma_modal-content input[type="datetime-local"],
body.woocommerce-account .ocwma_modal-content input[type="color"] {
height: 45px;
color: #444 !important;
}
body.woocommerce-account .ocwma_modal-content input[type="text"],
body.woocommerce-account .ocwma_modal-content input[type="email"],
body.woocommerce-account .ocwma_modal-content input[type="url"],
body.woocommerce-account .ocwma_modal-content input[type="password"],
body.woocommerce-account .ocwma_modal-content input[type="search"],
body.woocommerce-account .ocwma_modal-content input[type="number"],
body.woocommerce-account .ocwma_modal-content input[type="tel"],
body.woocommerce-account .ocwma_modal-content input[type="range"],
body.woocommerce-account .ocwma_modal-content input[type="date"],
body.woocommerce-account .ocwma_modal-content input[type="month"],
body.woocommerce-account .ocwma_modal-content input[type="week"],
body.woocommerce-account .ocwma_modal-content input[type="time"],
body.woocommerce-account .ocwma_modal-content input[type="datetime"],
body.woocommerce-account .ocwma_modal-content input[type="datetime-local"],
body.woocommerce-account .ocwma_modal-content input[type="color"] {
color: #444 !important;
}
.col-sm-6.checkout-login-form div {
color: black;
}
.um-s1 {
width: 87% !important;
height: 50px !important;
padding: 2px 20px 2px 15px !important;
background-color: #ececee !important;
margin-bottom: 0px !important;
}
body.woocommerce-checkout .col-sm-6.checkout-login-form div a {
color: black;
}
body.woocommerce-checkout .woocommerce-notices-wrapper {
padding: 0px !important;
}
body.woocommerce-checkout .shipping-section-checkout-field {
text-align: left;
}
body.woocommerce-checkout .billing-address-title-checkout-form {
text-align: left;
margin-top: 3rem !important;
}
body.woocommerce-checkout .yesNoBillingAddress {
padding: 0px !important;
}
body.woocommerce-checkout .custom-select-trigger {
font-size: 16px;
}
body .woocommerce-checkout #shipping_state,
body .woocommerce-checkout #shipping_country {
background-color: #d1d2d4 !important;
border-radius: 500px;
font-size: 16px;
height: 55px !important;
margin-bottom: 10px;
}
.um-s1 .custom-select-trigger {
font-size: 16px;
}
.um .um-form .um-field-select-gender {
margin-bottom: 0px !important;
}
.um-s1 .custom-select-trigger:after {
right: 15px !important;
}
#white-logo img {
left: -96px;
}
.read-more-btn.show {
width: 50%;
margin: auto;
font-size: 13pt;
font-family: 'bodonibook';
font-weight: bold;
text-align: center;
text-decoration: underline;
}
body.custom_numbered_list-template-default .read-more-btn.show,
body.bookworm_listing-template-default .read-more-btn.show {
text-decoration: none;
}
body.woocommerce-edit-address .ocwma_table_ship {
width: 100%;
}
body.woocommerce-edit-address .ocwma_ship_table td,
.ocwma_bill_table td {
width: 45%;
font-size: 13pt;
}
body.woocommerce-account .ocwma_modal-content {
width: 85%
}
.order-tracking-1st-line a {
text-decoration: underline;
font-weight: bold;
}
.prev-link-div {
margin-bottom: 0% !important;
border-bottom: 0px solid #000 !important;
font-size: 16px;
}
#categoryid-128 .shipping-and-Exchanges {
background-color: black;
color: white;
}
#categoryid-43 .prev-link-div,
#categoryid-44 .prev-link-div,
#categoryid-45 .prev-link-div,
#categoryid-46 .prev-link-div,
#categoryid-47 .prev-link-div,
#categoryid-48 .prev-link-div,
#categoryid-49 .prev-link-div {
border-bottom: 2px solid #000;
margin-bottom: 20%;
border-top: 0px solid #000;
}
body.product-template-default.single-product .navbar,
body,
body.product-template-default.single-product .red-background {
padding-bottom: 0px !important;
}
.himherthey-image-capsule-slider {
margin: 30px;
}
.price {
font-size: 13pt !important;
}
body.archive .woocommerce-LoopProduct-link .row.item-card-title p {
font-size: 13pt !important;
line-height: 37px !important;
}
body.woocommerce-account .ocwma_modal-content #billing_country,
body.woocommerce-account .ocwma_modal-content #billing_state {
width: 100%;
font-family: 'century_gothicbold';
}
.menu.navigation .copyright p.pull-right {
margin-right: 8%;
}
.select-your-lenght-lable {
display: none;
}
.black-logo {
display: block;
}
body.woocommerce-account .ocwma_modal-content input[type="text"],
body.woocommerce-account .ocwma_modal-content input[type="email"],
body.woocommerce-account .ocwma_modal-content input[type="url"],
body.woocommerce-account .ocwma_modal-content input[type="password"],
body.woocommerce-account .ocwma_modal-content input[type="search"],
body.woocommerce-account .ocwma_modal-content input[type="number"],
body.woocommerce-account .ocwma_modal-content input[type="tel"],
body.woocommerce-account .ocwma_modal-content input[type="range"],
body.woocommerce-account .ocwma_modal-content input[type="date"],
body.woocommerce-account .ocwma_modal-content input[type="month"],
body.woocommerce-account .ocwma_modal-content input[type="week"],
body.woocommerce-account .ocwma_modal-content input[type="time"],
body.woocommerce-account .ocwma_modal-content input[type="datetime"],
body.woocommerce-account .ocwma_modal-content input[type="datetime-local"],
body.woocommerce-account .ocwma_modal-content input[type="color"] {
width: 100% !important;
}
.save-address-page .billling-button .form_option_billing {
font-size: 24px !important;
margin-left: 0px;
display: none;
}
.save-address-page .shipping-button .form_option_shipping {
font-size: 24px !important;
margin-right: 0px;
padding-top: 7px !important;
padding-bottom: 7px !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
.save-address-page .login-page-form p {
margin-bottom: 50px !important;
}
.cus_menu .billling-button {
width: 100% !important;
}
.cus_menu .shipping-button {
width: 100% !important;
display: none;
}
.order-confirmation-page h1 {
font-size: 40px !important;
line-height: 2.5rem !important;
}
#cart-proceed-btn {
padding: 0.2em 1em !important;
font-size: 24px;
line-height: 48px;
height: auto !important;
margin-bottom: 50px !important;
margin-top: 50px;
}
#cart-shipping-font {
font-family: 'century_gothicbold' !important;
font-size: 25px !important;
}
#card-total-id {
font-family: 'century_gothicbold' !important;
font-size: 32px !important;
}
#quantity-row-single-cart {
padding-bottom: 0px;
}
.update-cart-button-style {
margin-bottom: 0px !important;
}
body.woocommerce-cart bdi span {
font-family: 'century_gothicbold' !important;
font-size: 25px !important;
}
#your-bag-font {
font-size: 52px !important;
line-height: 60px !important;
margin-top: 0px !important;
}
#dont-have-account-page a {
font-size: 28px;
line-height: 38px;
}
#woocommerce-checkout-login-form label {
font-size: 20px !important;
}
body.woocommerce-checkout .woocommerce-form.woocommerce-form-login .forgot-password-link-checkout-page {
letter-spacing: 0px;
}
#woocommerce-checkout-login-form .text-on-login-form p {
font-size: 28px;
line-height: 38px;
font-family: 'century_gothicbold' !important;
}
.billing-address-table {
width: 100%;
}
.back-order-details-link {
background-color: transparent !important;
color: black !important;
margin-bottom: 20% !important;
}
.order-history-details h2 {
margin-bottom: 40px;
}
.order-history-details .reorder-col {
margin-top: 0px;
}
.reduce-margin-top {
margin-top: 0px !important;
}
.woocommerce-order-details>row {
margin-left: 35px;
margin-right: 35px;
}
.order-number-order-details,
.order-number-order-date,
.order-number-order-number,
.order-number-order-amount {
text-align: left;
font-size: 13pt;
}
.dotted-lines-orders-list {
margin-bottom: 2rem !important;
}
body.woocommerce-checkout.woocommerce-page .dotted-lines-orders-list {
margin-bottom: 0rem !important;
} body.user-registration-page.woocommerce-account .woocommerce-Addresses.addresses .u-column.woocommerce-Address:first-child,
.u-column.woocommerce-Address {
width: 100% !important;
min-height: 209px !important;
}
#post-1145 .row {
justify-content: center;
display: flex;
margin-bottom: 0px !important;
}    #categoryid-43 .modal-content .read-more-btn-fabric {
display: none;
}
#categoryid-43 .modal-content h1 {
margin-bottom: 0px !important;
margin-top: 50px !important;
}
#categoryid-43 .modal-content h1.shipping-heading {
margin-bottom: 0px !important;
margin-top: 0px !important;
}
#categoryid-43 .modal-content .product-popup-content .size-guid-content .big-image {
margin-bottom: 0px !important;
}
.modal-body .top-heading {
padding-bottom: 0px !important;
}
.cart-img-header {
left: -35px;
}
.cart-button-header .cart-img-header {
padding: 15px;
border: 2px solid #000 !important;
}
#categoryid-47 .read-more-btn-fabric {
display: none;
}
#categoryid-73 .inside-page-width-details-page .two-images-it-page img {
margin-top: 8%;
} .readmore-2-it-details#readmore-2,
.two-images-it-page,
.readmore-3-it-details#readmore-3 {
margin-bottom: 10px;
}
#categoryid-73 .readmore-3-it-details#readmore-3 {
margin-bottom: 100px;
} body.archive .woocommerce-LoopProduct-link .her-listing-number,
body.archive .her-listing-text.text-center.paragraph>p {
padding-bottom: 10px;
}
.readmore-2-it-details#readmore-2 {
margin-top: 20px;
}
div#her-details-page>p,
.the-read-more-description>p {
font-size: 13pt !important;
line-height: 22pt !important;
text-align: left !important;
}
.vc_custom_1610721999334 {
margin-left: 0px !important;
}
.memory-machine-left-image {
margin-right: 0px;
}
.memory-machine-right-image {
margin-left: 0px;
}
.memory-machine-margin-bottom-image-left {
margin-right: 0px;
}
.memory-machine-margin-bottom-image-right {
margin-left: 0px;
}
.obataimu-heaidng,
.stroke-our-fabrics-heading {
font-size: 34px;
line-height: 2rem;
padding-bottom: 90px;
padding-left: 20%;
padding-right: 20%;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-left-content {
padding-right: 0% !important;
padding-bottom: 130px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-right-content {
padding-left: 0% !important;
padding-bottom: 120px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-section .stroke-our-fabrics-left-content.last-section,
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-section .stroke-our-fabrics-right-content.last-section {
padding-bottom: 0px;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-section .obataimu-icon img {
width: 30%;
float: none;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-section .obataimu-icon {
min-height: auto;
margin-bottom: 15px;
}
body.page-template-stroke-our-fabrics-template .fabric-content-section h3 {
font-size: 26px;
line-height: 36px;
margin: 0;
padding: 0 0 30px;
text-align: center !important;
}
body.page-template-stroke-our-fabrics-template .stroke-our-fabrics-paragraph {
font-weight: normal;
width: 100%;
float: left;
font-size: 13pt !important;
line-height: 30px;
margin-top: 0px;
text-align: center;
padding: 0 30px !important;
}
} .it-details-page .pick-a-size-text {
display: none;
}
.categoryid-84 .cart {
padding-bottom: 50px;
text-align: center;
}
.categoryid-84 .wcrw_warranty_info {
display: none;
}
.categoryid-84 .qib-container,
.categoryid-84 button.single_add_to_cart_button,
.categoryid-84 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-84 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-84 .qib-button:not(#qib_id):not(#qib_id) {
background-color: #231f20 !important;
color: white !important;
}
.categoryid-84 .qib-container .qty {
color: white !important;
}
.categoryid-128 .qib-container,
.categoryid-128 button.single_add_to_cart_button,
.categoryid-128 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-128 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-128 .qib-button:not(#qib_id):not(#qib_id) {
background-color: #231f20 !important;
color: white !important;
}
.categoryid-128 .qib-container .qty {
color: white !important;
}
.categoryid-129 .qib-container,
.categoryid-129 button.single_add_to_cart_button,
.categoryid-129 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-129 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-129 .qib-button:not(#qib_id):not(#qib_id) {
background-color: #231f20 !important;
color: white !important;
}
.categoryid-129 .qib-container .qty {
color: white !important;
}
.categoryid-130 .qib-container,
.categoryid-130 button.single_add_to_cart_button,
.categoryid-130 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-130 .qib-button:hover:not(#qib_id):not(#qib_id),
.categoryid-130 .qib-button:not(#qib_id):not(#qib_id) {
background-color: #231f20 !important;
color: white !important;
}
.categoryid-130 .qib-container .qty {
color: white !important;
}
.categoryid-128 form.cart,
.categoryid-129 form.cart,
.categoryid-130 form.cart {
text-align: center;
padding-bottom: 50px;
}
.razorpay-container .razorpay-backdrop {
background: transparent !important;
}
#content #header #logo {
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .col-sm-6.text-center.her-details-page-image-capsule-slider.slider-1-categoryid-130 {
min-width: 100%;
}
.add-to-cart-and-qty-btn.it-details-page>div>.qib-container,
.add-to-cart-and-qty-btn.it-details-page>div>.qib-container>button,
.add-to-cart-and-qty-btn.it-details-page>div>.qib-container>.quantity.buttons_added,
.text-center.product-page-button-84>div>a,
.add-to-cart-and-qty-btn.it-details-page>div>button {
background-color: #231f20 !important;
color: white !important;
}
.text-center.product-page-button-130>div>a,
.last-add-to-cart-section.categoryid-130>form.cart>.qib-container>button,
.last-add-to-cart-section.categoryid-130>form.cart>.qib-container>div>input,
.last-add-to-cart-section.categoryid-130>form.cart>.qib-container,
.last-add-to-cart-section.categoryid-130>form.cart>button {
background-color: #231f20 !important;
color: white !important;
}
.read-more-btn-home {
border-bottom: 2px solid black !important;
margin-bottom: 3rem !important;
}
.login-page-form {
color: black !important;
}
.text-center.product-page-button-73>div>a,
.add-to-cart-and-qty-btn.her-details-page>div>.qib-container>button,
.add-to-cart-and-qty-btn.her-details-page>div>.qib-container>div>input,
.add-to-cart-and-qty-btn.her-details-page>div>.qib-container,
.add-to-cart-and-qty-btn.her-details-page>div>button {
background-color: #231f20 !important;
color: white !important;
}
.last-add-to-cart-section.categoryid-130>form.cart>.qib-container>div>input,
.add-to-cart-and-qty-btn.her-details-page>div>.qib-container>div>input {
border: 0 !important
}
.select-your-lenght-lable.himherthey {
text-align: center;
}
.item-card-title.product-title.her-listings.d-flex>div>.woocommerce-loop-product__title {
letter-spacing: -2px;
}
.last-add-to-cart-section.categoryid-130 { }
.add-to-cart-and-qty-btn.it-details-page>div>.qib-container>.quantity.buttons_added>input {
border: 0 !important;
background-color: #231f20 !important;
color: white !important;
}
.btn.btn-light.rounded-btn.her-details-page {
background-color: #231f20 !important;
color: white !important;
height: 60px;
line-height: 45px;
}
#categoryid-84 #radio-btn-values {
justify-content: start;
}
#categoryid-84 #radio-btn-values div.single-color {
width: 11%;
}
.col-sm-6.text-center.her-details-page-image-capsule-slider.slider-1-categoryid-130>div>ol {
display: none;
}
.bg-dark {
background-color: #231f20 !important;
}
.bg-light {
background-color: #fff !important;
}
.dotted-lines-orders-list {
font-weight: bold;
font-size: 22px;
margin-top: 2rem;
margin-bottom: 4rem;
width: 100%;
}
.her-details-page-image-capsule-slider {
max-width: 100%;
min-width: 100%;
}
.her-details-page-image-capsule-slider>div>ol {
display: none;
}
.tr-category-class-129>.p-0.mobile-table-full-width>.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images,
.tr-category-class-128>.p-0.mobile-table-full-width>.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images,
.tr-category-class-73>.p-0.mobile-table-full-width>.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
width: 100%;
}
.custom-length-lable.her-details-page {
text-align: center;
}
.text-center.product-page-button-128>div>a {
background-color: #231f20 !important;
color: #fff !important;
}
.text-center.product-page-button-129>div>a {
background-color: #231f20 !important;
color: #fff !important;
}
.text-center.product-page-button-130>div>a {
background-color: #231f20 !important;
color: #fff !important;
}
.page-width.it>div.row.products>.product {
display: flex; }
.inside-page-width-details-page {
padding-left: 15px;
padding-right: 15px;
}
.btn.btn-light.rounded-btn.men-size-guide.it-details-page {
display: none;
}
#registeration_gender {
background: url(//obataimu.com/wp-content/uploads/2021/01/Copy-of-Untitled-1.png);
background-repeat: no-repeat;
background-position-x: 46%;
background-position-y: 50%;
background-size: 15%;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses.addresses .u-column.woocommerce-Address:first-child,
.u-column.woocommerce-Address {
min-height: 218px !important;
position: relative;
width: 50%;
}
.btn.btn-light.rounded-btn.form_option_ship_edit {
position: absolute;
top: 10px;
right: 15px;
}
.row.shipping-button-edit-delete-saved-address>div.col-sm-12 {
position: absolute;
top: 0;
right: 0;
}
.woocommerce-Address {
border: 0px !important;
}
.page-width.bookworms .her-listing-text.text-center.paragraph>p {
margin-bottom: 0 !important;
}
.page-width.bookworms.numbered-listing-page .her-listing-number.paragraph {
line-height: 100px;
}
.page-width.bookworms.numbered-listing-page .item-card-title.product-title {
margin-bottom: 60px !important;
}
h1:not(.site-title):before,
h2:before {
display: none;
}
.ocwma_close {
background-color: transparent !important;
}
#oc_add_shipping_form_submit:hover {
background-color: #000 !important;
background: #000 !important;
}
.cus_menu,
.ocwma_ship_table,
.cus_menu,
.ocwma_table_custom {
display: block !important;
}
body.woocommerce-edit-address .ocwma_table_custom { display: flex !important;
flex-direction: row-reverse !important;
}
body.woocommerce-edit-address table.ocwma_ship_table .shipping-label {
position: absolute;
}
body.woocommerce-edit-address table.ocwma_bill_table .billing-label {
position: absolute;
}
#ship-to-different-address {
display: none !important;
}
.billling-button>.form_option_billing,
.shipping-button>.form_option_shipping {
border-radius: 500px !important;
padding: 15px !important;
}
body.user-registration-page.woocommerce-account .woocommerce-Addresses .woocommerce-Address .deletebtn-shipping-saved {
display: block !important;
right: 16px;
top: 50px;
position: absolute;
background: transparent;
background-color: transparent;
width: 65px;
border: 0 !important;
}
.ocwma_ship_table td,
.ocwma_bill_table td {
text-align: left;
}
.ocwma_table_bill,
.ocwma_table_ship {
padding: 65px;
}
table.ocwma_bill_table,
table.ocwma_ship_table {
width: 70% !important;
margin: auto !important;
font-size: 13pt;
}
table.ocwma_bill_table p,
table.ocwma_ship_table p {
font-size: 13pt;
}
.ocwma_bill_table button.form_option_edit,
.ocwma_ship_table button.form_option_ship_edit {
border-bottom: 0px !important;
width: 25px;
}
.ocwma_bill_table button.form_option_edit:focus,
.ocwma_ship_table button.form_option_ship_edit:focus {
outline: 0px;
}
.ocwma_bill_table button.form_option_edit,
.ocwma_ship_table button.form_option_ship_edit {
margin-bottom: 30px;
}
.ocwma_bill_table button.form_option_edit img,
.ocwma_ship_table button.form_option_ship_edit img {
cursor: pointer !important;
}
.pencil-edit-btn-save-address {  }
.trash-btn-save-address {
width: 55px !important;
}
.ocwma_ship_table td,
.ocwma_bill_table td {
text-transform: none !important;
}
.shipping_address .ocwma_select_shipping,
.shipping_address .form_option_shipping,
.woocommerce-billing-fields .ocwma_select,
.woocommerce-billing-fields .form_option_billing,
.form-row.form-row-wide.create-account.woocommerce-validated {
display: none;
}
#shipping_last_name_field #togglePassword {
display: none;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
display: none !important;
}
.four-images.memory-machine {
padding: 1.2em;
}
.four-images.memory-machine img {
width: 100%;
}
.four-image-section {
padding: 0 4em;
}
.full-size-image-memory-machine {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.readmore-btn-memorymachine {
text-decoration: underline;
font-size: 13pt;
cursor: pointer;
font-family: 'Bodoni_Book' !important;
font-weight: 700;
}
.readmore-readless-section {
padding: 100px 0 140px;
}
.page-template-memorymachine .readmore-readless-section {
padding: 100px 0 80px;
}
body.home #white-logo { }
.order-print {
text-align: center;
margin: 0 !important;
}
.billing-address-table {
width: 100% !important;
}
.button.print {
border-radius: 500px;
font-weight: bold;
padding: 0.2em 1em;
font-size: 28px;
background-color: #231f20;
position: relative;
top: -100px;
text-transform: lowercase;
}
.order-details-back-btn,
.order-details-backtoorder-btn,
.order-details-tracking-btn {
display: none;
}
#cart-shipping-font,
.shipping-ul-cart-checkout {
max-width: 100%;
word-wrap: break-word;
}
#order_review .shop_table {
color: white;
border: 0;
border-radius: 50px;
}
#order_review .wc-item-meta li {
list-style: none;
display: flex;
}
.justify-content-center.order-history-view-details a {
margin: 0 10px;
}
.himherthey-image-capsule-slider {
border-radius: 500px;
border: 2px solid;
overflow: hidden;
padding: 0;
}
.wc-item-meta {
padding: 0;
width: 100%;
}
.wc-item-meta li {
display: flex;
list-style: none;
}
.wc-item-meta li .wc-item-meta-label {
text-align: start;
}
body.woocommerce-account .ocwma_modal-content #reference_field {
display: block;
}
input[name="attribute_pa_size"][disabled]+label {
display: none !important;
}
.horizontal-image.product-listing {
display: none;
}
.vertical-image.col-md-count-12 {
display: none;
}
.horizontal-image.product-listing.col-md-count-12 {
display: block;
width: 100%;
}
.body.woocommerce-order-received .entry-content {
padding: 0;
}
body.woocommerce-checkout.logged-in .status-publish {
background-color: white;
border: 0px;
}
body.woocommerce-checkout {
margin-bottom: 10rem;
}
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="url"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="search"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="range"],
body.woocommerce-checkout input[type="date"],
body.woocommerce-checkout input[type="month"],
body.woocommerce-checkout input[type="week"],
body.woocommerce-checkout input[type="time"],
body.woocommerce-checkout input[type="datetime"],
body.woocommerce-checkout input[type="datetime-local"],
body.woocommerce-checkout input[type="color"] {
height: 55px !important;
margin: 20px 0px;
font-size: 16px;
font-family: 'century_gothicregular';
padding-left: 30px;
border: 0px;
outline: none;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single {
height: 55px !important;
margin: 20px 0px;
}
.woocommerce-order-pay article#post-8,
body.woocommerce-order-received .woocommerce-order { border-radius: 60px;
margin: auto;
margin-top: 2rem;
margin-bottom: 8rem;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce p {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 3rem;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details {
padding: 0 !important;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.payment-failed {
color: black !important;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li {
font-size: 22px;
line-height: 36px;
font-family: 'century_gothicbold';
font-weight: normal;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong {
font-size: 22px;
line-height: 36px;
font-family: 'century_gothicbold';
font-weight: normal;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong .woocommerce-Price-currencySymbol {
font-size: 22px;
line-height: 36px;
font-family: 'arial';
font-weight: 700;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong .pricing-number {
font-size: 22px;
line-height: 36px;
font-family: 'century_gothicbold';
font-weight: normal;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce p button {
width: max-content;
background-color: white;
color: black;
border-radius: 500px;
font-weight: bold;
margin-bottom: 1em;
padding: 0.2em 1em;
font-size: 24px;
line-height: 48px;
text-transform: lowercase;
font-family: 'century_gothicbold';
font-weight: normal;
}
.page-width.checkout-contact-container.read-more-data-obataimu-pages.show.new-thank-you-class {
border-radius: 60px;
background-color: #231f20;
color: #fff;
padding: 0 30px 7rem 30px;
margin: 0 auto;
margin-bottom: 200px !important;
}
input#wpforms-1140-field_11,
input#wpforms-1140-field_8 {
max-width: 90% !important;
background-color: transparent !important;
border: 2px solid white;
margin: auto;
text-align: center;
padding: 18px;
text-transform: none !important;
}
#wpforms-1140-field_8-container,
#wpforms-1140-field_11-container {
padding: 0;
margin-bottom: 10px;
}
.row.edit-remove-btn-checkoutpage {
display: none;
}
.billing-address-title-checkout-form#gifting-message {
display: none;
}
.woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row {
display: block;
font-size: 16px;
line-height: 28px;
}
body.woocommerce-checkout .checkout.woocommerce-checkout.checkout-form-woocommerce .order-review-page-details-design {
display: revert;
font-size: 16px;
line-height: 28px;
}
body.woocommerce-checkout .checkout.woocommerce-checkout.checkout-form-woocommerce .order-review-page-details-design.new-quantity-price.new-price-style {
position: relative;
top: -8px;
}
.row.order-review-page-details-design {
line-height: 12px;
} .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4 {
display: inline-block;
max-width: max-content;
text-align: left;
font-family: 'century_gothicregular' !important;
} .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 {
display: inline-block;
max-width: max-content;
text-align: left;
font-family: 'century_gothicregular' !important;
} .order-review-page-details-design .col-4 {
display: inline-block;
max-width: max-content;
text-align: left;
font-family: 'century_gothicregular' !important; } .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p {
text-align: left;
font-size: 16px;
line-height: 30px;
padding-left: 5px;
text-transform: capitalize;
font-weight: normal;
}
.order-review-page-details-design .col-8 {
display: inline-block;
max-width: max-content;
text-align: left;
font-family: 'century_gothicregular' !important;
font-weight: 600;
} body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table p {
font-weight: normal;
} body.woocommerce-checkout .cart_item .price-label {
display: inline-block;
max-width: max-content;
text-align: left;
font-family: 'century_gothicregular' !important; }
.variation .text-left.cart-variations {
padding-right: 0px;
}
.variation .text-right.cart-variations {
padding-left: 0px;
}
.row.order-review-page-details-design .price-label {
padding-right: 0px;
}
.row.order-review-page-details-design .price-value {
padding-left: 0px;
}
.woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4:after,
.row.order-review-page-details-design .price-label,
.row.order-review-page-details-design .price-below-quantity,
body.woocommerce-checkout .cart_item .price-label {
content: " : ";
}
.row.order-review-page-details-design .col.col-sm-8.text-right.price-value {
display: inline;
}
.woocommerce-checkout .entry-content {
padding: 0 20px;
}
.checkout-inside-paragraph a {
color: white;
}
.text-center.yay-text.order-confirmation-page .question-text-checkout {
display: none;
}
.woocommerce-order .button.wc-forward.checkout-page-returntohome {
display: none;
}
.woocommerce-billing-fields {
display: block !important;
}
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper>p.validate-state {
margin-bottom: 5px !important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p {
margin: 0 !important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p.validate-state {
margin-top: 20px !important;
} body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p.validate-state .woocommerce-input-wrapper .select2-selection.select2-selection--single {
margin-top: 0px
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p.validate-postcode {
margin-top: 5px !important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
margin-bottom: 5px !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #1a1818;
line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #181818;
}
label[for=order_comments],
label[for=additional_gift_message],
div.billing-address-title-checkout-form {
margin-top: 5rem !important;
}
div.shipping-section-checkout-field {
margin-top: 5rem !important; }
.body.woocommerce-checkout .single-product-review-checkout-page .variation {
font-size: 22px !important;
}
body.woocommerce-checkout textarea {
height: 400px !important;
padding-left: 30px !important;
padding-top: 30px !important;
border-radius: 30px !important;
font-weight: 400 !important;
}
.single-product-review-checkout-page {
border-radius: 65px !important;
} body.woocommerce-checkout .single-product-review-checkout-page {
padding: 65px !important;
padding-bottom: 85px !important;
font-size: 16px;
font-weight: normal;
font-family: 'century_gothicregular';
text-transform: capitalize;
}
.um-field-arrow {
z-index: 0;
}
#yesNoBillingAddress {  }
.underline {
border-bottom: 2px solid black;
}
body #woocommerce-checkout-login-form input[type="text"],
body #woocommerce-checkout-login-form input[type="password"],
body #woocommerce-checkout-login-form #username,
body #woocommerce-checkout-login-form #password,
#woocommerce-checkout-login-form button {
background-color: #231f20 !important;
color: white !important;
margin-top: 0.5rem !important;
text-transform: lowercase !important;
}
.woocommerce-form.woocommerce-form-login input:-internal-autofill-selected {
background-image: none !important;
background-color: #231f20 !important;
color: white !important;
}
body #woocommerce-checkout-login-form input[type="text"]:focus,
body #woocommerce-checkout-login-form input[type="password"]:focus { outline: none;
}
body #woocommerce-checkout-login-form input[type="text"]::placeholder,
body #woocommerce-checkout-login-form input[type="password"]::placeholder {
color: white !important;
}
#woocommerce-checkout-login-form button {
margin-top: 4rem !important;
padding: 0px 30px !important;
}
body.woocommerce-checkout .shipping-ul-cart-checkout ul#shipping_method li label,
body.woocommerce-checkout .shipping-ul-cart-checkout ul#shipping_method li label *{
font-size: 18px;
line-height: 20px;
font-weight: bold;
font-family: 'century_gothicbold';
}
.woocommerce-shipping-totals.shipping .shipping-label-cart-checkout.shipping-font {
display: inline-block;
}
.woocommerce-shipping-totals.shipping .shipping-ul-cart-checkout {
display: inline-block;
}
.product-popup-content {
padding-left: 20px;
padding-right: 20px;
}
.product-popup-content>h1.popup-heading {
text-align: center;
padding-top: 30px;
}
.product-popup-content .fabric-content {
padding-top: 150px;
padding-bottom: 80px;
}
#primary .product-popup-content img {
width: auto; margin-left: auto; margin-right: auto;
}
.product-popup-content .size-guid-content {
padding-top: 80px;
}
.product-popup-content .size-guid-content .big-image {
border-radius: 50px;
margin-bottom: 60px;
}
.product-popup-content .size-guid-content .size-guide-list-section {
width: 100%;
margin-bottom: 150px;
}
.product-popup-content .size-guid-content .size-guide-list-section:last-child {
margin-bottom: 50px;
}
.product-popup-content .size-guid-content .size-guide-list-section h1 {
margin-bottom: 60px;
}
.product-popup-content .size-guid-content .size-guide-list-section .size-guide-list-content.right-content {
margin-left: 40px;
}
.product-popup-content .size-guid-content .size-guide-list-section .size-guide-list-content.left-content {
margin-left: 40px;
}
#primary .product-popup-content .shipping-content img.shipping-top-image {
width: auto;
margin-bottom: 100px;
}
#primary .product-popup-content .shipping-content .shipping-list {
padding-bottom: 100px;
text-align: center;
}
#primary .product-popup-content .shipping-content .shipping-list h1.shipping-heading {
padding-bottom: 80px;
text-align: center;
}
.shipping-heading.pop-up-sub-heading {
text-align: center;
text-decoration:
underline;
cursor: pointer;
display: inline-block;
}
.d-inline-block.billing-address-checkbox label {
font-size: 21px;
}
table.ocwma_bill_table td,
table.ocwma_ship_table td {
word-break: break-word;
}
#after-qty-input {
position: absolute;
width: 100%;
height: 64px;
}
p#shipping_country_field {
padding: 0;
margin-top: 120px !important;
margin-bottom: 5px !important;
}
form#oc_edit_shipping_form #shipping_phone_field {
margin-bottom: 90px;
} form#oc_edit_billing_form p#billing_last_name_field {
margin-bottom: 120px !important;
margin-top: 0 !important;
}
form#oc_edit_billing_form #billing_phone_field {
margin-bottom: 90px;
}
#oc_edit_shipping_form_submit,
#oc_edit_billing_form_submit {
padding: 6px 50px 8px;
font-size: 30px;
margin-top: 60px;
font-weight: normal;
}
p#billing_last_name_field {
padding: 0;
margin-top: 5rem !important;
margin-bottom: 5px !important;
}
#shipping_country_field>label {
font-size: 21px;
padding-left: 40px;
padding-bottom: 10px;
}
body.woocommerce-checkout #shipping_country_field>label {
padding-left: 30px;
}
.failed-text p {
margin-bottom: 160px
}
p.text-center.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions {
margin-bottom: 150px;
} #simple-product-add-to-cart-cat-84 .col {
text-align: center;
}
#simple-product-add-to-cart-cat-84 .col .btn.btn-light.rounded-btn,
#simple-product-add-to-cart-cat-128 .col .btn.btn-light.rounded-btn,
#simple-product-add-to-cart-cat-129 .col .btn.btn-light.rounded-btn,
#simple-product-add-to-cart-cat-130 .col .btn.btn-light.rounded-btn {
background-color: #231f20 !important;
color: white !important;
}
.product-single-grid-card.mobile-list.himherthey-product-1>div,
.product-single-grid-card.mobile-list.himherthey-product-3>div {
margin-right: 50px;
margin-left: 0;
}
.product-single-grid-card.mobile-list.himherthey-product-2>div,
.product-single-grid-card.mobile-list.himherthey-product-4>div {
margin-left: 50px;
margin-right: 0;
}
.shop-by-dropdown-links li {
line-height: 0;
}
.no-address-paragraph,
.empty-order-history {
margin-bottom: 120px;
}
.big-image.section-image img {
border-radius: 50px;
}
.woocommerce-loop-product__title {
margin: 0 !important;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods,body.woocommerce-checkout .shipping-ul-cart-checkout {
color: black;
display: block;
width: 60%;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding: 0;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li {
position: relative; display: flex;align-items: center; margin-bottom: 35px;
}
body.woocommerce-checkout #stripe-payment-data p.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
position: relative;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods #stripe-payment-data p.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
top: 5px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li #stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li label {
font-size: 18px;
padding-left: 30px;
width: 100%;
line-height: 28px;
margin-bottom: 15px;
display: inline-block;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li #stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li input {
top: 7px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_stripe #stripe-payment-data>p:first-child {
display: none;
}
body.woocommerce-checkout .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe {
width: 100%;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li label {
font-size: 18px !important; cursor: pointer; line-height: normal;
}
body.woocommerce-checkout #stripe-payment-data p.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
position: relative;
padding-left: 25px;
} @media not all and (min-resolution: 0.001dpcm) {
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li:nth-child(2) {
position: relative;
top: -3px;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li:nth-child(2) {
top: 0px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li:nth-child(1)>input {}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li:nth-child(2)>input {}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li:nth-child(3)>input {
top: 14px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li #stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li input {
top: -2px;
left: 0px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods #stripe-payment-data p.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
top: -5px;
left: 0px;
}
}
@media (max-width: 768px){
body.woocommerce-checkout .shipping-ul-cart-checkout{width: 100%;}
} #stripe-payment-data {
width: 100%;
} body.woocommerce-order-pay #order_review #payment button#place_order {
margin: 0 auto 150px !important;
}
body.woocommerce-order-pay #order_review #payment .woocommerce-form__input-checkbox.input-checkbox {
position: relative;
top: 20px;
left: -25px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
display: block;
padding: 0;
width: 20%;
float: none; text-align: left;
margin-left: auto !important;
margin-right: auto !important;
position: relative;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li {
display: block;
align-items: center;
width: 100%;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods>li input {
margin: 0;
position: relative;
top: 2px;
left: 0px;
}
body.woocommerce-order-pay #order_review .wc_payment_methods.payment_methods.methods {
margin: 80px 0px !important;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li label {
font-size: 18px !important;
padding-left: 0px;
width: 100%;
line-height: 30px;
margin-bottom: 0px;
}
body.woocommerce-order-pay .paragraph.text-center {
font-size: 88px;
line-height: 150px;
width: 75%;
margin: 50px auto 50px;
letter-spacing: -1px;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe {}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data {
text-align: left;
display: block;
margin: auto;
width: 180%;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li #stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li label {
padding-left: 5px;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
display: block;
}
body.woocommerce-order-pay #stripe-payment-data p.form-row.woocommerce-SavedPaymentMethods-saveNew {
position: relative;
left: -30px;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form {
padding-top: 15px;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data .form-row.woocommerce-SavedPaymentMethods-saveNew {
display: block;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data .form-row.woocommerce-SavedPaymentMethods-saveNew input#wc-stripe-new-payment-method {
vertical-align: top;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data .form-row.woocommerce-SavedPaymentMethods-saveNew label {
text-align: left;
display: inline-block !important;
width: 80% !important;
}
#payment.form-pay-payments label,
.woocommerce-order-pay article#post-8 .order_details {
color: #181818 !important;
}
label[for="wc-stripe-new-payment-method"] {
font-size: 16px !important;
line-height: 1.4 !important;
padding-left: 10px;
}
.wc-no-matching-variations.woocommerce-info {
text-align: center;
}
.order-details-style {
display: flex;
flex-wrap: wrap;
}
.order-details-style div {
width: max-content;
}
p.pack-of-field {
font-size: 22pt;
}
.style-value {
margin-left: 8px;
font-family: "century_gothicbold";
}
.woocommerce-checkout-review-order-table .variation-row-quantity {
display: none !important;
}
.variation-row-quantity-new .variation-quantity {
padding-right: 0;
}
.new-quantity-style {
line-height: 28px;
display: inline-block;
justify-content: start;
}
.variation-row-quantity-new .text-right.cart-variations.variation-quantity {
padding-left: 0px;
}
.custom-options .custom-option:first-child {
display: none;
}
.mwb-wrma_customer_detail {
display: none;
}
#exchange-checkbox {
height: 56px;
width: 55px;
}
input.btn.btn-dark.rounded-btn {
border-radius: 500px;
font-weight: bold;
margin-bottom: 1em;
padding: 0.2em 1em;
font-size: 28px;
font-family: "century_gothicbold";
background-color: #231f20;
color: white;
}
.youtube-video-details-page iframe {
min-height: 56vw;
margin-top: 3.5em;
width: 100% !important;
}
.total-amount-exchange {
display: none;
}
.mwb_wrma_exchange_column img {
width: 100% !important;
height: 100% !important;
}
.mwb_wrma_exchange_column .product-name {
display: flex;
}
.mwb_wrma_product_title {
height: 100%;
display: flex;
flex-direction: column;
}
.mwb_wrma_product_title .wc-item-meta {
justify-content: flex-end;
}
.mwb_wrma_exchange_request_reason {
background-color: white;
}
.order-details-address p {
line-height: 1.5;
margin: 0;
}
.text-center.attributes-selection.pa_size.himherthey {
min-height: 280px;
} .um input::placeholder {
color: #ffffff !important;
opacity: 1; }
.um input:-ms-input-placeholder { color: #ffffff !important;
}
.um input::-ms-input-placeholder { color: #ffffff !important;
}
span[aria-labelledby="select2-select-gender-container"] {
color: #fff !important;
line-height: 80px !important;
height: 70px !important;
border-radius: 500px !important;
background-color: black !important;
}
nav.navigation ul.mainmenu>li>a span,
nav.navigation ul.mainmenu>li>a p{
display: inline-block;
}
#oc_edit_billing_form .select2.select2-container,
#oc_edit_shipping_form .select2.select2-container {
width: 70% !important;
font-family: "century_gothicbold";
line-height: 28px;
background: #fff;
border: 0px solid #ccc;
box-sizing: border-box;
outline: none;
outline-offset: 0;
border-radius: 10px;
height: 55px;
font-size: 16px;
overflow: hidden;
}
#oc_edit_shipping_form .select2-selection.select2-selection--single,
#oc_edit_billing_form .select2-selection.select2-selection--single {
color: #181818;
border: 0 !important;
}
#oc_edit_billing_form #select2-billing_country-container {
background-color: inherit !important;
}
#oc_edit_shipping_form #reference_field,
#oc_edit_billing_form #reference_field {
display: none;
}
.youtube-video-details-page>div {
padding-bottom: 160px !important;
}
form.cart p.wcrw_warranty_info {
margin: 0 0 !important;
text-align: center;
}
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 200px !important;
padding-top: 0px !important;
}
#categoryid-84 .youtube-video-details-page iframe,
#categoryid-128 .youtube-video-details-page iframe,
#categoryid-129 .youtube-video-details-page iframe,
#categoryid-130 .youtube-video-details-page iframe {
margin-top: 0em;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
background: #fff101 !important;
border-radius: 50px !important;
width: auto !important;
display: inline-block !important;
padding: 0 80px !important;
color: #181818 !important;
font-weight: 600 !important;
font-family: 'century_gothicregular' !important;
} .videoWrapper {
position: relative;
padding-bottom: 37.5%;
height: 0;
overflow: hidden;
}
#categoryid-84>.videoWrapper,
#categoryid-128>.videoWrapper,
#categoryid-129>.videoWrapper,
#categoryid-130>.videoWrapper {
padding-bottom: 57% !important;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none
}
.controlsWrapper {
position: absolute;
bottom: 10px;
left: 10px;
right: 10px;
height: 20px;
display: flex;
justify-content: space-between;
}
.playIcon {
width: 20px;
height: 20px;
color: #fff;
text-align: center;
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/pause.png);
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.videoPlaying {
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/play.png);
}
.fullscreen {
width: 20px;
height: 20px;
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/fullScreen.png);
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.volumeCtrl {
margin-right: 10px;
width: 20px;
height: 20px;
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/volOff.png);
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
}
.fullVolume {
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/volOn.png);
}
.progressBar {
margin: 0 10px;
border-top: 2px solid #fff;
flex: 1;
margin-top: 9px;
position: relative;
}
.seekBtn {
position: absolute;
left: 0;
height: 15px;
width: 2px;
background: #fff;
top: -8px;
}  body.page-id-9.woocommerce-account h1.paragraph.my-account {
font-weight: normal;
}
.login-page-form.orders-list>h1.paragraph {
font-weight: normal;
}
body.page-template-tracking h1.paragraph {
font-weight: normal;
}
body.page-template-tracking h1.paragraph {
font-weight: normal;
}
.woocommerce-order-details.order-history-details h2.paragraph {
font-weight: normal;
}
body.page-id-9.woocommerce-account p.paragraph {
font-weight: normal;
}
body.page-id-2980 p.paragraph {
font-weight: normal;
}               @media only screen and (max-width: 2600px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 1200px !important;
}
}
@media only screen and (max-width: 1920px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 1100px !important;
}
}
@media only screen and (max-width: 1720px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 968px !important;
}
}
@media only screen and (max-width: 1560px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 873px !important;
}
}
@media only screen and (max-width: 1440px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 800px !important;
}
body.page-id-7 .paragraph.cart-empty {
line-height: 78px;
position: relative;
left: 0px;
margin-bottom: 100px;
}
}
@media only screen and (max-width: 1370px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 725px !important;
}
}
@media only screen and (max-width: 1270px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 680px !important;
}
body.woocommerce-order-pay .paragraph.text-center {
width: 100% !important;
}
}
@media only screen and (max-width: 1100px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 615px !important;
}
}
@media only screen and (max-width: 1024px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 575px !important;
}
}
@media only screen and (max-width: 960px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 540px !important;
}
}
@media only screen and (max-width: 920px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 515px !important;
}
}
@media only screen and (max-width: 800px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 450px !important;
}
}
@media only screen and (max-width: 768px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 430px !important;
}
}
@media only screen and (max-width: 686px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 380px !important;
}
}
@media only screen and (max-width: 600px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 340px !important;
}
}
@media only screen and (max-width: 586px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 330px !important;
}
}
@media only screen and (max-width: 480px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 270px !important;
}
}
@media only screen and (max-width: 420px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 240px !important;
}
}
@media only screen and (max-width: 380px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 215px !important;
}
}
@media only screen and (max-width: 360px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 200px !important;
}
}
@media only screen and (max-width: 320px) {
#categoryid-84 .youtube-video-details-page>div,
#categoryid-128 .youtube-video-details-page>div,
#categoryid-129 .youtube-video-details-page>div,
#categoryid-130 .youtube-video-details-page>div {
padding-bottom: 180px !important;
}
}
@media only screen and (min-width: 768px) {
.mm-image1,
.mm-image2 {
padding-top: 0px !important;
}
.mm-image3,
.mm-image4 {
padding-bottom: 0px !important;
}
}
@media only screen and (max-width: 1520px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 25px;
line-height: 32px;
}
} @media only screen and (max-width: 1430px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 24px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 25%;
}
} @media only screen and (max-width: 1350px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 22px;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
font-size: 28px;
}
body.woocommerce-checkout button#place_order {
font-size: 22px;
}
} @media only screen and (max-width: 1280px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 20px;
height: 48px;
line-height: 34px;
}
.add-to-cart-single-product.mobile-table-full-width .custom-select-trigger {
font-size: 24px;
}
body.woocommerce-checkout .single-product-review-checkout-page {
padding: 50px 45px !important;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 25%;
}
} @media only screen and (max-width: 1180px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 18px;
}
.add-to-cart-single-product.mobile-table-full-width .custom-select-trigger {
font-size: 22px;
}
body.woocommerce-checkout .single-product-review-checkout-page {
padding: 40px 40px !important;
}
body.woocommerce-order-pay .paragraph.text-center {
font-size: 60px;
line-height: 90px;
width: 75% !important;
}
body.woocommerce-order-pay .paragraph.text-center {
font-size: 48px;
line-height: 60px;
width: 60% !important;
}
#radio-btn-values div.single-color {
width: 25% !important;
}
} @media only screen and (max-width: 1100px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 16px;
}
.page-template-himherthey .paragraph {
display: unset;
font-size: 60px;
line-height: 80px;
}
.add-to-cart-single-product.mobile-table-full-width .custom-select-trigger {
font-size: 20px;
}
.add-to-cart-single-product.mobile-table-full-width .select-box {
width: 100%;
}
body.woocommerce-checkout button#place_order {
padding: 0px 20px;
} body.woocommerce-checkout .entry-header h1.entry-title {
font-size: 80px !important;
}
} @media only screen and (min-width: 1180px) and (max-width: 1440px) {
.blog-list .shop-by-dropdown-links .nav-item {
margin-bottom: 4%;
}
} @media only screen and (min-width: 992px) and (max-width: 1180px) {
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 19px;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px;
}
.add-to-cart-single-product.mobile-table-full-width a.btn.btn-light.rounded-btn {
font-size: 19px;
}
a.btn.btn-light.rounded-btn {
font-size: 19px;
}
button.btn.btn-light.rounded-btn {
font-size: 19px;
}
body.page-id-7 #cart-proceed-btn {
font-size: 24px;
line-height: 48px;
text-align: center;
}
.add-to-cart-single-product.mobile-table-full-width .custom-option {
padding: 0 20px;
font-size: 15px;
line-height: 30px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 30%;
}
.add-to-cart-single-product.mobile-table-full-width .custom-select-trigger {
font-size: 15px;
}
.wapf-radios.Size {
width: 100% !important;
}
.paragraph {
font-size: 52px;
line-height: 80px;
}
body.archive.category .paragraph,
body.blog .paragraph {
font-size: 45px;
line-height: 1.5;
}
.obataimu-heaidng, .stroke-our-fabrics-heading {
font-size: 52px;
line-height: 80px; 
}
h1.packof-text {
font-size: 52px;
}
.shop-by-dropdown-links li {
height: 32px;
margin-bottom: 20px;
}
.shop-by-dropdown-links li a {
font-size: 28px;
line-height: 28px;
}
.variations-details-bottom-cart {
width: 100%;
}
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Color,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Color p,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Gender,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Length,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Size,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Length p,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.price-value .woocommerce-Price-amount.amount,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.cart-variations,
body.page-id-7 .variations-details-bottom-cart>.row>.price-label,
body.page-id-7 .variations-details-bottom-cart>.row>.quantity-label {
font-size: 24px;
line-height: 36px;
}
body.page-id-7 .variations-details-bottom-cart .pricing-number,
body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
font-size: 24px !important;
line-height: 36px !important;
}
body.page-id-7 form p {
font-size: 24px;
line-height: 36px;
}
body.page-id-7 form p.pack-of-field {
font-size: 30px;
line-height: 40px;
}
body.page-id-7 .title-single-product-cart,
body.page-id-7 .title-single-product-cart h3 {
text-decoration: none !important;
font-size: 30px;
}
body.page-id-7 a.remove {
background: #fff;
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/delete.svg);
background-position: center 3px;
width: 48px;
height: 28px;
background-size: contain;
display: inline-block;
margin-top: 5px;
}
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
margin-top: 5px;
height: 30px;
}
body.page-id-7 .minus.qib-button,
body.page-id-7 .plus.qib-button,
body.page-id-7 .qib-container>button,
body.page-id-7 .qib-button:not(#qib_id):not(#qib_id) {
font-size: 20px;
}
body.page-id-7 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 16px;
padding: 0 !important;
}
body.page-id-7 .qib-container .minus.qib-button {
top: 0px;
left: 15px;
}
body.page-id-7 .qib-container .plus.qib-button {
top: 2px;
right: 15px;
}
body.page-id-8 .order-confirmation-page h1 {
font-size: 60px !important;
line-height: 90px !important;
margin-left: auto;
margin-right: auto;
}
#himherthey .product_title.paragraph {
font-weight: normal !important;
margin-bottom: 0px;
} body.woocommerce-checkout.page-id-8 .variation-row-quantity-new .variation-quantity {
font-size: 13px;
font-weight: normal;
}
body.woocommerce-checkout.page-id-8 .single-product-review-checkout-page {
font-size: 13px;
font-weight: normal;
}
body.woocommerce-checkout.page-id-8 .cart_item .price-label {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout.page-id-8 .shop_table.woocommerce-checkout-review-order-table .price-value .woocommerce-Price-amount.amount bdi {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout.page-id-8 .shop_table.woocommerce-checkout-review-order-table .pack-of-field-checkout {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout.page-id-8 .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4 {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout.page-id-8 .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p {
font-weight: normal;
font-size: 13px;
}
img.hamburgericon {
height: 36px;
}
.modal-body h2.heading.mobile-hide {
display: none;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.add-to-cart-single-product.mobile-table-full-width a.btn.btn-light.rounded-btn {
font-size: 18px;
}
.add-to-cart-single-product.mobile-table-full-width .custom-select-trigger {
font-size: 16px;
}
#categoryid-43 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-43 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-44 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-44 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-45 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-45 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-46 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-46 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-47 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-47 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-48 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-48 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-49 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-49 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 18px;
}
.selection-box-div p {
font-size: 36px;
}
.pick-a-size-label {
font-size: 30px;
}
.wapf-field-label.wapf--above.Length {
font-size: 30px !important;
}
.wapf-radios.Size {
width: 100% !important;
}
.paragraph {
font-size: 40px;
line-height: 60px;
}
.shop-by-dropdown-links li a {
font-size: 24px;
line-height: 24px;
}
.shop-by-dropdown-links li {
height: 28px;
margin-bottom: 20px;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 19px;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px;
}
.add-to-cart-single-product.mobile-table-full-width a.btn.btn-light.rounded-btn {
font-size: 18px;
line-height: 30px !important;
}
a.btn.btn-light.rounded-btn {
font-size: 19px;
}
button.btn.btn-light.rounded-btn {
font-size: 19px;
}
body.page-id-7 #cart-proceed-btn {
font-size: 24px;
line-height: 48px;
text-align: center;
}
.variations-details-bottom-cart {
width: 100%;
}
body.page-id-7 .title-single-product-cart,
body.page-id-7 .title-single-product-cart h3 {
text-decoration: none !important;
font-size: 30px !important;
}
body.page-id-7.woocommerce-cart .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
font-size: 24px !important;
}
body.page-id-7.woocommerce-cart .variations-details-bottom-cart .pricing-number {
font-family: 'century_gothicbold' !important;
font-size: 24px !important
}
body.page-id-7 a.remove {
background: #fff;
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/delete.svg);
background-position: center 3px;
width: 48px;
height: 34px;
background-size: contain;
display: inline-block;
margin-top: 15px;
}
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
margin-top: 15px;
height: 36px;
}
body.page-id-7 .minus.qib-button,
body.page-id-7 .plus.qib-button,
body.page-id-7 .qib-container>button,
body.page-id-7 .qib-button:not(#qib_id):not(#qib_id) {
font-size: 20px;
}
body.page-id-7 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 16px;
padding: 0 !important;
}
body.page-id-7 .qib-container .minus.qib-button {
top: 3px;
left: 20px;
}
body.page-id-7 .qib-container .plus.qib-button {
top: 5px;
right: 20px;
}
.control-radio .color-label-name {
line-height: 17pt;
} body.page-id-8 .order-confirmation-page h1 {
font-size: 40px !important;
line-height: 60px !important;
margin-left: auto;
margin-right: auto;
}
body.woocommerce-checkout.page-id-8 form.woocommerce-form.woocommerce-form-login .d-flex.justify-content-center .col-md-8.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
body.woocommerce-checkout.page-id-8 .checkout.woocommerce-checkout.checkout-form-woocommerce .order-review-page-details-design.new-quantity-price.new-price-style {
top: 0px;
} body.woocommerce-checkout.page-id-8 .variation-row-quantity-new .variation-quantity {
font-size: 13px;
font-weight: normal;
}
body.woocommerce-checkout.page-id-8 .single-product-review-checkout-page {
font-size: 13px;
font-weight: normal;
}
body.woocommerce-checkout.page-id-8 .cart_item .price-label {
font-weight: normal;
font-size: 13px !important;
}
body.woocommerce-checkout.page-id-8 .shop_table.woocommerce-checkout-review-order-table .price-value .woocommerce-Price-amount.amount bdi {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout.page-id-8 .shop_table.woocommerce-checkout-review-order-table .pack-of-field-checkout {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout.page-id-8 .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4 {
font-weight: normal;
font-size: 13px;
}
body.woocommerce-checkout.page-id-8 .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p {
font-weight: normal;
font-size: 13px !important;
}
} @media only screen and (max-width:1024px) {
body.woocommerce-checkout button#place_order {
font-size: 22px;
} body.woocommerce-checkout .entry-header h1.entry-title {
font-size: 76px !important;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
width: 100%;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li label {
padding-left: 0px;
}
img.brand-logo {
top: 22.5px;
}
body.page-id-7 #cart-proceed-btn {
font-size: 24px;
line-height: 58px;
text-align: center;
}
} @media only screen and (max-width:1024px) and (min-width: 768px) {
table.ocwma_bill_table,
table.ocwma_ship_table {
width: 85% !important;
margin: auto !important;
font-size: 10pt;
}
table.ocwma_bill_table p,
table.ocwma_ship_table p {
font-size: 10pt;
line-height: 18pt;
}
.control-radio .color-label-name {
line-height: 17pt;
text-align: center;
}
} @media only screen and (max-width: 991px) {
body.page-id-7 .product-name.mobile-table-full-width.cart-mobile-td {
width: 97vw !important;
}
body.page-id-7 a.remove {
background: #fff;
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/delete.svg);
background-position: center 3px;
width: 48px;
height: 34px;
background-size: contain;
display: inline-block;
margin-top: 15px;
}
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
margin-top: 15px;
height: 36px;
}
body.page-id-7 .minus.qib-button,
body.page-id-7 .plus.qib-button,
body.page-id-7 .qib-container>button,
body.page-id-7 .qib-button:not(#qib_id):not(#qib_id) {
font-size: 20px;
}
body.page-id-7 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 16px;
padding: 0 !important;
}
body.page-id-7 .qib-container .minus.qib-button {
top: 3px;
left: 10px;
}
body.page-id-7 .qib-container .plus.qib-button {
top: 5px;
right: 10px;
} #categoryid-84 .page-width,
#categoryid-128 .page-width,
#categoryid-129 .page-width,
#categoryid-130 .page-width {
padding-top: 0em;
}
body.woocommerce-checkout button#place_order {
font-size: 16px;
}
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 24px;
line-height: 30px;
}
.her-listing-text.text-center.paragraph>p {
font-size: 30px !important;
line-height: 45px !important;
}
.her-listing-number.paragraph {
margin-right: 15px;
}
.her-listing-number.paragraph,
.her-listing-text.text-center.paragraph {
font-size: 30px;
line-height: 54px;
font-weight: normal !important;
}
#my-repeater-list-id .her-listing-number.paragraph p.woocommerce-loop-product__title,
#my-repeater-list-id .her-listing-text.text-center.paragraph p.woocommerce-loop-product__title {
font-size: 30px !important;
line-height: 42px !important;
font-weight: normal !important;
}
#my-repeater-list-id .her-listing-number.paragraph p.woocommerce-loop-product__title:hover,
#my-repeater-list-id .her-listing-text.text-center.paragraph p.woocommerce-loop-product__title:hover,
#my-repeater-list-id .her-listing-number.paragraph p.woocommerce-loop-product__title a:hover,
#my-repeater-list-id .her-listing-text.text-center.paragraph p.woocommerce-loop-product__title a:hover {
text-decoration: none !important;
}
#my-repeater-list-id .her-listing-number.paragraph p.woocommerce-loop-product__title a:hover,
#my-repeater-list-id .her-listing-text.text-center.paragraph p.woocommerce-loop-product__title a:hover {
border-bottom: 3px solid #000;
}
.paragraph {
font-size: 40px;
line-height: 60px;
}
h1.packof-text {
font-size: 28px;
font-weight: normal !important;
line-height: 40px;
}
#himherthey .product_title.paragraph {
font-weight: normal !important;
margin-bottom: 0px;
}
body.woocommerce-order-pay .paragraph.text-center {
line-height: 60px;
font-size: 40px;
width: 60% !important;
}
.page-template-himherthey .paragraph {
line-height: 60px;
font-size: 40px;
display: unset;
}
.add-to-cart-single-product {
padding: 40px 15px 0px;
}
.add-to-cart-single-product.mobile-table-full-width a.btn.btn-light.rounded-btn {
height: 48px;
line-height: 38px;
}
.obataimu-heaidng,
.stroke-our-fabrics-heading {
width: 60%;
}
.from-ipad-hide {
display: none;
}
img.brand-logo {
position: relative;
top: -4px;
left: 35px;
bottom: auto;
width: 32px;
}
img.hamburgericon {
position: relative;
bottom: auto;
top: 16px;
right: 0px;
}
.cart-img-header {
position: relative;
top: 40px;
left: 4px;
width: 40px;
}
.cart-button-header .cart-img-header {
border: 2px solid #000;
}
p.cart-number-header {
top: 32%;
left: 36%;
margin: 0px;
}
.menu.navigation footer ul.icons li:nth-of-type(3) {
animation-delay: 0.29s;
}
nav.navigation ul.mainmenu>li>a {
font-size: 40px;
line-height: 50px;
padding: 0px;
text-transform: none;
}
nav.navigation ul.mainmenu>li>a:hover {
border-bottom: 0px solid transparent;
}
nav.navigation ul.mainmenu>li>a>span {
border-bottom: 5px solid transparent;
}
nav.navigation ul.mainmenu>li>a:hover>span {
border-bottom: 5px solid black;
}
.menu.navigation .copyright p.pull-right {
margin-left: 5px;
font-size: 14px;
}
.menu.navigation .navigation-width .hamburger-button11 span { height: 3px;
border-radius: 0px;
width: 100%;
background-color: #3D4146;
top: 0;
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
.hamburger-button span {
height: 3px;
}
.hamburger-button {
width: 45px;
}
.hamburger-button span:nth-child(2),
.hamburger-button span:nth-child(3) {
top: 9px;
}
.hamburger-button span:nth-child(4) {
top: 18px;
}
.hamburger-button {
top: -10px;
right: 15px;
}
.hamburger-button11 {
top: 15px;
}
.navigation-width .hamburger-button11.active {
right: 15px;
top: 30px;
}
.hamburger-button11 {
position: absolute;
transition: .3s ease-in-out;
width: 31px;
height: 27px;
display: block;
top: 25px;
right: 32px;
z-index: 100;
}
img.brand-logo {
top: 0px;
left: 0px;
}
.overlay.visible img.brand-logo {
position: absolute;
left: 15px;
top: 54px;
}
nav.navigation ul.mainmenu>li>a {
display: inherit;
}
nav.menu ul.mainmenu ul.submenu>li>a:hover {
border-bottom: 3px solid black !important;
}
nav.menu ul.mainmenu ul.submenu>li>a:hover {
border-bottom: 3px solid black !important;
}
nav.menu ul.mainmenu ul.submenu>li>a {
font-size: 20px;
line-height: 21px;
padding: 0;
border-bottom: 3px solid transparent !important;
}
nav.menu>ul>li.hamburger-text-right ul.submenu li {
line-height: 20px;
}
nav.menu ul.mainmenu ul.submenu ul.submenu.menus li>a.active {
border-bottom: 3px solid transparent !important;
}
nav.menu ul.mainmenu ul.submenu ul.submenu.menus li>a.active:foucs {
border-bottom: 3px solid #000 !important;
} body.woocommerce-checkout .entry-header h1.entry-title {
font-size: 52px !important;
}
table.ocwma_bill_table,
table.ocwma_ship_table {
width: 95% !important;
}
table.ocwma_bill_table p,
table.ocwma_ship_table p {
font-size: 12pt;
line-height: 18pt;
}
body.page-id-9 .save-address-page p.address-email {
font-size: 13pt;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 40%;
}
#simple-product-add-to-cart-cat-84 .col .btn.btn-light.rounded-btn,
#simple-product-add-to-cart-cat-128 .col .btn.btn-light.rounded-btn,
#simple-product-add-to-cart-cat-129 .col .btn.btn-light.rounded-btn,
#simple-product-add-to-cart-cat-130 .col .btn.btn-light.rounded-btn {
font-weight: normal !important;
}
.btn.btn-light.rounded-btn.returns-and-exchanges,
.btn.btn-light.rounded-btn.how-to-measure-my-length,
.btn.btn-light.rounded-btn.himherthey {
font-weight: normal !important;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-weight: normal !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
height: 46px;
}
} @media only screen and (max-width: 800px) {
body.woocommerce-order-pay .paragraph.text-center {
line-height: 60px;
font-size: 40px;
width: 70% !important;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 40%;
}
} @media only screen and (max-width: 768px) {
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 42%;
}
} @media only screen and (max-width: 767px) {
.copyright {
margin: 15px 0px 100px 0px;
font-size: 14px;
width: 90%;
}
.readmore-btn {
border-bottom: 3px solid black;
text-decoration: none;
}
img.hamburgericon {
top: 16px;
right: 35px;
}
img.brand-logo {
top: 7.5px;
left: 35px;
}
.cart-img-header {
top: 40px;
right: 35px;
left: auto;
}
.navigation-width {
width: 100%;
}
.navigation-width>.row {
margin: 0px;
}
.overlay.visible img.brand-logo {
position: absolute;
left: 35px;
top: 43px;
}
.overlay.visible nav.menu {
width: 100%;
padding: 0px;
margin: 0px;
}
#menu .close-header {
top: -12px;
right: 25px;
}
.ocwma_modal-content {
padding: 3em 2em;
}
body.woocommerce-account .ocwma_modal-content #oc_edit_billing_form .select2.select2-container,
body.woocommerce-account .ocwma_modal-content #oc_edit_shipping_form .select2.select2-container {
width: 100% !important;
border-radius: 500px !important;
height: 47px !important;
font-family: 'century_gothicregular';
}
body.woocommerce-account .ocwma_modal-content .update-address button {
font-size: 17px;
}
body.woocommerce-account .ocwma_modal-content #shipping_country_field>label {
padding-bottom: 0px !important;
color: white !important;
font-size: 20px !important;
padding-left: 0px !important;
}
body.woocommerce-account .ocwma_modal-content .select2.select2-container .select2-selection .select2-selection__arrow {
top: 7px !important;
}
body.woocommerce-account .ocwma_modal-content .select2-container--default,
body.woocommerce-account .ocwma_modal-content .select2-selection--single,
body.woocommerce-account .ocwma_modal-content .select2-selection__rendered {
line-height: 45px !important;
}
body.woocommerce-account .ocwma_modal-content label {
font-size: 23px;
}
body.woocommerce-account.page-id-9 .ocwma_modal-content #shipping_gender,
body.woocommerce-account.page-id-9 .ocwma_modal-content #shipping_country,
body.woocommerce-account.page-id-9 .ocwma_modal-content #shipping_state,
body.woocommerce-account.page-id-9 .ocwma_modal-content #billing_gender,
body.woocommerce-account.page-id-9 .ocwma_modal-content #billing_country,
body.woocommerce-account.page-id-9 .ocwma_modal-content #billing_state {
width: 100% !important;
height: 47px !important;
font-size: 18px !important;
font-family: 'century_gothicregular';
line-height: 30px;
}
body.woocommerce-account .ocwma_modal-content #shipping_gender {
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/css/images/gender-arrow-black-mobile.png);
}
.new-quantity-style { justify-content: center;
}
.new-quantity-style .variation-quantity {
padding-left: 0px;
}
.new-price-style {
margin-top: -10px !important;
} .obataimu-system-image1 .heading {
line-height: 2rem !important;
font-weight: normal !important;
}
.woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p {
text-align: left;
font-size: 12pt !important;
font-weight: normal !important;
}
.woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4,
.woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8,
.order-review-page-details-design .col-4,
.order-review-page-details-design .col-8,
body.woocommerce-checkout .cart_item .price-label {
font-size: 12pt !important;
font-weight: normal !important;
}
.page-width.checkout-contact-container.read-more-data-obataimu-pages.show.new-thank-you-class {
border-radius: 20px !important;
margin-bottom: 100px !important;
padding: 0 30px 1rem 30px;
}
body.woocommerce-checkout .single-product-review-checkout-page {
padding: 38px 32px !important;
border-radius: 20px !important;
font-family: 'century_gothicregular' !important;
font-size: 12pt !important;
line-height: 20px !important;
font-weight: normal;
text-align: center;
word-break: normal;
}
.woocommerce-order-received input#wpforms-1140-field_11,
input#wpforms-1140-field_8 {
max-width: 100% !important;
}
body.woocommerce-checkout .single-product-review-checkout-page .variation-row-Colour .variation-Colour,
body.woocommerce-checkout .single-product-review-checkout-page .variation-row-Colour .variation-Colour p,
body.woocommerce-checkout .single-product-review-checkout-page .variation-row-quantity .variation-quantity,
body.woocommerce-checkout .single-product-review-checkout-page .order-review-page-details-design .price-label,
body.woocommerce-checkout .single-product-review-checkout-page .woocommerce-Price-amount bdi,
body.woocommerce-checkout .single-product-review-checkout-page .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
body.woocommerce-checkout .single-product-review-checkout-page .variation-row-gender .variation-gender,
body.woocommerce-checkout .single-product-review-checkout-page .variation-row-gender .variation-gender p,
body.woocommerce-checkout .single-product-review-checkout-page .variation-row-length .variation-length,
body.woocommerce-checkout .single-product-review-checkout-page .variation-row-length .variation-length p {
font-size: 12pt !important;
font-weight: normal !important;
}
body.woocommerce-checkout textarea {
height: 200px !important;
}
#shipping_country_field>label {
padding-bottom: 0px !important;
color: black !important;
font-size: 22px !important;
}
#woocommerce-checkout-login-form button {
margin-top: 3rem !important;
}
.page-width.bookworms.numbered-listing-page .item-card-title.product-title {
margin-bottom: 40px !important;
}
.product-popup-content {
padding-left: 0px;
padding-right: 0px;
}
.pencil-edit-btn-save-address {
width: 27px !important;
}
.homepage-text-right,
.homepage-text-left {
margin-left: 0;
margin-right: 0;
}
body.term-himherthey .products .product-image,
.product.col-12.col-md-12.product-single-grid-card>div>a>img {
margin-bottom: 18px !important;
}
body.term-himherthey .products a .product-title {
margin-bottom: 30px !important;
}
.him-her-they-page-section .mobile-short-description-heading {
font-size: 40px !important;
}
.mobile-list:nth-child(3n) {
margin-top: 50px;
}
#himherthey .mobile-short-description-div:nth-child(3n) {
display: block !important;
}
.item-card-title.product-title .col.mobile-short-description-div {
padding-top: 0;
}
.him-her-they-page-section .mobile-short-description-heading {
margin-top: 60px !important;
margin-bottom: 00px !important;
}
.text-center.p-4.mb-5 {
padding: 0rem !important;
}
.circular-image-column img {
margin-bottom: 50px;
}
.capsule-image-slider {
padding-bottom: 0px !important;
border-bottom: 1px solid black;
}
#categoryid-84 .capsule-image-slider#her-details-page,
#categoryid-128 .capsule-image-slider#her-details-page,
#categoryid-129 .capsule-image-slider#her-details-page,
#categoryid-130 .capsule-image-slider#her-details-page {
margin-bottom: 60px;
border-bottom: 0px solid black;
}
#categoryid-43 #carousel-2 {
padding: 0 !important;
margin: 0 !important;
}
#categoryid-43 .carousel-indicators {
bottom: -75px !important;
}
.page-width.bookworms .her-listing-text.text-center.paragraph>p {
line-height: 2rem !important;
text-transform: lowercase;
}
.page-width.bookworms .woocommerce-loop-product__title {
padding-bottom: 0px !important;
}
.four-image-section {
padding: 0px 30px !important;
}
.readmore-readless-section {
padding: 60px 40px 80px !important
}
.four-images.memory-machine {
padding: 0px;
}
.readmore-btn-memorymachine {
text-decoration: underline;
font-size: 12pt;
cursor: pointer;
padding-top: 0px;
margin-bottom: 0;
margin-top: 0;
}
.four-images.memory-machine.mm-image1 {
padding-bottom: 5px;
padding-right: 5px;
}
.four-images.memory-machine.mm-image2 {
padding-bottom: 5px;
padding-left: 5px;
}
.four-images.memory-machine.mm-image3 {
padding-right: 5px;
padding-top: 5px;
}
.four-images.memory-machine.mm-image4 {
padding-left: 5px;
padding-top: 5px;
}
input#username_b {
font-size: 15px !important;
}
.um-s1 .custom-select-trigger {
padding: 0;
}
.um-s1 .custom-select-trigger:after {
right: 8px !important;
}
.ocwma_table_bill {
width: 100% !important;
}
.himherthey.horizontal-image {
display: none !important;
}
.himherthey.vertical-image {
display: block !important;
}
.mobile-short-description {
display: block !important;
padding: 0;
}
.homepage-hide-mobile {
display: none;
}
.obataimu-heaidng,
.stroke-our-fabrics-heading {
width: 80%;
}
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 24px;
line-height: 44px;
}
#order_review .shop_table {
border-radius: 30px;
width: 100%;
display: inline-table;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table p {
text-align: center;
}
.add-to-cart-single-product.mobile-table-full-width a.btn.btn-light.rounded-btn {
line-height: 42px;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 24px;
}
body.woocommerce-checkout .checkout.woocommerce-checkout.checkout-form-woocommerce .order-review-page-details-design.new-quantity-price.new-price-style {
top: 0px;
} body.woocommerce-checkout .entry-header h1.entry-title {
font-size: 40px !important;
}
nav.navbar .hamburger-button {
right: 0px;
}
.variation-row-quantity-new .text-right.cart-variations.variation-quantity {
padding-left: 0px;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
padding: 0 30px !important;
}
#oc_edit_shipping_form,
#oc_edit_billing_form {
margin-top: 60px;
}
.ocwma_close {
font-size: 60px;
right: 30px;
top: 30px;
}
#oc_edit_shipping_form_submit,
#oc_edit_billing_form_submit {
padding: 10px 40px;
font-size: 24px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 45%;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li #stripe-payment-data ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li label {
padding-left: 0px;
display: initial;
}
body.woocommerce-order-pay #stripe-payment-data p.form-row.woocommerce-SavedPaymentMethods-saveNew {
position: relative;
left: -10px;
}
.add-to-cart-single-product.mobile-table-full-width .custom-select-trigger {
font-size: 20px;
} body.page-id-7 .product-name.mobile-table-full-width.cart-mobile-td {
width: 96vw !important;
}
body.page-id-7 .row.quantity-row-single-cart>.col-8.col-sm-8.quantity-value>.qib-container {
margin-right: 5px;
padding: 0 5px;
}
body.page-id-7 a.remove {
background: #fff;
background-image: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/delete.svg);
background-position: center 3px;
width: 48px;
height: 28px;
background-size: contain;
display: inline-block;
margin-top: 15px;
}
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
margin-top: 15px;
height: 30px;
}
body.page-id-7 .minus.qib-button,
body.page-id-7 .plus.qib-button,
body.page-id-7 .qib-container>button,
body.page-id-7 .qib-button:not(#qib_id):not(#qib_id) {
font-size: 20px;
}
body.page-id-7 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 16px;
padding: 0 !important;
}
body.page-id-7 .qib-container .minus.qib-button {
top: 0px;
left: 10px;
}
body.page-id-7 .qib-container .plus.qib-button {
top: 2px;
right: 10px;
} .single_variation_wrap .wapf-field-label.Pocket {
font-size: 30px;
}
.wapf-field-label.wapf--above.Length {
font-size: 30px !important;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page:hover {
border-bottom: 3px solid transparent;
}
#below-variation-row.row-category-class-43 .bottom-image-carousel,
#below-variation-row.row-category-class-44 .bottom-image-carousel,
#below-variation-row.row-category-class-45 .bottom-image-carousel,
#below-variation-row.row-category-class-46 .bottom-image-carousel,
#below-variation-row.row-category-class-47 .bottom-image-carousel,
#below-variation-row.row-category-class-48 .bottom-image-carousel,
#below-variation-row.row-category-class-49 .bottom-image-carousel {
margin-bottom: 60px;
}
body.woocommerce-edit-address.page-id-9 .save-address-page .ocwma_table_custom {
display: block !important;
}
#my-repeater-list-id>.product-single-grid-card:nth-of-type(5n) {
display: none !important;
}
#categoryid-43 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-44 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-45 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-46 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-47 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-48 .qib-container:not(#qib_id):not(#qib_id),
#categoryid-49 .qib-container:not(#qib_id):not(#qib_id) {
height: 46px;
}
.qib-container:not(#qib_id):not(#qib_id) {
height: 46px;
}
.qib-container .minus.qib-button {
top: 5px;
}
.qib-container .plus.qib-button {
top: 7px;
}
#categoryid-43 .qib-container .plus.qib-button,
#categoryid-44 .qib-container .plus.qib-button,
#categoryid-45 .qib-container .plus.qib-button,
#categoryid-46 .qib-container .plus.qib-button,
#categoryid-47 .qib-container .plus.qib-button,
#categoryid-48 .qib-container .plus.qib-button,
#categoryid-49 .qib-container .plus.qib-button {
top: 7px;
}
#categoryid-43 .qib-container .minus.qib-button,
#categoryid-44 .qib-container .minus.qib-button,
#categoryid-45 .qib-container .minus.qib-button,
#categoryid-46 .qib-container .minus.qib-button,
#categoryid-47 .qib-container .minus.qib-button,
#categoryid-48 .qib-container .minus.qib-button,
#categoryid-49 .qib-container .minus.qib-button {
top: 7px;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
height: 46px !important;
}
.product-popup-content .fabric-content {
padding-top: 0px;
padding-bottom: 0px;
}
.no-product-title {
height: 30px;
}
body.page-id-7 table.shop_table.shop_table_responsive tr {
padding-left: 8px !important;
}
.cart-collaterals #card-total-id {
font-size: 16pt !important;
font-weight: normal;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id .woocommerce-Price-currencySymbol {
font-size: 16pt !important;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id .pricing-number {
font-size: 16pt !important;
}
body.page-id-7 #cart-shipping-font {
font-size: 16pt !important;
}
body.page-id-7 #post-7 .cart-empty {
font-size: 52px !important;
}
.return-to-shop {
font-family: 'century_gothicbold' !important;
font-size: 16pt;
padding: 0 20px;
line-height: 30px;
}
.read-more-btn-details-desktop:hover,
.read-less-details-page:hover {
text-decoration: none;
}
.back-logo {
top: 5px;
}
body.woocommerce-account .ocwma_modal-content .ocwma_close {
width: 40px;
height: 40px;
} body.page-id-7 .entry .entry-header {
margin-top: 0px;
}
} @media only screen and (max-width: 600px) {
.overlay.visible img.brand-logo {}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 48%;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data {
width: 100%;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li .payment_box.payment_method_stripe #stripe-payment-data label {
font-size: 16px !important;
}
body.page-id-8 .order-confirmation-page h1 {
font-size: 30px !important;
line-height: 40px !important;
}
body.page-id-8 p.order-number-text-success {
font-size: 16px;
line-height: 24px;
}
} @media only screen and (max-width: 586px) {
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 58%;
}
} @media only screen and (max-width: 480px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.edit-profile,
.woocommerce-MyAccount-navigation a.btn.btn-light.order-tracking,
.woocommerce-MyAccount-navigation a.btn.btn-light.order-history,
.woocommerce-MyAccount-navigation a.btn.btn-light.saved-addresses {
font-size: 18px;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
font-size: 22px;
line-height: 45px;
}
.page-template-himherthey .him-her-they-page-section .paragraph {
line-height: 39px;
font-size: 26px;
}
.obataimu-heaidng,
.stroke-our-fabrics-heading {
width: 100%;
}
img.brand-logo {
top: 7.5px;
}
img.hamburgericon {
top: 18px;
right: 35px;
}
table.ocwma_bill_table p,
table.ocwma_ship_table p {
font-size: 10pt;
line-height: 18pt;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 70%;
}
body.woocommerce-cart.page-id-7 #your-bag-font,
body.page-id-7 #post-7 .cart-empty {
font-size: 40px !important;
}
body.archive.category .paragraph,
body.blog .paragraph { }
body.page-id-8 .order-confirmation-page h1 {
font-size: 23px !important;
line-height: 36px !important;
}
body .woocommerce-checkout .product-quantity-number {
font-size: 9pt !important;
}
} @media only screen and (max-width: 420px) {
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 19px;
height: 46px;
}
#categoryid-43 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-43 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-44 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-44 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-45 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-45 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-46 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-46 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-47 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-47 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-48 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-48 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-49 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-49 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px;
font-weight: normal;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px;
font-weight: normal;
}
a.btn.btn-light.rounded-btn,
button.btn.btn-light.rounded-btn,
body.page-id-9 a#cart-proceed-btn {
font-size: 19px;
}
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px !important;
}
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px;
font-weight: normal;
}
.btn.btn-light.rounded-btn.returns-and-exchanges,
.btn.btn-light.rounded-btn.how-to-measure-my-length,
.btn.btn-light.rounded-btn.himherthey {
font-size: 19px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 19px;
}
.select-box {
padding: 0px 20px 0px 25px !important;
}
#himherthey .col:first-child {
margin-top: 10px;
}
.wc_payment_methods.payment_methods.methods li {
position: relative;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
font-size: 11px !important;
}
.control-radio .color-label-name {
font-size: 9pt;
font-family: 'century_gothicBold' !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4,
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8,
body.woocommerce-checkout .cart_item .price-label,
body.woocommerce-checkout .single-product-review-checkout-page,
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p,
body.woocommerce-checkout .order-review-page-details-design .col-4,
body.woocommerce-checkout .single-product-review-checkout-page .order-review-page-details-design .price-label,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .price-value .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .pack-of-field-checkout {
font-size: 14px !important;
}
body.woocommerce-checkout .single-product-review-checkout-page .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
font-size: 15px !important;
} body.woocommerce-checkout .entry-header h1.entry-title {
font-size: 38px !important;
}
#oc_edit_shipping_form_submit,
#oc_edit_billing_form_submit {
padding: 5px 30px;
font-size: 22px;
}
body.woocommerce-order-pay .paragraph.text-center {
line-height: 40px;
font-size: 30px;
width: 70% !important;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 80%;
}
} @media only screen and (max-width: 380px) {
footer ul.icons {
padding-left: 0;
}
footer ul.icons li {
margin-left: 6px;
}
body.woocommerce-account .ocwma_modal-content #ocwma_shipping_popup #shipping_gender,
body.woocommerce-account .ocwma_modal-content #ocwma_shipping_popup #shipping_country,
body.woocommerce-account .ocwma_modal-content #ocwma_shipping_popup #shipping_state {
width: 100% !important;
height: 47px !important;
font-size: 18px !important;
}
body.archive.category .paragraph,
body.blog .paragraph { }
body.archive.category .shop-by-dropdown-links.blog-list.show>ul>li>a,
body.blog .shop-by-dropdown-links.blog-list.show>ul>li>a {
font-size: 14px !important;
margin: 0 10px 0 0 !important;
}
.page-template-himherthey .him-her-they-page-section .paragraph {
line-height: 26px;
font-size: 24px;
}
a.btn.btn-light.rounded-btn {
margin-bottom: 20px;
}
.btn.btn-light.rounded-btn.returns-and-exchanges,
.btn.btn-light.rounded-btn.how-to-measure-my-length,
.btn.btn-light.rounded-btn.himherthey {
font-size: 18px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
a.btn.btn-light.rounded-btn,
button.btn.btn-light.rounded-btn {
font-size: 18px;
}
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
.add-to-cart-single-product.mobile-table-full-width a.btn.btn-light.rounded-btn {
font-size: 18px;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 18px;
}
#categoryid-43 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-43 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-44 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-44 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-45 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-45 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-46 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-46 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-47 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-47 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-48 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-48 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-49 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-49 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
a.btn.btn-light.rounded-btn,
button.btn.btn-light.rounded-btn,
body.page-id-9 a#cart-proceed-btn {
font-size: 18px;
}
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
.btn.btn-light.rounded-btn.returns-and-exchanges,
.btn.btn-light.rounded-btn.how-to-measure-my-length,
.btn.btn-light.rounded-btn.himherthey {
font-size: 18px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 18px;
}
body.woocommerce-checkout .single-product-review-checkout-page {
padding: 30px 20px !important;
}
body.woocommerce-checkout .billing-address-checkbox .yes-or-no label {
font-size: 15px !important;
}
#yesNoBillingAddress {
height: 20px !important;
width: 20px !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4,
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8,
body.woocommerce-checkout .cart_item .price-label,
body.woocommerce-checkout .single-product-review-checkout-page,
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p,
body.woocommerce-checkout .order-review-page-details-design .col-4,
body.woocommerce-checkout .single-product-review-checkout-page .order-review-page-details-design .price-label,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .price-value .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .pack-of-field-checkout {
font-size: 14px !important;
}
body.woocommerce-checkout .single-product-review-checkout-page .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
font-size: 11pt !important;
}
body.woocommerce-checkout .grandtotal-row.grandtotal-row-new strong .woocs_special_price_code .woocommerce-Price-amount.amount {
display: block;
} body.woocommerce-checkout .entry-header h1.entry-title {
font-size: 36px !important;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li input {
top: 14px;
}
body.woocommerce-order-pay .paragraph.text-center {
line-height: 30px;
font-size: 25px;
}
body.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li {
font-size: 22px;
line-height: 24px;
}
body.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong,
body.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong .pricing-number {
font-size: 22px;
line-height: 24px;
}
body.woocommerce-order-pay .woocommerce-Price-currencySymbol {
font-size: 22px !important;
line-height: 24px;
}
body.woocommerce-order-pay .pricing-number,
body.woocommerce-order-pay .order_details.payment-failed li.order strong,
body.woocommerce-order-pay .order_details.payment-failed li.date strong {
font-size: 17px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods {
width: 90%;
}
} @media only screen and (max-width: 375px) {} @media only screen and (max-width: 360px) {
.btn.btn-light.rounded-btn.returns-and-exchanges,
.btn.btn-light.rounded-btn.how-to-measure-my-length,
.btn.btn-light.rounded-btn.himherthey {
font-size: 16px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 16px;
}
a.btn.btn-light.rounded-btn,
button.btn.btn-light.rounded-btn {
font-size: 16px;
}
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 15px;
}
.add-to-cart-single-product.mobile-table-full-width a.btn.btn-light.rounded-btn {
font-size: 15px;
line-height: 45px;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 15px;
}
.add-to-cart-single-product.mobile-table-full-width .custom-select-trigger {
font-size: 15px;
}
.single_variation_wrap .custom-option {
font-size: 14px !important;
}
.single_variation_wrap .wapf-field-label.Pocket {
font-size: 30px;
}
#categoryid-43 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-43 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-44 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-44 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-45 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-45 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-46 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-46 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-47 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-47 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-48 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-48 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-49 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-49 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 15px !important;
}
#categoryid-73 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-73 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-128 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-128 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-129 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-129 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_),
#categoryid-130 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-130 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 15px !important;
}
a.btn.btn-light.rounded-btn {
font-size: 15px;
}
button.btn.btn-light.rounded-btn {
font-size: 15px;
}
body.page-id-9 a#cart-proceed-btn {
font-size: 15px;
line-height: 40px;
}
#categoryid-84 form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
#categoryid-84 form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 15px;
}
.btn.btn-light.rounded-btn.returns-and-exchanges,
.btn.btn-light.rounded-btn.how-to-measure-my-length,
.btn.btn-light.rounded-btn.himherthey {
font-size: 15px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 15px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
font-size: 15px;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
font-size: 15px;
}
.page-template-himherthey .him-her-they-page-section .paragraph {
line-height: 26px;
font-size: 20px;
}
body.archive.category .paragraph,
body.blog .paragraph { }
body.woocommerce-edit-address .login-page-form .saved-address-text {
font-size: 32px;
line-height: 40px;
}
body.woocommerce-edit-address .ocwma_ship_table td,
.ocwma_bill_table td {
width: 45%;
font-size: 10pt;
}
.control-radio .color-label-name {
font-size: 8pt;
}
#himherthey .col:first-child {
margin-top: 15px;
}
body.woocommerce-checkout button#place_order {
font-size: 18px !important;
}
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-4,
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8,
body.woocommerce-checkout .cart_item .price-label,
body.woocommerce-checkout .single-product-review-checkout-page,
body.woocommerce-checkout .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row .col-8 p,
body.woocommerce-checkout .order-review-page-details-design .col-4,
body.woocommerce-checkout .single-product-review-checkout-page .order-review-page-details-design .price-label,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .price-value .woocommerce-Price-amount.amount bdi,
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .pack-of-field-checkout {
font-size: 14px !important;
}
body.woocommerce-checkout .single-product-review-checkout-page .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
font-size: 10pt !important;
}
body.woocommerce-checkout .billing-address-checkbox .yes-or-no label {
font-size: 13px !important;
}
#shipping_country_field>label {
font-size: 20px !important;
}
body.woocommerce-checkout .single-product-review-checkout-page {
padding: 40px 20px !important;
}
body.woocommerce-checkout .pack-of-field-checkout {
text-align: center;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
font-size: 10px !important;
} body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Color,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Color p,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Gender,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Length,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Size,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.variation-Length p,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.price-value .woocommerce-Price-amount.amount,
body.page-id-7 .variations-details-bottom-cart>.variation>.row>.cart-variations,
body.page-id-7 .variations-details-bottom-cart>.row>.price-label,
body.page-id-7 .variations-details-bottom-cart>.row>.quantity-label {
font-size: 19px !important;
line-height: 30px;
}
body.page-id-7 .variations-details-bottom-cart .pricing-number,
body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
font-size: 19px !important;
line-height: 30px !important;
}
body.page-id-7 form p {
font-size: 19px !important;
line-height: 30px;
}
body.page-id-7.woocommerce-cart .cart-variations,
body.page-id-7.woocommerce-cart .variations-details-bottom-cart>.row>.price-label,
body.page-id-7.woocommerce-cart .variations-details-bottom-cart>.row>.price-value,
body.page-id-7.woocommerce-cart .quantity-row-single-cart,
body.page-id-7.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.page-id-7.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.page-id-7.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label,
body.page-id-7.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value,
body.page-id-7.woocommerce-cart .variations-details-bottom-cart .variation .row .text-right p,
body.page-id-7.woocommerce-cart .woocommerce-Price-amount {
font-size: 19px !important;
}
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
margin-top: 5px;
}
body.page-id-7 a.remove {
margin-top: 5px;
}
body.page-id-8 .order-confirmation-page h1 {
font-size: 19px !important;
line-height: 30px !important;
}
body.page-id-8 p.order-number-text-success {
font-size: 16px;
line-height: 24px;
}
.woocommerce-view-order .price-label span {
font-size: 11pt;
}
#oc_edit_shipping_form_submit,
#oc_edit_billing_form_submit {
padding: 5px 30px;
font-size: 20px;
line-height: 34px;
}
}
.top-content{font-family: 'century_gothicbold' !important; max-width: 810px;  margin: 0 auto -30px; color: black;}
.top-content p{font-family: 'century_gothicbold' !important;font-size: 17pt; text-align: center; }
.top-content a{text-decoration: underline}
.top-content a:hover{text-decoration: none}
@media (max-width: 767px){
.top-content{ line-height: normal; max-width: 220px;  margin: 0 auto -60px;}
.top-content p{font-size: 8px; line-height: normal;}
}.wc_payment_method.payment_method_stripe {
display: none !important;
} p.um-notice.success { background: #fff101 !important;
font-family: 'century_gothicregular';
font-weight: normal;
font-size: 11pt;
letter-spacing: 0.5px;
border-radius: 50px;
text-align: center;
color: black !important;
}
#below-variation-row.row-category-class-43,
#below-variation-row.row-category-class-44,
#below-variation-row.row-category-class-45,
#below-variation-row.row-category-class-46 {
display: flex;
flex-direction: row;
}
.tr-category-class-43 .woocommerce-product-gallery,
.tr-category-class-44 .woocommerce-product-gallery,
.tr-category-class-45 .woocommerce-product-gallery,
.tr-category-class-46 .woocommerce-product-gallery {
display: block !important;
}
.login-page-form p.um-notice {
padding: 19px !important;
} table.form-pay bdi {
color: white;
}
table.form-pay tfoot th {
border: 1px solid #767676;
}
#payment.form-pay-payments label {
color: white;
text-align: left;
}
.woocommerce-account.woocommerce-page.woocommerce-orders .woocommerce-info {
text-align: center;
list-style-type: none;
background-color: #fff101;
padding: 10px;
color: black;
font-family: "century_gothicRegular";
font-size: 14pt;
width: fit-content;
margin: auto;
padding: 10px 44px;
border-radius: 50px;
margin-bottom: 15px;
}
.form-pay-payments.payments-page li {
justify-content: center !important;
}
.form-pay-payments.payments-page li label {
width: fit-content !important;
}
#shipping_country_field>label {
display: inline-block;
margin-bottom: 0.2em;
width: 100%;
margin-top: 0.6rem;
font-size: 30px;
line-height: 60px;
font-family: "century_gothicbold";
}
.dotted-lines-orders-list {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/dotted-line.jpg) repeat-x left center;
background-size: 20px;
height: 40px;
}
.dotted-lines-orders-list.dotted-lines-orders-list-new {
background: url(//obataimu.com/wp-content/themes/twentynineteen-child/images/dotted-line.jpg) repeat-x left center;
background-size: 20px;
height: 40px;
}
.login-background.login-page-background .um .um-form input[type=text],
.login-background.login-page-background .um .um-form input[type=number],
.login-background.login-page-background .um .um-form input[type=search],
.login-background.login-page-background .um .um-form input[type=tel],
.login-background.login-page-background .um .um-form input[type=password],
.login-background.login-page-background .um .um-form textarea {
line-height: 60px;
border: 0px solid #fff !important;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce p {
color: #fff;
font-family: 'century_gothicregular' !important;
margin-bottom: 50px;
margin-top: 0px;
}
.woocommerce-checkout .woocommerce-checkout p.woocommerce-invalid-required-field span.error {
display: block !important;
} .wapf-field-container label[for] {
margin-bottom: 30px;
}
.wapf-radios.Gender,
.wapf-radios.Size {
display: flex;
justify-content: flex-start;
margin: auto;
flex-wrap: wrap;
}
.wapf-radios.Gender {
width: 80%;
}
.wapf-radios.Size {
width: 90%; }
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio {
min-height: 420px;
}
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio {
min-height: 420px;
}
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio .wapf-field-input,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio .wapf-field-input,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio .wapf-field-input,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio .wapf-field-input,
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio .wapf-field-input,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio .wapf-field-input,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio .wapf-field-input,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio {
margin-bottom: 0px;
}
.wapf-radios.Gender .wapf-checkable {
width: 50%;
padding: 10px;
display: flex;
justify-content: center;
}
.wapf-radios.Gender .wapf-checkable label {
display: flex;
width: 100%;
}
.wapf-radios.Gender .wapf-checkable label span {
width: 100% !important;
padding: 5px;
text-align: center;
font-size: 28px;
font-weight: 400;
padding: 0;
font-weight: 700;
border: 2px solid transparent;
background: #d4baa4;
color: #a68b75;
font-size: 28px;
line-height: 48px;
display: inline-block;
width: 90% !important;
font-family: 'century_gothicbold';
}
.wapf-radios.Gender .wapf-checkable label input[type="radio"],
.wapf-radios.Size .wapf-checkable label input[type="radio"] {
display: none !important;
} .wapf-field-label.Gender,
.wapf-field-label.Size {
display: none;
}
.wapf-radios.Gender label span {
border: 2px solid transparent;
color: #1a1818;
height: auto !important;
border-radius: 500px !important;
}
.wapf-radios.Gender .wapf-checkable label input[type="radio"]:checked+span {
background: #fff;
color: #000;
}
.wapf-radios.Size .wapf-checkable {
width: 25%;
text-align: center;
display: flex;
justify-content: center;
} #simple-product-add-to-cart-cat-129 .wapf-field-label.Size {
display: block;
}
#simple-product-add-to-cart-cat-129 .wapf-radios.Size {
justify-content: center !important;
}
#simple-product-add-to-cart-cat-129 .single_variation_wrap .wapf-radios.Size .wapf-checkable,
#simple-product-add-to-cart-cat-129 .wapf-radios.Size .wapf-checkable {
width: auto !important;
text-align: center;
display: flex;
justify-content: center;
margin: 0 15px !important;
}
#simple-product-add-to-cart-cat-129 .selection-box-div {
margin-bottom: 0px;
margin-top: 0px;
}
#simple-product-add-to-cart-cat-128 .wapf-radios.Size,
#simple-product-add-to-cart-cat-129 .wapf-radios.Size,
#simple-product-add-to-cart-cat-130 .wapf-radios.Size,
#simple-product-add-to-cart-cat-84 .wapf-radios.Size {
min-height: auto;
margin-bottom: 60px;
} #simple-product-add-to-cart-cat-128 .wapf-radios.Size {
justify-content: center !important;
}
#simple-product-add-to-cart-cat-128 .single_variation_wrap .wapf-radios.Size .wapf-checkable {
width: auto !important;
text-align: center;
display: flex;
justify-content: center;
margin: 0 15px !important;
}
#simple-product-add-to-cart-cat-128 .selection-box-div {
margin-bottom: 0px;
margin-top: 0px;
}
.wapf-radios.Size label span {
display: flex;
justify-content: center;
align-items: center;
height: 65px;
width: 65px;
margin-top: 20px;
cursor: pointer;
font-size: 20px;
padding: 0 0 0 0;
line-height: 20px;
border: 1px solid black;
border-radius: 50%;
transition: all 0.3s;
text-transform: uppercase;
font-weight: normal !important;
font-family: 'century_gothicregular';
}
.wapf-radios.Size label input[type="radio"]:checked+span {
border: 3px solid black;
font-weight: normal !important;
font-family: 'century_gothicregular';
}
.wapf-field-label.Pocket {
font-size: 44px;
font-family: 'century_gothicbold' !important;
margin: 1rem 0;
line-height: 22pt;
text-transform: lowercase;
}
.wapf-field-input .custom-select-wrapper {
margin-bottom: 80px;
}
.text-center.selection-box-div {
margin: 0 !important;
}
.wapf-field-label.wapf--above.Length {
font-size: 44px;
font-family: 'century_gothicbold' !important;
margin-top: 35px;
}
.text-center.attributes-selection.pa_size.himherthey {
min-height: 370px;
}
.add-to-cart-single-product.himherthey {
vertical-align: top;
padding-top: 50px;
}
.woocommerce-page.woocommerce-order-received article {
padding-bottom: 80px;
}
#simple-product-add-to-cart-cat-128 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-128 .wapf-field-label.Size,
#simple-product-add-to-cart-cat-129 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-129 .wapf-field-label.Size,
#simple-product-add-to-cart-cat-130 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-130 .wapf-field-label.Size,
#simple-product-add-to-cart-cat-84 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-84 .wapf-field-label.Size {
display: block;
padding-bottom: 20px;
font-size: 2em;
font-family: 'century_gothicbold';
text-transform: lowercase;
}
#simple-product-add-to-cart-cat-128 .wapf-field-label.Gender label,
#simple-product-add-to-cart-cat-128 .wapf-field-label.Size label,
#simple-product-add-to-cart-cat-129 .wapf-field-label.Gender label,
#simple-product-add-to-cart-cat-129 .wapf-field-label.Size label,
#simple-product-add-to-cart-cat-130 .wapf-field-label.Gender label,
#simple-product-add-to-cart-cat-130 .wapf-field-label.Size label,
#simple-product-add-to-cart-cat-84 .wapf-field-label.Gender label,
#simple-product-add-to-cart-cat-84 .wapf-field-label.Size {
margin-bottom: 0px;
}
#simple-product-add-to-cart-cat-128 .pick-a-size-text.text-center,
#simple-product-add-to-cart-cat-129 .pick-a-size-text.text-center,
#simple-product-add-to-cart-cat-130 .pick-a-size-text.text-center,
#simple-product-add-to-cart-cat-84 .pick-a-size-text.text-center {
display: none;
}
#after-qty-input {
top: 0;
}  .videoWrapper {
position: relative;
padding-bottom: 37.5%;
height: 0;
overflow: hidden;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none
}
.vwHover .controlsWrapper {
opacity: 1;
transition: opacity .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.controlsWrapper {
position: absolute;
bottom: 10px;
left: 10px;
right: 10px;
height: 20px;
display: flex;
justify-content: space-between;
opacity: 0;
transition: opacity .8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (hover: none) and (pointer: coarse) {
.controlsWrapper {
opacity: 1;
transition: opacity .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
}
.playIcon {
width: 20px;
height: 20px;
color: #fff;
text-align: center;
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/play.png);
background-repeat: no-repeat;
background-size: cover;
}
.videoPlaying {
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/pause.png);
}
.fullscreen {
width: 20px;
height: 20px;
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/fullScreen.png);
background-repeat: no-repeat;
background-size: cover;
}
.volumeCtrl {
margin-right: 10px;
width: 20px;
height: 20px;
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/volOff.png);
background-repeat: no-repeat;
background-size: cover;
}
.fullVolume {
background-image: url(https://obataimu.com/wp-content/themes/twentynineteen-child/css/images/volOn.png);
}
.progressBar {
margin: 0 10px;
border-top: 2px solid #fff;
flex: 1;
margin-top: 9px;
position: relative;
}
.seekBtn {
position: absolute;
left: 0;
height: 15px;
width: 2px;
background: #fff;
top: -8px;
}  body.page-id-7 .variations-details-bottom-cart .col-sm-4 {
flex: 0 0 50% !important;
max-width: 50% !important;
}
body.page-id-7 .variations-details-bottom-cart .col-sm-8 {
flex: 0 0 50% !important;
max-width: 50% !important;
}
#below-variation-row {
display: flex;
flex-direction: column;
}
#below-variation-row .col-sm-6 {
max-width: 100%;
width: 100%;
}
#below-variation-row.row-category-class-43,
#below-variation-row.row-category-class-44,
#below-variation-row.row-category-class-45,
#below-variation-row.row-category-class-46 {
display: flex;
flex-direction: row;
}
#below-variation-row.row-category-class-43 .col-sm-6,
#below-variation-row.row-category-class-44 .col-sm-6,
#below-variation-row.row-category-class-45 .col-sm-6,
#below-variation-row.row-category-class-46 .col-sm-6 {
max-width: 100%;
width: 100%;
}
#below-variation-row.row-category-class-43 .bottom-image-carousel,
#below-variation-row.row-category-class-44 .bottom-image-carousel,
#below-variation-row.row-category-class-45 .bottom-image-carousel,
#below-variation-row.row-category-class-46 .bottom-image-carousel {
border-right: 2px solid black;
}
#below-variation-row.row-category-class-45 .variations-div {
border-left: 0px solid;
}
.ocwma_modal-content {
border: 0px solid #000;
}
.load-more-btn.himherthey {
min-height: 50px
}
.payment_box.payment_method_stripe label {
display: none;
}
.single-color input[type="radio"]:checked+div div {
display: block;
}
.single-color input[type="radio"]:checked+div:after {
border: 1px solid black;
border-radius: 50%;
padding: 13px;
}
.single-color .control_indicator {
display: flex;
justify-content: center;
align-items: center;
}
#portal-page-loadmore {
margin-top: 80px;
}
#portal-page-loadmore #load-more {
font-size: 18px;
line-height: 18px;
font-weight: bold;
border-bottom: 3px solid black;
cursor: pointer;
width: max-content;
font-family: 'bodonibook' !important;
}
.color-label-name {
padding: 0 8px;
}
.single-product-review-checkout-page .row.variation-row-quantity-new.new-quantity-style {
display: flex;
}
.single-product-review-checkout-page .row.variation-row-quantity-new.new-quantity-style>.col-8 {
padding-left: 5px;
}
#payment.form-pay-payments.payments-page ul>li>label {
padding-left: 10px;
}
.wapf-field-select .custom-select-wrapper select {
opacity: 0 !important;
height: 0;
margin: 0;
padding: 0 !important;
}
.error.message.product-dropdown {
background-color: #fff101;
font-weight: 600;
font-size: 11pt;
letter-spacing: 0.5px;
color: black;
font-family: 'century_gothicregular';
border-radius: 50px;
padding: 10px 7px;
text-align: center;
width: 80%;
margin: auto;
margin-top: 20px;
}
.ocwma_woocommerce-address-fields .select2,
.ocwma_woocommerce-address-fields .select2-selection {
display: none;
}
.ocwma_woocommerce-address-fields select#billing_country,
.ocwma_woocommerce-address-fields select#billing_state,
.ocwma_woocommerce-address-fields select#shipping_country,
.ocwma_woocommerce-address-fields select#shipping_state {
width: 60% !important;
border-radius: 500px !important;
background-color: #ffffff !important;
font-family: 'century_gothicregular';
height: 70px !important;
font-size: 18px !important;
}
table.variations td table.variations th {
border: 0px;
}
.um-field-arrow {
display: none;
}
.searchform.group {
display: flex;
}
.searchform .search-field {
width: 100%;
border: 0 !important;
border-bottom: 4px solid !important;
font-size: 50px;
padding: 0 !important;
border-radius: 0px;
}
.search-result-count {
padding: 40px 0;
}
.page-title.page-title-search {
text-align: center;
font-size: 80px;
line-height: 120px;
padding-bottom: 50px;
font-family: 'century_gothicbold';
font-weight: normal;
}
.page-title.page-title-search span {
font-weight: normal;
}
.page-title-paragraph {
text-align: center;
font-size: 22px;
line-height: 30px;
}
#search-btn.search.btn {
background: url(//obataimu.com/wp-content/uploads/2021/01/cross-1.png);
background-color: #000;
}
body.woocommerce-checkout .content-area.navigation-width .searchform input::placeholder {
color: #e1e2e4 !important;
font-family: 'century_gothicBold' !important;
font-weight: normal;
}
body.woocommerce-checkout .content-area.navigation-width .searchform input::-webkit-input-placeholder { color: #e1e2e4 !important;
font-family: 'century_gothicBold' !important;
font-weight: normal;
}
body.woocommerce-checkout .content-area.navigation-width .searchform input:-ms-input-placeholder { color: #e1e2e4 !important;
font-family: 'century_gothicBold' !important;
font-weight: normal;
}
body.woocommerce-checkout .content-area.navigation-width .searchform .search-details p {
font-family: 'bodonibook' !important;
} 
body.woocommerce-checkout .content-area.navigation-width .searchform .search-field {
width: 100%;
border: 0 !important;
border-bottom: 4px solid !important;
padding: 0 !important;
font-size: 50px;
padding-bottom: 12px !important;
border-radius: 0px !important;
background-color: #fff !important;
font-family: 'century_gothicBold';
font-weight: normal;
}
.right-nav {
width: 50%;
justify-content: flex-end;
}
.svg-search {
width: 45px;
height: auto;
align-items: baseline;
position: relative;
top: 23px;
left: -10px;
}
body.page-template-obataimu-system-template .svg-search { }
.hamburger-icon-right-nav {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
width: fit-content;
} .hamberger-icon-div {
width: 70px;
}
.cart-img-header {
width: 55px;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
}
.cart-img-header.cart-button-new-font-style {
margin-right: 0;
margin-left: auto;
}
.product-search-list {
margin-bottom: 65px;
}
.search-list-image {
padding-right: 40px;
}
.searchform.group {
position: relative;
}
#search-btn {
position: absolute;
right: 0;
}
.search-button.active {
width: 65px;
height: 60px;
position: absolute;
top: 80px;
right: 15px;
}
.search-result-count {
margin-bottom: 40px;
}
.search-field:focus {
outline: 0 !important;
}
#portal-page-loadmore {
padding: 40px 0;
}
#load-more-search:hover {
cursor: pointer;
}
.product-search-list h3:hover {
cursor: pointer;
} #load-more-search {
font-size: 18px;
line-height: 18px;
font-weight: bold;
border-bottom: 3px solid black;
cursor: pointer;
width: max-content;
font-family: 'bodonibook' !important;
}
.search-field::placeholder {
color: #e1e2e4 !important;
}
.search-details p {
font-family: 'bodonibook' !important;
}
.search-details .category-search {
font-family: 'century_gothicbold' !important;
font-size: 14px;
font-weight: normal;
}
.search-details .category-search b,
.search-details .category-search strong  {
font-weight: normal !important;
}
.search-result-count {
font-size: 11pt;
font-weight: normal;
} #togglePassword {
cursor: pointer;
color: #fff;
position: absolute;
right: 38px;
bottom: 28px;
}
.form-row.form-row-last {
position: relative;
}
.form-row.form-row-last #togglePassword {
cursor: pointer;
color: #fff;
position: absolute;
right: 38px;
bottom: 24px;
} #togglePassword11 {
cursor: pointer;
color: #fff;
position: absolute;
right: 25px;
bottom: 28px;
}
#togglePassword12 {
cursor: pointer;
color: #fff;
position: absolute;
right: 25px;
bottom: 28px;
}
#togglePassword21 {
cursor: pointer;
color: #fff;
position: absolute;
right: 20px;
bottom: 28px;
}
#togglePassword22 {
cursor: pointer;
color: #fff;
position: absolute;
right: 20px;
bottom: 28px;
}
#simple-product-add-to-cart-cat-84,
#simple-product-add-to-cart-cat-128,
#simple-product-add-to-cart-cat-129,
#simple-product-add-to-cart-cat-130 {
margin-top: 50px;
} @media only screen and (max-width: 1024px) {
.single_variation_wrap .wapf-input {
padding: 0px 0px 0px 0px !important;
border-radius: 50px !important;
}
.single_variation_wrap .custom-option:first-of-type {
font-size: 20px;
line-height: 40px;
}
.container,
.container-md,
.container-sm {
max-width: 787px;
}
.control-radio .color-label-name {
font-weight: normal;
}
.wapf-radios.Gender .wapf-checkable label input[type="radio"]:checked+span {
font-weight: normal;
}
.wapf-radios.Gender .wapf-checkable label span {
font-weight: normal;
}
.add-to-cart-single-product.mobile-table-full-width .custom-option {
font-weight: normal;
}
.single_variation_wrap .custom-option:first-of-type {
font-weight: normal;
}
.categoryid-43 .custom-select-trigger,
.categoryid-44 .custom-select-trigger,
.categoryid-45 .custom-select-trigger,
.categoryid-46 .custom-select-trigger,
.categoryid-47 .custom-select-trigger,
.categoryid-48 .custom-select-trigger,
.categoryid-49 .custom-select-trigger,
.categoryid-84 .custom-select-trigger,
.categoryid-128 .custom-select-trigger,
.categoryid-129 .custom-select-trigger,
.categoryid-130 .custom-select-trigger {
font-weight: normal;
}
#togglePassword {
right: 22px;
}
#togglePassword11 {
right: 10px;
}
#togglePassword12 {
right: 10px;
}
#togglePassword21 {
right: 20px;
}
#togglePassword22 {
right: 20px;
}
.form-row.form-row-last #togglePassword {
right: 22px;
bottom: 24px;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.single_variation_wrap .custom-option {
font-size: 14px;
line-height: 28px;
}
}
@media only screen and (max-width: 991px) {
.login-background.login-page-background .um .um-form input[type=text],
.login-background.login-page-background .um .um-form input[type=number],
.login-background.login-page-background .um .um-form input[type=search],
.login-background.login-page-background .um .um-form input[type=tel],
.login-background.login-page-background .um .um-form input[type=password],
.login-background.login-page-background .um .um-form textarea {
line-height: 48px;
}
.login-page-form p.um-notice {
padding: 10px 40px !important;
}
#categoryid-43 .color-variation-td {
position: relative;
padding: 45px 20px 0 20px;
}
.text-center.attributes-selection.pa_size.himherthey {
min-height: 280px;
}
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio {
min-height: 360px;
}
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio { min-height: 360px;
} .login-background.login-page-background .um-password.um-um_password_id #um-submit-btn {
font-size: 22px;
line-height: 30px;
}
} @media only screen and (max-width: 767px) {
.control-radio .control_indicator::after {
padding: 1px !important;
}
.tr-category-class-129 .wapf-field-label.Gender,
.wapf-field-label.Size {
font-size: 30px;
}
body.woocommerce-cart .shipping-ul-cart-checkout .woocommerce-Price-currencySymbol {
font-size: 32px !important;
font-weight: 500 !important;
}
body.woocommerce-cart .shipping-ul-cart-checkout .pricing-number {
font-size: 32px !important;
font-family: 'century_gothicbold' !important;
}
#simple-product-add-to-cart-cat-128 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-128 .wapf-field-label.Size,
#simple-product-add-to-cart-cat-129 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-129 .wapf-field-label.Size,
#simple-product-add-to-cart-cat-130 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-130 .wapf-field-label.Size,
#simple-product-add-to-cart-cat-84 .wapf-field-label.Gender,
#simple-product-add-to-cart-cat-84 .wapf-field-label.Size {
font-size: 30px;
}
.single_variation_wrap .wapf-field-input {
margin-bottom: 20px;
}
.single_variation_wrap .wapf-radios.Size label span {
height: 40px;
width: 40px;
font-size: 12px;
line-height: 12px;
margin-top: 0px;
}
.single_variation_wrap .custom-option {
padding: 0 0 0 20px;
font-size: 18px;
line-height: 36px;
}
.wapf-field-container label[for] {
margin-bottom: 30px;
}
#simple-product-add-to-cart-cat-128 .wapf-radios.Size label span,
#simple-product-add-to-cart-cat-129 .wapf-radios.Size label span,
#simple-product-add-to-cart-cat-130 .wapf-radios.Size label span,
#simple-product-add-to-cart-cat-84 .wapf-radios.Size label span {
font-size: 12px;
line-height: 12px;
}
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(2) .wapf-field-radio {
min-height: 250px;
}
#simple-product-add-to-cart-cat-43 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-44 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-45 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio,
#simple-product-add-to-cart-cat-46 .single_variation_wrap .wapf-field-group .wapf-field-row:nth-child(3) .wapf-field-radio { min-height: 250px;
}
#below-variation-row.row-category-class-43,
#below-variation-row.row-category-class-44,
#below-variation-row.row-category-class-45,
#below-variation-row.row-category-class-46 {
flex-direction: column-reverse;
}
.buttons-and-addtocart.cat-43 {
margin-top: 80px;
}
.woocommerce-checkout ul.woocommerce-error {
width: 100%;
margin-bottom: 20px;
}
body.page-id-7 .shipping-ul-cart-checkout .woocommerce-Price-currencySymbol {
font-size: 16pt !important;
}
body.page-id-7 .shipping-ul-cart-checkout .pricing-number {
font-size: 16pt !important;
}
#portal-page-loadmore #load-more {
font-size: 15px;
line-height: 15px;
cursor: pointer;
text-decoration: none;
font-size: 13pt;
font-weight: 700; display: inline-block;
text-decoration: underline;
font-family: 'bodonibook';
}
#below-variation-row.row-category-class-45 {
justify-content: center;
}
#below-variation-row.row-category-class-43,
#below-variation-row.row-category-class-44,
#below-variation-row.row-category-class-45,
#below-variation-row.row-category-class-46 {
justify-content: center;
padding-top: 100px;
}
#bottom-image-carousel {
padding: 0;
}
.search-btn,
.svg-search {
height: 36px;
width: 36px;
}
.svg-search {
top: 3px;
left: -15px;
}
body.page-template-obataimu-system-template .svg-search {
top: 3px;
} 
.search-list-image {
padding-right: 5px;
}
#search-btn {
bottom: 0;
}
.search-button.active {
width: 33px;
height: 30px;
top: 40px;
right: 35px;
}
.search-result-count {
text-align: center;
}
.heading-search {
font-size: 25px;
}
.search-details {
padding-left: 5px;
}
.category-search {
font-family: 'bodonibook' !important;
Font-size: 13pt;
line-height: 0;
margin-bottom: 22px;
}
.searchform.group {
padding: 0 35px;
}
.search.search-results main {
padding: 0 20px;
}
.search.search-results main .searchform.group {
padding: 0;
}
.search-details {
padding-right: 0;
}
.search-field {
font-size: 20px;
}
.search-details p {
font-size: 14pt;
font-family: 'bodonibook' !important;
}
.search-details .category-search {
margin-top: 20px;
}
.page-title.page-title-search span {
display: block;
font-weight: normal;
}
.page-title.page-title-search {
font-size: 40px;
line-height: 54px;
padding-bottom: 50px;
width: 80%;
margin: auto;
}
.page-title-paragraph {
font-size: 14px;
line-height: 21px;
}
#togglePassword {
right: 32px;
bottom: 20px;
}
#togglePassword11 {
right: 32px;
bottom: 20px;
}
#togglePassword12 {
right: 32px;
bottom: 20px;
}
#togglePassword21 {
right: 36px;
bottom: 20px;
}
#togglePassword22 {
right: 36px;
bottom: 20px;
}
.form-row.form-row-last #togglePassword {
right: 15px;
bottom: 28px;
}
} @media only screen and (max-width: 600px) {
.dotted-lines-orders-list.dotted-lines-orders-list-new {
width: 90%;
}
}
@media only screen and (max-width: 480px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 22px;
line-height: 45px;
}
.wapf-radios.Size label span {
height: 40px;
width: 40px;
font-size: 15px;
}
body.page-id-7 .variations-details-bottom-cart .col-sm-4 {
padding-right: 0px;
}
body.page-id-7 .variations-details-bottom-cart .col-sm-8 {
padding-left: 0px;
}
.login-page-form .um-field-error,
.login-page-form p.um-notice.err {
font-size: 12px;
}
.login-page-form p.um-notice {
padding: 30px 12px 10px !important;
border-radius: 15px !important;
}
.login-page-form p.um-notice i {
right: 15px;
top: 2px;
} .login-background.login-page-background .um-password.um-um_password_id #um-submit-btn {
font-size: 16px !important;
line-height: 22px !important;
}
} @media only screen and (max-width: 380px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 20px;
line-height: 45px;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
font-size: 20px;
line-height: 45px;
}
}
@media only screen and (max-width: 360px) {
.woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
font-size: 18px;
line-height: 45px;
}
.logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
font-size: 18px;
line-height: 45px;
}
.login-page-form .um-field-error,
.login-page-form p.um-notice.err {
font-size: 12px;
}
.login-page-form p.um-notice {
padding: 30px 10px 10px !important;
border-radius: 15px !important;
}
.login-page-form p.um-notice i {
right: 10px;
top: 2px;
}
.login-page-form p.um-notice {
word-break: break-all;
} .login-background.login-page-background .um-password.um-um_password_id #um-submit-btn {
font-size: 15px !important;
line-height: 20px !important;
}
}
@media only screen and (max-width: 320px) {
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
padding: 0 0%;
}
.login-page-form p.um-notice {
padding: 40px 10px !important;
}
p.um-notice i {
right: 22px;
}
} @-moz-document url-prefix() {
nav.menu ul.submenu>li>a {
border-bottom: 5px solid transparent;
}
nav.navigation ul.mainmenu li a:hover {
border-bottom: 9px solid black;
}
nav.menu ul.submenu>li>a:hover {
border-bottom: 5px solid black !important;
text-decoration: none !important;
}
.mainmenu a {
display: inline;
}
.mainmenu a:hover {
text-decoration: none;
border-bottom: 9px solid black !important;
}
nav.navigation ul.mainmenu>li>a span:hover {
text-decoration: none;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li label {
margin-bottom: 0px;
position: absolute;
}
body.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods>li {
margin-bottom: 15px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods>li input {
position: relative;
top: -4px;
margin-right: 10px;
}
body.page-id-8 #checkout-form-woocommerce ::-moz-placeholder {
color: #181818 !important;
font-family: 'century_gothicbold';
opacity: 1;
}
}  @media not all and (min-resolution: 0.001dpcm) {
nav.menu ul.submenu>li>a {
display: block;
width: -webkit-fit-content;
}
.hamburger-text-right ul.submenu.menus li {
text-align: -webkit-right !important;
}
.woocommerce-Price-amount {
font-size: 12pt !important;
text-transform: lowercase;
font-family: 'century_gothicregular' !important;
}
.wc_payment_method.payment_method_stripe {
display: block !important;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:nth-child(1) {
position: relative;
top: 4px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:nth-child(2) {
position: relative;
top: 0px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:nth-child(3) {
position: relative;
top: 2px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:nth-child(4) {
position: relative;
top: -12px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:nth-child(1) label {
position: relative; }
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:nth-child(2) label {
position: relative; }
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:nth-child(3) label {
position: relative;
top: -9px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:last-child label {
position: relative;
top: 0px;
}
body.woocommerce-checkout.woocommerce-order-pay .woocommerce ul.order_details .woocommerce-Price-amount.amount {
font-size: 16pt !important;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods li:nth-child(3) input {
top: -7px;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong {
font-size: 20px;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong .woocommerce-Price-currencySymbol {
font-size: 20px;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce ul.order_details li strong .pricing-number {
font-size: 20px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods.payment_methods.methods>li:nth-child(3) {
padding-top: 9px;
}
body.page-template-default .paragraph.cart-empty {
line-height: 79px;
position: relative;
left: 0px;
}
} @media only screen and (min-width: 992px) and (max-width: 1180px) {
.svg-search {
width: 43px;
height: auto;
top: 22px;
left: -10px;
}
.close-header {
width: 43px !important;
}
} @media only screen and (min-width: 768px) and (max-width: 1180px) {
.desktop-show.obataimu-system-image3 {
display: none;
}
} @media only screen and (max-width: 1024px) {
body.page-id-7 .paragraph.cart-empty {
line-height: 48px;
margin-bottom: 100px;
}
}
} @media only screen and (max-width: 991px) {
body.woocommerce-cart #your-bag-font,
body.page-id-7 .paragraph.cart-empty {
font-size: 52px !important;
}
body.page-id-7 .paragraph.cart-empty {
line-height: 102px;
}
} @media only screen and (max-width: 767px) {
body.page-id-7 .paragraph.cart-empty {
line-height: 56px;
}
#below-variation-row.row-category-class-43,
#below-variation-row.row-category-class-44,
#below-variation-row.row-category-class-45,
#below-variation-row.row-category-class-46 {
justify-content: center;
padding-top: 0px !important;
}
#categoryid-43 .prev-link-div,
#categoryid-44 .prev-link-div,
#categoryid-45 .prev-link-div,
#categoryid-46 .prev-link-div,
#categoryid-47 .prev-link-div,
#categoryid-48 .prev-link-div,
#categoryid-49 .prev-link-div {
border-top: 1px solid #000 !important;
}
#categoryid-43 #carousel-2,
#categoryid-44 #carousel-2,
#categoryid-45 #carousel-2,
#categoryid-46 #carousel-2 {
margin-top: 80px !important;
margin-bottom: 100px;
margin-left: -16px !important;
margin-right: -16px !important;
border-left: 0px;
border-right: 0px;
}
#categoryid-43 .wapf-field-input .custom-select-wrapper,
#categoryid-44 .wapf-field-input .custom-select-wrapper,
#categoryid-45 .wapf-field-input .custom-select-wrapper,
#categoryid-46 .wapf-field-input .custom-select-wrapper {
margin-bottom: 0px;
}
#categoryid-43 .tr-category-class-43 td,
#categoryid-43 .tr-category-class-43 th,
#categoryid-44 .tr-category-class-44 td,
#categoryid-44 .tr-category-class-44 th,
#categoryid-45 .tr-category-class-45 td,
#categoryid-45 .tr-category-class-45 th,
#categoryid-46 .tr-category-class-46 td,
#categoryid-46 .tr-category-class-46 th {
border-top: 1px solid #000;
border-left: 0px;
border-right: 0px;
}
}
@media only screen and (max-width: 420px) {
body.page-id-7 .paragraph.cart-empty {
line-height: 56px;
}
}
@media only screen and (max-width: 380px) {
body.page-id-7 .paragraph.cart-empty {
line-height: 55px;
}
}
@media only screen and (max-width: 360px) {
body.woocommerce-cart.page-id-7 #your-bag-font,
body.page-id-7 #post-7 .cart-empty {
font-size: 30px !important;
}
body.page-id-7 .paragraph.cart-empty {
line-height: 55px;
}
}body.page-id-8 .single-product-review-checkout-page,
body.page-id-8 .shop_table.woocommerce-checkout-review-order-table p {
text-transform: lowercase;
}
body.woocommerce-checkout button#place_order:focus,
body.woocommerce-checkout button#place_order:hover,
body.woocommerce-checkout button#place_order:active,
body.woocommerce-checkout button#place_order:visited,
body.woocommerce-checkout button#place_order {
outline: none;
border: transparent;
box-shadow: none;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce p button {
border: 0;
outline: none;
box-shadow: none;
}
.single-color .control_indicator {
border: 1px solid #c5aa91;
}
body.page-id-8 #container{
background: rgba(0,0,0,0.5) !important;
} body.page-id-7 .qib-container .plus.qib-button{
right: 17px !important;
} body.page-id-1240 .tracking-order-lists {
padding: 0rem 2.8rem !important;
margin-top: 0rem !important;
}
body.page-id-1240 .tracking-order-lists{
font-size: 18pt !important;
}
h3.your-information-heading {
padding-bottom: 3% !important;
}
body.woocommerce-checkout p#billing_email_field>label {
padding-bottom: 4%;
margin-top: 150px;
}
body.woocommerce-checkout label[for=additional_gift_message] {
padding-bottom: 4%;
margin-top: 100px !important;
}
label[for=order_comments], label[for=additional_gift_message], div.billing-address-title-checkout-form {
margin-top: 150px !important;
}
body.woocommerce-checkout p#billing_email_field>label{
margin-top: 150px !important;
}
body.page-id-8 .woocommerce-checkout p.woocommerce-invalid-required-field span.error{
font-weight: normal ;
}
body.page-id-8 .woocommerce-checkout #shipping_country_field>label{
font-size: 21px;
}
body.page-id-8  #order_review_heading{
text-align: center;
padding-left: 0px;
}
body.page-id-7 .shipping-methods-lists{
padding-bottom: 3%;
}
body.page-id-7 #cart-proceed-btn{
line-height: 52px;
}
body.page-id-8 .order-confirmation-page .paragraph{
width: 97.2% !important;
font-weight: normal !important;
}
.order-confirmation-page strong {
font-weight: normal !important;
}
body.page-id-8 .woocommerce-checkout span.yes-or-no label{
font-size: 16px;
}
body.page-id-8 .order-confirmation-page .order-number-text-success{
font-weight: normal !important;
}
body.page-id-7 .input-text {
font-family: 'century_gothicregular' !important;
}
body.page-id-8 .razorpay-container{
background-color: rgba(0,0,0,0.5);
}  body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
height: 40px;
}
body.page-id-7 .qib-container .minus.qib-button {
top: 2px;
}
body.page-id-7 .qib-container .plus.qib-button {
top: 5px;
}
body.page-id-7 .quantity-value{
width: 46%;
}
@media screen and (min-width: 1200px) {
body.page-id-7 .quantity-value{
width: 36%;
}
}
body.page-id-7 .qib-container{
margin-right: 2%;
}
body.page-id-7 a.remove{
height: 40px;
width: 70px;
}
body.page-id-7 .quantity-row-single-cart{
padding-top: 0px  !important;
}
body.page-id-7 .variations-details-bottom-cart{
line-height: 45px;
}
body.page-id-7 .qib-container{
margin-bottom: 0em !important;
}
body.page-id-7  #quantity-row-single-cart{
padding-top: 0px !important;
}
body.page-id-7 .price-below-quantity, .variation-custom-length, .price-value{
font-size: 27px;
}
body.page-id-7 .variation-row-SleeveLength{
height: 45px;
}
body.page-id-7 .pack-of-field{
font-size: 40px !important;
}
body.page-id-8 .woocommerce-checkout-review-order .single-product-review-checkout-page .variation .row {
display: flex;
}
body.page-id-8 .variation .text-left.cart-variations:after{
content: ':';
padding-left: 10px;
padding-right: 10px;
}
body.page-id-7 .pull-left.text-left.cart-variations.variation-Color:after {
content: ':';
padding-left: 10px;
padding-right: 10px;
}
body.page-id-7 .qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
font-size: 18px;
font-family: 'century_gothicbold' !important;
font-weight: normal;
}
body.page-id-7 .price-label:after {
content: ':';
padding-left: 3px;
padding-right: 3px;
}
body.page-id-7 .quantity-label:after {
content: ':';
padding-left: 10px;
padding-right: 10px;
}
body.page-id-8 .shop_table.woocommerce-checkout-review-order-table p {
font-size: 16px !important;
}
body.page-id-8  .checkout.woocommerce-checkout.checkout-form-woocommerce .order-review-page-details-design.new-quantity-price.new-price-style{
top: 0px ;
}
body.page-id-7 .variation .text-left.cart-variations:after{
content: ':';
padding-left: 10px;
padding-right: 10px;
}
body.page-id-7 .price-label {
font-family: 'century_gothicregular' !important;
}
body.page-id-7 .quantity-row-single-cart {
font-family: 'century_gothicregular' !important;
}
body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
padding-left: 15%;
}
body.page-id-7  .variation .text-left.cart-variations {
font-family: 'century_gothicregular' !important;
}
body.page-id-7 .variations-details-bottom-cart .pricing-number, body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol{
font-size: 22px !important;
}
body.page-id-7 .variations-details-bottom-cart .cart-variations p {
text-align: left;
font-weight: normal;
}
body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol{
font-size: 22px !important;
}
body.page-id-7 .price-below-quantity, .variation-custom-length, .price-value {
text-align: left !important;
padding-left: 0px;
}
body.page-id-7 .variations-details-bottom-cart .cart-variations p {
text-align: left;
line-height: 1;
margin-bottom: 0px;
font-weight: normal;
} body.woocommerce-checkout textarea:focus{
border: 1px solid transparent !important; 
outline:none !important;
}
.custom-select-trigger{
font-weight: normal !important;
position: relative;
top: -2px;
}
body.page-id-9 .logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
border-bottom: 3px solid black;
}
body.page-id-9 .woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn{
padding: 7px 1em 10px !important;
line-height: 36px;
}
body.page-id-9 .paragraph{
width: 97.2% !important;
}
body.page-id-1148 .paragraph{
width: 97.2% !important;
}
.single-color input[type="radio"]:checked+div:after {
border: 3px solid black;
}
body.blog .shop-by-dropdown-links.blog-list li {
margin-bottom: 32px !important;
}
#himherthey .price {
margin-bottom: 60px;
margin-top: 60px;
}
#categoryid-84 .Fabric-Naked-Slub {
margin-top: 10%;
}
.pencil-edit-btn-save-address {
width: 20px;
}
#categoryid-84 .wapf-radios.Size .wapf-checkable {
width: 100%;
}
body.blog .shop-by-dropdown-links.blog-list li:first-child a {
margin-right: 50px;
margin-left: 0px !important;
}
#categoryid-43 .wapf-radios.Size label span {
font-size: 18px;
}
#categoryid-45 .wapf-radios.Size label span {
font-size: 18px;
}
#categoryid-129 .wapf-radios.Size label span {
font-size: 18px;
}
#categoryid-84 .wapf-radios.Size label span {
font-size: 18px;
}
h1.packof-text {
font-size: 3rem;
}
.control-radio .color-label-name {
font-weight: normal !important;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id .woocommerce-Price-currencySymbol {
font-weight: normal;
}
body.woocommerce-cart .cart-collaterals .cart_totals #card-total-id .pricing-number {
font-weight: normal !important;
}
body.page-id-7 .shipping-ul-cart-checkout #shipping_method .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-weight: normal !important;
font-family: Arial, Helvetica, sans-serif !important;
}
body.page-id-7 .shipping-ul-cart-checkout .pricing-number {
font-weight: normal !important;
}
.custom-option{
font-weight: normal !important;
}
#after-qty-input{
font-weight: normal !important;
}
.wapf-radios.Gender .wapf-checkable label span{
font-weight: normal !important;
}
body.page-id-7 .woocommerce .actions button.button {
margin-top: 3em !important;
width: 185px;
border: 0px;
outline: 0px;
}
body.page-id-7 .woocommerce .actions .button:hvoer,
body.page-id-7 .woocommerce .actions .button:focus {
border: 0px;
outline: 0px;
}
.pencil-edit-btn-save-address {
width: 20px !important;
} body.page-id-8 .row.variation-row-Length {
margin-top: 8px;
margin-bottom: 6px;
}
body.page-id-8 .row.variation-row-Length > .d-flex {
display: inline-block !important;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
float: left;
width: 23%;
line-height: 26px;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
float: left;
width: 75%;
line-height: 26px;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) > p {
text-align: left;
} .stock.out-of-stock {
text-align: center;
font-family: 'century_gothicbold' !important;
font-weight: normal;
font-size: 28px;
line-height: 36px;
padding: 25px 0;
text-transform: lowercase;
}
.woocommerce-order-pay article#post-8 .entry-content .woocommerce p button#btn-razorpay {
height: 58px;
line-height: 40px;
vertical-align: text-top;
padding-bottom: 8px;
}
#user_password-888, 
#user_password-887,
#confirm_user_password-887,
#confirm_user_password,
#user_password,
body #woocommerce-checkout-login-form #password {
text-transform: initial !important;
}
.last-add-to-cart-section {
text-align: center;
}
@media screen and (max-width: 1100px) {
div[id^="Fabric"] .row .col-sm-6 {
width: 100%;
max-width: 100%;
flex: 100%;
}
.product-popup-content .fabric-content {
padding-top: 0;
}
} @media only screen and (min-width: 992px) and (max-width: 1180px) {
body.page-id-7.woocommerce-cart .variations-details-bottom-cart .pricing-number {
font-weight: normal !important;
font-family: 'century_gothicregular' !important;
}
body.page-id-7 .variations-details-bottom-cart .cart-variations p {
font-weight: normal;
}
body.woocommerce-checkout label[for=additional_gift_message]{
line-height: 1.5 !important;
padding-bottom: 10%;
}
h1.get-in-touch {
padding-left: 10%;
padding-right: 10%;
}
body.page-id-8 .single-product-review-checkout-page {
border-radius: 45px !important;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id {
font-size: 30px !important;
}
body.page-id-7 #cart-shipping-font {
font-size: 30px !important;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id .woocommerce-Price-currencySymbol {
font-size: 30px;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id .pricing-number {
font-size: 30px;
}
body.page-id-7 .shipping-ul-cart-checkout #shipping_method .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-size: 30px !important;
}
body.page-id-7 .shipping-ul-cart-checkout .pricing-number {
font-size: 30px !important;
}
body.blog .shop-by-dropdown-links.blog-list li:first-child a {
margin-right: 20px !important;
margin-left: 0px !important;
}
body.archive.category .page-width .shop-by-dropdown-links.blog-list,
body.blog .page-width .shop-by-dropdown-links.blog-list {
padding: 0 0px !important;
}
body.blog .shop-by-dropdown-links.blog-list li:nth-child(4) a {
margin-left: 0px !important;
}
h1.packof-text {
font-size: 40px;
}
.top-section-heading {
margin-top: 0px;
}
body.page-template-obataimu-system-template .section-1-image {
padding-left: 0px;
padding-right: 0px;
}
body.page-template-obataimu-system-template .section-3-image {
padding-left: 0px;
padding-right: 0px;
}
body.page-template-obataimu-system-template .section-4-image {
padding-left: 0px;
padding-right: 0px;
}
body.page-id-9 .single-product-details-pages-row .price-label{
font-size: 18pt !important;
}
body.page-id-9 .price-label span{
font-size: 18pt;
}
body.page-id-9 .order-history-details-right .pack-of-field{
font-size: 18pt;
}
body.page-id-9 .order-history-details-right{
padding-left: 0px;
padding-right: 0px;
} body.page-id-7 .row.variation-row-Length {
margin-top: 8px;
margin-bottom: 6px;
}
body.page-id-7 .row.variation-row-Length > .d-flex {
display: inline-block !important;
}
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
float: left;
width: 24%;
line-height: 26px;
}
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
float: left;
width: 65%;
line-height: 26px;
}  body.page-id-8 .row.variation-row-Length {
margin-top: 8px;
margin-bottom: 6px;
}
body.page-id-8 .row.variation-row-Length > .d-flex {
display: inline-block !important;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
float: left;
width: 35%;
line-height: 26px;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
float: left;
width: 65%;
line-height: 26px;
} body.page-id-7 .qib-container .minus.qib-button {
top: 4px;
}
.stock.out-of-stock {
font-size: 20px;
line-height: 30px;
padding: 20px 0;
}
footer ul.icons li {
margin-left: 30px;
}
footer ul.icons li:nth-child(5) a img {
max-height: 65px;
margin-top: 5px;
margin-left: 0px;
}
footer ul.icons li:nth-child(1) {
margin-left: 0px;
width: 65px;
}
footer ul.icons li:nth-child(2) {
width: 58px;
}
footer ul.icons li:nth-child(3) {
width: 50px;
}
footer ul.icons li:nth-child(4) {
width: 54px;
}
footer ul.icons li:nth-child(5) {
width: 71px;
margin-left: 20px;
}
}  @media only screen and (min-width: 768px) and (max-width: 991px) {
body.page-id-7 .quantity-value {
width: 35%;
}
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
width: 100px;
}
body.page-id-7.woocommerce-cart .variations-details-bottom-cart .pricing-number {
font-weight: normal !important;
font-family: 'century_gothicregular' !important;
}
body.page-id-7 .variations-details-bottom-cart .cart-variations p {
font-weight: normal;
}
body.page-id-9 .single-product-details-pages-row .price-label{
font-size: 18pt !important;
}
body.page-id-9 .price-label span{
font-size: 18pt;
}
body.page-id-9 .order-history-details-right .pack-of-field{
font-size: 18pt;
}
body.page-id-9 .order-history-details-right{
padding-left: 0px;
padding-right: 0px;
}
body.woocommerce-checkout label[for=additional_gift_message]{
line-height: 1.5 !important;
} body.page-id-8 .single-product-review-checkout-page {
border-radius: 45px !important;
}
body.blog .shop-by-dropdown-links.blog-list li:first-child a {
margin-right: 20px !important;
margin-left: 0px !important;
}
body.blog .shop-by-dropdown-links.blog-list li:nth-child(3) a {
margin-left: 0px !important;
}
h1.packof-text {
font-size: 40px;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id {
font-size: 30px !important;
}
body.page-id-7 #cart-shipping-font {
font-size: 30px !important;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id .woocommerce-Price-currencySymbol {
font-size: 30px;
}
body.page-id-7 .cart-collaterals .cart_totals #card-total-id .pricing-number {
font-size: 30px;
}
body.page-id-7 .shipping-ul-cart-checkout #shipping_method .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-size: 30px !important;
}
body.page-id-7 .shipping-ul-cart-checkout .pricing-number {
font-size: 30px !important;
}
.stock.out-of-stock {
font-size: 19px;
line-height: 30px;
}
} @media only screen and (max-width: 767px) {
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id){
height: 34px;
}
body.page-id-7 .pull-left.text-left.cart-variations.variation-Color:after {
padding-left: 6px;
padding-right: 6px;
}
body.page-id-7 .qib-container .minus.qib-button {
top: 2px;
left: 11px;
}
body.page-id-9 .woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn {
line-height: 43px !important;
}
body.page-id-7 .qib-container:not(#qib_id):not(#qib_id) {
margin-top: 6px;
}
body.page-id-7 .qib-container .plus.qib-button {
right: 11px !important;
top: 3px;
}
body.page-id-7 a.remove{
margin-top: 6px;
height: 34px;
}
body.page-id-8 .cart-variations, body.woocommerce-cart .variations-details-bottom-cart>.row>.price-label, body.woocommerce-cart .variations-details-bottom-cart>.row>.price-value, .quantity-row-single-cart, body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label, body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value, body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-label, body.woocommerce-cart .variations-details-bottom-cart>.row>.quantity-value, body.woocommerce-cart .variations-details-bottom-cart .variation .row .text-right p, .woocommerce-Price-amount {
font-size: 14px !important;
font-family: 'century_gothicregular';
}
body.page-id-8 .shop_table.woocommerce-checkout-review-order-table p {
font-size: 14px !important;
}
body.page-id-8 .shop_table.woocommerce-checkout-review-order-table .pull-left.cart-variations.d-flex.align-items-center p {
text-align: left;
margin: 0;
}
body.page-id-8 .single-product-review-checkout-page .new-quantity-style {
justify-content: start;
padding-left: 15px;
}
body.page-id-8 .single-product-review-checkout-page .woocommerce-Price-amount {
padding-left: 5px;
}
body.page-id-8 .single-product-review-checkout-page .pricing-number{
font-weight: normal !important;
font-family: 'century_gothicregular' !important;
}
body.woocommerce-checkout .checkout.woocommerce-checkout.checkout-form-woocommerce .order-review-page-details-design.new-quantity-price.new-price-style {
top: 0px !important;
}
body.page-id-8 .single-product-review-checkout-page>div>div {
line-height: 28px;
}
body.page-id-8 .new-quantity-price {
justify-content: start;
display: flex !important;
line-height: 28px;
}
body.page-id-8  .new-price-style {
margin-top: 0px !important; 
}
body.page-id-7 .variation .text-left.cart-variations {
font-family: 'century_gothicbold' !important;
}
body.page-id-7 .price-label {
font-family: 'century_gothicbold' !important;
font-size: 16pt !important;
}
body.page-id-7 .quantity-label {
font-size: 16pt !important;
}
body.page-id-7 .variations-details-bottom-cart .pricing-number {
font-family: 'century_gothicbold' !important;
}
body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
font-family: Arial, Helvetica, sans-serif !important;
}
body.page-id-7 .quantity-label{
font-family: 'century_gothicbold' !important;
}
body.page-id-7 .variations-details-bottom-cart .cart-variations p {
font-family: 'century_gothicbold' !important;
}
body.woocommerce-checkout p#billing_email_field>label {
margin-top: 3rem !important;
text-align: left;
padding-left: 30px;
}
body.woocommerce-checkout label[for=additional_gift_message]{
line-height: 1.5 !important;
margin-top: 1rem !important;
}
body.woocommerce-checkout h3#order_review_heading {
margin-top: 2rem;
}
body.page-id-9 .logout-btn-col.myaccount-page a.logout-btn.myaccount-page {
border-bottom: 0px solid black;
}
body.page-id-9 .woocommerce-MyAccount-navigation a.btn.btn-light.rounded-btn{
padding: 0px !important;
}
#simple-product-add-to-cart-cat-128 .wapf-radios.Size label span,
#simple-product-add-to-cart-cat-129 .wapf-radios.Size label span,
#simple-product-add-to-cart-cat-130 .wapf-radios.Size label span,
#simple-product-add-to-cart-cat-84 .wapf-radios.Size label span {
font-size: 12px;
}
#categoryid-43 .wapf-radios.Size label span {
font-size: 12px;
}
#categoryid-45 .wapf-radios.Size label span {
font-size: 12px;
}
.control-radio .color-label-name {
font-size: 10pt;
font-family: 'century_gothicBold' !important;
line-height: 13pt;
}
.readmore-btn {
border-bottom: 2px solid black !important;
text-decoration: none;
font-weight: normal;
}
.read-more-post-page.show {
border-bottom: 2px solid black !important;
}
#Mens-Size-Guide .modal-content .size-guide-list-section h1 {
margin-bottom: 32px !important;
}
#categoryid-84 .Fabric-Naked-Slub {
margin-top: 20%;
}
#Womens-Size-Guide .modal-content .size-guide-list-section h1 {
margin-bottom: 32px !important;
}
.him-her-they-topnew101 table td.mobile-table-full-width.himherthey {
border-top: 0px solid black !important;
}
.him-her-they-topnew101 .variations-div .add-to-cart-single-product {
border-top: 1px solid black !important;
}
#categoryid-84 .him-her-they-topnew101 .variations-div .add-to-cart-single-product {
border-top: 0px solid black !important;
}
#categoryid-43 .variations-div .add-to-cart-single-product {
border-top: 1px solid black !important;
}
#categoryid-43 .prev-link-div,
#categoryid-44 .prev-link-div,
#categoryid-45 .prev-link-div,
#categoryid-46 .prev-link-div,
#categoryid-47 .prev-link-div,
#categoryid-48 .prev-link-div,
#categoryid-49 .prev-link-div {
border-top: 2px solid #000 !important;
}
footer ul.icons li {
margin-left: 20px;
}
footer ul.icons li:nth-child(1) {
width: 44px;
}
footer ul.icons li:nth-child(2) {
width: 37px;
}
footer ul.icons li:nth-child(3) {
width: 32px;
}
footer ul.icons li:nth-child(4) {
width: 33px;
}
footer ul.icons li:nth-child(5) {
position: relative;
top: -3px;
width: 41px;
margin-left: 15px;
}
.cart-number-icons {
top: 20px;
font-size: 14px !important;
line-height: 34px;
}
h1.packof-text {
font-size: 28px;
}
#categoryid-129 .him-her-they-topnew101 .variations-div .add-to-cart-single-product {
border-top: 0px solid black !important;
} body.page-id-7 .row.variation-row-Length {
margin-top: 8px;
margin-bottom: 6px;
}
body.page-id-7 .row.variation-row-Length > .d-flex {
display: inline-block !important;
}
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
float: left;
width: 21%;
line-height: 26px;
}
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
float: left;
width: 65%;
line-height: 26px;
}  body.page-id-8 .row.variation-row-Length {
margin-top: 8px;
margin-bottom: 6px;
}
body.page-id-8 .row.variation-row-Length > .d-flex {
display: inline-block !important;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
float: left;
width: 21%;
line-height: 26px;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
float: left;
width: 77%;
line-height: 26px;
} body.page-id-7 .quantity-value {
width: 36%;
}
#portal-page-loadmore #load-more {
border-bottom: 2px solid black !important;
text-decoration: none !important;
font-size: 15px;
}
body.page-id-8 .variation-row-SleeveLength .align-items-center .cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-8 .variation-row-SleeveLength .align-items-center .cart-variations {
line-height: 20px;
}
body.page-id-7 .variation-row-SleeveLength .align-items-center .cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-7 .variation-row-SleeveLength .align-items-center .cart-variations {
line-height: 20px;
}
.stock.out-of-stock {
font-size: 19px;
line-height: 30px;
padding: 15px 0;
}
} @media only screen and (max-width: 600px) {
body.page-id-7 .quantity-value {
width: 44%;
}
}
@media only screen and (max-width: 480px) {
body.page-id-7 .quantity-value {
width: 46%;
}
.stock.out-of-stock {
font-size: 19px;
line-height: 30px;
}
footer ul.icons li {
margin-left: 20px;
}
footer ul.icons li:nth-child(1) {
width: 44px;
}
footer ul.icons li:nth-child(2) {
width: 37px;
}
footer ul.icons li:nth-child(3) {
width: 32px;
}
footer ul.icons li:nth-child(4) {
width: 33px;
}
footer ul.icons li:nth-child(5) {
position: relative;
top: -3px;
width: 41px;
margin-left: 15px;
}
.cart-number-icons {
top: 20px;
font-size: 14px !important;
line-height: 34px;
}
}
@media only screen and (max-width: 420px) {
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 27%;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
width: 70%;
}
body.page-id-7 .quantity-value {
width: 50%;
}
footer ul.icons li {
margin-left: 10px;
}
footer ul.icons li:nth-child(1) {
width: 38px;
}
footer ul.icons li:nth-child(2) {
width: 32px;
margin-left: 6px;
}
footer ul.icons li:nth-child(3) {
width: 29px;
margin-left: 5px;
}
footer ul.icons li:nth-child(4) {
width: 29px;
margin-left: 5px;
}
footer ul.icons li:nth-child(5) {
position: relative;
top: -3px;
width: 35px;
margin-left: 5px;
}
.cart-number-icons {
top: 20px;
font-size: 14px !important;
line-height: 34px;
}
}
@media only screen and (max-width: 380px) {
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
width: 70%;
}
body.page-id-7 .quantity-value {
width: 55%;
}
.stock.out-of-stock {
font-size: 18px;
line-height: 24px;
}
footer ul.icons li {
margin-left: 15px;
}
} @media only screen and (max-width: 360px) {
footer ul.icons li {
margin-left: 8px;
}
footer ul.icons li:nth-child(1) {
width: 40px;
}
footer ul.icons li:nth-child(2) {
width: 33px;
}
footer ul.icons li:nth-child(3) {
width: 29px;
}
footer ul.icons li:nth-child(4) {
width: 29px;
}
footer ul.icons li:nth-child(5) {
position: relative;
top: -3px;
width: 35px;
margin-left: 5px;
}
.cart-number-icons {
top: 20px;
font-size: 14px !important;
line-height: 34px;
}
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-8 .variation-row-SleeveLength .align-items-center .cart-variations:nth-child(1) {
width: 35%;
}
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 30%;
}
body.page-id-7 .variation-row-SleeveLength .align-items-center .cart-variations:nth-child(1) {
width: 35%;
}
.stock.out-of-stock {
font-size: 15px;
line-height: 24px;
}
} @media only screen and (max-width: 320px) {
body.page-id-7 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 35%;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.text-left.cart-variations:nth-child(1) {
width: 35%;
}
body.page-id-8 .row.variation-row-Length > .d-flex > .pull-left.cart-variations:nth-child(2) {
width: 65%;
}
body.page-id-7 .quantity-value {
width: 60%;
}
body.page-id-7 .price-label,
.price-below-quantity, 
.variation-custom-length, 
.price-value {
font-size: 19px !important;
}
body.page-id-7 .variations-details-bottom-cart .pricing-number {
font-size: 19px !important;
}
body.page-id-7 .variations-details-bottom-cart .woocommerce-Price-currencySymbol {
font-size: 18px !important;
}
body.page-id-7 .quantity-label {
font-size: 19px !important;
}
}