.ocean-preloader--active #ocean-preloader{position:fixed;top:0;left:0;height:100%;width:100%;background:#323232;z-index:99999999999999}.ocean-preloader--active .preloader-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;height:100%}.ocean-preloader--active .preloader-inner{text-align:center}.ocean-preloader--active .preloader-image{max-width:100px;margin:0 auto}.ocean-preloader--active .preloader-logo{max-width:180px;margin:0 auto}.ocean-preloader--active .preloader-svg{margin:0 auto}.ocean-preloader--active .preloader-after-content{padding:20px 0;font-size:20px}.preloader-roller {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.preloader-roller div {
animation: preloader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 40px 40px;
}
.preloader-roller div:after {
content: " ";
display: block;
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
background: #fff;
margin: -4px 0 0 -4px;
}
.preloader-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.preloader-roller div:nth-child(1):after {
top: 63px;
left: 63px;
}
.preloader-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.preloader-roller div:nth-child(2):after {
top: 68px;
left: 56px;
}
.preloader-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.preloader-roller div:nth-child(3):after {
top: 71px;
left: 48px;
}
.preloader-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.preloader-roller div:nth-child(4):after {
top: 72px;
left: 40px;
}
.preloader-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.preloader-roller div:nth-child(5):after {
top: 71px;
left: 32px;
}
.preloader-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.preloader-roller div:nth-child(6):after {
top: 68px;
left: 24px;
}
.preloader-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.preloader-roller div:nth-child(7):after {
top: 63px;
left: 17px;
}
.preloader-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.preloader-roller div:nth-child(8):after {
top: 56px;
left: 12px;
}
@keyframes preloader-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.slick-loading .slick-list{background:#fff url(//graciousnubian.co.za/wp-content/plugins/logo-showcase-with-slick-slider/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none} .lswssp-wrap * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;} .lswssp-clearfix:before, .lswssp-clearfix:after{content: "";display: table;}
.lswssp-clearfix::after{clear: both;}
img.lswssp-logo-img{border-radius: 0px !important;box-shadow:none !important;}
.lswssp-text-center{text-align:center;}
.lswssp-hide{display:none;}
.lswssp-first{clear:both;}
@keyframes lswssp-spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
.lswssp-logo-title{margin:15px 0px 0px 0px; color:#000; font-size:20px;}
.lswssp-logo-desc{margin-top:15px; padding:0 10px;}
.lswssp-logo-desc p{margin:0px !important;}
.lswssp-read-more{margin-top:20px;}
.lswssp-read-more  a.lswssp-logo-readmore-link{text-decoration:none; color:#555; border:1px solid #ddd; display: inline-block; padding:7px 15px; -webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;}
.lswssp-logo-carousel{padding:0px 35px; margin:0 !important; text-align:center; clear:both;}
.lswssp-logo-showcase .slick-slide{margin:0 10px;}
.lswssp-logo-showcase .slick-slide img{display:inline-block !important; max-width:100%; box-shadow:none !important;}
.lswssp-logo-img{-webkit-transition: all .6s ease;-moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease;}
.lswssp-logo-img:hover{
-webkit-filter: grayscale(0);-webkit-filter: grayscale(0%);-o-filter: grayscale(0); filter: grayscale(0) !important;
-webkit-filter: sepia(0);-webkit-filter: sepia(0%);-o-filter: sepia(0);filter: sepia(0) !important;
-webkit-transition: all .6s ease;-moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease;
}
.lswssp-logo-showcase.lswssp-center .slick-slide{opacity: 0.5;transform: scale(0.7);transition: all 300ms ease 0s;}
.lswssp-logo-showcase.lswssp-center .slick-center{opacity: 1;transform: scale(1);}
@media screen and (max-width: 641px) {
.lswssp-logo-showcase.center .slick-slide{opacity: 1;transform: scale(1);transition: all 300ms ease 0s;}
.lswssp-logo-showcase.center .slick-center{opacity: 1;transform: scale(1);}
} .lswssp-logo-carousel{visibility: hidden; opacity:0; transition:opacity 0.5s linear;}
.lswssp-logo-carousel.slick-initialized{visibility: visible; opacity:1;}
.lswssp-logo-showcase .slick-arrow{padding:2px !important; margin:0px !important; border-radius:0px !important}
.lswssp-logo-showcase .slick-arrow{width: 35px;height: 35px;position: absolute;z-index:9;border: 0px !important;border-radius: 100% !important;color: #fff; cursor:pointer !important; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
.lswssp-logo-showcase .lswssp-slick-next, .lswssp-logo-showcase .lswssp-slick-next:active{background:rgba(0, 0, 0, 0.5); box-shadow:none !important;}
.lswssp-logo-showcase .lswssp-slick-prev, .lswssp-logo-showcase .lswssp-slick-prev:active{background:rgba(0, 0, 0, 0.5); box-shadow:none !important;}
.lswssp-logo-showcase .lswssp-slick-next:hover,  .lswssp-logo-showcase .lswssp-slick-next:focus{background:rgba(0, 0, 0, 0.7);}
.lswssp-logo-showcase .lswssp-slick-prev:hover, .lswssp-logo-showcase .lswssp-slick-prev:focus{background:rgba(0, 0, 0, 0.7);}
.lswssp-logo-showcase .slick-dots{padding:0 !important; margin:10px 0 0 0 !important; text-align:center;}
.lswssp-logo-showcase .slick-dots li{list-style:none !important; display:inline-block !important; margin:0 3px !important; padding:0px !important;}
.lswssp-logo-showcase .slick-dots li button{text-indent:-99999px;margin: 0px !important; padding: 0px !important; border: 2px solid #444 !important; border-radius: 50% !important; width: 12px !important; height: 12px !important; background-color:#fff; cursor:pointer;}
.lswssp-logo-showcase .slick-dots li button:focus{outline:none !important}
.lswssp-logo-showcase .slick-dots li.slick-active button{background:#8D8C8C !important;}
.lswssp-logo-showcase .slick-arrow{top: 50%; -webkit-transform: translateY(-50%);transform: translateY(-50%);cursor:pointer; font-size:18px !important; line-height:32px !important; text-align:center;}
.lswssp-logo-showcase .slick-dotted .slick-arrow{margin-top:-21px !important;}
.lswssp-logo-showcase .lswssp-slick-next{right:0px !important;}
.lswssp-logo-showcase .lswssp-slick-prev{left:0px !important}  .lswssp-equal-height .lswssp-logo-img-wrap{height:100%;}
.lswssp-logo-img-wrap{line-height:0px;} .lswssp-logo-showcase .slick-track{display: flex;flex-wrap: wrap;}
.lswssp-equal-height .lswssp-slide,
.lswssp-equal-height .slick-slide{display:flex; flex-direction:column;height:inherit;}
.lswssp-equal-height .slick-slide > div{height:100%;}
.lswssp-equal-height .lswssp-slide-inner{display:flex; flex-direction:column;height:100%;}
.lswssp-default-height .slick-track{align-items:center;}
.lswssp-logo-showcase .lswssp-slide p{margin-bottom:0px !important;}
.lswssp-logo-showcase .lswssp-slide .lswssp-logo-img-wrap{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: center;align-items: center;}
.lswssp-design-1 .lswssp-slide .lswssp-logo-img-wrap{border:0px solid #ddd;}
.lswssp-design-2 .lswssp-slide .lswssp-logo-img-wrap{border:1px solid #ddd; padding:15px;}
.lswssp-design-2 .lswssp-slide-row .lswssp-slide-inner{margin-bottom:20px;} .lswssp-logo-grid{display: flex;flex-wrap: wrap; margin-left:-15px; margin-right:-15px;}
.lswssp-equal-height .lswssp-grid-inner{display:flex; flex-direction:column;height:100%;}
.lswssp-default-height .lswssp-logo-grid{align-items:center;}
.lswssp-logo-grid .lswssp-grid{margin-bottom:30px; text-align:center;}
.lswssp-logo-grid .lswssp-grid p{margin-bottom:0px !important;}
.lswssp-logo-grid .lswssp-grid img{max-width:100%; box-shadow:none !important;  display: inline-block !important;}
.lswssp-logo-grid .lswssp-logo-img-wrap{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: center;align-items: center;}
.lswssp-design-1 .lswssp-grid .lswssp-logo-img-wrap{border:0px solid #ddd;}
.lswssp-design-2 .lswssp-grid .lswssp-logo-img-wrap{border:1px solid #ddd; padding:15px;} .lswssp-column,
.lswssp-columns{padding-left: 15px; padding-right: 15px; width: 100%; float: left; position: relative;}
@media only screen and (min-width: 640px) {
.lswssp-col-1{width: 100%;}
.lswssp-col-2{width: 50%;}
.lswssp-col-3{width: 33.33333%;}
.lswssp-col-4{width: 25%;}
.lswssp-col-5{width: 20%;}
.lswssp-col-6{width: 16.66667%;}
.lswssp-col-7{width: 14.2857%;}
.lswssp-col-8{width: 12.5%;}
.lswssp-col-9{width: 11.11%;}
.lswssp-col-10{width: 10%;}
.lswssp-col-11{width: 9.090%;}
.lswssp-col-12{width: 8.33333%;}
.lswssp-colo-1{width: 8.33333%;}
.lswssp-colo-2{width: 16.66667%;}
.lswssp-colo-3{width: 25%;}
.lswssp-colo-4{width: 33.33333%;}
.lswssp-colo-5{width: 41.66667%;}
.lswssp-colo-6{width: 50%;}
.lswssp-colo-7{width: 58.33333%;}
.lswssp-colo-8{width: 66.66667%;}
.lswssp-colo-9{width: 75%;}
.lswssp-colo-10{width: 83.33333%;}
.lswssp-colo-11{width: 91.66667%;}
.lswssp-colo-12{width: 100%;}
}@keyframes cbwct_wc_circle{
0%{
transform: rotate(0deg) 
translate(0) 
rotate(0deg);
}
100%{
transform:rotate(0) 
translate(0)
rotate(360deg)
}
} @-webkit-keyframes bounce {
0%   { margin-top:0; -webkit-animation-timing-function: ease-out; }
50%  { margin-top:15px; -webkit-animation-timing-function: ease-in; }
100% { margin-top:0; -webkit-animation-timing-function: ease-out; }
} @keyframes bounce {
0%   { margin-top:0; animation-timing-function: ease-out; }
50%  { margin-top:15px; animation-timing-function: ease-in; }
100% { margin-top:0; animation-timing-function: ease-out; }
} @keyframes cbwct_left_to_right {
100% {
transform: translateX(180px);
}
}
@keyframes CBWC_Tracking {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes cbwct_loader {
0% {
top: 8px;
height: 64px;
}
50%, 100% {
top: 24px;
height: 32px;
}
}.cbwct-tracking-container table {
width: 100%;
}
.cbwct-tracking-container tr {
vertical-align: middle;
}
.cbwct-tracking-container table tr td:first-child{font-size: 16px;color: #404040;vertical-align: middle;font-family: 'Lato',Helvetica, sans-serif !important;font-weight: 400;}
.cbwct-tracking-container td {
padding: 9px;
}
.cbwct-tracking-container tr:nth-child(odd) {
background-color: #dddddd;
}
.cbwct-tracking-container {
margin-top: 50px;
}
.cbwct-tracking{max-width: 1140px; margin: 30px auto;}
.cbwct-tracking-porgressbar {
border-style: solid;
border-width: 1px;
border: rgb(136,136,136);
background-color: rgb(255,255,255);
-webkit-box-shadow: 0px 0px 9px 1px rgb(136,136,136);
-moz-box-shadow: 0px 0px 9px 1px rgb(136,136,136);
box-shadow: 0px 0px 9px 1px rgb(136,136,136);
margin-bottom: 1em;
margin-top: 1em;
position: relative;
height: 75px;
}
.cbwct-tracking-progress {
background: #0cc5b7; background: -moz-linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background: -webkit-linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background: linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cc5b7', endColorstr='#2bd891',GradientType=1 ); background-size: 400% 400%;
color:#fff;
animation: CBWC_Tracking 15s ease infinite;
position: absolute;
bottom: 0;
height: 34px;
text-align: center;
border-radius: 3px;
}
.cbwct-tracking-progress {}
.cbwct-tracking-from form input[type="text"] {
padding: 10px;
border: 1px solid #0a212d;
border-radius: 3px;
margin-right: 10px;
width: 250px;
}
.cbwct-tracking-from form input[type="submit"] {
padding: 10px 20px;
text-align: center;
text-transform: uppercase;
border-radius: 4px;
margin-top: -2px;
border: none;
box-shadow: none;
text-shadow: none;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
font-size: 14px;
color: #FFF;
background: #ff934b; background: -moz-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
background: -webkit-linear-gradient(-45deg, #ff934b 0%,#ff5e62 100%); 
background: linear-gradient(135deg, #ff934b 0%,#ff5e62 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff934b', endColorstr='#ff5e62',GradientType=1 );
}
.cbwct-tracking-from form label {
font-weight: 800;
padding-right: 5px;
font-family: 'Lato', sans-serif;
color: #666;
font-size: 14px;
}
.cbwct-tracking-from {
margin-top: 40px;
margin-bottom: 0px;
}
.cbwct-tracking-title h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 20px;
color: #666;
}
.cbwct_wc_traking_steps {
position: absolute;
display: flex;
justify-content: space-between;
width: 97%;
top: 6px;
left: 10px;
right: 10px;
margin: 0 auto;
}
.cbwct-wc-traking-round {
width: 20px;
height: 20px;
background: #fff;
border: 2px solid #ACACA6;
border-radius: 50%;
transition: background 1s;
margin: 0 auto;
}
.cbwct-wc-traking-round.active:before {
content:'';
width: 0;
height: 0;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #23d5ab transparent transparent transparent;
display:block;
-webkit-animation-name: bounce;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;  
animation-name: bounce;
animation-duration: 1s;
animation-iteration-count: infinite;
cursor:pointer;
top: -36px;
position: absolute;
}
.cbwct-wc-traking-round.active:after{
content: 'Order';
display: inline-block;
position: absolute;
top: -62px;
left: -44px;
right: 0;
color: #666;
-webkit-animation-name: bounce;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-name: bounce;
animation-duration: 1s;
animation-iteration-count: infinite;
font-size: 14px;
text-align: center;
width: 125px;
}
.cbwct-wc-traking-round.active.ali-wc-payment:after{
content:'Payment Pending';
}
.cbwct-wc-traking-round.active.ali-wc-hold:after{
content:'On Hold';
}
.cbwct-wc-traking-round.active.ali-wc-processing:after{
content:'Processing';
}
.cbwct-wc-traking-round.active.ali-wc-shipping:after{
content:'Shipped';
}
.cbwct-wc-traking-round.active.ali-wc-delivered:after{
content:'Delivered';
}
.cbwct_wc_traking_step p {color:white;}
.cbwct-wc-traking-img img{width: 30px;margin-bottom: 12px;}
.cbwct_shipping{position: absolute;
left: 0;top:0}
.cbwct_shipping.active{
animation: cbwct_left_to_right 5s linear infinite; 
}
.cbwct_wc_traking_step {
text-align: center;
position: relative;
}
.cbwct-wc-traking-img {
margin: 0 auto;
}
.cbwct-wc-traking-round.active{        background: #0cc5b7; background: -moz-linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background: -webkit-linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); background: linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cc5b7', endColorstr='#2bd891',GradientType=1 ); background-size: 400% 400%;  
animation: CBWC_Tracking 15s ease infinite;
border-color:#fff;
}
.cbwct_notice{color: red;
font-size: 15px;
font-weight: 600;
display: inline-block;
border-radius: 3px;}
.cbwct_progress{animation: cbwct_wc_circle 6s linear infinite;}
.cbwct_wc_order_cancelled {
font-size: 20px;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width:100% !important;
}
.cbwct-traking-form-result {
margin-top: 20px;
}
.cbwct-tracking-form-area{display: flex;    
flex-wrap: nowrap;
justify-content: center;
flex-direction: row;
align-items: flex-end;}
.cbwct-tracking-form-field{display: flex;
flex-direction: column;}
.cbwct-traking-form-submit{}
.cbwct_wc_order_tracker_loader {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.cbwct_wc_order_tracker_loader div {
display: inline-block;
position: absolute;
left: 8px;
width: 16px;
background: #ff5e62 ;
animation: cbwct_loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.cbwct_wc_order_tracker_loader div:nth-child(1) {
left: 8px;
animation-delay: -0.24s;
}
.cbwct_wc_order_tracker_loader div:nth-child(2) {
left: 32px;
animation-delay: -0.12s;
}
.cbwct_wc_order_tracker_loader div:nth-child(3) {
left: 56px;
animation-delay: 0;
}@media only screen and (min-width: 768px) and (max-width: 991px) {
.cbwct-tracking-title h2 {
font-size: 20px;
}
.cbwct-tracking {
padding: 10px;
}
.cbwct-tracking-from {
padding: 0 10px;
}
.cbwct-tracking-from form input[type="text"] {
flex-basis: 100%;
}
.cbwct-tracking-form-field {
display: flex;
flex-direction: column;
flex-basis: 100%;
}
} @media only screen and (max-width: 767px) {
.cbwct-tracking-container {
padding: 0px 5px;
}
.cbwct-tracking {
width: 100%;
margin: 0 auto;
}
table tr td:first-child {
min-width: 150px !important;
line-height: 30px;
}
.cbwct-tracking-container {
margin-top: 18px;
}
.cbwct-tracking-title {
text-align: center;
}
.cbwct-tracking-from form label {
padding-right: 10px;
font-weight: 400;
}
.cbwct-tracking-from {
margin-top: 40px;
text-align: center;
margin-bottom: 30px;
}
.cbwct-tracking-title h2 {
font-size: 16px;
}
@keyframes cbwct_left_to_right {
100% {
transform: translateX(60px);
}
}
.cbwct_shipping.active {
animation: cbwct_left_to_right 2s linear infinite;
}
.cbwct-tracking-form-area {
flex-direction: column;
justify-content: center;
align-items: center;
}
.cbwct-tracking-form-field {
flex-basis: 100%;
margin-bottom: 10px;
display: flex;
flex-direction: column;
}
.cbwct-tracking-from form input[type="text"] {
flex-basis: 100%;
margin-right: 0;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.cbwct-tracking-title h2 {
font-size: 18px;
}
@keyframes cbwct_left_to_right {
100% {
transform: translateX(65px);
}
}
.cbwct_shipping.active {
animation: cbwct_left_to_right 2s linear infinite;
}
.cbwct-tracking-form-area {   
text-align: center;
}
.cbwct-tracking-form-field {
flex-basis: 100%;
margin-bottom: 10px;
}
.cbwct-tracking-from form input[type="text"] {
flex-basis: 100%;    
}
}